* [gentoo-commits] gentoo-x86 commit in app-arch/upx-ucl: ChangeLog upx-ucl-3.07.ebuild
@ 2011-01-06 3:15 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-01-06 3:15 UTC (permalink / raw
To: gentoo-commits
vapier 11/01/06 03:15:12
Modified: ChangeLog
Added: upx-ucl-3.07.ebuild
Log:
Version bump #328061 by Marcin Mirosław.
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Revision Changes Path
1.21 app-arch/upx-ucl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/upx-ucl/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/upx-ucl/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/upx-ucl/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 20 Mar 2010 04:07:10 -0000 1.20
+++ ChangeLog 6 Jan 2011 03:15:12 -0000 1.21
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/upx-ucl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.20 2010/03/20 04:07:10 matsuu Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.21 2011/01/06 03:15:12 vapier Exp $
+
+*upx-ucl-3.07 (06 Jan 2011)
+
+ 06 Jan 2011; Mike Frysinger <vapier@gentoo.org> +upx-ucl-3.07.ebuild:
+ Version bump #328061 by Marcin Mirosław.
*upx-ucl-3.04 (20 Mar 2010)
1.1 app-arch/upx-ucl/upx-ucl-3.07.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.07.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.07.ebuild?rev=1.1&content-type=text/plain
Index: upx-ucl-3.07.ebuild
===================================================================
# Copyright 1999-2011 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.07.ebuild,v 1.1 2011/01/06 03:15:12 vapier Exp $
EAPI="2"
inherit eutils toolchain-funcs flag-o-matic
LZMA_VER=465
#LZMA_VER=920
MY_P="${P/-ucl}-src"
DESCRIPTION="Ultimate Packer for eXecutables (free version using UCL compression and not NRV)"
HOMEPAGE="http://upx.sourceforge.net/"
SRC_URI="http://upx.sourceforge.net/download/${MY_P}.tar.bz2
lzma? ( mirror://sourceforge/sevenzip/lzma${LZMA_VER}.tar.bz2 )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="lzma zlib"
DEPEND=">=dev-libs/ucl-1.02
dev-lang/perl
!app-arch/upx"
S="${WORKDIR}/${MY_P}"
src_configure() {
use zlib && append-cppflags -DWITH_ZLIB=1
}
src_compile() {
tc-export CXX
emake UPX_LZMADIR="${WORKDIR}" all || die
}
src_install() {
newbin src/upx.out upx || die
dodoc BUGS NEWS PROJECTS README* THANKS TODO doc/*.txt
dohtml doc/upx.html || die
doman doc/upx.1 || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-arch/upx-ucl: ChangeLog upx-ucl-3.07.ebuild
@ 2012-05-10 14:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-10 14:48 UTC (permalink / raw
To: gentoo-commits
ago 12/05/10 14:48:27
Modified: ChangeLog
Removed: upx-ucl-3.07.ebuild
Log:
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.24 app-arch/upx-ucl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/upx-ucl/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/upx-ucl/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/upx-ucl/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 14 Mar 2012 04:43:07 -0000 1.23
+++ ChangeLog 10 May 2012 14:48:26 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/upx-ucl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.23 2012/03/14 04:43:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.24 2012/05/10 14:48:26 ago Exp $
+
+ 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -upx-ucl-3.07.ebuild:
+ Remove old
*upx-ucl-3.08 (14 Mar 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-10 14:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 3:15 [gentoo-commits] gentoo-x86 commit in app-arch/upx-ucl: ChangeLog upx-ucl-3.07.ebuild Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2012-05-10 14:48 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox