summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-09-15 18:57:09 +0200
committerTorsten Veller <tove@gentoo.org>2012-09-15 18:58:06 +0200
commitacd89f0dd2ab6092d5c4417f0a48a800068b737e (patch)
treebdedf88323ada360b0dba730db65786f5cf26d2b /eclass
parent[fix] dev-perl/Catalyst-Plugin-Session-Store-File RDEPEND (diff)
downloadperl-overlay-acd89f0dd2ab6092d5c4417f0a48a800068b737e.tar.gz
perl-overlay-acd89f0dd2ab6092d5c4417f0a48a800068b737e.tar.bz2
perl-overlay-acd89f0dd2ab6092d5c4417f0a48a800068b737e.zip
Remove redundant DESCRIPTION variable settings
Diffstat (limited to 'eclass')
-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