summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2004-01-12 19:38:13 +0000
committerHanno Böck <hanno@gentoo.org>2004-01-12 19:38:13 +0000
commit6c8ed852c5dbe5d87f3f484b1933a27ec9f60d34 (patch)
tree83b7a3f51223d276ead0a7392b03add81eadbead /app-text/unrtf
parentendeavour version bump (diff)
downloadgentoo-2-6c8ed852c5dbe5d87f3f484b1933a27ec9f60d34.tar.gz
gentoo-2-6c8ed852c5dbe5d87f3f484b1933a27ec9f60d34.tar.bz2
gentoo-2-6c8ed852c5dbe5d87f3f484b1933a27ec9f60d34.zip
Version bump.
Diffstat (limited to 'app-text/unrtf')
-rw-r--r--app-text/unrtf/ChangeLog9
-rw-r--r--app-text/unrtf/Manifest4
-rw-r--r--app-text/unrtf/files/digest-unrtf-0.19.01
-rw-r--r--app-text/unrtf/unrtf-0.19.0.ebuild25
4 files changed, 36 insertions, 3 deletions
diff --git a/app-text/unrtf/ChangeLog b/app-text/unrtf/ChangeLog
index ba8679af759a..52162d55fc50 100644
--- a/app-text/unrtf/ChangeLog
+++ b/app-text/unrtf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/unrtf
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.2 2003/10/20 08:51:37 hanno Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.3 2004/01/12 19:38:02 hanno Exp $
+
+*unrtf-0.19.0 (12 Jan 2004)
+
+ 12 Jan 2004; Hanno Boeck <hanno@gentoo.org> unrtf-0.19.0.ebuild:
+ Version bump.
20 Oct 2003; Hanno Boeck <hanno@gentoo.org> unrtf-0.18.1.ebuild:
Ebuild was completely broken (src_uri wrong, no description, patch failed),
diff --git a/app-text/unrtf/Manifest b/app-text/unrtf/Manifest
index f1aceb7f5df3..1c291c47335d 100644
--- a/app-text/unrtf/Manifest
+++ b/app-text/unrtf/Manifest
@@ -1,3 +1,5 @@
-MD5 625da764fdc8d86412e7e0484491ceba ChangeLog 566
+MD5 5a9b184134ee441eb3950bf3773daa7e ChangeLog 679
MD5 307d6a11fe1c2fcdbb17a90d94f8a45d unrtf-0.18.1.ebuild 714
+MD5 6f3c8ca17f2eb0d3efad0a4c82d04deb unrtf-0.19.0.ebuild 610
MD5 748102f0227b9757f2fd6e6c8b956c54 files/digest-unrtf-0.18.1 133
+MD5 245d5556f9662ad25f3ed5ec6a46ac51 files/digest-unrtf-0.19.0 64
diff --git a/app-text/unrtf/files/digest-unrtf-0.19.0 b/app-text/unrtf/files/digest-unrtf-0.19.0
new file mode 100644
index 000000000000..4eb1d7c06da9
--- /dev/null
+++ b/app-text/unrtf/files/digest-unrtf-0.19.0
@@ -0,0 +1 @@
+MD5 e6df2e1c8e2f578ee730674bb692266a unrtf-0.19.0.tar.gz 271083
diff --git a/app-text/unrtf/unrtf-0.19.0.ebuild b/app-text/unrtf/unrtf-0.19.0.ebuild
new file mode 100644
index 000000000000..a5824491749a
--- /dev/null
+++ b/app-text/unrtf/unrtf-0.19.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.19.0.ebuild,v 1.1 2004/01/12 19:38:02 hanno Exp $
+
+DESCRIPTION="Converts RTF files to various formats"
+HOMEPAGE="http://www.gnu.org/software/${PN}/${PN}.html"
+SRC_URI="mirror://gnu/software/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=""
+S=${WORKDIR}/${P}
+
+src_compile() {
+ make clean
+ emake || die
+}
+
+src_install() {
+ dobin unrtf
+ doman unrtf.1
+ dohtml doc/unrtf.html
+ dodoc CHANGES COPYING README TODO
+}