summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-07-12 08:06:51 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-07-12 08:06:51 +0000
commit2f1dde56278af1ae85d7d1854d194ab4da4a2284 (patch)
treeac093ed8a3db81002a7b6eefc60d395baeef2aee /app-text
parentStable on ppc64 (diff)
downloadhistorical-2f1dde56278af1ae85d7d1854d194ab4da4a2284.tar.gz
historical-2f1dde56278af1ae85d7d1854d194ab4da4a2284.tar.bz2
historical-2f1dde56278af1ae85d7d1854d194ab4da4a2284.zip
Bump to a version that's only two years old. This appears unmaintained and I intend to leave it that way for now, so please kick me if I'm wrong.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-text')
-rw-r--r--app-text/rman/ChangeLog9
-rw-r--r--app-text/rman/Manifest5
-rw-r--r--app-text/rman/files/digest-rman-3.21
-rw-r--r--app-text/rman/files/rman-3.2-gentoo.diff19
-rw-r--r--app-text/rman/rman-3.2.ebuild31
5 files changed, 63 insertions, 2 deletions
diff --git a/app-text/rman/ChangeLog b/app-text/rman/ChangeLog
index d8c190603dfa..99d46bc6e869 100644
--- a/app-text/rman/ChangeLog
+++ b/app-text/rman/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-text/rman
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.13 2005/06/27 18:57:47 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.14 2005/07/12 08:06:51 spyderous Exp $
+
+*rman-3.2 (12 Jul 2005)
+
+ 12 Jul 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +files/rman-3.2-gentoo.diff, +rman-3.2.ebuild:
+ Bump to a version that's only two years old. This appears unmaintained and I
+ intend to leave it that way for now, so please kick me if I'm wrong.
27 Jun 2005; Lina Pezzella <j4rg0n@gentoo.org> rman-3.1.ebuild:
Marked ~ppc-macos on behalf of Fabian Groffen (fabian.groffen@cwi.nl)
diff --git a/app-text/rman/Manifest b/app-text/rman/Manifest
index 1f634ce2c512..ac7b38a76781 100644
--- a/app-text/rman/Manifest
+++ b/app-text/rman/Manifest
@@ -1,7 +1,10 @@
-MD5 eb1c9218cb79445f3e7123c7d087df82 ChangeLog 1270
+MD5 1bec8d1a1ff5182660152124f96432db ChangeLog 1553
MD5 fbbc1086058fd13785ae3f050787a9ec rman-3.0.9.ebuild 671
MD5 faef26182d25020f899fbbdafb59e902 rman-3.1.ebuild 720
+MD5 2bc9c0d41ba64836b7cf69691d10f199 rman-3.2.ebuild 688
+MD5 c97a82a9bf18e2630bb01b5f48f8bfc7 files/digest-rman-3.2 59
MD5 056057d8a5eaf7203c9f2316465ba33e files/digest-rman-3.0.9 55
MD5 e6b97eb40694d5c78aaf96e3dcf20f87 files/digest-rman-3.1 59
MD5 2f40b40ab2591895f349e0ce2461c329 files/rman-3.0.9-gentoo.diff 456
MD5 10919f9dcf76074e9dc8b597f0df83e8 files/rman-3.1-gentoo.diff 407
+MD5 7c24cf8147972b5fc9a74dcd11a345f3 files/rman-3.2-gentoo.diff 560
diff --git a/app-text/rman/files/digest-rman-3.2 b/app-text/rman/files/digest-rman-3.2
new file mode 100644
index 000000000000..0fcf88358963
--- /dev/null
+++ b/app-text/rman/files/digest-rman-3.2
@@ -0,0 +1 @@
+MD5 6d1d67641c6d042595a96a62340d3cc6 rman-3.2.tar.gz 79397
diff --git a/app-text/rman/files/rman-3.2-gentoo.diff b/app-text/rman/files/rman-3.2-gentoo.diff
new file mode 100644
index 000000000000..ece1e3807e66
--- /dev/null
+++ b/app-text/rman/files/rman-3.2-gentoo.diff
@@ -0,0 +1,19 @@
+diff -urN rman-3.2.orig/Makefile rman-3.2/Makefile
+--- rman-3.2.orig/Makefile 2003-07-26 12:15:00.000000000 -0700
++++ rman-3.2/Makefile 2005-07-12 01:01:37.000000000 -0700
+@@ -15,13 +15,8 @@
+ # this must be a directory that's in your bin PATH.
+ # MANDIR holds the man page.
+
+-BINDIR = /opt/local/bin
+-#BINDIR = /usr/local/bin
+-#BINDIR = //C/bin
+-MANDIR = /usr/local/man/man1
+-# popular alternative
+-#BINDIR = /opt/local/bin
+-#MANDIR = /opt/local/man/man1
++BINDIR = /usr/bin
++MANDIR = /usr/share/man/man1
+
+
+ ### if you have GNU gcc, use these definitions
diff --git a/app-text/rman/rman-3.2.ebuild b/app-text/rman/rman-3.2.ebuild
new file mode 100644
index 000000000000..904161691492
--- /dev/null
+++ b/app-text/rman/rman-3.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2005 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.1 2005/07/12 08:06:51 spyderous Exp $
+
+inherit eutils
+
+DESCRIPTION="PolyGlotMan man page translator AKA RosettaMan"
+HOMEPAGE="http://polyglotman.sourceforge.net/"
+SRC_URI="mirror://sourceforge/polyglotman/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~ppc ~ppc-macos ~sparc ~x86"
+IUSE=""
+
+DEPEND=""
+
+src_unpack() {
+ unpack ${A}
+ cd ${WORKDIR}
+ epatch ${FILESDIR}/${PF}-gentoo.diff || die "patch failed"
+}
+
+src_compile() {
+ emake || die "make failed"
+}
+
+src_install() {
+ dobin ${PN} || die
+ doman ${PN}.1
+}