summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-09-24 19:07:04 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-09-24 19:07:04 +0000
commitae94c44f3c9019fa11ddfeebd38d7bb757725521 (patch)
treecb78200c0802d493e07aed22f252237f231398ed
parentVersion bumped. (diff)
downloadgentoo-2-ae94c44f3c9019fa11ddfeebd38d7bb757725521.tar.gz
gentoo-2-ae94c44f3c9019fa11ddfeebd38d7bb757725521.tar.bz2
gentoo-2-ae94c44f3c9019fa11ddfeebd38d7bb757725521.zip
Version bumped.
-rw-r--r--app-text/rman/ChangeLog9
-rw-r--r--app-text/rman/Manifest6
-rw-r--r--app-text/rman/files/digest-rman-3.11
-rw-r--r--app-text/rman/files/rman-3.1-gentoo.diff14
-rw-r--r--app-text/rman/rman-3.1.ebuild28
5 files changed, 54 insertions, 4 deletions
diff --git a/app-text/rman/ChangeLog b/app-text/rman/ChangeLog
index 5514701fc721..7fbfa3a4ce83 100644
--- a/app-text/rman/ChangeLog
+++ b/app-text/rman/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-text/rman
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.7 2003/07/17 00:14:01 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.8 2003/09/24 19:06:59 mholzer Exp $
+
+*rman-3.1 (25 Sep 2003)
+
+ 25 Sep 2003; Martin Holzer <mholzer@gentoo.org> rman-3.1.ebuild,
+ files/rman-3.1-gentoo.diff:
+ Version bumped. Submitted by José Romildo Malaquias <romildo@uber.com.br> in
+ #23225.
17 Jul 2003; Lars Weiler <pylon@gentoo.org> rman-3.0.9.ebuild:
Set ppc into KEYWORDS
diff --git a/app-text/rman/Manifest b/app-text/rman/Manifest
index f8cc7273c6e9..c3c6a466113c 100644
--- a/app-text/rman/Manifest
+++ b/app-text/rman/Manifest
@@ -1,7 +1,7 @@
-MD5 350c4db91b68720cadad51e9b96ec68f ChangeLog 714
+MD5 212f1e1e134b79121edf1987c7634f0d ChangeLog 928
MD5 a5f0cfb842937b62efc31c8b67c8ab61 rman-3.0.9.ebuild 686
-MD5 f5bccfe0a94d720dceb61ee440793d66 rman-3.1.ebuild 616
+MD5 bcc02b9df49543a2aa0248f5ac8d4cf1 rman-3.1.ebuild 709
MD5 056057d8a5eaf7203c9f2316465ba33e files/digest-rman-3.0.9 55
MD5 2f40b40ab2591895f349e0ce2461c329 files/rman-3.0.9-gentoo.diff 456
MD5 e6b97eb40694d5c78aaf96e3dcf20f87 files/digest-rman-3.1 59
-MD5 10919f9dcf76074e9dc8b597f0df83e8 files/3.1-gentoo.diff 407
+MD5 10919f9dcf76074e9dc8b597f0df83e8 files/rman-3.1-gentoo.diff 407
diff --git a/app-text/rman/files/digest-rman-3.1 b/app-text/rman/files/digest-rman-3.1
new file mode 100644
index 000000000000..1f5492f7fddb
--- /dev/null
+++ b/app-text/rman/files/digest-rman-3.1
@@ -0,0 +1 @@
+MD5 62924b8f9773999b91450cc317f5ddb9 rman-3.1.tar.gz 77982
diff --git a/app-text/rman/files/rman-3.1-gentoo.diff b/app-text/rman/files/rman-3.1-gentoo.diff
new file mode 100644
index 000000000000..7913b04b0e48
--- /dev/null
+++ b/app-text/rman/files/rman-3.1-gentoo.diff
@@ -0,0 +1,14 @@
+--- 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.1.ebuild b/app-text/rman/rman-3.1.ebuild
new file mode 100644
index 000000000000..4be8c95e1c2f
--- /dev/null
+++ b/app-text/rman/rman-3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.1.ebuild,v 1.1 2003/09/24 19:06:59 mholzer Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="PolyGlotMan man page translator AKA RosettaMan"
+SRC_URI="mirror://sourceforge/polyglotman/${P}.tar.gz"
+HOMEPAGE="http://polyglotman.sourceforge.net/"
+KEYWORDS="~x86 ~ppc ~sparc"
+SLOT="0"
+LICENSE="Artistic"
+
+DEPEND=""
+
+src_unpack() {
+ unpack ${A}
+ cd ${WORKDIR}
+ epatch ${FILESDIR}/${PF}-gentoo.diff || die "patch failed"
+}
+
+src_compile() {
+ emake CFLAGS="${CFLAGS} -finline-functions" || die "make failed"
+}
+
+src_install () {
+ dobin ${PN}
+ doman ${PN}.1
+}