diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-09-11 03:09:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-09-11 03:09:41 +0000 |
commit | 9531c0c55541e3c21b2b55706487746572b97ac6 (patch) | |
tree | 03591b24131c2d7e621c509d0737be8e0914fffb /app-text | |
parent | Version bump (diff) | |
download | historical-9531c0c55541e3c21b2b55706487746572b97ac6.tar.gz historical-9531c0c55541e3c21b2b55706487746572b97ac6.tar.bz2 historical-9531c0c55541e3c21b2b55706487746572b97ac6.zip |
old
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/unix2dos/unix2dos-2.2.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-text/unix2dos/unix2dos-2.2.ebuild b/app-text/unix2dos/unix2dos-2.2.ebuild deleted file mode 100644 index a550a13d1a18..000000000000 --- a/app-text/unix2dos/unix2dos-2.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2.ebuild,v 1.25 2007/03/01 17:21:45 genstef Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="UNIX to DOS text file format converter" -HOMEPAGE="I HAVE NO HOME :(" -SRC_URI="mirror://gentoo/${P}.src.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa mips ppc ppc64 sh sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${PN}-mkstemp.patch - epatch "${FILESDIR}"/${P}-segfault.patch - epatch "${FILESDIR}"/${P}-manpage.patch -} - -src_compile() { - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o unix2dos unix2dos.c || die -} - -src_install() { - dobin unix2dos || die - doman unix2dos.1 -} |