diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-09-15 16:16:53 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-09-15 16:16:53 +0000 |
commit | bf06068c2da5d70441fa049d341995aa319d7ed6 (patch) | |
tree | c113b4295eef0e6e3e1b044466a5665c731b3f7c /eclass/qmail.eclass | |
parent | Add missing Manifest entries for libirman-0.4.2-PICShared.patch, libirman-0.4... (diff) | |
download | gentoo-2-bf06068c2da5d70441fa049d341995aa319d7ed6.tar.gz gentoo-2-bf06068c2da5d70441fa049d341995aa319d7ed6.tar.bz2 gentoo-2-bf06068c2da5d70441fa049d341995aa319d7ed6.zip |
Remove redundant DESCRIPTION variable settings.
Diffstat (limited to 'eclass/qmail.eclass')
-rw-r--r-- | eclass/qmail.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index 3e382498698c..5ba95b938779 100644 --- a/eclass/qmail.eclass +++ b/eclass/qmail.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/qmail.eclass,v 1.6 2012/01/08 03:38:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qmail.eclass,v 1.7 2012/09/15 16:16:53 zmedico Exp $ # @ECLASS: qmail.eclass # @MAINTAINER: @@ -8,7 +8,6 @@ # @BLURB: common qmail functions inherit flag-o-matic toolchain-funcs fixheadtails -DESCRIPTION="Based on the ${ECLASS} eclass" # hardcoded paths QMAIL_HOME="/var/qmail" |