diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-23 22:27:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-23 22:27:07 +0000 |
commit | e619cda6d8f7d6916b37f99566710a1632391337 (patch) | |
tree | 680862b3302a0cd6441836b830906d6f3640f2b1 /app-arch/unrar | |
parent | Revbump to be compatible with boost-1.48. Thanks to Arfrever (diff) | |
download | gentoo-2-e619cda6d8f7d6916b37f99566710a1632391337.tar.gz gentoo-2-e619cda6d8f7d6916b37f99566710a1632391337.tar.bz2 gentoo-2-e619cda6d8f7d6916b37f99566710a1632391337.zip |
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/unrar')
-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 |
3 files changed, 5 insertions, 40 deletions
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 -} |