diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2006-01-18 20:41:36 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2006-01-18 20:41:36 +0000 |
commit | 08fbcce73940230efc0fb3074c26237eeceb719a (patch) | |
tree | aa00d7be1682e4b4b0e90cb37a0423dbfceeb0cb /rox-extra | |
parent | Stable on ppc64; bug #119461 (diff) | |
download | gentoo-2-08fbcce73940230efc0fb3074c26237eeceb719a.tar.gz gentoo-2-08fbcce73940230efc0fb3074c26237eeceb719a.tar.bz2 gentoo-2-08fbcce73940230efc0fb3074c26237eeceb719a.zip |
Move inherit to top of ebuilds for bug 117764, add quotes to S, D, etc.
(Portage version: 2.0.54)
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/fetch/ChangeLog | 9 | ||||
-rw-r--r-- | rox-extra/fetch/fetch-0.0.3.ebuild | 10 | ||||
-rw-r--r-- | rox-extra/fetch/fetch-0.1.1.ebuild | 10 | ||||
-rw-r--r-- | rox-extra/fetch/fetch-0.1.2.ebuild | 12 |
4 files changed, 23 insertions, 18 deletions
diff --git a/rox-extra/fetch/ChangeLog b/rox-extra/fetch/ChangeLog index 31fce6ddb352..4961af2a8e4b 100644 --- a/rox-extra/fetch/ChangeLog +++ b/rox-extra/fetch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for rox-extra/fetch -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/ChangeLog,v 1.6 2005/11/06 19:23:39 svyatogor Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/ChangeLog,v 1.7 2006/01/18 20:41:36 vanquirius Exp $ + + 18 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> fetch-0.0.3.ebuild, + fetch-0.1.1.ebuild, fetch-0.1.2.ebuild: + Move inherit to top of ebuilds for bug 117764, add quotes to S, D, etc. + Thanks to Alexandru Toma <flash3001 at yahoo dot com>. *fetch-0.1.2 (06 Nov 2005) diff --git a/rox-extra/fetch/fetch-0.0.3.ebuild b/rox-extra/fetch/fetch-0.0.3.ebuild index 23c2ba2ef2f3..e7dfb8a0983a 100644 --- a/rox-extra/fetch/fetch-0.0.3.ebuild +++ b/rox-extra/fetch/fetch-0.0.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.0.3.ebuild,v 1.3 2005/08/15 00:27:11 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/fetch-0.0.3.ebuild,v 1.4 2006/01/18 20:41:36 vanquirius Exp $ + +inherit rox DESCRIPTION="Fetch - an downloader for the ROX Desktop" @@ -22,6 +24,4 @@ ROX_LIB_VER=1.9.11 APPNAME=Fetch -S=${WORKDIR} - -inherit rox +S="${WORKDIR}" diff --git a/rox-extra/fetch/fetch-0.1.1.ebuild b/rox-extra/fetch/fetch-0.1.1.ebuild index e1e7b7f4389e..ff2b14f3ab08 100644 --- a/rox-extra/fetch/fetch-0.1.1.ebuild +++ b/rox-extra/fetch/fetch-0.1.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.1.1.ebuild,v 1.1 2005/10/06 15:45:06 svyatogor Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/fetch-0.1.1.ebuild,v 1.2 2006/01/18 20:41:36 vanquirius Exp $ + +inherit rox MY_PN="Fetch" DESCRIPTION="Fetch - an downloader for the ROX Desktop" @@ -15,6 +17,4 @@ IUSE="" ROX_LIB_VER=2.0.0 APPNAME=Fetch -S=${WORKDIR} - -inherit rox +S="${WORKDIR}" diff --git a/rox-extra/fetch/fetch-0.1.2.ebuild b/rox-extra/fetch/fetch-0.1.2.ebuild index 4ef15984add7..cb4a0dbcf93c 100644 --- a/rox-extra/fetch/fetch-0.1.2.ebuild +++ b/rox-extra/fetch/fetch-0.1.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.1.2.ebuild,v 1.2 2005/11/19 18:47:27 svyatogor Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/fetch-0.1.2.ebuild,v 1.3 2006/01/18 20:41:36 vanquirius Exp $ + +inherit rox eutils MY_PN="Fetch" DESCRIPTION="Fetch - an downloader for the ROX Desktop" @@ -17,7 +19,7 @@ ROX_LIB_VER=2.0.0 DEPEND="sys-apps/dbus" APPNAME=Fetch -S=${WORKDIR} +S="${WORKDIR}" src_unpack() { if ! built_with_use sys-apps/dbus python @@ -27,7 +29,5 @@ src_unpack() { die "python dbus modules missing" fi unpack ${A} - cd ${S} + cd "${S}" } - -inherit rox eutils |