summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-03-18 00:47:22 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-03-18 00:47:22 +0000
commit533dd65db35f6eac70a18ad58feed2f92bda20f5 (patch)
tree91417d93c4e3ffaf2b2689e7a56941310e63e501 /app-misc/kanatest
parentCleanup, Vbump. (diff)
downloadgentoo-2-533dd65db35f6eac70a18ad58feed2f92bda20f5.tar.gz
gentoo-2-533dd65db35f6eac70a18ad58feed2f92bda20f5.tar.bz2
gentoo-2-533dd65db35f6eac70a18ad58feed2f92bda20f5.zip
Version bumped, bug #161534.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-misc/kanatest')
-rw-r--r--app-misc/kanatest/ChangeLog7
-rw-r--r--app-misc/kanatest/files/digest-kanatest-0.4.13
-rw-r--r--app-misc/kanatest/kanatest-0.4.1.ebuild23
3 files changed, 32 insertions, 1 deletions
diff --git a/app-misc/kanatest/ChangeLog b/app-misc/kanatest/ChangeLog
index c9929341a8a9..ffee134cbfa6 100644
--- a/app-misc/kanatest/ChangeLog
+++ b/app-misc/kanatest/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/kanatest
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.10 2007/01/11 14:11:44 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.11 2007/03/18 00:47:22 matsuu Exp $
+
+*kanatest-0.4.1 (18 Mar 2007)
+
+ 18 Mar 2007; MATSUU Takuto <matsuu@gentoo.org> +kanatest-0.4.1.ebuild:
+ Version bumped, bug #161534.
*kanatest-0.4.0 (11 Jan 2007)
diff --git a/app-misc/kanatest/files/digest-kanatest-0.4.1 b/app-misc/kanatest/files/digest-kanatest-0.4.1
new file mode 100644
index 000000000000..21095ac1990d
--- /dev/null
+++ b/app-misc/kanatest/files/digest-kanatest-0.4.1
@@ -0,0 +1,3 @@
+MD5 f9ec221c93eb173c9534b8586355a0b7 kanatest-0.4.1.tar.gz 334952
+RMD160 99362ba76213d1fc082dad802ebce64e2f1e2077 kanatest-0.4.1.tar.gz 334952
+SHA256 429c2bd35465b4582511b941d09f4c5f4576a0f8d0d9ccdd7f53e75fb1f65ac9 kanatest-0.4.1.tar.gz 334952
diff --git a/app-misc/kanatest/kanatest-0.4.1.ebuild b/app-misc/kanatest/kanatest-0.4.1.ebuild
new file mode 100644
index 000000000000..425cab20ee9e
--- /dev/null
+++ b/app-misc/kanatest/kanatest-0.4.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.1.ebuild,v 1.1 2007/03/18 00:47:22 matsuu Exp $
+
+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
+
+ dodoc AUTHORS ChangeLog README
+}