summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text')
-rw-r--r--app-text/html2text/ChangeLog5
-rw-r--r--app-text/html2text/html2text-1.3.1.ebuild8
-rw-r--r--app-text/txt2tags/ChangeLog5
-rw-r--r--app-text/txt2tags/txt2tags-1.6.ebuild4
4 files changed, 16 insertions, 6 deletions
diff --git a/app-text/html2text/ChangeLog b/app-text/html2text/ChangeLog
index 1c692fd13b4d..b5bc6dfa9b42 100644
--- a/app-text/html2text/ChangeLog
+++ b/app-text/html2text/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/html2text
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.4 2003/11/16 05:01:47 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.5 2004/01/14 12:48:16 obz Exp $
+
+ 14 Jan 2004; Mike Gardiner <obz@gentoo.org> html2text-1.3.1.ebuild:
+ Marked stable on x86
16 Nov 2003; Mike Gardiner <obz@gentoo.org> files/html2text-gcc3.3.patch:
Fixed html2text-gcc3.3.patch, removing the CVS header line, so that the patch
diff --git a/app-text/html2text/html2text-1.3.1.ebuild b/app-text/html2text/html2text-1.3.1.ebuild
index 387310c22791..881912776ade 100644
--- a/app-text/html2text/html2text-1.3.1.ebuild
+++ b/app-text/html2text/html2text-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.1.ebuild,v 1.3 2003/10/26 05:57:54 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.1.ebuild,v 1.4 2004/01/14 12:48:16 obz Exp $
DESCRIPTION="A HTML to text converter"
SRC_URI="http://userpage.fu-berlin.de/~mbayer/tools/${P}.tar.gz"
@@ -8,7 +8,7 @@ HOMEPAGE="http://userpage.fu-berlin.de/~mbayer/tools/html2text.html"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc"
+KEYWORDS="x86 ~sparc"
IUSE=""
DEPEND="virtual/glibc"
@@ -25,13 +25,17 @@ src_unpack() {
}
src_compile() {
+
./configure || die
emake || die
+
}
src_install() {
+
dobin html2text
doman html2text.1.gz
doman html2textrc.5.gz
dodoc CHANGES CREDITS INSTALL KNOWN_BUGS README TODO
+
}
diff --git a/app-text/txt2tags/ChangeLog b/app-text/txt2tags/ChangeLog
index b24cba1dfd30..577ec877cec8 100644
--- a/app-text/txt2tags/ChangeLog
+++ b/app-text/txt2tags/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/txt2tags
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/ChangeLog,v 1.2 2003/09/18 16:14:51 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/ChangeLog,v 1.3 2004/01/14 12:45:15 obz Exp $
+
+ 14 Jan 2004; Mike Gardiner <obz@gentoo.org> txt2tags-1.6.ebuild:
+ Marked stable on x86
*txt2tags-1.6 (19 Sep 2003)
diff --git a/app-text/txt2tags/txt2tags-1.6.ebuild b/app-text/txt2tags/txt2tags-1.6.ebuild
index 919b4637810b..1a0688c4e3d4 100644
--- a/app-text/txt2tags/txt2tags-1.6.ebuild
+++ b/app-text/txt2tags/txt2tags-1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-1.6.ebuild,v 1.1 2003/09/18 16:14:51 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-1.6.ebuild,v 1.2 2004/01/14 12:45:15 obz Exp $
DESCRIPTION="Txt2tags is a tool for generating marked up documents (HTML, SGML, ...) from a plain text file with markup."
SRC_URI="http://txt2tags.sourceforge.net/src/${P}.tgz"
@@ -8,7 +8,7 @@ HOMEPAGE="http://txt2tags.sourceforge.net/"
LICENSE="GPL-2"
IUSE="tcltk"
-KEYWORDS="~x86 ~sparc"
+KEYWORDS="x86 ~sparc"
SLOT="0"
DEPEND="tcltk? ( dev-lang/tk )"