diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-07-30 18:05:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-07-30 18:05:14 +0000 |
commit | 5a6bd37d21659fb45f719f3e8c87898991994d49 (patch) | |
tree | bac56376f1c25dad0e4c6a947e723936803c1adc /dev-util | |
parent | Fix pointer to download instructions, bug #556320 (diff) | |
download | gentoo-2-5a6bd37d21659fb45f719f3e8c87898991994d49.tar.gz gentoo-2-5a6bd37d21659fb45f719f3e8c87898991994d49.tar.bz2 gentoo-2-5a6bd37d21659fb45f719f3e8c87898991994d49.zip |
Drop old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/patchutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.3.2.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog index 10d407af5417..171a31be14b9 100644 --- a/dev-util/patchutils/ChangeLog +++ b/dev-util/patchutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/patchutils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.82 2015/07/30 13:09:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.83 2015/07/30 18:05:14 jlec Exp $ + + 30 Jul 2015; Justin Lecher <jlec@gentoo.org> -patchutils-0.3.2.ebuild: + Drop old 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> patchutils-0.3.3.ebuild: Stable for sparc, wrt bug #530906 diff --git a/dev-util/patchutils/patchutils-0.3.2.ebuild b/dev-util/patchutils/patchutils-0.3.2.ebuild deleted file mode 100644 index b2eaeb25cae3..000000000000 --- a/dev-util/patchutils/patchutils-0.3.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 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.7 2014/02/07 08:01:30 vapier 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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh 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 )" |