diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 17:06:59 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 17:06:59 +0000 |
commit | d75374d91da1cfd2a9aa652a6a26c7a7e6f1265c (patch) | |
tree | ef0f28545410a25cd0b9fe23d2c9a3831b4c33d8 /app-arch/upx-ucl | |
parent | Fix quoting and remove invalid desktop entry generation. (diff) | |
download | historical-d75374d91da1cfd2a9aa652a6a26c7a7e6f1265c.tar.gz historical-d75374d91da1cfd2a9aa652a6a26c7a7e6f1265c.tar.bz2 historical-d75374d91da1cfd2a9aa652a6a26c7a7e6f1265c.zip |
QA fixes; unquoted variables and useless dodoc LICENSE
Package-Manager: portage-2.2_rc45/cvs/Linux x86_64
Diffstat (limited to 'app-arch/upx-ucl')
-rw-r--r-- | app-arch/upx-ucl/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/upx-ucl/upx-ucl-1.25-r1.ebuild | 8 | ||||
-rw-r--r-- | app-arch/upx-ucl/upx-ucl-2.02.ebuild | 6 | ||||
-rw-r--r-- | app-arch/upx-ucl/upx-ucl-2.03.ebuild | 6 | ||||
-rw-r--r-- | app-arch/upx-ucl/upx-ucl-3.00.ebuild | 4 | ||||
-rw-r--r-- | app-arch/upx-ucl/upx-ucl-3.02.ebuild | 4 | ||||
-rw-r--r-- | app-arch/upx-ucl/upx-ucl-3.03.ebuild | 4 |
7 files changed, 22 insertions, 17 deletions
diff --git a/app-arch/upx-ucl/ChangeLog b/app-arch/upx-ucl/ChangeLog index c01a025cd25c..5d6ba0592b67 100644 --- a/app-arch/upx-ucl/ChangeLog +++ b/app-arch/upx-ucl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/upx-ucl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.17 2009/08/03 00:02:55 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.18 2009/10/12 17:06:59 halcy0n Exp $ + + 12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> upx-ucl-1.25-r1.ebuild, + upx-ucl-2.02.ebuild, upx-ucl-2.03.ebuild, upx-ucl-3.00.ebuild, + upx-ucl-3.02.ebuild, upx-ucl-3.03.ebuild: + QA fixes; unquoted variables and useless dodoc LICENSE 02 Aug 2009; VĂctor Ostorga <vostorga@gentoo.org> +files/upx-ucl-glibc210.patch, upx-ucl-3.00.ebuild, upx-ucl-3.02.ebuild, diff --git a/app-arch/upx-ucl/upx-ucl-1.25-r1.ebuild b/app-arch/upx-ucl/upx-ucl-1.25-r1.ebuild index 29836c2a3771..988dd5c0df48 100644 --- a/app-arch/upx-ucl/upx-ucl-1.25-r1.ebuild +++ b/app-arch/upx-ucl/upx-ucl-1.25-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/upx-ucl/upx-ucl-1.25-r1.ebuild,v 1.3 2008/06/29 10:50:15 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/upx-ucl-1.25-r1.ebuild,v 1.4 2009/10/12 17:06:59 halcy0n Exp $ inherit eutils toolchain-funcs @@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/ucl-1.02 !app-arch/upx" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}"/${PN}-${PV}-pie.patch @@ -45,7 +45,7 @@ src_compile() { src_install() { dobin src/upx - dodoc BUGS LICENSE LOADER.TXT NEWS PROJECTS README* THANKS doc/upx.doc + dodoc BUGS LOADER.TXT NEWS PROJECTS README* THANKS doc/upx.doc dohtml doc/upx.html doman doc/upx.1 } diff --git a/app-arch/upx-ucl/upx-ucl-2.02.ebuild b/app-arch/upx-ucl/upx-ucl-2.02.ebuild index 7603ec815ef1..f8a280a093e2 100644 --- a/app-arch/upx-ucl/upx-ucl-2.02.ebuild +++ b/app-arch/upx-ucl/upx-ucl-2.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/upx-ucl/upx-ucl-2.02.ebuild,v 1.1 2006/09/08 23:38:30 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/upx-ucl-2.02.ebuild,v 1.2 2009/10/12 17:06:59 halcy0n Exp $ inherit eutils toolchain-funcs @@ -29,7 +29,7 @@ src_compile() { src_install() { newbin src/upx.out upx - dodoc BUGS LICENSE NEWS PROJECTS README* THANKS TODO doc/upx.doc + dodoc BUGS NEWS PROJECTS README* THANKS TODO doc/upx.doc dohtml doc/upx.html doman doc/upx.1 } diff --git a/app-arch/upx-ucl/upx-ucl-2.03.ebuild b/app-arch/upx-ucl/upx-ucl-2.03.ebuild index d450f810f442..0770b9510046 100644 --- a/app-arch/upx-ucl/upx-ucl-2.03.ebuild +++ b/app-arch/upx-ucl/upx-ucl-2.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/upx-ucl/upx-ucl-2.03.ebuild,v 1.1 2006/12/01 11:37:07 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/upx-ucl-2.03.ebuild,v 1.2 2009/10/12 17:06:59 halcy0n Exp $ inherit eutils toolchain-funcs @@ -30,7 +30,7 @@ src_compile() { src_install() { newbin src/upx.out upx - dodoc BUGS LICENSE NEWS PROJECTS README* THANKS TODO doc/upx.doc doc/*.txt + dodoc BUGS NEWS PROJECTS README* THANKS TODO doc/upx.doc doc/*.txt dohtml doc/upx.html doman doc/upx.1 } diff --git a/app-arch/upx-ucl/upx-ucl-3.00.ebuild b/app-arch/upx-ucl/upx-ucl-3.00.ebuild index 96d9bae3f48c..fb7de5e49f42 100644 --- a/app-arch/upx-ucl/upx-ucl-3.00.ebuild +++ b/app-arch/upx-ucl/upx-ucl-3.00.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/app-arch/upx-ucl/upx-ucl-3.00.ebuild,v 1.2 2009/08/03 00:02:55 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.00.ebuild,v 1.3 2009/10/12 17:06:59 halcy0n Exp $ inherit eutils toolchain-funcs @@ -40,7 +40,7 @@ src_compile() { src_install() { newbin src/upx.out upx - dodoc BUGS LICENSE NEWS PROJECTS README* THANKS TODO doc/upx.doc doc/*.txt + dodoc BUGS NEWS PROJECTS README* THANKS TODO doc/upx.doc doc/*.txt dohtml doc/upx.html doman doc/upx.1 } diff --git a/app-arch/upx-ucl/upx-ucl-3.02.ebuild b/app-arch/upx-ucl/upx-ucl-3.02.ebuild index faf975bcb24f..6b6cb6a1a869 100644 --- a/app-arch/upx-ucl/upx-ucl-3.02.ebuild +++ b/app-arch/upx-ucl/upx-ucl-3.02.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/app-arch/upx-ucl/upx-ucl-3.02.ebuild,v 1.3 2009/08/03 00:02:55 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.02.ebuild,v 1.4 2009/10/12 17:06:59 halcy0n Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -42,7 +42,7 @@ src_compile() { src_install() { newbin src/upx.out upx - dodoc BUGS LICENSE NEWS PROJECTS README* THANKS TODO doc/upx.doc doc/*.txt + dodoc BUGS NEWS PROJECTS README* THANKS TODO doc/upx.doc doc/*.txt dohtml doc/upx.html doman doc/upx.1 } diff --git a/app-arch/upx-ucl/upx-ucl-3.03.ebuild b/app-arch/upx-ucl/upx-ucl-3.03.ebuild index 35e1c1134fc9..ab964184ea15 100644 --- a/app-arch/upx-ucl/upx-ucl-3.03.ebuild +++ b/app-arch/upx-ucl/upx-ucl-3.03.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/app-arch/upx-ucl/upx-ucl-3.03.ebuild,v 1.3 2009/08/03 00:02:55 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.03.ebuild,v 1.4 2009/10/12 17:06:59 halcy0n Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -42,7 +42,7 @@ src_compile() { src_install() { newbin src/upx.out upx - dodoc BUGS LICENSE NEWS PROJECTS README* THANKS TODO doc/upx.doc doc/*.txt + dodoc BUGS NEWS PROJECTS README* THANKS TODO doc/upx.doc doc/*.txt dohtml doc/upx.html doman doc/upx.1 } |