app-arch/tardy: remove last rited package
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 29 Dec 2018 12:32:49 +0000 (15:32 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 29 Dec 2018 12:32:49 +0000 (15:32 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
app-arch/tardy/Manifest [deleted file]
app-arch/tardy/files/tardy-1.28-test-utc.patch [deleted file]
app-arch/tardy/metadata.xml [deleted file]
app-arch/tardy/tardy-1.28.ebuild [deleted file]

diff --git a/app-arch/tardy/Manifest b/app-arch/tardy/Manifest
deleted file mode 100644 (file)
index a17f99e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST tardy-1.28.D001.tar.gz 1848303 BLAKE2B 5e0c7869e691e83a40ef09cc7f45cabe32dcf14e56685d85628f507e55e4131e7a4488bfa7b890abebe06a59959d9d715e03470fa9da5d1ddf239c4a3cac32c5 SHA512 d8f02d8a310cd3d84f89a67f3bf4e91689e33631b1701a98b70d32b801b1a7cafee5755f13ed18e31bb9d5b1ec147da21b13b57722e1bf15a9efc355ea5438df
diff --git a/app-arch/tardy/files/tardy-1.28-test-utc.patch b/app-arch/tardy/files/tardy-1.28-test-utc.patch
deleted file mode 100644 (file)
index 3f15c38..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- tardy-1.28/test/00/t0075a.sh
-+++ tardy-1.28/test/00/t0075a.sh
-@@ -19,6 +19,7 @@
- TEST_SUBJECT="tarballs >2GB"
- . test_prelude
-+export TZ=UTC
- #                                         |||||
- #    beware potential timezone mismatch:  vvvvv
diff --git a/app-arch/tardy/metadata.xml b/app-arch/tardy/metadata.xml
deleted file mode 100644 (file)
index 5af9ba8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <longdescription>Tardy is a tar post-processor for manipulating the file headers.</longdescription>
-       <upstream>
-               <remote-id type="sourceforge">tardy</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/app-arch/tardy/tardy-1.28.ebuild b/app-arch/tardy/tardy-1.28.ebuild
deleted file mode 100644 (file)
index 1c54268..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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}
-       dev-libs/boost"
-
-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
-}