summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-12 17:30:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-12 17:30:39 +0000
commite4d42a23a6b72cbc8dd80b6da0d068a2860a82c4 (patch)
tree5af055ced96bd9cbfed89dc8fe4d3468d24e9255 /dev-util/alleyoop
parentVersion bump, #286654 (diff)
downloadgentoo-2-e4d42a23a6b72cbc8dd80b6da0d068a2860a82c4.tar.gz
gentoo-2-e4d42a23a6b72cbc8dd80b6da0d068a2860a82c4.tar.bz2
gentoo-2-e4d42a23a6b72cbc8dd80b6da0d068a2860a82c4.zip
Fix quoting
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/alleyoop')
-rw-r--r--dev-util/alleyoop/alleyoop-0.8.2.ebuild8
-rw-r--r--dev-util/alleyoop/alleyoop-0.9.1.ebuild26
-rw-r--r--dev-util/alleyoop/alleyoop-0.9.2.ebuild26
-rw-r--r--dev-util/alleyoop/alleyoop-0.9.5.ebuild6
4 files changed, 7 insertions, 59 deletions
diff --git a/dev-util/alleyoop/alleyoop-0.8.2.ebuild b/dev-util/alleyoop/alleyoop-0.8.2.ebuild
index 255cd197c7f5..2d987a594d15 100644
--- a/dev-util/alleyoop/alleyoop-0.8.2.ebuild
+++ b/dev-util/alleyoop/alleyoop-0.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.8.2.ebuild,v 1.11 2009/09/23 17:39:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.8.2.ebuild,v 1.12 2009/10/12 17:30:39 ssuominen Exp $
inherit gnome2 eutils
@@ -23,10 +23,10 @@ RDEPEND=">=dev-libs/glib-2.2
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
+DOCS="AUTHORS ChangeLog NEWS README"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}.patch
}
diff --git a/dev-util/alleyoop/alleyoop-0.9.1.ebuild b/dev-util/alleyoop/alleyoop-0.9.1.ebuild
deleted file mode 100644
index cdd22c402834..000000000000
--- a/dev-util/alleyoop/alleyoop-0.9.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.1.ebuild,v 1.5 2009/09/23 17:39:45 patrick Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="A Gtk+ front-end to the Valgrind memory checker for x86 GNU/ Linux."
-HOMEPAGE="http://alleyoop.sourceforge.net/"
-SRC_URI="mirror://sourceforge/alleyoop/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc -sparc -alpha"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2.2
- >=x11-libs/gtk+-2.2
- >=gnome-base/gconf-2.2
- >=gnome-base/libgnomeui-2.2
- >=gnome-base/libglade-2.2
- sys-devel/binutils
- >=dev-util/valgrind-2.4"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
diff --git a/dev-util/alleyoop/alleyoop-0.9.2.ebuild b/dev-util/alleyoop/alleyoop-0.9.2.ebuild
deleted file mode 100644
index 854791104f93..000000000000
--- a/dev-util/alleyoop/alleyoop-0.9.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.2.ebuild,v 1.6 2009/09/23 17:39:45 patrick Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="A Gtk+ front-end to the Valgrind memory checker for x86 GNU/ Linux."
-HOMEPAGE="http://alleyoop.sourceforge.net/"
-SRC_URI="mirror://sourceforge/alleyoop/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-alpha ~ppc -sparc x86"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2.2
- >=x11-libs/gtk+-2.2
- >=gnome-base/gconf-2.2
- >=gnome-base/libgnomeui-2.2
- >=gnome-base/libglade-2.2
- sys-devel/binutils
- >=dev-util/valgrind-2.4"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
diff --git a/dev-util/alleyoop/alleyoop-0.9.5.ebuild b/dev-util/alleyoop/alleyoop-0.9.5.ebuild
index f8edf523c294..e20e2c7c79c9 100644
--- a/dev-util/alleyoop/alleyoop-0.9.5.ebuild
+++ b/dev-util/alleyoop/alleyoop-0.9.5.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.5.ebuild,v 1.2 2009/09/23 17:39:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.5.ebuild,v 1.3 2009/10/12 17:30:39 ssuominen Exp $
inherit gnome2 eutils
DESCRIPTION="A Gtk+ front-end to the Valgrind memory checker for x86 GNU/ Linux."
HOMEPAGE="http://alleyoop.sourceforge.net/"
SRC_URI="mirror://sourceforge/alleyoop/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-alpha ~amd64 ~ppc -sparc ~x86"
@@ -19,8 +20,7 @@ RDEPEND=">=dev-libs/glib-2.2
>=gnome-base/libglade-2.2
sys-devel/binutils
>=dev-util/valgrind-2.4"
-
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
+DOCS="AUTHORS ChangeLog NEWS README"