summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-05-14 14:40:00 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-05-14 14:40:00 +0000
commit60e8bd6af469c44bf81e6c7f3eee0494506cbf12 (patch)
tree9315a198c0a8c531521ba8c21cbe9b0cd93ecce9 /app-arch/unrar
parentStable for sparc, wrt bug #506256 (diff)
downloadgentoo-2-60e8bd6af469c44bf81e6c7f3eee0494506cbf12.tar.gz
gentoo-2-60e8bd6af469c44bf81e6c7f3eee0494506cbf12.tar.bz2
gentoo-2-60e8bd6af469c44bf81e6c7f3eee0494506cbf12.zip
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-arch/unrar')
-rw-r--r--app-arch/unrar/ChangeLog7
-rw-r--r--app-arch/unrar/files/unrar-4.2.4-build.patch37
-rw-r--r--app-arch/unrar/unrar-4.2.4.ebuild56
-rw-r--r--app-arch/unrar/unrar-5.1.1.ebuild56
-rw-r--r--app-arch/unrar/unrar-5.1.2.ebuild56
-rw-r--r--app-arch/unrar/unrar-5.1.4.ebuild59
6 files changed, 6 insertions, 265 deletions
diff --git a/app-arch/unrar/ChangeLog b/app-arch/unrar/ChangeLog
index 140af6d47688..185c40902882 100644
--- a/app-arch/unrar/ChangeLog
+++ b/app-arch/unrar/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/unrar
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.224 2014/05/14 14:19:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.225 2014/05/14 14:39:59 ssuominen Exp $
+
+ 14 May 2014; Samuli Suominen <ssuominen@gentoo.org>
+ -files/unrar-4.2.4-build.patch, -unrar-4.2.4.ebuild, -unrar-5.1.1.ebuild,
+ -unrar-5.1.2.ebuild, -unrar-5.1.4.ebuild:
+ old
14 May 2014; Agostino Sarubbo <ago@gentoo.org> unrar-5.0.14.ebuild:
Stable for sparc, wrt bug #505932
diff --git a/app-arch/unrar/files/unrar-4.2.4-build.patch b/app-arch/unrar/files/unrar-4.2.4-build.patch
deleted file mode 100644
index 1377ff1a7896..000000000000
--- a/app-arch/unrar/files/unrar-4.2.4-build.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-do not let these targets depend on clean, otherwise it could run in
-parallel with the object compile which runs into races
-https://bugs.gentoo.org/461806
-
-While we're in here, fix up a few other things:
- - do not bother with `rm` in the output since linking will clober it
- - use CXXFLAGS when linking
- - append LIBFLAGS to the individual targets instead of the final link
-
---- a/makefile.unix
-+++ b/makefile.unix
-@@ -116,9 +116,8 @@
- clean:
- @rm -f *.o *.bak *~
-
--unrar: clean $(OBJECTS) $(UNRAR_OBJ)
-- @rm -f unrar
-- $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS)
-+unrar: $(OBJECTS) $(UNRAR_OBJ)
-+ $(LINK) -o unrar $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS)
- $(STRIP) unrar
-
- sfx: WHAT=SFX_MODULE
-@@ -128,10 +127,9 @@
- $(STRIP) default.sfx
-
- lib: WHAT=RARDLL
--lib: CXXFLAGS+=$(LIBFLAGS)
--lib: clean $(OBJECTS) $(LIB_OBJ)
-- @rm -f libunrar.so
-- $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
-+$(OBJECTS) $(LIB_OBJ): CXXFLAGS+=$(LIBFLAGS)
-+lib: $(OBJECTS) $(LIB_OBJ)
-+ $(LINK) -shared -o libunrar.so $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
-
- install-unrar:
- install -D unrar $(DESTDIR)/bin/unrar
diff --git a/app-arch/unrar/unrar-4.2.4.ebuild b/app-arch/unrar/unrar-4.2.4.ebuild
deleted file mode 100644
index 218999929746..000000000000
--- a/app-arch/unrar/unrar-4.2.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-4.2.4.ebuild,v 1.14 2013/03/16 15:35:08 vapier Exp $
-
-EAPI=4
-inherit flag-o-matic multilib toolchain-funcs eutils
-
-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 ~arm-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"
-
-S=${WORKDIR}/unrar
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-4.2.4-build.patch
- sed -i \
- -e "/libunrar/s:.so:$(get_libname ${PV%.*.*}):" \
- -e "s:-shared:& -Wl,-soname -Wl,libunrar$(get_libname ${PV%.*.*}):" \
- makefile.unix || die
-}
-
-src_compile() {
- unrar_make() {
- emake -f makefile.unix CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" STRIP=true "$@"
- }
-
- unrar_make CXXFLAGS+=" -fPIC" lib
- ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname)
- ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname ${PV})
-
- # The stupid code compiles a lot of objects differently if
- # they're going into a lib (-DRARDLL) or into the main app.
- # So for now, we can't link the main app against the lib.
- unrar_make clean
- unrar_make
-}
-
-src_install() {
- dobin unrar
- dodoc readme.txt
-
- dolib.so libunrar*
-
- insinto /usr/include/libunrar${PV%.*.*}
- doins *.hpp
- dosym libunrar${PV%.*.*} /usr/include/libunrar
-}
diff --git a/app-arch/unrar/unrar-5.1.1.ebuild b/app-arch/unrar/unrar-5.1.1.ebuild
deleted file mode 100644
index d7f0fffe1b46..000000000000
--- a/app-arch/unrar/unrar-5.1.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-5.1.1.ebuild,v 1.1 2014/03/27 07:39:52 ssuominen Exp $
-
-EAPI=5
-inherit eutils flag-o-matic multilib 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 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"
-
-S=${WORKDIR}/unrar
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-5.0.2-build.patch
- sed -i \
- -e "/libunrar/s:.so:$(get_libname ${PV%.*.*}):" \
- -e "s:-shared:& -Wl,-soname -Wl,libunrar$(get_libname ${PV%.*.*}):" \
- makefile || die
-}
-
-src_compile() {
- unrar_make() {
- emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" STRIP=true "$@"
- }
-
- unrar_make CXXFLAGS+=" -fPIC" lib
- ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname)
- ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname ${PV})
-
- # The stupid code compiles a lot of objects differently if
- # they're going into a lib (-DRARDLL) or into the main app.
- # So for now, we can't link the main app against the lib.
- unrar_make clean
- unrar_make
-}
-
-src_install() {
- dobin unrar
- dodoc readme.txt
-
- dolib.so libunrar*
-
- insinto /usr/include/libunrar${PV%.*.*}
- doins *.hpp
- dosym libunrar${PV%.*.*} /usr/include/libunrar
-}
diff --git a/app-arch/unrar/unrar-5.1.2.ebuild b/app-arch/unrar/unrar-5.1.2.ebuild
deleted file mode 100644
index 69b53b1f422e..000000000000
--- a/app-arch/unrar/unrar-5.1.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-5.1.2.ebuild,v 1.1 2014/04/11 21:58:50 ssuominen Exp $
-
-EAPI=5
-inherit eutils flag-o-matic multilib 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 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"
-
-S=${WORKDIR}/unrar
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-5.0.2-build.patch
- sed -i \
- -e "/libunrar/s:.so:$(get_libname ${PV%.*.*}):" \
- -e "s:-shared:& -Wl,-soname -Wl,libunrar$(get_libname ${PV%.*.*}):" \
- makefile || die
-}
-
-src_compile() {
- unrar_make() {
- emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" STRIP=true "$@"
- }
-
- unrar_make CXXFLAGS+=" -fPIC" lib
- ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname)
- ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname ${PV})
-
- # The stupid code compiles a lot of objects differently if
- # they're going into a lib (-DRARDLL) or into the main app.
- # So for now, we can't link the main app against the lib.
- unrar_make clean
- unrar_make
-}
-
-src_install() {
- dobin unrar
- dodoc readme.txt
-
- dolib.so libunrar*
-
- insinto /usr/include/libunrar${PV%.*.*}
- doins *.hpp
- dosym libunrar${PV%.*.*} /usr/include/libunrar
-}
diff --git a/app-arch/unrar/unrar-5.1.4.ebuild b/app-arch/unrar/unrar-5.1.4.ebuild
deleted file mode 100644
index ae1fd46027c4..000000000000
--- a/app-arch/unrar/unrar-5.1.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-5.1.4.ebuild,v 1.2 2014/05/09 00:10:05 ottxor Exp $
-
-EAPI=5
-inherit eutils flag-o-matic multilib 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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"
-
-S=${WORKDIR}/unrar
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-5.0.2-build.patch
- local sed_args=( -e "/libunrar/s:.so:$(get_libname ${PV%.*.*}):" )
- if [[ ${CHOST} == *-darwin* ]] ; then
- sed_args+=( -e "s:-shared:-dynamiclib -install_name ${EPREFIX}/usr/$(get_libdir)/libunrar$(get_libname ${PV%.*.*}):" )
- else
- sed_args+=( -e "s:-shared:& -Wl,-soname -Wl,libunrar$(get_libname ${PV%.*.*}):" )
- fi
- sed -i "${sed_args[@]}" makefile
-}
-
-src_compile() {
- unrar_make() {
- emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" STRIP=true "$@"
- }
-
- unrar_make CXXFLAGS+=" -fPIC" lib
- ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname)
- ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname ${PV})
-
- # The stupid code compiles a lot of objects differently if
- # they're going into a lib (-DRARDLL) or into the main app.
- # So for now, we can't link the main app against the lib.
- unrar_make clean
- unrar_make
-}
-
-src_install() {
- dobin unrar
- dodoc readme.txt
-
- dolib.so libunrar*
-
- insinto /usr/include/libunrar${PV%.*.*}
- doins *.hpp
- dosym libunrar${PV%.*.*} /usr/include/libunrar
-}