summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-02-03 20:26:28 +0000
committerJustin Lecher <jlec@gentoo.org>2012-02-03 20:26:28 +0000
commit92f8ad6fcaaa2972dd034496fed43bbe3a217ee6 (patch)
treeafef009b60e53dba99d354dc1d6a67a3cb393ee9 /dev-util
parentCleanup (diff)
downloadgentoo-2-92f8ad6fcaaa2972dd034496fed43bbe3a217ee6.tar.gz
gentoo-2-92f8ad6fcaaa2972dd034496fed43bbe3a217ee6.tar.bz2
gentoo-2-92f8ad6fcaaa2972dd034496fed43bbe3a217ee6.zip
Cleaned old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/patchutils/ChangeLog6
-rw-r--r--dev-util/patchutils/metadata.xml8
-rw-r--r--dev-util/patchutils/patchutils-0.3.1.ebuild23
3 files changed, 9 insertions, 28 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog
index 50d716835f7d..0db61a861e89 100644
--- a/dev-util/patchutils/ChangeLog
+++ b/dev-util/patchutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/patchutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.70 2012/02/03 17:08:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.71 2012/02/03 20:26:27 jlec Exp $
+
+ 03 Feb 2012; Justin Lecher <jlec@gentoo.org> -patchutils-0.3.1.ebuild,
+ metadata.xml:
+ Cleaned old
03 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> patchutils-0.3.2.ebuild:
ppc/ppc64 stable wrt #397023
diff --git a/dev-util/patchutils/metadata.xml b/dev-util/patchutils/metadata.xml
index dbc584cde50f..934d5c44fc6f 100644
--- a/dev-util/patchutils/metadata.xml
+++ b/dev-util/patchutils/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>flameeyes@gentoo.org</email>
- </maintainer>
- <herd>shell-tools</herd>
+ <maintainer>
+ <email>flameeyes@gentoo.org</email>
+ </maintainer>
+ <herd>shell-tools</herd>
</pkgmetadata>
diff --git a/dev-util/patchutils/patchutils-0.3.1.ebuild b/dev-util/patchutils/patchutils-0.3.1.ebuild
deleted file mode 100644
index 2970c2df495a..000000000000
--- a/dev-util/patchutils/patchutils-0.3.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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.1.ebuild,v 1.8 2011/03/02 01:51:18 ranger 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 ~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 )"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc AUTHORS BUGS ChangeLog NEWS README TODO || die "dodoc failed"
-}