diff options
author | 2012-02-03 20:26:28 +0000 | |
---|---|---|
committer | 2012-02-03 20:26:28 +0000 | |
commit | 92f8ad6fcaaa2972dd034496fed43bbe3a217ee6 (patch) | |
tree | afef009b60e53dba99d354dc1d6a67a3cb393ee9 /dev-util/patchutils/patchutils-0.3.1.ebuild | |
parent | Cleanup (diff) | |
download | gentoo-2-92f8ad6fcaaa2972dd034496fed43bbe3a217ee6.tar.gz gentoo-2-92f8ad6fcaaa2972dd034496fed43bbe3a217ee6.tar.bz2 gentoo-2-92f8ad6fcaaa2972dd034496fed43bbe3a217ee6.zip |
Cleaned old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/patchutils/patchutils-0.3.1.ebuild')
-rw-r--r-- | dev-util/patchutils/patchutils-0.3.1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-util/patchutils/patchutils-0.3.1.ebuild b/dev-util/patchutils/patchutils-0.3.1.ebuild deleted file mode 100644 index 2970c2df495a..000000000000 --- a/dev-util/patchutils/patchutils-0.3.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.8 2011/03/02 01:51:18 ranger Exp $ - -DESCRIPTION="A collection of tools that operate on patch files" -HOMEPAGE="http://cyberelk.net/tim/patchutils/" -SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -# The testsuite makes use of gendiff(1) that comes from rpm, thus if -# the user wants to run tests, it should install that too. -DEPEND="test? ( app-arch/rpm )" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc AUTHORS BUGS ChangeLog NEWS README TODO || die "dodoc failed" -} |