diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2008-07-14 01:33:51 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2008-07-14 01:33:51 +0000 |
commit | 02544b0855678714a49c20582d94d69c41ef9c10 (patch) | |
tree | c3203f5717146e7d6599d5464a7c663faa144ad3 /app-text/ots | |
parent | 0.4.11 version bump for bug 231069. Thanks to Christian Ruppert (diff) | |
download | gentoo-2-02544b0855678714a49c20582d94d69c41ef9c10.tar.gz gentoo-2-02544b0855678714a49c20582d94d69c41ef9c10.tar.bz2 gentoo-2-02544b0855678714a49c20582d94d69c41ef9c10.zip |
Remove old ebuild.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/ots')
-rw-r--r-- | app-text/ots/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/ots/ots-0.4.2.ebuild | 41 |
2 files changed, 4 insertions, 42 deletions
diff --git a/app-text/ots/ChangeLog b/app-text/ots/ChangeLog index b756e7b0548b..9d780a7bc85a 100644 --- a/app-text/ots/ChangeLog +++ b/app-text/ots/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/ots # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ChangeLog,v 1.25 2008/06/17 01:29:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ChangeLog,v 1.26 2008/07/14 01:33:51 vanquirius Exp $ + + 14 Jul 2008; Marcelo Goes <vanquirius@gentoo.org> -ots-0.4.2.ebuild: + Remove old ebuild. 17 Jun 2008; Jeroen Roovers <jer@gentoo.org> ots-0.5.0.ebuild: Stable for HPPA (bug #225395). diff --git a/app-text/ots/ots-0.4.2.ebuild b/app-text/ots/ots-0.4.2.ebuild deleted file mode 100644 index 81ee00246c03..000000000000 --- a/app-text/ots/ots-0.4.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ots-0.4.2.ebuild,v 1.7 2006/02/07 05:34:53 agriffis Exp $ - -inherit eutils - -DESCRIPTION="Open source Text Summarizer, as used in newer releases of abiword and kword." -HOMEPAGE="http://libots.sourceforge.net/" -SRC_URI="mirror://sourceforge/libots/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ~mips ppc ~sparc x86" -IUSE="" - -RDEPEND="=dev-libs/glib-2* - >=dev-libs/libxml2-2.4.23 - >=dev-libs/popt-1.5" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A}; cd "${S}" - epatch "${FILESDIR}"/${P}-gcc4.diff -} - -src_compile() { - # bug 97448 - econf --disable-gtk-doc || die - # parallel make fails, bug 112932 - emake -j1 || die -} - -src_install() { - make DESTDIR="${D}" install || die - rm -rf "${D}"/usr/share/doc/libots - dodoc AUTHORS BUGS ChangeLog HACKING NEWS README TODO - cd "${S}"/doc/html - dohtml -r ./ -} |