summaryrefslogtreecommitdiff
path: root/app-misc/kanatest/kanatest-0.4.8.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/kanatest/kanatest-0.4.8.ebuild
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/kanatest/kanatest-0.4.8.ebuild')
-rw-r--r--app-misc/kanatest/kanatest-0.4.8.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-misc/kanatest/kanatest-0.4.8.ebuild b/app-misc/kanatest/kanatest-0.4.8.ebuild
deleted file mode 100644
index 903fce705d6e..000000000000
--- a/app-misc/kanatest/kanatest-0.4.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="Visual flashcard tool for memorizing the Japanese Hiragana and Katakana alphabet"
-HOMEPAGE="http://www.clayo.org/kanatest"
-SRC_URI="http://www.clayo.org/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.12:2=
- dev-libs/libxml2:="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="AUTHORS TRANSLATORS ChangeLog README"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}+gtk-2.22.patch \
- "${FILESDIR}"/${P}-autoconf.patch \
- "${FILESDIR}"/${P}-cflags.patch
-
- sed -i \
- -e '/Encoding/d' \
- -e '/^Categories/s:Application;::' \
- -e '/^Icon/s:.png::' \
- data/${PN}.desktop || die
-
- eautoreconf
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }