diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-02-26 01:18:59 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-02-26 01:18:59 +0000 |
commit | 70b9887d18f817240f580e76ae15da33eb0d48d8 (patch) | |
tree | 258967ae5d9b3e09a7b4066c767767735997e294 /dev-perl/Spiffy | |
parent | Revision bump; added a sleu of upstream patches to fix various issues. (diff) | |
download | gentoo-2-70b9887d18f817240f580e76ae15da33eb0d48d8.tar.gz gentoo-2-70b9887d18f817240f580e76ae15da33eb0d48d8.tar.bz2 gentoo-2-70b9887d18f817240f580e76ae15da33eb0d48d8.zip |
Added ~mips to KEYWORDS.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-perl/Spiffy')
-rw-r--r-- | dev-perl/Spiffy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Spiffy/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/Spiffy/Spiffy-0.30.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/dev-perl/Spiffy/ChangeLog b/dev-perl/Spiffy/ChangeLog index 9e5e018db0ca..68d5889fb703 100644 --- a/dev-perl/Spiffy/ChangeLog +++ b/dev-perl/Spiffy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Spiffy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.7 2006/02/20 00:00:52 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.8 2006/02/26 01:16:05 kumba Exp $ + + 26 Feb 2006; Joshua Kinard <kumba@gentoo.org> Spiffy-0.30.ebuild: + Added ~mips to KEYWORDS. *Spiffy-0.30 (20 Feb 2006) diff --git a/dev-perl/Spiffy/Manifest b/dev-perl/Spiffy/Manifest index c7d9f2e4841a..5b2f32f8431a 100644 --- a/dev-perl/Spiffy/Manifest +++ b/dev-perl/Spiffy/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 532620b5fe42fdb252709944b220909a ChangeLog 1012 +MD5 3427ccfa6907f857fb067ca273a5a0b0 ChangeLog 1108 MD5 edcb433b2ae86259e3bc14b793185eb6 Spiffy-0.26.ebuild 516 MD5 34422f2af29e347087b3e50d114264c5 Spiffy-0.29.ebuild 527 -MD5 a219c095a397e2eab75926ed42215ab3 Spiffy-0.30.ebuild 529 +MD5 d12ef7a3dbccd5c2a11a2ced8a47a216 Spiffy-0.30.ebuild 535 MD5 00131c43fdd9f09a6b92820e1d76fbc9 files/digest-Spiffy-0.26 62 MD5 fde8adb2efa125b5f6639f260ad1e8a0 files/digest-Spiffy-0.29 62 MD5 e71c034dcddc51355c39e59d7f06fb52 files/digest-Spiffy-0.30 62 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFD+QactG5z4I8BtQoRAqmHAJ9sY64HyxyXryCDg2zuy5Z3zlko/wCaA8Oz -52KUoSMsBpdVbKDBZaTasWk= -=nSAl ------END PGP SIGNATURE----- diff --git a/dev-perl/Spiffy/Spiffy-0.30.ebuild b/dev-perl/Spiffy/Spiffy-0.30.ebuild index e7a75a8b6661..f8822dfcf761 100644 --- a/dev-perl/Spiffy/Spiffy-0.30.ebuild +++ b/dev-perl/Spiffy/Spiffy-0.30.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/Spiffy/Spiffy-0.30.ebuild,v 1.1 2006/02/20 00:00:52 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/Spiffy-0.30.ebuild,v 1.2 2006/02/26 01:16:05 kumba Exp $ inherit perl-module @@ -9,7 +9,7 @@ HOMEPAGE="http://search.cpan.org/search?query=${PN}" SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" SRC_TEST="do" |