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
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')
-rw-r--r--dev-util/patchutils/ChangeLog10
-rw-r--r--dev-util/patchutils/patchutils-0.3.1.ebuild23
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog
index 3a0a7d795f26..a1cab6764e27 100644
--- a/dev-util/patchutils/ChangeLog
+++ b/dev-util/patchutils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/patchutils
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.54 2008/12/22 16:24:58 armin76 Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.55 2009/03/16 14:31:12 dev-zero Exp $
+
+*patchutils-0.3.1 (16 Mar 2009)
+
+ 16 Mar 2009; Tiziano Müller <dev-zero@gentoo.org>
+ +patchutils-0.3.1.ebuild:
+ Version bump.
22 Dec 2008; Raúl Porcel <armin76@gentoo.org> patchutils-0.3.0.ebuild:
ia64 stable wrt #250745
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"
+}