summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-02 01:23:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-02 01:24:45 +0200
commit5f50f6b6a52c623af667963210c184302b249c1f (patch)
treed6deb921ecb6eac6839035792cf22f7ecf4a5670 /app-misc/ignuit/ignuit-2.24.3.ebuild
parentnet-dns/pdns-recursor: Version bump, security bug #730362 (diff)
downloadgentoo-5f50f6b6a52c623af667963210c184302b249c1f.tar.gz
gentoo-5f50f6b6a52c623af667963210c184302b249c1f.tar.bz2
gentoo-5f50f6b6a52c623af667963210c184302b249c1f.zip
app-misc/ignuit: Remove last-rited package
Closes: https://bugs.gentoo.org/726822 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-misc/ignuit/ignuit-2.24.3.ebuild')
-rw-r--r--app-misc/ignuit/ignuit-2.24.3.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/app-misc/ignuit/ignuit-2.24.3.ebuild b/app-misc/ignuit/ignuit-2.24.3.ebuild
deleted file mode 100644
index 764322cae997..000000000000
--- a/app-misc/ignuit/ignuit-2.24.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}