summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/perl-declaredeps.eclass2
-rw-r--r--eclass/perl-module.eclass6
2 files changed, 2 insertions, 6 deletions
diff --git a/eclass/perl-declaredeps.eclass b/eclass/perl-declaredeps.eclass
index e28877d49..8c9d1fe91 100644
--- a/eclass/perl-declaredeps.eclass
+++ b/eclass/perl-declaredeps.eclass
@@ -33,8 +33,6 @@
# *perl* dependencies and *module* names instead of package names,
# and have it just magically work somehow.
-DESCRIPTION="Based on the ${ECLASS} eclass";
-
# At present, its EAPI=4 only, because without EAPI4, theres
# implicit DEPEND=RDEPEND :(
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 67f662a48..8f78ecb26 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.132 2012/04/15 20:15:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.134 2012/09/15 16:16:53 zmedico Exp $
# @ECLASS: perl-module.eclass
# @MAINTAINER:
@@ -50,8 +50,6 @@ case "${PERL_EXPORT_PHASE_FUNCTIONS:-yes}" in
;;
esac
-DESCRIPTION="Based on the $ECLASS eclass"
-
LICENSE="${LICENSE:-|| ( Artistic GPL-1 GPL-2 GPL-3 )}"
if [[ -n ${MY_PN} || -n ${MY_PV} || -n ${MODULE_VERSION} ]] ; then