summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-03-14 08:50:57 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-03-14 08:50:57 +0000
commit53f9a98bc1736c1bb4b5d7738279e7a200ed3e52 (patch)
treebd9909dcb21e597270eadfe9edf9113d17fe683e /app-misc
parentNon-maintainer commit, version bump to 2.4. (diff)
downloadgentoo-2-53f9a98bc1736c1bb4b5d7738279e7a200ed3e52.tar.gz
gentoo-2-53f9a98bc1736c1bb4b5d7738279e7a200ed3e52.tar.bz2
gentoo-2-53f9a98bc1736c1bb4b5d7738279e7a200ed3e52.zip
Non-maintainer commit, version bump to 2.20.0.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/ignuit/ChangeLog10
-rw-r--r--app-misc/ignuit/ignuit-2.20.0.ebuild41
2 files changed, 48 insertions, 3 deletions
diff --git a/app-misc/ignuit/ChangeLog b/app-misc/ignuit/ChangeLog
index ac54e2e2add6..75d3d0903260 100644
--- a/app-misc/ignuit/ChangeLog
+++ b/app-misc/ignuit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/ignuit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ignuit/ChangeLog,v 1.19 2012/03/04 11:59:29 pacho Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ignuit/ChangeLog,v 1.20 2013/03/14 08:50:57 tomwij Exp $
+
+*ignuit-2.20.0 (14 Mar 2013)
+
+ 14 Mar 2013; Tom Wijsman <TomWij@gentoo.org> +ignuit-2.20.0.ebuild:
+ Non-maintainer commit, version bump to 2.20.0.
04 Mar 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug #206112
@@ -84,4 +89,3 @@
10 Mar 2008; Kenneth Prugh <ken69267@gentoo.org> +ignuit-0.0.5.ebuild,
+files/ignuit-0.0.5-desktop-entry.patch, +metadata.xml:
New ebuild for bug #212887
-
diff --git a/app-misc/ignuit/ignuit-2.20.0.ebuild b/app-misc/ignuit/ignuit-2.20.0.ebuild
new file mode 100644
index 000000000000..3c8a5cabddc8
--- /dev/null
+++ b/app-misc/ignuit/ignuit-2.20.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ignuit/ignuit-2.20.0.ebuild,v 1.1 2013/03/14 08:50:57 tomwij Exp $
+
+EAPI="5"
+
+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"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="examples"
+
+RDEPEND="app-text/dvipng
+ >=app-text/gnome-doc-utils-0.3.2
+ dev-libs/glib:2
+ dev-libs/libxml2:2
+ dev-libs/libxslt
+ >=gnome-base/libgnomeui-2.22.1
+ gnome-base/gconf:2
+ gnome-base/libglade:2.0
+ >=media-libs/gstreamer-0.10.20:0.10
+ x11-libs/gtk+:2
+ x11-libs/pango
+ virtual/latex-base"
+
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ sys-devel/gettext"
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS NEWS README TODO
+
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r examples
+ fi
+}