diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-03-27 21:58:58 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-03-27 21:58:58 +0000 |
commit | e44fd30ad93526ba7cb42e8cf76df68117da9be9 (patch) | |
tree | 69ed79d180864bbfb0710e6077490312a18eed83 /dev-util/patchutils | |
parent | Revert last commit. Let HAL be parallel in stable for a little bit. (diff) | |
download | historical-e44fd30ad93526ba7cb42e8cf76df68117da9be9.tar.gz historical-e44fd30ad93526ba7cb42e8cf76df68117da9be9.tar.bz2 historical-e44fd30ad93526ba7cb42e8cf76df68117da9be9.zip |
remove old ebuilds
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'dev-util/patchutils')
-rw-r--r-- | dev-util/patchutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.3.0.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog index aafb888e2785..54b8b8a43753 100644 --- a/dev-util/patchutils/ChangeLog +++ b/dev-util/patchutils/ChangeLog @@ -1,6 +1,9 @@ # 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.63 2011/03/02 01:51:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.64 2011/03/27 21:58:58 darkside Exp $ + + 27 Mar 2011; Jeremy Olexa <darkside@gentoo.org> -patchutils-0.3.0.ebuild: + remove old ebuilds 02 Mar 2011; Brent Baude <ranger@gentoo.org> patchutils-0.3.1.ebuild: stable ppc64, bug 350896 diff --git a/dev-util/patchutils/patchutils-0.3.0.ebuild b/dev-util/patchutils/patchutils-0.3.0.ebuild deleted file mode 100644 index b730918f7085..000000000000 --- a/dev-util/patchutils/patchutils-0.3.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.0.ebuild,v 1.9 2008/12/22 16:24:58 armin76 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" -} |