diff options
author | Hanno Böck <hanno@gentoo.org> | 2004-03-11 21:50:17 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2004-03-11 21:50:17 +0000 |
commit | 66e06020ec3325909d1f9076a5c3cff6475135e6 (patch) | |
tree | d763b3f5e0b82b95e21be50c6a7c8996c0fd5717 /app-text/unrtf | |
parent | Install libpostproc library. Update to newer snapshot. Bug 27051 (Manifest re... (diff) | |
download | gentoo-2-66e06020ec3325909d1f9076a5c3cff6475135e6.tar.gz gentoo-2-66e06020ec3325909d1f9076a5c3cff6475135e6.tar.bz2 gentoo-2-66e06020ec3325909d1f9076a5c3cff6475135e6.zip |
mark unrtf-0.19.3 stable x86.
Diffstat (limited to 'app-text/unrtf')
-rw-r--r-- | app-text/unrtf/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/unrtf/files/digest-unrtf-0.18.1 | 2 | ||||
-rw-r--r-- | app-text/unrtf/unrtf-0.18.1.ebuild | 30 | ||||
-rw-r--r-- | app-text/unrtf/unrtf-0.19.3.ebuild | 4 |
4 files changed, 6 insertions, 35 deletions
diff --git a/app-text/unrtf/ChangeLog b/app-text/unrtf/ChangeLog index 590ad660e462..94a259f6a688 100644 --- a/app-text/unrtf/ChangeLog +++ b/app-text/unrtf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/unrtf # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.4 2004/02/22 13:09:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.5 2004/03/11 21:50:16 hanno Exp $ + + 11 Mar 2004; Hanno Boeck <hanno@gentoo.org> unrtf-0.19.3.ebuild: + Marked stable on x86. *unrtf-0.19.3 (22 Feb 2004) diff --git a/app-text/unrtf/files/digest-unrtf-0.18.1 b/app-text/unrtf/files/digest-unrtf-0.18.1 deleted file mode 100644 index c7e247912d28..000000000000 --- a/app-text/unrtf/files/digest-unrtf-0.18.1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c7eb7eb30880c4fb8d089b8a486d255d unrtf-0.18.1.tar.gz 63141 -MD5 2bd6e79152a948a6aebec5ed4fb9fece unrtf-0.18.1-gcc33.patch.gz 2018 diff --git a/app-text/unrtf/unrtf-0.18.1.ebuild b/app-text/unrtf/unrtf-0.18.1.ebuild deleted file mode 100644 index e692559ab801..000000000000 --- a/app-text/unrtf/unrtf-0.18.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.18.1.ebuild,v 1.2 2003/10/20 08:51:37 hanno Exp $ - -DESCRIPTION="Converts RTF files to various formats" -HOMEPAGE="http://www.gnu.org/software/${PN}/${PN}.html" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz - mirror://gentoo/${P}-gcc33.patch.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="" -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${P}.tar.gz - epatch ${DISTDIR}/unrtf-0.18.1-gcc33.patch.gz -} - -src_compile() { - emake || die -} - -src_install() { - dobin unrtf - doman unrtf.1 - dohtml doc/unrtf.html - dodoc CHANGES COPYING README TODO -} diff --git a/app-text/unrtf/unrtf-0.19.3.ebuild b/app-text/unrtf/unrtf-0.19.3.ebuild index 6ae62f5eb2c2..d131f2b02b48 100644 --- a/app-text/unrtf/unrtf-0.19.3.ebuild +++ b/app-text/unrtf/unrtf-0.19.3.ebuild @@ -1,13 +1,13 @@ # 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.3.ebuild,v 1.1 2004/02/22 13:09:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.19.3.ebuild,v 1.2 2004/03/11 21:50:16 hanno Exp $ DESCRIPTION="Converts RTF files to various formats" HOMEPAGE="http://www.gnu.org/software/unrtf/unrtf.html" SRC_URI="http://www.gnu.org/software/unrtf/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64" IUSE="" DEPEND="" S=${WORKDIR}/${P} |