diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-07-03 16:58:03 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-07-03 16:58:03 +0000 |
commit | 5614f9db4886dbf7bf2969a34f7a2263b4130249 (patch) | |
tree | 4c7d777bf51cc42b5ec13526280e5a88dde4be04 /app-misc/kanatest | |
parent | Use EAPI 1 to use slot deps. Needed to prepare for upcoming new slot of jython. (diff) | |
download | gentoo-2-5614f9db4886dbf7bf2969a34f7a2263b4130249.tar.gz gentoo-2-5614f9db4886dbf7bf2969a34f7a2263b4130249.tar.bz2 gentoo-2-5614f9db4886dbf7bf2969a34f7a2263b4130249.zip |
Version bumped. Changed HOMEPAGE and SRC_URI.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/kanatest')
-rw-r--r-- | app-misc/kanatest/ChangeLog | 15 | ||||
-rw-r--r-- | app-misc/kanatest/kanatest-0.4.8.ebuild | 28 |
2 files changed, 38 insertions, 5 deletions
diff --git a/app-misc/kanatest/ChangeLog b/app-misc/kanatest/ChangeLog index 165e9dd600d1..7e3f1867874e 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.24 2008/12/05 16:57:07 matsuu Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.25 2009/07/03 16:58:03 matsuu Exp $ + +*kanatest-0.4.8 (03 Jul 2009) + + 03 Jul 2009; MATSUU Takuto <matsuu@gentoo.org> +kanatest-0.4.8.ebuild: + Version bumped. Changed HOMEPAGE and SRC_URI. *kanatest-0.4.6 (05 Dec 2008) @@ -23,7 +28,7 @@ kanatest-0.4.2.ebuild: ppc stable, bug #181640 - 17 Jun 2007; Raúl Porcel <armin76@gentoo.org> kanatest-0.4.2.ebuild: + 17 Jun 2007; Ra炭l Porcel <armin76@gentoo.org> kanatest-0.4.2.ebuild: x86 stable wrt #181640 14 Jun 2007; Christoph Mende <angelos@gentoo.org> kanatest-0.4.2.ebuild: @@ -41,7 +46,7 @@ 01 May 2007; Markus Rothe <corsair@gentoo.org> kanatest-0.4.1.ebuild: Stable on ppc64; bug #174902 - 28 Apr 2007; Raúl Porcel <armin76@gentoo.org> kanatest-0.4.1.ebuild: + 28 Apr 2007; Ra炭l Porcel <armin76@gentoo.org> kanatest-0.4.1.ebuild: x86 stable wrt #174902 28 Apr 2007; nixnut <nixnut@gentoo.org> kanatest-0.4.1.ebuild: @@ -59,7 +64,7 @@ *kanatest-0.4.0 (11 Jan 2007) - 11 Jan 2007; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> + 11 Jan 2007; Nguy畛
n Th叩i Ng畛c Duy <pclouds@gentoo.org> +kanatest-0.4.0.ebuild: Version bump, #161534 diff --git a/app-misc/kanatest/kanatest-0.4.8.ebuild b/app-misc/kanatest/kanatest-0.4.8.ebuild new file mode 100644 index 000000000000..b27cade26881 --- /dev/null +++ b/app-misc/kanatest/kanatest-0.4.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.4.8.ebuild,v 1.1 2009/07/03 16:58:03 matsuu Exp $ + +inherit eutils + +DESCRIPTION="Visual flashcard tool for memorizing the Japanese Hiragana and Katakana alphabet" +HOMEPAGE="http://www.clayo.org/kanatest" +SRC_URI="http://www.clayo.org/kanatest/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.12 + 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 +} |