public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ignuit/
Date: Wed, 22 Feb 2017 01:41:14 +0000 (UTC)	[thread overview]
Message-ID: <1487727371.040ebd0a34ded7247352d1097a89e44644b02b6e.leio@gentoo> (raw)

commit:     040ebd0a34ded7247352d1097a89e44644b02b6e
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 01:27:08 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 01:36:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040ebd0a

app-misc/ignuit: bump to 2.24.3 for gst1.0 support and make latex optional

Also add missing gnome-doc-utils DEPEND (fails to eautoreconf if not present)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/ignuit/Manifest             |  1 +
 app-misc/ignuit/ignuit-2.24.3.ebuild | 53 ++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/app-misc/ignuit/Manifest b/app-misc/ignuit/Manifest
index cc3333d703..133b6b41e6 100644
--- a/app-misc/ignuit/Manifest
+++ b/app-misc/ignuit/Manifest
@@ -1,2 +1,3 @@
 DIST ignuit-2.20.0.tar.gz 541546 SHA256 5dc75cef0707677421c272c430cebf5c3730cbcfaeba6428fe14f6bd085d3630 SHA512 3d3a786ce87e252b1529ba427da52356d43554da6c23dfd3353f91b2c3962a83769431794c433c8ba8478ef48b8ef470a042416c5d2b2c0683711b09c959e106 WHIRLPOOL d93d2acb472bd23721c866f7231d301da8d9ee1f6894d51e1166bdc538ce0b99af2d3a79dd27ca72fd7ca6ab9a5a8b6aefd97d0219292e893ada9bdb7e8dd649
 DIST ignuit-2.24.2.tar.gz 572815 SHA256 71d6b21f75a927ab733084603659cf8e0360cad8f83fef62853d96ed7834eebe SHA512 d77f8a08d8f48c6319a600cda29a12cbd66e6fd884093e3d9fd983e349abce27d8d33276d8835f46e8a2c6fa4fb267929a47c0f99768d1ca774d07319b33195a WHIRLPOOL 06f2eaa4265977b8d075764c76905d993ac11668b098473bfec25477ce6b44e785a6845bd6fff72fd2f574666f1ccb54523416ac59098d0cae663dab61585000
+DIST ignuit-2.24.3.testing.tar.gz 573592 SHA256 0424d941849188a7bb76ec2cebbe83121da6d62ca479a97edf028ba379476c81 SHA512 c52997745e905abfcdf8bfa8dfb04065fe05a34a9abdd0348bcb3c480d4bcb56ca279c9074d4659a237593a4697cb18ec7092fd79ee682a2b1a26749e8987d4d WHIRLPOOL 98c3e9a4540d4cdce5b17013e0b9b115fac9bb942ff571322caa844d1710287ff34f10a91337eefd2505cc3cac077e6398fb88df475d890bb697121ab35ec146

diff --git a/app-misc/ignuit/ignuit-2.24.3.ebuild b/app-misc/ignuit/ignuit-2.24.3.ebuild
new file mode 100644
index 0000000000..7f060a31e8
--- /dev/null
+++ b/app-misc/ignuit/ignuit-2.24.3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools gnome2
+
+DESCRIPTION="Memorization aid based on the Leitner flashcard system"
+HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html#ignuit"
+#SRC_URI="http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz"
+# Upstream has put this out as an "emergency release" onto Google Drive; mirror it..
+SRC_URI="https://dev.gentoo.org/~leio/distfiles/${P}.testing.tar.gz"
+S="${WORKDIR}/${P}.testing"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="examples latex"
+
+RDEPEND="
+	>=app-text/gnome-doc-utils-0.3.2
+	dev-libs/glib:2
+	dev-libs/libxml2:2
+	>=dev-libs/libxslt-1.1.28
+	>=gnome-base/libgnomeui-2.24.5
+	>=gnome-base/gconf-3.2.6:2
+	gnome-base/libglade:2.0
+	>=media-libs/gstreamer-1.8.2:1.0
+	x11-libs/gtk+:2
+	x11-libs/pango
+	latex? (
+		app-text/dvipng
+		virtual/latex-base
+	)
+"
+DEPEND="${RDEPEND}
+	>=dev-util/intltool-0.50.0
+	sys-devel/gettext
+	app-text/gnome-doc-utils
+"
+
+src_prepare() {
+	eautoreconf # Needed to fix bogus intltool rules
+	gnome2_src_prepare
+}
+
+src_install() {
+	gnome2_src_install
+	if use examples; then
+		insinto /usr/share/doc/${PF}
+		doins -r examples
+	fi
+}


             reply	other threads:[~2017-02-22  1:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-22  1:41 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-24 23:57 [gentoo-commits] repo/gentoo:master commit in: app-misc/ignuit/ Michael Palimaka
2017-02-22  1:41 Mart Raudsepp
2016-12-21 11:28 Tobias Klausmann
2016-11-03 14:42 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487727371.040ebd0a34ded7247352d1097a89e44644b02b6e.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox