deleted old unrtf untex packages.
This commit is contained in:
parent
db244a6851
commit
f04f0b84d7
@ -1,2 +0,0 @@
|
|||||||
MD5 a7c18d024854628a58f65bbe64541bb9 files/digest-unrtf-0.19.9 63
|
|
||||||
MD5 61e6132aef3a5560ba579c187f0ce118 unrtf-0.19.9.ebuild 568
|
|
@ -1 +0,0 @@
|
|||||||
MD5 ed7ba813526677cfa45b93215f43d1de unrtf_0.19.9.tar.gz 79573
|
|
@ -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
|
|
||||||
}
|
|
@ -1,2 +0,0 @@
|
|||||||
MD5 55e9f5646326e4f7d2c964aea49dfd8e untex-9210.ebuild 783
|
|
||||||
MD5 c804ebbde73bf39a0ff26cf3130a8361 files/digest-untex-9210 129
|
|
@ -1,2 +0,0 @@
|
|||||||
MD5 3d9366663b0474ea13c9711b198f9d8f untex_9210.orig.tar.gz 2771
|
|
||||||
MD5 ed141ce39b0107c732c7f2c536ab384b untex_9210-10.diff.gz 3223
|
|
@ -1,37 +0,0 @@
|
|||||||
# Copyright 1999-2005 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: $
|
|
||||||
|
|
||||||
inherit eutils toolchain-funcs
|
|
||||||
|
|
||||||
MY_P="${PN}_${PV}"
|
|
||||||
DEB_PL="10"
|
|
||||||
|
|
||||||
DESCRIPTION="Converts (la)tex files to text"
|
|
||||||
HOMEPAGE="http://packages.debian.org/stable/tex/untex"
|
|
||||||
SRC_URI="mirror://debian/pool/main/u/untex/${MY_P}.orig.tar.gz
|
|
||||||
mirror://debian/pool/main/u/untex/${MY_P}-${DEB_PL}.diff.gz"
|
|
||||||
RESTRICT="nomirror"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="x86 ~amd64 ~ppc ~alpha ~sparc ~ia64"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND="virtual/libc"
|
|
||||||
|
|
||||||
S="${S}.orig"
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack ${A}
|
|
||||||
cd ${S}
|
|
||||||
epatch ${WORKDIR}/${MY_P}-${DEB_PL}.diff
|
|
||||||
}
|
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
$(tc-getCC) untex.c -o ${PN} ${CFLAGS} -lresolv -lm || die "Compile failed"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
dosbin untex || die "dosbin failed"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user