diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 16:42:48 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 16:42:48 +0000 |
commit | 121ab70ca8792a0face37b57c9746ed116eec877 (patch) | |
tree | d48ab2fff16397b515f9e246c98998956f1d29f5 /app-arch/ipkg-utils | |
parent | Fix quoting. Don't install INSTALL and COPYING. (diff) | |
download | gentoo-2-121ab70ca8792a0face37b57c9746ed116eec877.tar.gz gentoo-2-121ab70ca8792a0face37b57c9746ed116eec877.tar.bz2 gentoo-2-121ab70ca8792a0face37b57c9746ed116eec877.zip |
QA fixes; unquoted variables
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/ipkg-utils')
-rw-r--r-- | app-arch/ipkg-utils/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/ipkg-utils/ipkg-utils-1.7-r1.ebuild | 6 | ||||
-rw-r--r-- | app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-arch/ipkg-utils/ChangeLog b/app-arch/ipkg-utils/ChangeLog index 2c89491a4013..6ca987af06e4 100644 --- a/app-arch/ipkg-utils/ChangeLog +++ b/app-arch/ipkg-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/ipkg-utils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ChangeLog,v 1.13 2009/08/28 22:29:55 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ChangeLog,v 1.14 2009/10/12 16:42:48 halcy0n Exp $ + + 12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> ipkg-utils-1.7-r1.ebuild, + ipkg-utils-1.7.050831-r1.ebuild: + QA fixes; unquoted variables 28 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> -files/ipkg-utils-1.7-build_fixes.patch: diff --git a/app-arch/ipkg-utils/ipkg-utils-1.7-r1.ebuild b/app-arch/ipkg-utils/ipkg-utils-1.7-r1.ebuild index a6c5a37d0c85..00bdfe461438 100644 --- a/app-arch/ipkg-utils/ipkg-utils-1.7-r1.ebuild +++ b/app-arch/ipkg-utils/ipkg-utils-1.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7-r1.ebuild,v 1.1 2007/10/13 01:11:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7-r1.ebuild,v 1.2 2009/10/12 16:42:48 halcy0n Exp $ inherit distutils eutils toolchain-funcs @@ -21,7 +21,7 @@ RDEPEND="dev-lang/python DEPEND="${RDEPEND}" src_unpack() { - unpack "${A}"; cd "${S}" + unpack ${A}; cd "${S}" epatch "${FILESDIR}"/${PN}-tar_call_fixes.patch diff --git a/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild b/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild index de6564b17f63..c9367d731b58 100644 --- a/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild +++ b/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild,v 1.1 2007/10/13 01:11:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild,v 1.2 2009/10/12 16:42:48 halcy0n Exp $ inherit distutils eutils toolchain-funcs versionator @@ -13,7 +13,7 @@ LICENSE="GPL-2" IUSE="minimal" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}"/${MY_P} RDEPEND="dev-lang/python !minimal? ( @@ -24,7 +24,7 @@ RDEPEND="dev-lang/python DEPEND="${RDEPEND}" src_unpack() { - unpack "${A}"; cd "${S}" + unpack ${A}; cd "${S}" epatch "${FILESDIR}"/${PN}-tar_call_fixes.patch |