summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2009-03-16 14:31:12 +0000
committerTiziano Müller <dev-zero@gentoo.org>2009-03-16 14:31:12 +0000
commit746d8a9cf9214746bca7571f5b74ef128ac1855b (patch)
treecf1f260fed13fd205d853009f200a6193c492604 /dev-util/patchutils/patchutils-0.3.1.ebuild
parentVersion bumped. (diff)
downloadgentoo-2-746d8a9cf9214746bca7571f5b74ef128ac1855b.tar.gz
gentoo-2-746d8a9cf9214746bca7571f5b74ef128ac1855b.tar.bz2
gentoo-2-746d8a9cf9214746bca7571f5b74ef128ac1855b.zip
Version bump.
(Portage version: 2.1.6.7/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.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/patchutils/patchutils-0.3.1.ebuild b/dev-util/patchutils/patchutils-0.3.1.ebuild
new file mode 100644
index 000000000000..4aabf0756ae5
--- /dev/null
+++ b/dev-util/patchutils/patchutils-0.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 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.1 2009/03/16 14:31:12 dev-zero 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 ~x86-fbsd"
+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"
+}