diff options
author | 2014-10-23 03:31:38 +0000 | |
---|---|---|
committer | 2014-10-23 03:31:38 +0000 | |
commit | 635875003e2aec4b4e45afac4adf09afdcb898de (patch) | |
tree | 86f1d069bc6efc860c832edd676a7afcbd46f6e4 /app-arch/tardy/tardy-1.12.ebuild | |
parent | Version bump, update to python-r1 (bug #521522 by Ian Stakenvicius). (diff) | |
download | gentoo-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/tardy-1.12.ebuild')
-rw-r--r-- | app-arch/tardy/tardy-1.12.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
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 -} |