diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-23 22:31:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-23 22:31:14 +0000 |
commit | 60fce02a8e64f0f8ae425958d026052fd5f58e42 (patch) | |
tree | 6bbd7dbb97d5261f9b0a076d1598f549f966e1a3 /app-arch | |
parent | amd64/x86 stable (diff) | |
download | historical-60fce02a8e64f0f8ae425958d026052fd5f58e42.tar.gz historical-60fce02a8e64f0f8ae425958d026052fd5f58e42.tar.bz2 historical-60fce02a8e64f0f8ae425958d026052fd5f58e42.zip |
old
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unrar-gpl/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/unrar-gpl/unrar-gpl-0.0.1_p20080417.ebuild | 31 | ||||
-rw-r--r-- | app-arch/unrar/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/unrar/unrar-4.1.4-r1.ebuild | 5 | ||||
-rw-r--r-- | app-arch/unrar/unrar-4.1.4.ebuild | 35 |
5 files changed, 10 insertions, 72 deletions
diff --git a/app-arch/unrar-gpl/ChangeLog b/app-arch/unrar-gpl/ChangeLog index 7140e6186bfc..19ffe9aa2ee5 100644 --- a/app-arch/unrar-gpl/ChangeLog +++ b/app-arch/unrar-gpl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/unrar-gpl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar-gpl/ChangeLog,v 1.13 2012/01/23 22:30:33 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar-gpl/ChangeLog,v 1.14 2012/01/23 22:31:14 ssuominen Exp $ + + 23 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> + -unrar-gpl-0.0.1_p20080417.ebuild: + old 23 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> unrar-gpl-0.0.1_p20080417-r1.ebuild: diff --git a/app-arch/unrar-gpl/unrar-gpl-0.0.1_p20080417.ebuild b/app-arch/unrar-gpl/unrar-gpl-0.0.1_p20080417.ebuild deleted file mode 100644 index 19dc10635c7c..000000000000 --- a/app-arch/unrar-gpl/unrar-gpl-0.0.1_p20080417.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar-gpl/unrar-gpl-0.0.1_p20080417.ebuild,v 1.4 2010/03/07 09:59:14 hanno Exp $ - -inherit autotools - -DESCRIPTION="Free rar unpacker for old (pre v3) rar files" -HOMEPAGE="http://home.gna.org/unrar/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -DEPEND="!app-arch/unrar" -S="${WORKDIR}/${PN/-gpl}" - -src_unpack() { - unpack ${A} - cd "${S}" - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS README || die "dodoc failed" -} diff --git a/app-arch/unrar/ChangeLog b/app-arch/unrar/ChangeLog index 15d1ded308db..9aca1b4930cf 100644 --- a/app-arch/unrar/ChangeLog +++ b/app-arch/unrar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unrar # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.160 2012/01/18 21:52:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.161 2012/01/23 22:27:07 ssuominen Exp $ + + 23 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -unrar-4.1.4.ebuild: + old *unrar-4.1.4-r1 (18 Jan 2012) diff --git a/app-arch/unrar/unrar-4.1.4-r1.ebuild b/app-arch/unrar/unrar-4.1.4-r1.ebuild index a488ea84eaa8..b323caff6f7c 100644 --- a/app-arch/unrar/unrar-4.1.4-r1.ebuild +++ b/app-arch/unrar/unrar-4.1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-4.1.4-r1.ebuild,v 1.2 2012/01/18 22:20:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-4.1.4-r1.ebuild,v 1.3 2012/01/23 22:27:07 ssuominen Exp $ EAPI=4 inherit flag-o-matic multilib toolchain-funcs @@ -28,9 +28,6 @@ src_prepare() { } src_compile() { - #append-lfs-flags #356155 #makefile.unix has DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE in 4.1.4 - #todo: LIBS="-L. -lunrar" fails with undefineds - local f=makefile.unix emake -f ${f} CXX="$(tc-getCXX)" CXXFLAGS="-fPIC ${CXXFLAGS}" lib diff --git a/app-arch/unrar/unrar-4.1.4.ebuild b/app-arch/unrar/unrar-4.1.4.ebuild deleted file mode 100644 index 47b337c9748e..000000000000 --- a/app-arch/unrar/unrar-4.1.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-4.1.4.ebuild,v 1.1 2012/01/18 10:10:51 ssuominen Exp $ - -EAPI=4 -inherit flag-o-matic toolchain-funcs - -MY_PN=${PN}src - -DESCRIPTION="Uncompress rar files" -HOMEPAGE="http://www.rarlab.com/rar_add.htm" -SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz" - -LICENSE="unRAR" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417" - -S=${WORKDIR}/unrar - -src_compile() { - append-lfs-flags #356155 - emake \ - -f makefile.unix \ - CXXFLAGS="${CXXFLAGS}" \ - CXX="$(tc-getCXX)" \ - STRIP="true" -} - -src_install() { - dobin unrar - dodoc readme.txt -} |