diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 18:23:37 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 18:23:37 +0000 |
commit | 2f8f262211e4f8acd58cad6bdac9210ee39b3994 (patch) | |
tree | 93b3204aa724f076928ab9ca2d3a12f5342a1610 /app-text/rman | |
parent | Unmasking app-admin/killproc. All bugs have been fixed,n fixed, updated to la... (diff) | |
download | gentoo-2-2f8f262211e4f8acd58cad6bdac9210ee39b3994.tar.gz gentoo-2-2f8f262211e4f8acd58cad6bdac9210ee39b3994.tar.bz2 gentoo-2-2f8f262211e4f8acd58cad6bdac9210ee39b3994.zip |
Remove unused patches. Fix repoman complains.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'app-text/rman')
-rw-r--r-- | app-text/rman/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/rman/files/rman-3.0.9-gentoo.diff | 16 | ||||
-rw-r--r-- | app-text/rman/files/rman-3.1-gentoo.diff | 14 | ||||
-rw-r--r-- | app-text/rman/rman-3.2.ebuild | 6 |
4 files changed, 9 insertions, 36 deletions
diff --git a/app-text/rman/ChangeLog b/app-text/rman/ChangeLog index c0276abcae33..569fe7be007b 100644 --- a/app-text/rman/ChangeLog +++ b/app-text/rman/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/rman -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.31 2007/05/14 20:13:36 bangert Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.32 2009/09/06 18:23:36 idl0r Exp $ + + 06 Sep 2009; Christian Ruppert <idl0r@gentoo.org> + -files/rman-3.0.9-gentoo.diff, -files/rman-3.1-gentoo.diff, + rman-3.2.ebuild: + Remove unused patches, Fix repoman complains. 14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/app-text/rman/files/rman-3.0.9-gentoo.diff b/app-text/rman/files/rman-3.0.9-gentoo.diff deleted file mode 100644 index 37f3e16d723e..000000000000 --- a/app-text/rman/files/rman-3.0.9-gentoo.diff +++ /dev/null @@ -1,16 +0,0 @@ ---- rman-3.0.9/Makefile Fri Feb 1 17:04:07 2002 -+++ rman-3.0.9-gentoo/Makefile Fri Feb 1 17:03:07 2002 -@@ -15,11 +15,8 @@ - # this must be a directory that's in your bin PATH. - # MANDIR holds the man page. - --BINDIR = /usr/local/bin --#BINDIR = //C/bin --MANDIR = /home/auspex/h/bair/phelps/man/man1 --#MANDIR = /usr/local/man/man1 -- -+BINDIR = $(DESTDIR)/usr/bin -+MANDIR = $(DESTDIR)/usr/share/man - - ### if you have GNU gcc v2.x, use these definitions - diff --git a/app-text/rman/files/rman-3.1-gentoo.diff b/app-text/rman/files/rman-3.1-gentoo.diff deleted file mode 100644 index 7913b04b0e48..000000000000 --- a/app-text/rman/files/rman-3.1-gentoo.diff +++ /dev/null @@ -1,14 +0,0 @@ ---- rman-3.1/Makefile.orig 2003-03-29 20:45:20.000000000 -0300 -+++ rman-3.1/Makefile 2003-06-21 08:50:33.000000000 -0300 -@@ -15,9 +15,8 @@ - # this must be a directory that's in your bin PATH. - # MANDIR holds the man page. - --BINDIR = /usr/local/bin --#BINDIR = //C/bin --MANDIR = /usr/local/man/man1 -+BINDIR = /usr/bin -+MANDIR = /usr/share/man/man1 - - - ### if you have GNU gcc v2.x, use these definitions diff --git a/app-text/rman/rman-3.2.ebuild b/app-text/rman/rman-3.2.ebuild index 64f57b165fe3..524f526187f4 100644 --- a/app-text/rman/rman-3.2.ebuild +++ b/app-text/rman/rman-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.2.ebuild,v 1.16 2006/11/29 18:17:38 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.2.ebuild,v 1.17 2009/09/06 18:23:36 idl0r Exp $ inherit eutils toolchain-funcs @@ -14,8 +14,6 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="" RESTRICT="test" -DEPEND="" - src_unpack() { unpack ${A} epatch "${FILESDIR}"/${PF}-gentoo.diff || die "patch failed" |