diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-15 16:03:48 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-15 16:03:48 +0000 |
commit | 40d86f15051d020c5bb221b5cb929c0ced95a78b (patch) | |
tree | c58e968f394294573204b70d2d7f1cac489aaddc /app-cdr/bchunk | |
parent | version bump wrt security #227111 (diff) | |
download | gentoo-2-40d86f15051d020c5bb221b5cb929c0ced95a78b.tar.gz gentoo-2-40d86f15051d020c5bb221b5cb929c0ced95a78b.tar.bz2 gentoo-2-40d86f15051d020c5bb221b5cb929c0ced95a78b.zip |
old
(Portage version: 2.1.5.5)
Diffstat (limited to 'app-cdr/bchunk')
-rw-r--r-- | app-cdr/bchunk/bchunk-1.1.1.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app-cdr/bchunk/bchunk-1.1.1.ebuild b/app-cdr/bchunk/bchunk-1.1.1.ebuild deleted file mode 100644 index b69c464a48d2..000000000000 --- a/app-cdr/bchunk/bchunk-1.1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.19 2005/05/30 18:03:13 pylon Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Converts bin/cue CD-images to iso+wav/cdr" -HOMEPAGE="http://hes.iki.fi/bchunk/" -SRC_URI="http://hes.iki.fi/bchunk/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc ~amd64" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - $(tc-getCC) ${CFLAGS} -o bchunk bchunk.c || die -} - -src_install() { - dobin bchunk || die - doman bchunk.1 - dodoc ${P}.lsm README -} |