diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-10-31 22:08:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-10-31 22:08:18 +0000 |
commit | a1445627ce5c63e8037db8062ce6915da4a9daae (patch) | |
tree | 18fa8d6e842b70157efeeb1a23bf71fcbec1609d /app-text/catdoc | |
parent | fix evolution tests (again) (diff) | |
download | gentoo-2-a1445627ce5c63e8037db8062ce6915da4a9daae.tar.gz gentoo-2-a1445627ce5c63e8037db8062ce6915da4a9daae.tar.bz2 gentoo-2-a1445627ce5c63e8037db8062ce6915da4a9daae.zip |
remove old and fix homepage (bug #192810)
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-text/catdoc')
-rw-r--r-- | app-text/catdoc/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/catdoc/catdoc-0.93.3.ebuild | 36 | ||||
-rw-r--r-- | app-text/catdoc/catdoc-0.93.4.ebuild | 36 | ||||
-rw-r--r-- | app-text/catdoc/catdoc-0.94.1.ebuild | 4 | ||||
-rw-r--r-- | app-text/catdoc/files/digest-catdoc-0.93.3 | 3 | ||||
-rw-r--r-- | app-text/catdoc/files/digest-catdoc-0.93.4 | 3 |
6 files changed, 7 insertions, 81 deletions
diff --git a/app-text/catdoc/ChangeLog b/app-text/catdoc/ChangeLog index ae0944fc3b5a..47ca26430e54 100644 --- a/app-text/catdoc/ChangeLog +++ b/app-text/catdoc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/catdoc # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.17 2007/10/21 20:18:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.18 2007/10/31 22:08:17 aballier Exp $ + + 31 Oct 2007; Alexis Ballier <aballier@gentoo.org> -catdoc-0.93.3.ebuild, + -catdoc-0.93.4.ebuild, catdoc-0.94.1.ebuild: + remove old and fix homepage (bug #192810) 21 Oct 2007; Markus Meier <maekke@gentoo.org> catdoc-0.94.1.ebuild: x86 stable, bug #171516 diff --git a/app-text/catdoc/catdoc-0.93.3.ebuild b/app-text/catdoc/catdoc-0.93.3.ebuild deleted file mode 100644 index 7780db27374a..000000000000 --- a/app-text/catdoc/catdoc-0.93.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.93.3.ebuild,v 1.11 2007/07/12 04:37:47 mr_bones_ Exp $ - -DESCRIPTION="A convertor for Microsoft Word, Excel and RTF Files to text" -HOMEPAGE="http://www.45.free.net/~vitus/software/catdoc/" -SRC_URI="ftp://ftp.45.free.net/pub/${PN}/${P}.tar.gz" -LICENSE="GPL-2" - -IUSE="tk" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -DEPEND="tk? ( >=dev-lang/tk-8.1 )" - -DOCS="CODING.STD CREDITS NEWS README TODO" - -src_compile() { - - local myconf="--with-install-root=${D}" - - use tk \ - && myconf="${myconf} --with-wish=/usr/bin/wish" \ - || myconf="${myconf} --disable-wordview" - - econf ${myconf} || die - emake LIB_DIR=/usr/share/catdoc || die - -} - -src_install() { - - make mandir=/usr/share/man/man1 install || die - dodoc ${DOCS} - -} diff --git a/app-text/catdoc/catdoc-0.93.4.ebuild b/app-text/catdoc/catdoc-0.93.4.ebuild deleted file mode 100644 index 6537493ac2a4..000000000000 --- a/app-text/catdoc/catdoc-0.93.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.93.4.ebuild,v 1.7 2007/07/12 04:37:47 mr_bones_ Exp $ - -DESCRIPTION="A convertor for Microsoft Word, Excel and RTF Files to text" -HOMEPAGE="http://www.45.free.net/~vitus/software/catdoc/" -SRC_URI="ftp://ftp.45.free.net/pub/${PN}/${P}.tar.gz" -LICENSE="GPL-2" - -IUSE="tk" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -DEPEND="tk? ( >=dev-lang/tk-8.1 )" - -DOCS="CODING.STD CREDITS NEWS README TODO" - -src_compile() { - - local myconf="--with-install-root=${D}" - - use tk \ - && myconf="${myconf} --with-wish=/usr/bin/wish" \ - || myconf="${myconf} --disable-wordview" - - econf ${myconf} || die - emake LIB_DIR=/usr/share/catdoc || die - -} - -src_install() { - - make mandir=/usr/share/man/man1 install || die - dodoc ${DOCS} - -} diff --git a/app-text/catdoc/catdoc-0.94.1.ebuild b/app-text/catdoc/catdoc-0.94.1.ebuild index 1cd2d3fe45c6..0137197de641 100644 --- a/app-text/catdoc/catdoc-0.94.1.ebuild +++ b/app-text/catdoc/catdoc-0.94.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.94.1.ebuild,v 1.5 2007/10/21 20:18:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.94.1.ebuild,v 1.6 2007/10/31 22:08:17 aballier Exp $ DESCRIPTION="A convertor for Microsoft Word, Excel and RTF Files to text" -HOMEPAGE="http://www.45.free.net/~vitus/software/catdoc/" +HOMEPAGE="http://www.wagner.pp.ru/~vitus/software/catdoc/" SRC_URI="ftp://ftp.45.free.net/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-text/catdoc/files/digest-catdoc-0.93.3 b/app-text/catdoc/files/digest-catdoc-0.93.3 deleted file mode 100644 index 450fd8f96469..000000000000 --- a/app-text/catdoc/files/digest-catdoc-0.93.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c021d2e30318bea063133191122676e5 catdoc-0.93.3.tar.gz 120695 -RMD160 e0486e701e59342afba94db257a45cb929cf0ed7 catdoc-0.93.3.tar.gz 120695 -SHA256 837bd7cf0f5d9ccbf003e3ab708494d5e69e4619097a014f220f99435d8113e8 catdoc-0.93.3.tar.gz 120695 diff --git a/app-text/catdoc/files/digest-catdoc-0.93.4 b/app-text/catdoc/files/digest-catdoc-0.93.4 deleted file mode 100644 index 9e1bc8f1ac3a..000000000000 --- a/app-text/catdoc/files/digest-catdoc-0.93.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 efe7e24b387444d5967fc2fc25664fb2 catdoc-0.93.4.tar.gz 121933 -RMD160 f684d26fd2a2c3e851ec0259cd03cc7d4602394e catdoc-0.93.4.tar.gz 121933 -SHA256 ce822057eade8497e106d5044609512fa49b71864f868da76042a95f62066e80 catdoc-0.93.4.tar.gz 121933 |