summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-29 12:17:45 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-29 12:17:45 +0000
commitd6ada777f201c62a3bdab15f5bcaa8a9bfabcbec (patch)
treea2b54882de9335283c1723dd65a414cb9d6c9868 /dev-perl/libxml-perl
parentFix LICENSE (diff)
downloadgentoo-2-d6ada777f201c62a3bdab15f5bcaa8a9bfabcbec.tar.gz
gentoo-2-d6ada777f201c62a3bdab15f5bcaa8a9bfabcbec.tar.bz2
gentoo-2-d6ada777f201c62a3bdab15f5bcaa8a9bfabcbec.zip
Fix LICENSE: same terms as perl (#301969). Maintenance
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/libxml-perl')
-rw-r--r--dev-perl/libxml-perl/ChangeLog5
-rw-r--r--dev-perl/libxml-perl/libxml-perl-0.08.ebuild12
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-perl/libxml-perl/ChangeLog b/dev-perl/libxml-perl/ChangeLog
index 998c42f7937d..b46cfcc2b0da 100644
--- a/dev-perl/libxml-perl/ChangeLog
+++ b/dev-perl/libxml-perl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/libxml-perl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/ChangeLog,v 1.31 2010/01/10 14:12:03 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/ChangeLog,v 1.32 2010/01/29 12:17:45 tove Exp $
+
+ 29 Jan 2010; Torsten Veller <tove@gentoo.org> libxml-perl-0.08.ebuild:
+ Fix LICENSE: same terms as perl (#301969). Maintenance
10 Jan 2010; Fabian Groffen <grobian@gentoo.org> libxml-perl-0.08.ebuild:
Transfer Prefix keywords
diff --git a/dev-perl/libxml-perl/libxml-perl-0.08.ebuild b/dev-perl/libxml-perl/libxml-perl-0.08.ebuild
index f07d37ed5a5c..7d805b554e11 100644
--- a/dev-perl/libxml-perl/libxml-perl-0.08.ebuild
+++ b/dev-perl/libxml-perl/libxml-perl-0.08.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/libxml-perl-0.08.ebuild,v 1.17 2010/01/10 14:12:03 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/libxml-perl-0.08.ebuild,v 1.18 2010/01/29 12:17:45 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=KMACLEOD
inherit perl-module
DESCRIPTION="Collection of Perl modules for working with XML"
-SRC_URI="mirror://cpan/modules/by-module/XML/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~kmacleod/"
SLOT="0"
-LICENSE="Artistic"
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
-DEPEND=">=dev-perl/XML-Parser-2.29
- dev-lang/perl"
+RDEPEND=">=dev-perl/XML-Parser-2.29"
+DEPEND="${RDEPEND}"