From c8c9b530d6b0584eefea5cf5aec7760479f23486 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Sat, 4 Jan 2014 18:41:02 +0000 Subject: Removed old versions and files (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) --- app-arch/xz-utils/ChangeLog | 11 +++- .../files/xz-utils-5.0.1-xzgrep-typo.patch | 42 ------------- app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild | 59 ------------------ app-arch/xz-utils/xz-utils-5.0.1-r1.ebuild | 70 ---------------------- app-arch/xz-utils/xz-utils-5.0.1.ebuild | 66 -------------------- app-arch/xz-utils/xz-utils-5.0.2.ebuild | 70 ---------------------- app-arch/xz-utils/xz-utils-5.0.3.ebuild | 67 --------------------- app-arch/xz-utils/xz-utils-5.0.4-r1.ebuild | 68 --------------------- app-arch/xz-utils/xz-utils-5.0.4.ebuild | 70 ---------------------- app-arch/xz-utils/xz-utils-5.0.5.ebuild | 68 --------------------- 10 files changed, 9 insertions(+), 582 deletions(-) delete mode 100644 app-arch/xz-utils/files/xz-utils-5.0.1-xzgrep-typo.patch delete mode 100644 app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild delete mode 100644 app-arch/xz-utils/xz-utils-5.0.1-r1.ebuild delete mode 100644 app-arch/xz-utils/xz-utils-5.0.1.ebuild delete mode 100644 app-arch/xz-utils/xz-utils-5.0.2.ebuild delete mode 100644 app-arch/xz-utils/xz-utils-5.0.3.ebuild delete mode 100644 app-arch/xz-utils/xz-utils-5.0.4-r1.ebuild delete mode 100644 app-arch/xz-utils/xz-utils-5.0.4.ebuild delete mode 100644 app-arch/xz-utils/xz-utils-5.0.5.ebuild (limited to 'app-arch/xz-utils') 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 + -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 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?= -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ò -Signed-off-by: Martin Väth -Signed-off-by: Mike Frysinger ---- - 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 - !