summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-10-23 03:31:38 +0000
committerTim Harder <radhermit@gentoo.org>2014-10-23 03:31:38 +0000
commit635875003e2aec4b4e45afac4adf09afdcb898de (patch)
tree86f1d069bc6efc860c832edd676a7afcbd46f6e4 /app-arch/tardy
parentVersion bump, update to python-r1 (bug #521522 by Ian Stakenvicius). (diff)
downloadgentoo-2-635875003e2aec4b4e45afac4adf09afdcb898de.tar.gz
gentoo-2-635875003e2aec4b4e45afac4adf09afdcb898de.tar.bz2
gentoo-2-635875003e2aec4b4e45afac4adf09afdcb898de.zip
Remove old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-arch/tardy')
-rw-r--r--app-arch/tardy/ChangeLog7
-rw-r--r--app-arch/tardy/files/tardy-1.12-gcc43.patch11
-rw-r--r--app-arch/tardy/files/tardy-1.12-sort.patch35
-rw-r--r--app-arch/tardy/files/tardy-1.27-test-utc.patch28
-rw-r--r--app-arch/tardy/tardy-1.12.ebuild31
-rw-r--r--app-arch/tardy/tardy-1.25.ebuild33
-rw-r--r--app-arch/tardy/tardy-1.27.ebuild32
7 files changed, 6 insertions, 171 deletions
diff --git a/app-arch/tardy/ChangeLog b/app-arch/tardy/ChangeLog
index 00e3c15f78e9..eb599429c45c 100644
--- a/app-arch/tardy/ChangeLog
+++ b/app-arch/tardy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/tardy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/ChangeLog,v 1.24 2014/06/08 11:03:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/ChangeLog,v 1.25 2014/10/23 03:31:38 radhermit Exp $
+
+ 23 Oct 2014; Tim Harder <radhermit@gentoo.org> -tardy-1.12.ebuild,
+ -tardy-1.25.ebuild, -tardy-1.27.ebuild, -files/tardy-1.12-gcc43.patch,
+ -files/tardy-1.12-sort.patch, -files/tardy-1.27-test-utc.patch:
+ Remove old.
08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> tardy-1.28.ebuild:
Stable for ppc, wrt bug #499534
diff --git a/app-arch/tardy/files/tardy-1.12-gcc43.patch b/app-arch/tardy/files/tardy-1.12-gcc43.patch
deleted file mode 100644
index f0725837102f..000000000000
--- a/app-arch/tardy/files/tardy-1.12-gcc43.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --exclude='*~' -Naur tardy-1.12.orig/common/filenamelist/filter/progress.cc tardy-1.12/common/filenamelist/filter/progress.cc
---- tardy-1.12.orig/common/filenamelist/filter/progress.cc 2008-06-22 15:08:50.000000000 +0000
-+++ tardy-1.12/common/filenamelist/filter/progress.cc 2008-06-22 15:09:36.000000000 +0000
-@@ -27,6 +27,7 @@
- #include <ac/unistd.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-+#include <string.h>
-
- #include <filenamelist/filter/progress.h>
-
diff --git a/app-arch/tardy/files/tardy-1.12-sort.patch b/app-arch/tardy/files/tardy-1.12-sort.patch
deleted file mode 100644
index 2f23ff2bbc62..000000000000
--- a/app-arch/tardy/files/tardy-1.12-sort.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-handle newer sort syntax
-
-http://bugs.gentoo.org/154029
-
---- test/00/t0010a.sh
-+++ test/00/t0010a.sh
-@@ -91,7 +91,7 @@
- LC_ALL=C
- export LC_ALL
-
--sort +4 < test.out > test.out2
-+sort -k5 < test.out > test.out2
- if test $? -ne 0 ; then fail; fi
-
- cat > ok << 'fubar'
---- test/00/t0011a.sh
-+++ test/00/t0011a.sh
-@@ -82,7 +82,7 @@
- $bin/tardy -list outfile /dev/null 2> test.out
- if test $? -ne 0 ; then fail; fi
-
--sort +4 < test.out > test.out2
-+sort -k5 < test.out > test.out2
- if test $? -ne 0 ; then fail; fi
-
- cat > ok << 'fubar'
-@@ -110,7 +110,7 @@
- $bin/tardy -list outfile /dev/null 2> test.out
- if test $? -ne 0 ; then fail; fi
-
--sort +4 < test.out > test.out2
-+sort -k5 < test.out > test.out2
- if test $? -ne 0 ; then fail; fi
-
- cat > ok << 'fubar'
diff --git a/app-arch/tardy/files/tardy-1.27-test-utc.patch b/app-arch/tardy/files/tardy-1.27-test-utc.patch
deleted file mode 100644
index 610485d206f5..000000000000
--- a/app-arch/tardy/files/tardy-1.27-test-utc.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- tardy-1.27/test/00/t0075a.sh
-+++ tardy-1.27/test/00/t0075a.sh
-@@ -19,16 +19,17 @@
-
- TEST_SUBJECT="tarballs >2GB"
- . test_prelude
-+export TZ=UTC
-
- cat > test.ok << 'fubar'
---rw-r--r-- root/root 256 1970-01-02 10:00 a.bogus
---rw-r--r-- root/root 256 1970-01-02 10:00 b.bogus
---rw-r--r-- root/root 256 1970-01-02 10:00 c.bogus
---rw-r--r-- root/root 256 1970-01-02 10:00 d.bogus
---rw-r--r-- root/root 256 1970-01-02 10:00 e.bogus
---rw-r--r-- root/root 256 1970-01-02 10:00 f.bogus
---rw-r--r-- root/root 256 1970-01-02 10:00 h.bogus
---rw-r--r-- root/root 256 1970-01-02 10:00 i.bogus
-+-rw-r--r-- root/root 256 1970-01-02 00:00 a.bogus
-+-rw-r--r-- root/root 256 1970-01-02 00:00 b.bogus
-+-rw-r--r-- root/root 256 1970-01-02 00:00 c.bogus
-+-rw-r--r-- root/root 256 1970-01-02 00:00 d.bogus
-+-rw-r--r-- root/root 256 1970-01-02 00:00 e.bogus
-+-rw-r--r-- root/root 256 1970-01-02 00:00 f.bogus
-+-rw-r--r-- root/root 256 1970-01-02 00:00 h.bogus
-+-rw-r--r-- root/root 256 1970-01-02 00:00 i.bogus
- fubar
- if test $? -ne 0 ; then no_result; fi
-
diff --git a/app-arch/tardy/tardy-1.12.ebuild b/app-arch/tardy/tardy-1.12.ebuild
deleted file mode 100644
index 508f4af83730..000000000000
--- a/app-arch/tardy/tardy-1.12.ebuild
+++ /dev/null
@@ -1,31 +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/tardy/tardy-1.12.ebuild,v 1.10 2011/10/12 01:59:02 jer Exp $
-
-inherit eutils
-
-DESCRIPTION="A tar post-processor"
-HOMEPAGE="http://tardy.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tardy/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i '/^CFLAGS/d' Makefile.in
- epatch "${FILESDIR}"/${P}-sort.patch
- epatch "${FILESDIR}"/${PN}-1.12-gcc43.patch
-}
-
-src_test() {
- make sure || die "test failed"
-}
-
-src_install() {
- make RPM_BUILD_ROOT="${D}" install || die "make install failed"
- dodoc README
-}
diff --git a/app-arch/tardy/tardy-1.25.ebuild b/app-arch/tardy/tardy-1.25.ebuild
deleted file mode 100644
index f745c26ccc89..000000000000
--- a/app-arch/tardy/tardy-1.25.ebuild
+++ /dev/null
@@ -1,33 +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/tardy/tardy-1.25.ebuild,v 1.1 2011/11/10 19:11:15 radhermit Exp $
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="A tar post-processor"
-HOMEPAGE="http://tardy.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tardy/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/libexplain
- sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed -i \
- -e 's/$(CXX) .* $(CXXFLAGS) -I./\0 -o $@/' \
- -e '/mv \(.*\)\.o \(.*\)\/\1\.o/d' \
- -e '/@sleep 1/d' \
- -e 's#^\(install-man: $(mandir)/man1/tardy.1\).*#\1#' \
- Makefile.in || die
-}
-
-src_compile() {
- emake AR="$(tc-getAR)"
-}
diff --git a/app-arch/tardy/tardy-1.27.ebuild b/app-arch/tardy/tardy-1.27.ebuild
deleted file mode 100644
index 8e68b2d77eb5..000000000000
--- a/app-arch/tardy/tardy-1.27.ebuild
+++ /dev/null
@@ -1,32 +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/tardy/tardy-1.27.ebuild,v 1.1 2013/06/09 10:41:51 radhermit Exp $
-
-EAPI=5
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="A tar post-processor"
-HOMEPAGE="http://tardy.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tardy/${P}.D001.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND="app-arch/bzip2
- app-arch/xz-utils
- dev-libs/libexplain
- sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed -e 's/$(CXX) .* $(CXXFLAGS) -I./\0 -o $@/' \
- -e '/mv \(.*\)\.o $@/d' \
- -e '/@sleep 1/d' \
- -e 's#^\(install-man: $(mandir)/man1/tardy.1\).*#\1#' \
- -i Makefile.in || die
-
- epatch "${FILESDIR}"/${P}-test-utc.patch
- tc-export AR
-}