diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-10-04 15:09:01 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-10-04 15:09:01 +0000 |
commit | 863f1522e620052b073f692c660eca00fd41d8ad (patch) | |
tree | 8a9e01ef297131725091155883328ef5f828da33 /rox-extra/fetch | |
parent | Fixed version variable ordering for 'inherit rox' (diff) | |
download | gentoo-2-863f1522e620052b073f692c660eca00fd41d8ad.tar.gz gentoo-2-863f1522e620052b073f692c660eca00fd41d8ad.tar.bz2 gentoo-2-863f1522e620052b073f692c660eca00fd41d8ad.zip |
Fixed version variable ordering for 'inherit rox'
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'rox-extra/fetch')
-rw-r--r-- | rox-extra/fetch/ChangeLog | 5 | ||||
-rw-r--r-- | rox-extra/fetch/fetch-0.3.1.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/rox-extra/fetch/ChangeLog b/rox-extra/fetch/ChangeLog index 2bb56c3def4b..af233e5eb7cf 100644 --- a/rox-extra/fetch/ChangeLog +++ b/rox-extra/fetch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for rox-extra/fetch # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/ChangeLog,v 1.10 2006/10/03 13:42:02 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/ChangeLog,v 1.11 2006/10/04 15:09:01 lack Exp $ + + 04 Oct 2006; Jim Ramsay <lack@gentoo.org> fetch-0.3.1.ebuild: + Fixed version variable ordering for 'inherit rox' *fetch-0.3.1 (03 Oct 2006) diff --git a/rox-extra/fetch/fetch-0.3.1.ebuild b/rox-extra/fetch/fetch-0.3.1.ebuild index 487d4474bb99..0f695ce215d4 100644 --- a/rox-extra/fetch/fetch-0.3.1.ebuild +++ b/rox-extra/fetch/fetch-0.3.1.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/fetch-0.3.1.ebuild,v 1.1 2006/10/03 13:40:02 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/fetch-0.3.1.ebuild,v 1.2 2006/10/04 15:09:01 lack Exp $ +ROX_VER=2.1.2 +ROX_LIB_VER=2.0.2 inherit rox eutils MY_PN="Fetch" @@ -14,9 +16,6 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -ROX_VER=2.1.2 -ROX_LIB_VER=2.0.2 - APPNAME=Fetch S=${WORKDIR} |