diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
commit | 67c8b060271109f68d8b0a44de61d297ddfbe2e7 (patch) | |
tree | 42ce8164da9dd6d55caa82dfe6832b4a2a0a6ad5 /app-misc/kanatest | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.gz gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.bz2 gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.zip |
Diffstat (limited to 'app-misc/kanatest')
-rw-r--r-- | app-misc/kanatest/ChangeLog | 21 | ||||
-rw-r--r-- | app-misc/kanatest/Manifest | 14 | ||||
-rw-r--r-- | app-misc/kanatest/kanatest-0.3.6.ebuild | 15 |
3 files changed, 13 insertions, 37 deletions
diff --git a/app-misc/kanatest/ChangeLog b/app-misc/kanatest/ChangeLog index 48c92f7f4be4..01df6987bb76 100644 --- a/app-misc/kanatest/ChangeLog +++ b/app-misc/kanatest/ChangeLog @@ -1,26 +1,11 @@ # ChangeLog for app-misc/kanatest -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.9 2005/10/13 23:34:10 swegener Exp $ - - 13 Oct 2005; Sven Wegener <swegener@gentoo.org> kanatest-0.3.6.ebuild: - Added missing pkgconfig dependency. - - 21 Jul 2005; David Holm <dholm@gentoo.org> kanatest-0.3.6.ebuild: - Added to ~ppc. - - 06 Feb 2005; Markus Rothe <corsair@gentoo.org> kanatest-0.3.6.ebuild: - Stable on ppc64 - - 04 Dec 2004; Markus Rothe <corsair@gentoo.org> kanatest-0.3.6.ebuild: - Added ~ppc64 to KEYWORDS; bug #72914 - - 01 Apr 2004; Akinori Hattori <hattya@gentoo.org> kanatest-0.3.6.ebuild: - marked stable on x86. +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/ChangeLog,v 1.1 2004/02/02 16:55:00 usata Exp $ *kanatest-0.3.6 (03 Feb 2004) 03 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> kanatest-0.3.6.ebuild, metadata.xml: - Initial import. Thanks to Jeroen Hoek <jeroen.hoek@datacenter-friesland.nl> + Initial import. Thanks to Jereon Hoek <jereon.hoek@datacenter-friesland.nl> for submitting the ebuild in bug #39973 diff --git a/app-misc/kanatest/Manifest b/app-misc/kanatest/Manifest index 9e83a9002af2..eb8a0e495525 100644 --- a/app-misc/kanatest/Manifest +++ b/app-misc/kanatest/Manifest @@ -1,14 +1,2 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 608880e6e95579f6348089eba3027dde ChangeLog 949 +MD5 160cb7512fe2d38f204ffb58456b8ce2 kanatest-0.3.6.ebuild 478 MD5 3c4131f0b62eb6170fd975ae6b9d1283 files/digest-kanatest-0.3.6 66 -MD5 9b8d4c5787557b2703e69dcdffc97c20 kanatest-0.3.6.ebuild 584 -MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDTu8AI1lqEGTUzyQRAlbOAKDfo0IS7niG6bUfkM7GEZH/i0zEOgCfZQEx -WR8dN2pJ14d6i1lNwi/Wu9g= -=chqb ------END PGP SIGNATURE----- diff --git a/app-misc/kanatest/kanatest-0.3.6.ebuild b/app-misc/kanatest/kanatest-0.3.6.ebuild index 456f4eb2d2f4..a57da00534d5 100644 --- a/app-misc/kanatest/kanatest-0.3.6.ebuild +++ b/app-misc/kanatest/kanatest-0.3.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.3.6.ebuild,v 1.9 2005/10/13 23:34:10 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/kanatest/kanatest-0.3.6.ebuild,v 1.1 2004/02/02 16:55:00 usata Exp $ DESCRIPTION="Visual flashcard tool for memorizing the Japanese Hiragana and Katakana alphabet" HOMEPAGE="http://clay.ll.pl/kanatest.html" @@ -9,11 +9,14 @@ SRC_URI="http://clay.ll.pl/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 x86" +KEYWORDS="~x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2.0" -DEPEND="${RDEPEND} - dev-util/pkgconfig" +DEPEND=">=x11-libs/gtk+-2.0" + +src_compile() { + econf || die + emake || die +} src_install() { einstall || die |