summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2006-01-18 20:41:36 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2006-01-18 20:41:36 +0000
commit0bfb99da7548104421ea656c68b5cc36445e2ade (patch)
tree6179730109dd9fdad993abdd81c9a2f10490fa4b /rox-extra/fetch
parentadd portuguese (pt) longdescription (diff)
downloadhistorical-0bfb99da7548104421ea656c68b5cc36445e2ade.tar.gz
historical-0bfb99da7548104421ea656c68b5cc36445e2ade.tar.bz2
historical-0bfb99da7548104421ea656c68b5cc36445e2ade.zip
Move inherit to top of ebuilds for bug 117764, add quotes to S, D, etc.
Package-Manager: portage-2.0.54
Diffstat (limited to 'rox-extra/fetch')
-rw-r--r--rox-extra/fetch/ChangeLog9
-rw-r--r--rox-extra/fetch/fetch-0.0.3.ebuild10
-rw-r--r--rox-extra/fetch/fetch-0.1.1.ebuild10
-rw-r--r--rox-extra/fetch/fetch-0.1.2.ebuild12
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