diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-05-07 03:07:05 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-05-07 03:07:05 +0000 |
commit | 31e5cb8028e766cc12c7c316544b8e2fc2c18d7c (patch) | |
tree | f0ac7e378c7cc371198c930f65ad3559245a0d3b /dev-perl | |
parent | Stable on sparc (diff) | |
download | historical-31e5cb8028e766cc12c7c316544b8e2fc2c18d7c.tar.gz historical-31e5cb8028e766cc12c7c316544b8e2fc2c18d7c.tar.bz2 historical-31e5cb8028e766cc12c7c316544b8e2fc2c18d7c.zip |
Keyworded ~sparc
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Business-UPS/Business-UPS-2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Business-UPS/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SQL-Statement/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/SVN-Simple/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Safe-Hole/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Safe-Hole/Safe-Hole-0.10.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/ShadowHash/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/ShadowHash/ShadowHash-0.07.ebuild | 4 |
11 files changed, 36 insertions, 17 deletions
diff --git a/dev-perl/Business-UPS/Business-UPS-2.0.ebuild b/dev-perl/Business-UPS/Business-UPS-2.0.ebuild index 8146996c081f..9c70c1f5f5c4 100644 --- a/dev-perl/Business-UPS/Business-UPS-2.0.ebuild +++ b/dev-perl/Business-UPS/Business-UPS-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/Business-UPS-2.0.ebuild,v 1.1 2005/02/07 12:42:27 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/Business-UPS-2.0.ebuild,v 1.2 2005/05/07 03:07:05 gustavoz Exp $ inherit perl-module @@ -11,6 +11,6 @@ IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" SRC_TEST="do" diff --git a/dev-perl/Business-UPS/ChangeLog b/dev-perl/Business-UPS/ChangeLog index cd591a917746..519685e98894 100644 --- a/dev-perl/Business-UPS/ChangeLog +++ b/dev-perl/Business-UPS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Business-UPS # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/ChangeLog,v 1.1 2005/02/07 12:42:27 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/ChangeLog,v 1.2 2005/05/07 03:07:05 gustavoz Exp $ + + 07 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> + Business-UPS-2.0.ebuild: + Keyworded ~sparc *Business-UPS-2.0 (07 Feb 2005) diff --git a/dev-perl/SQL-Statement/ChangeLog b/dev-perl/SQL-Statement/ChangeLog index 3401fc600b01..a901c15b3346 100644 --- a/dev-perl/SQL-Statement/ChangeLog +++ b/dev-perl/SQL-Statement/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SQL-Statement # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/ChangeLog,v 1.1 2005/02/07 12:38:12 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/ChangeLog,v 1.2 2005/05/07 03:00:48 gustavoz Exp $ + + 07 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> + SQL-Statement-1.09.ebuild: + Keyworded ~sparc *SQL-Statement-1.09 (07 Feb 2005) diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild index 9a172f9b71ee..63f5a398d6ab 100644 --- a/dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild +++ b/dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild,v 1.1 2005/02/07 12:38:12 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/SQL-Statement-1.09.ebuild,v 1.2 2005/05/07 03:00:48 gustavoz Exp $ inherit perl-module @@ -11,6 +11,6 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/J/JZ/JZUCKER/${P}.readme" IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" SRC_TEST="do" diff --git a/dev-perl/SVN-Simple/ChangeLog b/dev-perl/SVN-Simple/ChangeLog index 9e765f0c915c..d7c5eccd240a 100644 --- a/dev-perl/SVN-Simple/ChangeLog +++ b/dev-perl/SVN-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SVN-Simple # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.3 2005/04/28 18:59:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.4 2005/05/07 02:54:03 gustavoz Exp $ + + 07 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> + SVN-Simple-0.26.ebuild, SVN-Simple-0.27.ebuild: + Keyworded ~sparc *SVN-Simple-0.27 (28 Apr 2005) diff --git a/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild b/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild index c3c22313c764..8f4a7e4bb600 100644 --- a/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild +++ b/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild,v 1.3 2005/04/28 18:59:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild,v 1.4 2005/05/07 02:54:03 gustavoz Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/authors/id/C/CL/CLKAO/${P}.readme" SLOT="0" LICENSE="Artistic" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~amd64 ~sparc" IUSE="" DEPEND="${DEPEND} diff --git a/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild b/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild index 30e77f6157f0..3a6da47c2fa2 100644 --- a/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild +++ b/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.1 2005/04/28 18:59:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.2 2005/05/07 02:54:03 gustavoz Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/authors/id/C/CL/CLKAO/${P}.readme" SLOT="0" LICENSE="Artistic" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~amd64 ~sparc" IUSE="" DEPEND="${DEPEND} diff --git a/dev-perl/Safe-Hole/ChangeLog b/dev-perl/Safe-Hole/ChangeLog index 88efd2963e27..9f22818a8019 100644 --- a/dev-perl/Safe-Hole/ChangeLog +++ b/dev-perl/Safe-Hole/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Safe-Hole # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe-Hole/ChangeLog,v 1.1 2005/02/07 12:39:55 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe-Hole/ChangeLog,v 1.2 2005/05/07 03:04:23 gustavoz Exp $ + + 07 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> Safe-Hole-0.10.ebuild: + Keyworded ~sparc *Safe-Hole-0.10 (07 Feb 2005) diff --git a/dev-perl/Safe-Hole/Safe-Hole-0.10.ebuild b/dev-perl/Safe-Hole/Safe-Hole-0.10.ebuild index 1ebcdb32d159..8a3daa2ac646 100644 --- a/dev-perl/Safe-Hole/Safe-Hole-0.10.ebuild +++ b/dev-perl/Safe-Hole/Safe-Hole-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe-Hole/Safe-Hole-0.10.ebuild,v 1.1 2005/02/07 12:39:55 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe-Hole/Safe-Hole-0.10.ebuild,v 1.2 2005/05/07 03:04:23 gustavoz Exp $ inherit perl-module @@ -11,6 +11,6 @@ IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" SRC_TEST="do" diff --git a/dev-perl/ShadowHash/ChangeLog b/dev-perl/ShadowHash/ChangeLog index d6ef50857ca5..848043b75a3d 100644 --- a/dev-perl/ShadowHash/ChangeLog +++ b/dev-perl/ShadowHash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ShadowHash # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShadowHash/ChangeLog,v 1.1 2005/02/07 12:40:39 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShadowHash/ChangeLog,v 1.2 2005/05/07 02:57:31 gustavoz Exp $ + + 07 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> + ShadowHash-0.07.ebuild: + Keyworded ~sparc *ShadowHash-0.07 (07 Feb 2005) diff --git a/dev-perl/ShadowHash/ShadowHash-0.07.ebuild b/dev-perl/ShadowHash/ShadowHash-0.07.ebuild index c85ae5050988..772e6457dcb0 100644 --- a/dev-perl/ShadowHash/ShadowHash-0.07.ebuild +++ b/dev-perl/ShadowHash/ShadowHash-0.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShadowHash/ShadowHash-0.07.ebuild,v 1.1 2005/02/07 12:40:39 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShadowHash/ShadowHash-0.07.ebuild,v 1.2 2005/05/07 02:57:31 gustavoz Exp $ inherit perl-module @@ -11,6 +11,6 @@ IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" SRC_TEST="do" |