From: Markos Chandras Date: Fri, 5 Nov 2010 14:34:33 +0000 (+0000) Subject: app-text/ odt2txt: Moved to gx86 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=988d5d62c47a46705849cfb8ca6ddc663f444df9;p=~andy%2Fsunrise app-text/ odt2txt: Moved to gx86 svn path=/sunrise/; revision=11521 --- diff --git a/app-text/odt2txt/ChangeLog b/app-text/odt2txt/ChangeLog deleted file mode 100644 index dfcf5a4eb..000000000 --- a/app-text/odt2txt/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for app-text/odt2txt -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 13 Aug 2010; Thomas Sachau (Tommy[D]) - -files/odt2txt-0.4-hardened_makefile.patch: - Drop unused patch - - 11 Aug 2010; LABBE Corentin (Montjoie) - - - no-herd - maintainer-wanted@gentoo.org - diff --git a/app-text/odt2txt/odt2txt-0.4.ebuild b/app-text/odt2txt/odt2txt-0.4.ebuild deleted file mode 100644 index 45dd5501b..000000000 --- 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: $ - -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="~amd64 ~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 -}