summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-12-05 16:57:07 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-12-05 16:57:07 +0000
commit8738f8d1fca7aff01d5022c73acb36274dd1769a (patch)
tree83d6e1e449e3eddb30cc859427434aaf38f01802 /app-misc/kanatest
parentVersion bumped. Fixed CFLAGS issue, bug #241042. Removed -s, bug #240920. (diff)
downloadgentoo-2-8738f8d1fca7aff01d5022c73acb36274dd1769a.tar.gz
gentoo-2-8738f8d1fca7aff01d5022c73acb36274dd1769a.tar.bz2
gentoo-2-8738f8d1fca7aff01d5022c73acb36274dd1769a.zip
Version bumped.
(Portage version: 2.1.6_rc2/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'app-misc/kanatest')
-rw-r--r--app-misc/kanatest/ChangeLog7
-rw-r--r--app-misc/kanatest/kanatest-0.4.6.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/app-misc/kanatest/ChangeLog b/app-misc/kanatest/ChangeLog
index 9b90449ca752..165e9dd600d1 100644
--- a/app-misc/kanatest/ChangeLog
+++ b/app-misc/kanatest/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/kanatest
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.23 2008/08/09 00:52:27 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.24 2008/12/05 16:57:07 matsuu Exp $
+
+*kanatest-0.4.6 (05 Dec 2008)
+
+ 05 Dec 2008; MATSUU Takuto <matsuu@gentoo.org> +kanatest-0.4.6.ebuild:
+ Version bumped.
*kanatest-0.4.4 (09 Aug 2008)
diff --git a/app-misc/kanatest/kanatest-0.4.6.ebuild b/app-misc/kanatest/kanatest-0.4.6.ebuild
new file mode 100644
index 000000000000..df8bc413b9a7
--- /dev/null
+++ b/app-misc/kanatest/kanatest-0.4.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.6.ebuild,v 1.1 2008/12/05 16:57:07 matsuu Exp $
+
+inherit eutils
+
+DESCRIPTION="Visual flashcard tool for memorizing the Japanese Hiragana and Katakana alphabet"
+HOMEPAGE="http://clay.ll.pl/kanatest"
+
+SRC_URI="http://clay.ll.pl/kanatest/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+RDEPEND=">=x11-libs/gtk+-2.6
+ dev-libs/libxml2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ doicon kanatest.svg
+ make_desktop_entry "${PN}" Kanatest "${PN}" "GNOME;Education;X-KDE-Edu-Language;"
+
+ dodoc AUTHORS ChangeLog README
+}