diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-20 22:11:39 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-20 22:11:39 +0000 |
commit | f869437be98bbfd3ccddb0a3d64c005fcd0f81f7 (patch) | |
tree | 968a9279c4065c83248fcb4965dc1bce7b28b0e7 /app-text/odt2txt | |
parent | Restrict Jython ABIs. Call python_mod_optimize() / python_mod_cleanup(). (diff) | |
download | gentoo-2-f869437be98bbfd3ccddb0a3d64c005fcd0f81f7.tar.gz gentoo-2-f869437be98bbfd3ccddb0a3d64c005fcd0f81f7.tar.bz2 gentoo-2-f869437be98bbfd3ccddb0a3d64c005fcd0f81f7.zip |
remove old ebuild
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Diffstat (limited to 'app-text/odt2txt')
-rw-r--r-- | app-text/odt2txt/odt2txt-0.4.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app-text/odt2txt/odt2txt-0.4.ebuild b/app-text/odt2txt/odt2txt-0.4.ebuild deleted file mode 100644 index 9e7c5026142d..000000000000 --- a/app-text/odt2txt/odt2txt-0.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/odt2txt/odt2txt-0.4.ebuild,v 1.2 2010/11/28 14:33:02 armin76 Exp $ - -EAPI=2 - -inherit eutils - -DESCRIPTION="A simple converter from OpenDocument Text to plain text" -HOMEPAGE="http://stosberg.net/odt2txt/" -SRC_URI="http://stosberg.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86 ~x86-macos" -IUSE="" - -RDEPEND="sys-libs/zlib - virtual/libiconv" -DEPEND="sys-apps/groff - ${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-darwin_iconv.patch -} - -src_install() { - emake install DESTDIR="${D}" PREFIX=/usr || die - doman odt2txt.1 || die -} |