summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2005-01-08 15:53:33 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2005-01-08 15:53:33 +0000
commit2a9329a61c64cf4d26126bf58dc58d92830a8b80 (patch)
tree447449cb10dfc5577356cc0c11f85bd71cf0ccd0 /app-text/unrtf
parentadded ~ppc64 (diff)
downloadhistorical-2a9329a61c64cf4d26126bf58dc58d92830a8b80.tar.gz
historical-2a9329a61c64cf4d26126bf58dc58d92830a8b80.tar.bz2
historical-2a9329a61c64cf4d26126bf58dc58d92830a8b80.zip
Closing #77082.
Diffstat (limited to 'app-text/unrtf')
-rw-r--r--app-text/unrtf/ChangeLog5
-rw-r--r--app-text/unrtf/Manifest4
-rw-r--r--app-text/unrtf/unrtf-0.19.3-r1.ebuild13
3 files changed, 14 insertions, 8 deletions
diff --git a/app-text/unrtf/ChangeLog b/app-text/unrtf/ChangeLog
index d08ad8b1a34b..c89775d493e7 100644
--- a/app-text/unrtf/ChangeLog
+++ b/app-text/unrtf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/unrtf
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.14 2005/01/07 11:34:15 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.15 2005/01/08 15:53:33 aliz Exp $
+
+ 08 Jan 2005; Daniel Ahlberg <aliz@gentoo.org> unrtf-0.19.3-r1.ebuild:
+ Fixes from Stefan Briesenick <sbriesen@gmx.de> in #77082.
07 Jan 2005; Robin H. Johnson <robbat2@gentoo.org> unrtf-0.19.3-r1.ebuild:
Stable on x86 for security fix.
diff --git a/app-text/unrtf/Manifest b/app-text/unrtf/Manifest
index 50e5b8cd3c0e..be6df9b89687 100644
--- a/app-text/unrtf/Manifest
+++ b/app-text/unrtf/Manifest
@@ -1,6 +1,6 @@
MD5 e7cbe516f74ff70452647bbc80c2f44a unrtf-0.19.0.ebuild 588
-MD5 6406b54714e83697a1493aa8589977df unrtf-0.19.3-r1.ebuild 778
-MD5 6b731a25b95d0777a438a5b3e15b1f7f ChangeLog 1738
+MD5 1a9e9bce88fdc235ea120c3974554984 unrtf-0.19.3-r1.ebuild 788
+MD5 f82e16866f451359a178dfe1b6feb6d8 ChangeLog 1868
MD5 a9076d6d799f48a3abb93afbf1078b81 unrtf-0.19.3.ebuild 609
MD5 0bff1bbb720e0c045824f4f5a9c6142f files/unrtf-0.19.3-final.patch 400
MD5 245d5556f9662ad25f3ed5ec6a46ac51 files/digest-unrtf-0.19.0 64
diff --git a/app-text/unrtf/unrtf-0.19.3-r1.ebuild b/app-text/unrtf/unrtf-0.19.3-r1.ebuild
index 5d91b0d57aa0..f5337b16298b 100644
--- a/app-text/unrtf/unrtf-0.19.3-r1.ebuild
+++ b/app-text/unrtf/unrtf-0.19.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.19.3-r1.ebuild,v 1.2 2005/01/07 11:34:15 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.19.3-r1.ebuild,v 1.3 2005/01/08 15:53:33 aliz Exp $
inherit eutils
@@ -15,19 +15,22 @@ DEPEND="virtual/libc"
src_unpack() {
unpack ${A}
- epatch ${FILESDIR}/${PN}-0.19.3-final.patch
+ epatch ${FILESDIR}/${P}-final.patch
# in 0.19.3 it's a tar file of 0.19.2
rm ${S}/AUTHORS
}
src_compile() {
+ emake CFLAGS="${CFLAGS}" || die
+}
+
+src_clean() {
make clean
- emake || die
}
src_install() {
- dobin unrtf bcount
+ dobin unrtf
doman unrtf.1
dohtml doc/unrtf.html
- dodoc CHANGES COPYING README TODO
+ dodoc CHANGES README TODO
}