summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-29 14:23:26 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-29 14:23:26 +0000
commita6663568324e0b0a83b9183953b44d0fc8101ecd (patch)
tree6b71c56853d98358b1218f4c78124910bcfdb07b /dev-perl/IO-stringy
parentFix LICENSE: same terms as perl (#301969) (diff)
downloadhistorical-a6663568324e0b0a83b9183953b44d0fc8101ecd.tar.gz
historical-a6663568324e0b0a83b9183953b44d0fc8101ecd.tar.bz2
historical-a6663568324e0b0a83b9183953b44d0fc8101ecd.zip
Fix LICENSE: same terms as perl (#301969). Maintenance
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/IO-stringy')
-rw-r--r--dev-perl/IO-stringy/ChangeLog5
-rw-r--r--dev-perl/IO-stringy/IO-stringy-2.110.ebuild11
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/IO-stringy/ChangeLog b/dev-perl/IO-stringy/ChangeLog
index 135574003fe8..0a506bc0c92b 100644
--- a/dev-perl/IO-stringy/ChangeLog
+++ b/dev-perl/IO-stringy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/IO-stringy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/ChangeLog,v 1.32 2010/01/10 13:08:45 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/ChangeLog,v 1.33 2010/01/29 14:05:52 tove Exp $
+
+ 29 Jan 2010; Torsten Veller <tove@gentoo.org> IO-stringy-2.110.ebuild:
+ Fix LICENSE: same terms as perl (#301969). Maintenance
10 Jan 2010; Fabian Groffen <grobian@gentoo.org> IO-stringy-2.110.ebuild:
Transfer Prefix keywords
diff --git a/dev-perl/IO-stringy/IO-stringy-2.110.ebuild b/dev-perl/IO-stringy/IO-stringy-2.110.ebuild
index a23841734f72..49a6d18121de 100644
--- a/dev-perl/IO-stringy/IO-stringy-2.110.ebuild
+++ b/dev-perl/IO-stringy/IO-stringy-2.110.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/IO-stringy-2.110.ebuild,v 1.15 2010/01/10 13:08:45 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/IO-stringy-2.110.ebuild,v 1.16 2010/01/29 14:05:52 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=DSKOLL
inherit perl-module
DESCRIPTION="A Perl module for I/O on in-core objects like strings and arrays"
-HOMEPAGE="http://search.cpan.org/~dskoll/"
-SRC_URI="mirror://cpan/authors/id/D/DS/DSKOLL/${P}.tar.gz"
-LICENSE="Artistic"
+
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
SRC_TEST="do"
-
-DEPEND="dev-lang/perl"