From 4f1babe5552ec741883420a91d3cc19eec6f3baf Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 19 Apr 2011 21:13:00 +0000 Subject: Version bump. Update to EAPI 4. (Portage version: 2.2.0_alpha30/cvs/Linux x86_64) --- dev-util/patchutils/ChangeLog | 7 ++++++- dev-util/patchutils/patchutils-0.3.2.ebuild | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 dev-util/patchutils/patchutils-0.3.2.ebuild (limited to 'dev-util/patchutils') 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 +patchutils-0.3.2.ebuild: + Version bump. Update to EAPI 4. 27 Mar 2011; Jeremy Olexa -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 )" -- cgit v1.2.3-65-gdbad