summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-06-12 04:48:36 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-06-12 04:48:36 +0000
commit642a6872497ef2b47b6b72a08c6a2892930e5bce (patch)
tree54620fc5e55fc0b05e894212ecc2f998ecb5e24b /app-text/ots
parentMarked ppc stable. (diff)
downloadhistorical-642a6872497ef2b47b6b72a08c6a2892930e5bce.tar.gz
historical-642a6872497ef2b47b6b72a08c6a2892930e5bce.tar.bz2
historical-642a6872497ef2b47b6b72a08c6a2892930e5bce.zip
fix typo in HOMEPAGE (bug #95715); tidy
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text/ots')
-rw-r--r--app-text/ots/ChangeLog5
-rw-r--r--app-text/ots/Manifest4
-rw-r--r--app-text/ots/ots-0.4.1.ebuild24
3 files changed, 14 insertions, 19 deletions
diff --git a/app-text/ots/ChangeLog b/app-text/ots/ChangeLog
index 47148085776e..8953b539cdcf 100644
--- a/app-text/ots/ChangeLog
+++ b/app-text/ots/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/ots
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ChangeLog,v 1.8 2005/04/24 03:26:18 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ChangeLog,v 1.9 2005/06/12 04:48:36 mr_bones_ Exp $
+
+ 12 Jun 2005; Michael Sterrett <mr_bones_@gentoo.org> ots-0.4.1.ebuild:
+ fix typo in HOMEPAGE (bug #95715); tidy
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> ots-0.4.1.ebuild:
Stable on ppc.
diff --git a/app-text/ots/Manifest b/app-text/ots/Manifest
index b2fc6945bbe5..d588eebd261f 100644
--- a/app-text/ots/Manifest
+++ b/app-text/ots/Manifest
@@ -1,3 +1,3 @@
-MD5 f0f36f068f90f8343106659def9a97ca ChangeLog 954
-MD5 c7cf5513b4a88fedaab189175fddc604 ots-0.4.1.ebuild 888
+MD5 2b6c222efa8b9ec4cc76b7dcdd605daa ots-0.4.1.ebuild 879
+MD5 f3bb04f07315155d3408b37ecbab80e2 ChangeLog 1073
MD5 4fb352a699bbaed36ab4cd3ae199aca5 files/digest-ots-0.4.1 61
diff --git a/app-text/ots/ots-0.4.1.ebuild b/app-text/ots/ots-0.4.1.ebuild
index 9bc1956a3444..adc359ac35db 100644
--- a/app-text/ots/ots-0.4.1.ebuild
+++ b/app-text/ots/ots-0.4.1.ebuild
@@ -1,16 +1,15 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ots-0.4.1.ebuild,v 1.7 2005/04/24 03:26:18 hansmi Exp $
-
-IUSE="doc"
+# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ots-0.4.1.ebuild,v 1.8 2005/06/12 04:48:36 mr_bones_ Exp $
DESCRIPTION="Open source Text Summarizer, as used in newer releases of abiword and kword."
-HOMEPAGE="http://libots.sourcefourge.net/"
+HOMEPAGE="http://libots.sourceforge.net/"
SRC_URI="mirror://sourceforge/libots/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc ~sparc ~alpha ~hppa ~mips amd64"
+IUSE="doc"
RDEPEND="=dev-libs/glib-2*
@@ -22,21 +21,14 @@ DEPEND="${RDEPEND}
doc? ( >=dev-util/gtk-doc-0.9 )"
src_compile() {
-
- econf `use_enable doc gtk-doc` || die
-
+ econf $(use_enable doc gtk-doc) || die
make || die
-
}
src_install() {
-
einstall || die
-
- rm -rf ${D}/usr/share/doc/libots
-
- dodoc AUTHORS BUGS COPYING ChangeLog HACKING INSTALL NEWS README TODO
-
- cd ${S}/doc/html
+ rm -rf "${D}"/usr/share/doc/libots
+ dodoc AUTHORS BUGS ChangeLog HACKING INSTALL NEWS README TODO
+ cd "${S}"/doc/html
dohtml -r ./
}