diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-07-18 15:12:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-07-18 15:12:54 +0000 |
commit | b6954db333eceae876fe18d50ec687640b4cea49 (patch) | |
tree | 55418941717d8099cc8d33a15297a82f14a8dc8e /eclass/bzr.eclass | |
parent | www-client/netsurf: webp got functional (diff) | |
download | gentoo-2-b6954db333eceae876fe18d50ec687640b4cea49.tar.gz gentoo-2-b6954db333eceae876fe18d50ec687640b4cea49.tar.bz2 gentoo-2-b6954db333eceae876fe18d50ec687640b4cea49.zip |
Don't assign useless values to DESCRIPTION and HOMEPAGE variables.
Diffstat (limited to 'eclass/bzr.eclass')
-rw-r--r-- | eclass/bzr.eclass | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass index 4c17f4c9121d..7b0a6e6a245b 100644 --- a/eclass/bzr.eclass +++ b/eclass/bzr.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/bzr.eclass,v 1.17 2011/09/22 08:13:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/bzr.eclass,v 1.18 2012/07/18 15:12:54 ulm Exp $ # # @ECLASS: bzr.eclass # @MAINTAINER: @@ -29,9 +29,6 @@ case "${EAPI:-0}" in *) EXPORT_FUNCTIONS src_unpack src_prepare ;; esac -HOMEPAGE="http://bazaar-vcs.org/" -DESCRIPTION="Based on the ${EBZR} eclass" - DEPEND=">=dev-vcs/bzr-2.0.1" case "${EAPI:-0}" in 0|1) ;; |