summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.23-r1.ebuild')
-rw-r--r--dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.23-r1.ebuild16
1 files changed, 7 insertions, 9 deletions
diff --git a/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.23-r1.ebuild b/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.23-r1.ebuild
index d57bea0ef289..71b27efc81f7 100644
--- a/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.23-r1.ebuild
+++ b/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.23-r1.ebuild
@@ -1,20 +1,18 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.23-r1.ebuild,v 1.19 2010/01/14 16:41:51 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.23-r1.ebuild,v 1.20 2010/02/06 13:58:28 tove Exp $
-inherit perl-module
+EAPI=2
-MY_P="${P/_/}"
-S=${WORKDIR}/${MY_P}
+MODULE_AUTHOR=KRAEHE
+inherit perl-module
DESCRIPTION="A Perl module providing a simple API to parsed XML instances"
-HOMEPAGE="http://search.cpan.org/~kraehe/"
-SRC_URI="mirror://cpan/authors/id/K/KR/KRAEHE/${P}.tar.gz"
-LICENSE="Artistic"
+LICENSE="GPL-2" # GPL
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE=""
-DEPEND=">=dev-perl/libxml-perl-0.07-r1
- dev-lang/perl"
+RDEPEND=">=dev-perl/libxml-perl-0.07-r1"
+DEPEND="${RDEPEND}"