summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Prugh <ken69267@gentoo.org>2009-01-01 18:08:27 +0000
committerKenneth Prugh <ken69267@gentoo.org>2009-01-01 18:08:27 +0000
commite41bbc0f03295083bdc7c49c5d3d6117bd76aefa (patch)
tree4983692d8749039cc28768a3876a98a77ecfac8d /app-misc/ignuit/ignuit-0.0.5.ebuild
parentdev-db/sqliteman: In gentoo-x86, thanks go to Ben de Groot (diff)
downloadsunrise-e41bbc0f03295083bdc7c49c5d3d6117bd76aefa.tar.gz
sunrise-e41bbc0f03295083bdc7c49c5d3d6117bd76aefa.tar.bz2
sunrise-e41bbc0f03295083bdc7c49c5d3d6117bd76aefa.zip
app-misc/ignuit: Version bump
svn path=/sunrise/; revision=7568
Diffstat (limited to 'app-misc/ignuit/ignuit-0.0.5.ebuild')
-rw-r--r--app-misc/ignuit/ignuit-0.0.5.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-misc/ignuit/ignuit-0.0.5.ebuild b/app-misc/ignuit/ignuit-0.0.5.ebuild
deleted file mode 100644
index 8f3172e3d..000000000
--- a/app-misc/ignuit/ignuit-0.0.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-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"
-IUSE=""
-
-RDEPEND="gnome-base/libgnomeui
- gnome-base/gconf
- gnome-base/libglade
- >=dev-libs/glib-2
- >=x11-libs/gtk+-2
- dev-libs/libxslt
- dev-libs/libxml2
- x11-libs/pango"
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-desktop-entry.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
-}