diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-03-20 10:20:14 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-03-20 10:20:14 +0000 |
commit | e3cfb0270199f8a563af7ee863ad38474f935501 (patch) | |
tree | 645aa7206ffe89fa4c71b38d9c6dd9395a541f66 /dev-perl/Text-Glob | |
parent | gnome 2.6 commit (Manifest recommit) (diff) | |
download | gentoo-2-e3cfb0270199f8a563af7ee863ad38474f935501.tar.gz gentoo-2-e3cfb0270199f8a563af7ee863ad38474f935501.tar.bz2 gentoo-2-e3cfb0270199f8a563af7ee863ad38474f935501.zip |
Added ~mips to KEYWORDS.
Diffstat (limited to 'dev-perl/Text-Glob')
-rw-r--r-- | dev-perl/Text-Glob/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-Glob/Manifest | 6 | ||||
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.05.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.06.ebuild | 4 |
4 files changed, 11 insertions, 8 deletions
diff --git a/dev-perl/Text-Glob/ChangeLog b/dev-perl/Text-Glob/ChangeLog index 5e6e5e19395e..b561d4493056 100644 --- a/dev-perl/Text-Glob/ChangeLog +++ b/dev-perl/Text-Glob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Glob # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.2 2004/02/16 15:21:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.3 2004/03/20 10:17:44 kumba Exp $ + + 20 Mar 2004; Joshua Kinard <kumba@gentoo.org> Text-Glob-0.06.ebuild: + Added ~mips to KEYWORDS. *Text-Glob-0.06 (16 Feb 2004) diff --git a/dev-perl/Text-Glob/Manifest b/dev-perl/Text-Glob/Manifest index 5c12dcf940a4..35524d2b0f80 100644 --- a/dev-perl/Text-Glob/Manifest +++ b/dev-perl/Text-Glob/Manifest @@ -1,6 +1,6 @@ -MD5 c3f2160be221eda847e816d5c914b8fd Text-Glob-0.05.ebuild 593 -MD5 af886bf5608aaf8a633c9be62b510097 ChangeLog 514 +MD5 3d11579e4db5d7b385c2f6818d99e874 ChangeLog 613 +MD5 348aff36d939dfe2bb92e937a6837a7c Text-Glob-0.05.ebuild 593 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 9ba9e86185187c64b6472f768569e604 Text-Glob-0.06.ebuild 607 +MD5 c62aedb457587e228967a7c9fcba8211 Text-Glob-0.06.ebuild 613 MD5 2ab9034de47c8532fdedcc8efe1eaab3 files/digest-Text-Glob-0.05 64 MD5 a93bb5650c8bd60c6a9efbe7bb6b55ba files/digest-Text-Glob-0.06 64 diff --git a/dev-perl/Text-Glob/Text-Glob-0.05.ebuild b/dev-perl/Text-Glob/Text-Glob-0.05.ebuild index bc99234904d7..8040ed3cd050 100644 --- a/dev-perl/Text-Glob/Text-Glob-0.05.ebuild +++ b/dev-perl/Text-Glob/Text-Glob-0.05.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.05.ebuild,v 1.3 2004/02/16 15:21:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.05.ebuild,v 1.4 2004/03/20 10:17:44 kumba Exp $ inherit perl-module diff --git a/dev-perl/Text-Glob/Text-Glob-0.06.ebuild b/dev-perl/Text-Glob/Text-Glob-0.06.ebuild index b01c4f2369e8..827540be5cb3 100644 --- a/dev-perl/Text-Glob/Text-Glob-0.06.ebuild +++ b/dev-perl/Text-Glob/Text-Glob-0.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.06.ebuild,v 1.1 2004/02/16 15:21:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.06.ebuild,v 1.2 2004/03/20 10:17:44 kumba Exp $ inherit perl-module @@ -12,7 +12,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme" SRC_TEST="do" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 amd64 ~alpha ~hppa ~ppc ~sparc" +KEYWORDS="x86 amd64 ~alpha ~hppa ~ppc ~sparc ~mips" DEPEND="dev-perl/Test-Simple" |