summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-23 12:50:19 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-23 12:50:19 +0000
commit3985c12ee4f97c1003f66cb18a84af74be30643a (patch)
treef59ef9c3349a9b9294e7222227e6e7a94062680d /app-text
parentRemove old. (diff)
downloadgentoo-2-3985c12ee4f97c1003f66cb18a84af74be30643a.tar.gz
gentoo-2-3985c12ee4f97c1003f66cb18a84af74be30643a.tar.bz2
gentoo-2-3985c12ee4f97c1003f66cb18a84af74be30643a.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-text')
-rw-r--r--app-text/antiword/ChangeLog5
-rw-r--r--app-text/antiword/antiword-0.37.ebuild49
2 files changed, 4 insertions, 50 deletions
diff --git a/app-text/antiword/ChangeLog b/app-text/antiword/ChangeLog
index 26c680baae32..feadbefd0ae0 100644
--- a/app-text/antiword/ChangeLog
+++ b/app-text/antiword/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/antiword
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.56 2015/01/09 14:17:32 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.57 2015/07/23 12:50:19 mrueg Exp $
+
+ 23 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -antiword-0.37.ebuild:
+ Remove old.
09 Jan 2015; Tobias Klausmann <klausman@gentoo.org> antiword-0.37-r1.ebuild:
Stable on alpha, bug 531404
diff --git a/app-text/antiword/antiword-0.37.ebuild b/app-text/antiword/antiword-0.37.ebuild
deleted file mode 100644
index 93ced71cf4c1..000000000000
--- a/app-text/antiword/antiword-0.37.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37.ebuild,v 1.16 2012/09/20 15:53:03 grobian Exp $
-
-EAPI="3"
-
-inherit eutils toolchain-funcs
-
-IUSE="kde"
-PATCHVER="r2"
-DESCRIPTION="free MS Word reader"
-HOMEPAGE="http://www.winfield.demon.nl"
-SRC_URI="http://www.winfield.demon.nl/linux/${P}.tar.gz
- http://dev.gentoo.org/~grobian/distfiles/${PN}-gentoo-patches-${PATCHVER}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-src_prepare() {
- # Makefile is a symlink to Makefile.Linux, avoid that we patch it by
- # accident using patch <2.7, see bug #435492
- rm Makefile || die
-
- EPATCH_SUFFIX="patch" epatch "${WORKDIR}/${PN}-gentoo-patches-${PATCHVER}"
-
- # Re-add convenience symlink, see above
- ln -s Makefile.Linux Makefile
-}
-
-src_configure() { :; }
-
-src_compile() {
- emake PREFIX="${EPREFIX}" OPT="${CFLAGS}" CC="$(tc-getCC)" LD="$(tc-getCC)" \
- LDFLAGS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install() {
- emake -j1 PREFIX="${EPREFIX}" DESTDIR="${D}" global_install || die
-
- use kde || rm -f "${ED}"/usr/bin/kantiword
-
- insinto /usr/share/${PN}/examples
- doins Docs/testdoc.doc Docs/antiword.php || die
-
- cd Docs
- doman antiword.1 || die
- dodoc ChangeLog Exmh Emacs FAQ History Netscape QandA ReadMe Mozilla Mutt || die
-}