imported ebuilds from harpo.

This commit is contained in:
Micha Glave
2006-04-05 10:25:29 +00:00
commit 49a0cfa23b
94 changed files with 2503 additions and 0 deletions

2
dev-tex/untex/Manifest Normal file
View File

@@ -0,0 +1,2 @@
MD5 55e9f5646326e4f7d2c964aea49dfd8e untex-9210.ebuild 783
MD5 c804ebbde73bf39a0ff26cf3130a8361 files/digest-untex-9210 129

View File

@@ -0,0 +1,2 @@
MD5 3d9366663b0474ea13c9711b198f9d8f untex_9210.orig.tar.gz 2771
MD5 ed141ce39b0107c732c7f2c536ab384b untex_9210-10.diff.gz 3223

View File

@@ -0,0 +1,37 @@
# 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"
}