diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-07-22 01:39:12 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-07-22 01:39:12 +0000 |
commit | 994d2a4b5056ace1e78e6d4558dd1fb206e87983 (patch) | |
tree | 6ee0c5b59afee53634c421328c293e9921a05ebd /app-cdr/bin2iso | |
parent | add slot and keywords (diff) | |
download | gentoo-2-994d2a4b5056ace1e78e6d4558dd1fb206e87983.tar.gz gentoo-2-994d2a4b5056ace1e78e6d4558dd1fb206e87983.tar.bz2 gentoo-2-994d2a4b5056ace1e78e6d4558dd1fb206e87983.zip |
repoman, sparc and ppc guys need to hit this dir too :)
Diffstat (limited to 'app-cdr/bin2iso')
-rw-r--r-- | app-cdr/bin2iso/bin2iso-19b.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-cdr/bin2iso/bin2iso-19b.ebuild b/app-cdr/bin2iso/bin2iso-19b.ebuild index 1cb772b6318d..6a367aa18dd3 100644 --- a/app-cdr/bin2iso/bin2iso-19b.ebuild +++ b/app-cdr/bin2iso/bin2iso-19b.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-cdr/bin2iso/bin2iso-19b.ebuild,v 1.1 2002/06/15 08:29:37 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bin2iso/bin2iso-19b.ebuild,v 1.2 2002/07/22 01:39:12 lostlogic Exp $ DESCRIPTION="Bin2iso converts RAW format (.bin/.cue) files to ISO/WAV format.It can also create cue files for .bin's" HOMEPAGE="http://users.andara.com/~doiron/bin2iso/" S=${WORKDIR}/${P} SLOT="0" -DEPEND="" +DEPEND="virtual/glibc" RDEPEND="" LICENSE="UNKNOWN" +KEYWORDS="x86" SRC_URI="http://users.eastlink.ca/~doiron/bin2iso/linux/bin2iso19b_linux.c http://users.andara.com/~doiron/bin2iso/readme.txt" |