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 | de26a8ff9d6bcc7ad6b22cc907c8b488b3753e01 (patch) | |
tree | 6466205313108b4fc8c1248f87732a03d3106166 /eclass/cannadic.eclass | |
parent | Add missing Manifest entries for libirman-0.4.2-PICShared.patch, libirman-0.4... (diff) | |
download | historical-de26a8ff9d6bcc7ad6b22cc907c8b488b3753e01.tar.gz historical-de26a8ff9d6bcc7ad6b22cc907c8b488b3753e01.tar.bz2 historical-de26a8ff9d6bcc7ad6b22cc907c8b488b3753e01.zip |
Remove redundant DESCRIPTION variable settings.
Diffstat (limited to 'eclass/cannadic.eclass')
-rw-r--r-- | eclass/cannadic.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/cannadic.eclass b/eclass/cannadic.eclass index 7cae6ba73524..8a5e737747f4 100644 --- a/eclass/cannadic.eclass +++ b/eclass/cannadic.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/cannadic.eclass,v 1.16 2011/08/22 04:46:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.17 2012/09/15 16:16:53 zmedico Exp $ # @ECLASS: cannadic.eclass # @AUTHOR: @@ -15,7 +15,6 @@ EXPORT_FUNCTIONS src_install pkg_setup pkg_postinst pkg_postrm IUSE="" -DESCRIPTION="Based on the $ECLASS eclass" HOMEPAGE="http://canna.sourceforge.jp/" # you need to change this! SRC_URI="mirror://gentoo/${P}.tar.gz" |