summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-12-29 15:32:49 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-12-29 15:32:49 +0300
commitba14bf749dd1ad9553fb02870121ca961a90590a (patch)
treec7dff31dcfe38161830bcc65cbb187007291b2cf /app-arch
parentgames-server/ut2003-ded: remova last rited package (diff)
downloadgentoo-ba14bf749dd1ad9553fb02870121ca961a90590a.tar.gz
gentoo-ba14bf749dd1ad9553fb02870121ca961a90590a.tar.bz2
gentoo-ba14bf749dd1ad9553fb02870121ca961a90590a.zip
app-arch/tardy: remove last rited package
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/tardy/Manifest1
-rw-r--r--app-arch/tardy/files/tardy-1.28-test-utc.patch10
-rw-r--r--app-arch/tardy/metadata.xml9
-rw-r--r--app-arch/tardy/tardy-1.28.ebuild32
4 files changed, 0 insertions, 52 deletions
diff --git a/app-arch/tardy/Manifest b/app-arch/tardy/Manifest
deleted file mode 100644
index a17f99eaa499..000000000000
--- a/app-arch/tardy/Manifest
+++ /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
index 3f15c38020e7..000000000000
--- a/app-arch/tardy/files/tardy-1.28-test-utc.patch
+++ /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
index 5af9ba8260f4..000000000000
--- a/app-arch/tardy/metadata.xml
+++ /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
index 1c542688d194..000000000000
--- a/app-arch/tardy/tardy-1.28.ebuild
+++ /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
-}