diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-02-19 22:10:11 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-02-19 22:10:11 +0000 |
commit | 5bce6975154e3cf2724c709e95ef069c5f1f291a (patch) | |
tree | aed9ca02a4fd016c5e6bf5c1b61c9ffb873b875f /dev-perl/Text-Unaccent | |
parent | Add optional support for helix engine (only with realplayer at the moment). (diff) | |
download | historical-5bce6975154e3cf2724c709e95ef069c5f1f291a.tar.gz historical-5bce6975154e3cf2724c709e95ef069c5f1f291a.tar.bz2 historical-5bce6975154e3cf2724c709e95ef069c5f1f291a.zip |
~alpha keyword, bug 112272.
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-perl/Text-Unaccent')
-rw-r--r-- | dev-perl/Text-Unaccent/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-Unaccent/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild | 4 |
3 files changed, 19 insertions, 5 deletions
diff --git a/dev-perl/Text-Unaccent/ChangeLog b/dev-perl/Text-Unaccent/ChangeLog index f78cfe12cec2..5c21ff42615f 100644 --- a/dev-perl/Text-Unaccent/ChangeLog +++ b/dev-perl/Text-Unaccent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Unaccent # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/ChangeLog,v 1.6 2006/01/27 20:06:17 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/ChangeLog,v 1.7 2006/02/19 22:10:11 kloeri Exp $ + + 19 Feb 2006; Bryan Østergaard <kloeri@gentoo.org + Text-Unaccent-1.08.ebuild: + ~alpha keyword, bug 112272. 27 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> Text-Unaccent-1.08.ebuild: diff --git a/dev-perl/Text-Unaccent/Manifest b/dev-perl/Text-Unaccent/Manifest index 41a2ab6bd4d6..0a26ed821003 100644 --- a/dev-perl/Text-Unaccent/Manifest +++ b/dev-perl/Text-Unaccent/Manifest @@ -1,4 +1,14 @@ -MD5 76a70b2e5ee4657a8ab77fe12bec35b8 ChangeLog 946 -MD5 73149570e734bceed3a3b5850a67e952 Text-Unaccent-1.08.ebuild 529 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 0668d1c840fa475e2383e1f8ec28b116 ChangeLog 1058 +MD5 013554d40e259d5fb9c855cc238cac2d Text-Unaccent-1.08.ebuild 536 MD5 2b8e34ea6f33d943306d6ff4b0049e8e files/digest-Text-Unaccent-1.08 69 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFD+O0VugEuf3OQ0akRAv8kAJ9PunotpkRh1hLTN3ewkAZ3YZ4P5gCfaQbv +gdnui1ZeYPRGJGUsW8w8pCQ= +=vA3J +-----END PGP SIGNATURE----- diff --git a/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild b/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild index 35d5c79b0992..c9cb414ad290 100644 --- a/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild +++ b/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild,v 1.6 2006/01/27 20:06:17 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unaccent/Text-Unaccent-1.08.ebuild,v 1.7 2006/02/19 22:10:11 kloeri Exp $ inherit perl-module @@ -11,7 +11,7 @@ SRC_URI="mirror://cpan/authors/id/L/LD/LDACHARY/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" #KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64" -KEYWORDS="hppa ppc sparc x86" +KEYWORDS="~alpha hppa ppc sparc x86" IUSE="" SRC_TEST="do" |