summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-04-19 21:13:00 +0000
committerTim Harder <radhermit@gentoo.org>2011-04-19 21:13:00 +0000
commit4f1babe5552ec741883420a91d3cc19eec6f3baf (patch)
tree76748bf9d806cc57744b5b17aa10a975a4d20aec /dev-util/patchutils
parentVersion bump thanks to euscan. (diff)
downloadgentoo-2-4f1babe5552ec741883420a91d3cc19eec6f3baf.tar.gz
gentoo-2-4f1babe5552ec741883420a91d3cc19eec6f3baf.tar.bz2
gentoo-2-4f1babe5552ec741883420a91d3cc19eec6f3baf.zip
Version bump. Update to EAPI 4.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/patchutils')
-rw-r--r--dev-util/patchutils/ChangeLog7
-rw-r--r--dev-util/patchutils/patchutils-0.3.2.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog
index 54b8b8a43753..9fa17396d590 100644
--- a/dev-util/patchutils/ChangeLog
+++ b/dev-util/patchutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/patchutils
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.64 2011/03/27 21:58:58 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.65 2011/04/19 21:13:00 radhermit Exp $
+
+*patchutils-0.3.2 (19 Apr 2011)
+
+ 19 Apr 2011; Tim Harder <radhermit@gentoo.org> +patchutils-0.3.2.ebuild:
+ Version bump. Update to EAPI 4.
27 Mar 2011; Jeremy Olexa <darkside@gentoo.org> -patchutils-0.3.0.ebuild:
remove old ebuilds
diff --git a/dev-util/patchutils/patchutils-0.3.2.ebuild b/dev-util/patchutils/patchutils-0.3.2.ebuild
new file mode 100644
index 000000000000..72d566941768
--- /dev/null
+++ b/dev-util/patchutils/patchutils-0.3.2.ebuild
@@ -0,0 +1,19 @@
+# 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.2.ebuild,v 1.1 2011/04/19 21:13:00 radhermit Exp $
+
+EAPI=4
+
+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 )"