+++ /dev/null
---- 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
+++ /dev/null
-<?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>
+++ /dev/null
-# 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
-}