summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/xz-utils')
-rw-r--r--app-arch/xz-utils/ChangeLog11
-rw-r--r--app-arch/xz-utils/files/xz-utils-5.0.1-xzgrep-typo.patch42
-rw-r--r--app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild59
-rw-r--r--app-arch/xz-utils/xz-utils-5.0.1-r1.ebuild70
-rw-r--r--app-arch/xz-utils/xz-utils-5.0.1.ebuild66
-rw-r--r--app-arch/xz-utils/xz-utils-5.0.2.ebuild70
-rw-r--r--app-arch/xz-utils/xz-utils-5.0.3.ebuild67
-rw-r--r--app-arch/xz-utils/xz-utils-5.0.4-r1.ebuild68
-rw-r--r--app-arch/xz-utils/xz-utils-5.0.4.ebuild70
-rw-r--r--app-arch/xz-utils/xz-utils-5.0.5.ebuild68
10 files changed, 9 insertions, 582 deletions
diff --git a/app-arch/xz-utils/ChangeLog b/app-arch/xz-utils/ChangeLog
index 313c744ecda7..322c9ef45198 100644
--- a/app-arch/xz-utils/ChangeLog
+++ b/app-arch/xz-utils/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-arch/xz-utils
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/ChangeLog,v 1.75 2013/12/27 12:31:59 hattya Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/ChangeLog,v 1.76 2014/01/04 18:41:01 polynomial-c Exp $
+
+ 04 Jan 2014; Lars Wendler <polynomial-c@gentoo.org>
+ -xz-utils-4.999.9_beta.ebuild, -xz-utils-5.0.1.ebuild,
+ -xz-utils-5.0.1-r1.ebuild, -xz-utils-5.0.2.ebuild, -xz-utils-5.0.3.ebuild,
+ -xz-utils-5.0.4.ebuild, -xz-utils-5.0.4-r1.ebuild, -xz-utils-5.0.5.ebuild,
+ -files/xz-utils-5.0.1-xzgrep-typo.patch:
+ Removed old versions and files.
27 Dec 2013; Akinori Hattori <hattya@gentoo.org> xz-utils-5.0.5-r1.ebuild:
ia64 stable wrt bug #489362
diff --git a/app-arch/xz-utils/files/xz-utils-5.0.1-xzgrep-typo.patch b/app-arch/xz-utils/files/xz-utils-5.0.1-xzgrep-typo.patch
deleted file mode 100644
index 7bc8a4b3f9f3..000000000000
--- a/app-arch/xz-utils/files/xz-utils-5.0.1-xzgrep-typo.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-http://bugs.gentoo.org/356627
-
-From 399ff2690b17908552b44bf34065f2b11d1d7859 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Martin=20V=C3=A4th?= <vaeth@mathematik.uni-wuerzburg.de>
-Date: Mon, 28 Feb 2011 20:45:16 -0500
-Subject: [PATCH] xzgrep: fix typo in $0 parsing
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Reported-by: Diego Elio Pettenò <flameeyes@gentoo.org>
-Signed-off-by: Martin Väth <vaeth@mathematik.uni-wuerzburg.de>
-Signed-off-by: Mike Frysinger <vapier@gentoo.org>
----
- src/scripts/xzgrep.in | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/scripts/xzgrep.in b/src/scripts/xzgrep.in
-index bfa9fb5..708f7de 100644
---- a/src/scripts/xzgrep.in
-+++ b/src/scripts/xzgrep.in
-@@ -27,7 +27,7 @@
- xz='@xz@ --format=auto'
- unset GZIP BZIP BZIP2
-
--case ${0##/*} in
-+case ${0##*/} in
- *egrep*) prog=xzegrep; grep=${GREP:-egrep};;
- *fgrep*) prog=xzfgrep; grep=${GREP:-fgrep};;
- *) prog=xzgrep; grep=${GREP:-grep};;
-@@ -35,7 +35,7 @@ esac
-
- version="$prog (@PACKAGE_NAME@) @VERSION@"
-
--usage="Usage: ${0##/*} [OPTION]... [-e] PATTERN [FILE]...
-+usage="Usage: ${0##*/} [OPTION]... [-e] PATTERN [FILE]...
- Look for instances of PATTERN in the input FILEs, using their
- uncompressed contents if they are compressed.
-
---
-1.7.4.1
-
diff --git a/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild b/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild
deleted file mode 100644
index 38e55cdfeac8..000000000000
--- a/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild
+++ /dev/null
@@ -1,59 +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/xz-utils/xz-utils-4.999.9_beta.ebuild,v 1.14 2010/06/19 00:36:37 abcd Exp $
-
-# Remember: we cannot leverage autotools in this ebuild in order
-# to avoid circular deps with autotools
-
-EAPI="2"
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://ctrl.tukaani.org/xz.git"
- inherit git autotools
- SRC_URI=""
- EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068
-else
- MY_P="${PN/-utils}-${PV/_}"
- SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz"
- KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
- S=${WORKDIR}/${MY_P}
- EXTRA_DEPEND=
-fi
-
-inherit eutils
-
-DESCRIPTION="utils for managing LZMA compressed files"
-HOMEPAGE="http://tukaani.org/xz/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="nls static-libs +threads"
-
-RDEPEND="!app-arch/lzma
- !app-arch/lzma-utils
- !<app-arch/p7zip-4.57"
-DEPEND="${RDEPEND}
- ${EXTRA_DEPEND}"
-
-if [[ ${PV} == "9999" ]] ; then
-src_prepare() {
- eautopoint
- eautoreconf
-}
-fi
-
-src_configure() {
- econf \
- --enable-dynamic=yes \
- $(use_enable nls) \
- $(use_enable threads) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- rm "${D}"/usr/share/doc/xz/COPYING* || die
- mv "${D}"/usr/share/doc/{xz,${PF}} || die
- prepalldocs
- dodoc AUTHORS ChangeLog NEWS README THANKS
-}
diff --git a/app-arch/xz-utils/xz-utils-5.0.1-r1.ebuild b/app-arch/xz-utils/xz-utils-5.0.1-r1.ebuild
deleted file mode 100644
index 3af05290c80b..000000000000
--- a/app-arch/xz-utils/xz-utils-5.0.1-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.1-r1.ebuild,v 1.1 2011/03/01 01:54:09 vapier Exp $
-
-# Remember: we cannot leverage autotools in this ebuild in order
-# to avoid circular deps with autotools
-
-EAPI="2"
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://ctrl.tukaani.org/xz.git"
- inherit git autotools
- SRC_URI=""
- EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068
-else
- MY_P="${PN/-utils}-${PV/_}"
- SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
- S=${WORKDIR}/${MY_P}
- EXTRA_DEPEND=
-fi
-
-inherit eutils multilib
-
-DESCRIPTION="utils for managing LZMA compressed files"
-HOMEPAGE="http://tukaani.org/xz/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="nls static-libs +threads"
-
-RDEPEND="!<app-arch/lzma-4.63
- !app-arch/lzma-utils
- !<app-arch/p7zip-4.57"
-DEPEND="${RDEPEND}
- ${EXTRA_DEPEND}"
-
-if [[ ${PV} == "9999" ]] ; then
-src_prepare() {
- eautopoint
- eautoreconf
-}
-fi
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-xzgrep-typo.patch #356627
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable threads) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- rm "${D}"/usr/share/doc/xz/COPYING* || die
- mv "${D}"/usr/share/doc/{xz,${PF}} || die
- prepalldocs
- dodoc AUTHORS ChangeLog NEWS README THANKS
-}
-
-pkg_preinst() {
- preserve_old_lib /usr/$(get_libdir)/liblzma.so.0
-}
-
-pkg_postinst() {
- preserve_old_lib_notify /usr/$(get_libdir)/liblzma.so.0
-}
diff --git a/app-arch/xz-utils/xz-utils-5.0.1.ebuild b/app-arch/xz-utils/xz-utils-5.0.1.ebuild
deleted file mode 100644
index 222869551c60..000000000000
--- a/app-arch/xz-utils/xz-utils-5.0.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.1.ebuild,v 1.9 2011/03/20 18:39:17 armin76 Exp $
-
-# Remember: we cannot leverage autotools in this ebuild in order
-# to avoid circular deps with autotools
-
-EAPI="2"
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://ctrl.tukaani.org/xz.git"
- inherit git autotools
- SRC_URI=""
- EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068
-else
- MY_P="${PN/-utils}-${PV/_}"
- SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz"
- KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
- S=${WORKDIR}/${MY_P}
- EXTRA_DEPEND=
-fi
-
-inherit eutils multilib
-
-DESCRIPTION="utils for managing LZMA compressed files"
-HOMEPAGE="http://tukaani.org/xz/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="nls static-libs +threads"
-
-RDEPEND="!<app-arch/lzma-4.63
- !app-arch/lzma-utils
- !<app-arch/p7zip-4.57"
-DEPEND="${RDEPEND}
- ${EXTRA_DEPEND}"
-
-if [[ ${PV} == "9999" ]] ; then
-src_prepare() {
- eautopoint
- eautoreconf
-}
-fi
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable threads) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- rm "${D}"/usr/share/doc/xz/COPYING* || die
- mv "${D}"/usr/share/doc/{xz,${PF}} || die
- prepalldocs
- dodoc AUTHORS ChangeLog NEWS README THANKS
-}
-
-pkg_preinst() {
- preserve_old_lib /usr/$(get_libdir)/liblzma.so.0
-}
-
-pkg_postinst() {
- preserve_old_lib_notify /usr/$(get_libdir)/liblzma.so.0
-}
diff --git a/app-arch/xz-utils/xz-utils-5.0.2.ebuild b/app-arch/xz-utils/xz-utils-5.0.2.ebuild
deleted file mode 100644
index 039a1d2fa94d..000000000000
--- a/app-arch/xz-utils/xz-utils-5.0.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.2.ebuild,v 1.1 2011/04/04 05:16:07 vapier Exp $
-
-# Remember: we cannot leverage autotools in this ebuild in order
-# to avoid circular deps with autotools
-
-EAPI="2"
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://ctrl.tukaani.org/xz.git"
- inherit git autotools
- SRC_URI=""
- EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068
-else
- MY_P="${PN/-utils}-${PV/_}"
- SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
- S=${WORKDIR}/${MY_P}
- EXTRA_DEPEND=
-fi
-
-inherit eutils multilib
-
-DESCRIPTION="utils for managing LZMA compressed files"
-HOMEPAGE="http://tukaani.org/xz/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="nls static-libs +threads"
-
-RDEPEND="!<app-arch/lzma-4.63
- !app-arch/lzma-utils
- !<app-arch/p7zip-4.57"
-DEPEND="${RDEPEND}
- ${EXTRA_DEPEND}"
-
-if [[ ${PV} == "9999" ]] ; then
-src_prepare() {
- eautopoint
- eautoreconf
-}
-fi
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-5.0.1-xzgrep-typo.patch #356627
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable threads) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- rm "${D}"/usr/share/doc/xz/COPYING* || die
- mv "${D}"/usr/share/doc/{xz,${PF}} || die
- prepalldocs
- dodoc AUTHORS ChangeLog NEWS README THANKS
-}
-
-pkg_preinst() {
- preserve_old_lib /usr/$(get_libdir)/liblzma.so.0
-}
-
-pkg_postinst() {
- preserve_old_lib_notify /usr/$(get_libdir)/liblzma.so.0
-}
diff --git a/app-arch/xz-utils/xz-utils-5.0.3.ebuild b/app-arch/xz-utils/xz-utils-5.0.3.ebuild
deleted file mode 100644
index 8a6a536dcb3d..000000000000
--- a/app-arch/xz-utils/xz-utils-5.0.3.ebuild
+++ /dev/null
@@ -1,67 +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/xz-utils/xz-utils-5.0.3.ebuild,v 1.11 2012/05/17 04:05:19 vapier Exp $
-
-# Remember: we cannot leverage autotools in this ebuild in order
-# to avoid circular deps with autotools
-
-EAPI="2"
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://ctrl.tukaani.org/xz.git"
- inherit git autotools
- SRC_URI=""
- EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068
-else
- MY_P="${PN/-utils}-${PV/_}"
- SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz"
- KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
- S=${WORKDIR}/${MY_P}
- EXTRA_DEPEND=
-fi
-
-inherit eutils multilib
-
-DESCRIPTION="utils for managing LZMA compressed files"
-HOMEPAGE="http://tukaani.org/xz/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="nls static-libs +threads"
-
-RDEPEND="!<app-arch/lzma-4.63
- !app-arch/lzma-utils
- !<app-arch/p7zip-4.57"
-DEPEND="${RDEPEND}
- ${EXTRA_DEPEND}"
-
-if [[ ${PV} == "9999" ]] ; then
-src_prepare() {
- eautopoint
- eautoreconf
-}
-fi
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable threads) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- find "${D}"/usr/ -name liblzma.la -delete || die # dependency_libs=''
- rm "${D}"/usr/share/doc/xz/COPYING* || die
- mv "${D}"/usr/share/doc/{xz,${PF}} || die
- prepalldocs
- dodoc AUTHORS ChangeLog NEWS README THANKS
-}
-
-pkg_preinst() {
- preserve_old_lib /usr/$(get_libdir)/liblzma.so.0
-}
-
-pkg_postinst() {
- preserve_old_lib_notify /usr/$(get_libdir)/liblzma.so.0
-}
diff --git a/app-arch/xz-utils/xz-utils-5.0.4-r1.ebuild b/app-arch/xz-utils/xz-utils-5.0.4-r1.ebuild
deleted file mode 100644
index a659d6f775d4..000000000000
--- a/app-arch/xz-utils/xz-utils-5.0.4-r1.ebuild
+++ /dev/null
@@ -1,68 +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/xz-utils/xz-utils-5.0.4-r1.ebuild,v 1.9 2013/02/17 19:48:08 zmedico Exp $
-
-# Remember: we cannot leverage autotools in this ebuild in order
-# to avoid circular deps with autotools
-
-EAPI="4"
-
-inherit eutils multilib toolchain-funcs libtool
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="http://git.tukaani.org/xz.git"
- inherit git-2 autotools
- SRC_URI=""
- EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068
-else
- MY_P="${PN/-utils}-${PV/_}"
- SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz"
- KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~arm-linux ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
- S=${WORKDIR}/${MY_P}
- EXTRA_DEPEND=
-fi
-
-DESCRIPTION="utils for managing LZMA compressed files"
-HOMEPAGE="http://tukaani.org/xz/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="nls static-libs +threads"
-
-RDEPEND="!<app-arch/lzma-4.63
- !app-arch/lzma-utils
- !<app-arch/p7zip-4.57"
-DEPEND="${RDEPEND}
- ${EXTRA_DEPEND}"
-
-src_prepare() {
- if [[ ${PV} == "9999" ]] ; then
- eautopoint
- eautoreconf
- else
- elibtoolize # to allow building shared libs on Solaris/x64
- fi
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable threads) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- gen_usr_ldscript -a lzma
- prune_libtool_files --all
- rm "${ED}"/usr/share/doc/xz/COPYING* || die
- mv "${ED}"/usr/share/doc/{xz,${PF}} || die
-}
-
-pkg_preinst() {
- preserve_old_lib /usr/$(get_libdir)/liblzma$(get_libname 0)
-}
-
-pkg_postinst() {
- preserve_old_lib_notify /usr/$(get_libdir)/liblzma$(get_libname 0)
-}
diff --git a/app-arch/xz-utils/xz-utils-5.0.4.ebuild b/app-arch/xz-utils/xz-utils-5.0.4.ebuild
deleted file mode 100644
index 6c9c5421a4aa..000000000000
--- a/app-arch/xz-utils/xz-utils-5.0.4.ebuild
+++ /dev/null
@@ -1,70 +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/xz-utils/xz-utils-5.0.4.ebuild,v 1.9 2012/11/09 19:38:22 grobian Exp $
-
-# Remember: we cannot leverage autotools in this ebuild in order
-# to avoid circular deps with autotools
-
-EAPI="4"
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="http://git.tukaani.org/xz.git"
- inherit git-2 autotools
- SRC_URI=""
- EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068
-else
- inherit libtool
- MY_P="${PN/-utils}-${PV/_}"
- SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz"
- KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
- S=${WORKDIR}/${MY_P}
- EXTRA_DEPEND=
-fi
-
-inherit eutils multilib
-
-DESCRIPTION="utils for managing LZMA compressed files"
-HOMEPAGE="http://tukaani.org/xz/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="nls static-libs +threads"
-
-RDEPEND="!<app-arch/lzma-4.63
- !app-arch/lzma-utils
- !<app-arch/p7zip-4.57"
-DEPEND="${RDEPEND}
- ${EXTRA_DEPEND}"
-
-if [[ ${PV} == "9999" ]] ; then
-src_prepare() {
- eautopoint
- eautoreconf
-}
-else
-src_prepare() {
- elibtoolize # to allow building shared libs on Solaris/x64
-}
-fi
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable threads) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${ED}"/usr/ -name liblzma.la -delete || die # dependency_libs=''
- rm "${ED}"/usr/share/doc/xz/COPYING* || die
- mv "${ED}"/usr/share/doc/{xz,${PF}} || die
-}
-
-pkg_preinst() {
- preserve_old_lib /usr/$(get_libdir)/liblzma$(get_libname 0)
-}
-
-pkg_postinst() {
- preserve_old_lib_notify /usr/$(get_libdir)/liblzma$(get_libname 0)
-}
diff --git a/app-arch/xz-utils/xz-utils-5.0.5.ebuild b/app-arch/xz-utils/xz-utils-5.0.5.ebuild
deleted file mode 100644
index a90fcff74e50..000000000000
--- a/app-arch/xz-utils/xz-utils-5.0.5.ebuild
+++ /dev/null
@@ -1,68 +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/xz-utils/xz-utils-5.0.5.ebuild,v 1.1 2013/06/30 19:26:28 vapier Exp $
-
-# Remember: we cannot leverage autotools in this ebuild in order
-# to avoid circular deps with autotools
-
-EAPI="4"
-
-inherit eutils multilib toolchain-funcs libtool
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="http://git.tukaani.org/xz.git"
- inherit git-2 autotools
- SRC_URI=""
- EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068
-else
- MY_P="${PN/-utils}-${PV/_}"
- SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
- S=${WORKDIR}/${MY_P}
- EXTRA_DEPEND=
-fi
-
-DESCRIPTION="utils for managing LZMA compressed files"
-HOMEPAGE="http://tukaani.org/xz/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="nls static-libs +threads"
-
-RDEPEND="!<app-arch/lzma-4.63
- !app-arch/lzma-utils
- !<app-arch/p7zip-4.57"
-DEPEND="${RDEPEND}
- ${EXTRA_DEPEND}"
-
-src_prepare() {
- if [[ ${PV} == "9999" ]] ; then
- eautopoint
- eautoreconf
- else
- elibtoolize # to allow building shared libs on Solaris/x64
- fi
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable threads) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- gen_usr_ldscript -a lzma
- prune_libtool_files --all
- rm "${ED}"/usr/share/doc/xz/COPYING* || die
- mv "${ED}"/usr/share/doc/{xz,${PF}} || die
-}
-
-pkg_preinst() {
- preserve_old_lib /usr/$(get_libdir)/liblzma$(get_libname 0)
-}
-
-pkg_postinst() {
- preserve_old_lib_notify /usr/$(get_libdir)/liblzma$(get_libname 0)
-}