deleted old unrtf untex packages.

This commit is contained in:
Micha Glave
2009-08-25 15:10:09 +02:00
parent db244a6851
commit f04f0b84d7
6 changed files with 0 additions and 74 deletions

View File

@@ -1,2 +0,0 @@
MD5 a7c18d024854628a58f65bbe64541bb9 files/digest-unrtf-0.19.9 63
MD5 61e6132aef3a5560ba579c187f0ce118 unrtf-0.19.9.ebuild 568

View File

@@ -1 +0,0 @@
MD5 ed7ba813526677cfa45b93215f43d1de unrtf_0.19.9.tar.gz 79573

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils
MY_P=${P/-/_}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Converts RTF files to various formats"
HOMEPAGE="http://www.gnu.org/software/unrtf/unrtf.html"
SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~s390 ~x86 ~sparc"
IUSE=""
DEPEND=""
src_compile() {
emake CFLAGS="${CFLAGS}" || die
}
src_install() {
dobin unrtf || die
doman unrtf.1
dohtml doc/unrtf.html
dodoc CHANGES README TODO
}