* [gentoo-commits] gentoo-x86 commit in app-arch/upx-ucl: ChangeLog upx-ucl-3.03.ebuild
@ 2008-07-08 20:34 Timothy Redaelli (drizzt)
0 siblings, 0 replies; 2+ messages in thread
From: Timothy Redaelli (drizzt) @ 2008-07-08 20:34 UTC (permalink / raw
To: gentoo-commits
drizzt 08/07/08 20:34:54
Modified: ChangeLog
Added: upx-ucl-3.03.ebuild
Log:
Version Bump wrt bug #222739
(Portage version: 2.1.5.2)
Revision Changes Path
1.15 app-arch/upx-ucl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/upx-ucl/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/upx-ucl/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/upx-ucl/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 16 May 2008 09:43:44 -0000 1.14
+++ ChangeLog 8 Jul 2008 20:34:53 -0000 1.15
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/upx-ucl
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.14 2008/05/16 09:43:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.15 2008/07/08 20:34:53 drizzt Exp $
+
+*upx-ucl-3.03 (08 Jul 2008)
+
+ 08 Jul 2008; Timothy Redaelli <drizzt@gentoo.org> +upx-ucl-3.03.ebuild:
+ Version Bump wrt bug #222739
16 May 2008; Raúl Porcel <armin76@gentoo.org> upx-ucl-3.02.ebuild:
Fix building on sparc, thanks to Friedrich Oslage on bug #217983
1.1 app-arch/upx-ucl/upx-ucl-3.03.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.03.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.03.ebuild?rev=1.1&content-type=text/plain
Index: upx-ucl-3.03.ebuild
===================================================================
# Copyright 1999-2008 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.1 2008/07/08 20:34:53 drizzt Exp $
inherit eutils toolchain-funcs flag-o-matic
LZMA_VER=4.57
MY_P="${P/-ucl/}-src"
DESCRIPTION="upx is the Ultimate Packer for eXecutables."
HOMEPAGE="http://upx.sourceforge.net"
SRC_URI="http://upx.sourceforge.net/download/${MY_P}.tar.bz2
mirror://sourceforge/sevenzip/lzma${LZMA_VER/.}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=">=dev-libs/ucl-1.02
dev-lang/perl
!app-arch/upx"
S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${MY_P}.tar.bz2
mkdir "${WORKDIR}"/lzma-${LZMA_VER}
cd "${WORKDIR}"/lzma-${LZMA_VER}
unpack lzma${LZMA_VER/.}.tar.bz2
}
src_compile() {
use sparc && append-flags "-D__BIG_ENDIAN__"
tc-export CXX
emake UPX_LZMADIR="${WORKDIR}"/lzma-${LZMA_VER} all || die
}
src_install() {
newbin src/upx.out upx
dodoc BUGS LICENSE NEWS PROJECTS README* THANKS TODO doc/upx.doc doc/*.txt
dohtml doc/upx.html
doman doc/upx.1
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-arch/upx-ucl: ChangeLog upx-ucl-3.03.ebuild
@ 2009-02-25 12:17 Timothy Redaelli (drizzt)
0 siblings, 0 replies; 2+ messages in thread
From: Timothy Redaelli (drizzt) @ 2009-02-25 12:17 UTC (permalink / raw
To: gentoo-commits
drizzt 09/02/25 12:17:26
Modified: ChangeLog upx-ucl-3.03.ebuild
Log:
Add ~x86-fbsd keyword to upx-ucl (and deps)
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.16 app-arch/upx-ucl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/upx-ucl/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/upx-ucl/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/upx-ucl/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 8 Jul 2008 20:34:53 -0000 1.15
+++ ChangeLog 25 Feb 2009 12:17:26 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/upx-ucl
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.15 2008/07/08 20:34:53 drizzt Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.16 2009/02/25 12:17:26 drizzt Exp $
+
+ 25 Feb 2009; Timothy Redaelli <drizzt@gentoo.org> upx-ucl-3.03.ebuild:
+ Add ~x86-fbsd keyword to upx-ucl (and deps)
*upx-ucl-3.03 (08 Jul 2008)
1.2 app-arch/upx-ucl/upx-ucl-3.03.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.03.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.03.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.03.ebuild?r1=1.1&r2=1.2
Index: upx-ucl-3.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.03.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- upx-ucl-3.03.ebuild 8 Jul 2008 20:34:53 -0000 1.1
+++ upx-ucl-3.03.ebuild 25 Feb 2009 12:17:26 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 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-3.03.ebuild,v 1.1 2008/07/08 20:34:53 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.03.ebuild,v 1.2 2009/02/25 12:17:26 drizzt Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-25 12:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 20:34 [gentoo-commits] gentoo-x86 commit in app-arch/upx-ucl: ChangeLog upx-ucl-3.03.ebuild Timothy Redaelli (drizzt)
-- strict thread matches above, loose matches on Subject: below --
2009-02-25 12:17 Timothy Redaelli (drizzt)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox