summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-19 07:57:12 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-19 07:57:12 +0000
commit0233bdaf6f59e6fb06f8b10fefd0a135781ff73a (patch)
treeb78936d6e9118db70241dee1a05f6ce4648061d6 /app-cdr
parentfixing Manifest (diff)
downloadgentoo-2-0233bdaf6f59e6fb06f8b10fefd0a135781ff73a.tar.gz
gentoo-2-0233bdaf6f59e6fb06f8b10fefd0a135781ff73a.tar.bz2
gentoo-2-0233bdaf6f59e6fb06f8b10fefd0a135781ff73a.zip
old
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/nrg2iso/files/digest-nrg2iso-0.11
-rw-r--r--app-cdr/nrg2iso/nrg2iso-0.1.ebuild27
-rw-r--r--app-cdr/nrg2iso/nrg2iso-0.2.ebuild3
3 files changed, 2 insertions, 29 deletions
diff --git a/app-cdr/nrg2iso/files/digest-nrg2iso-0.1 b/app-cdr/nrg2iso/files/digest-nrg2iso-0.1
deleted file mode 100644
index f4e89040dae5..000000000000
--- a/app-cdr/nrg2iso/files/digest-nrg2iso-0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4ffe8f1617f969c0c381ad101e76d8a6 nrg2iso.tgz 8285
diff --git a/app-cdr/nrg2iso/nrg2iso-0.1.ebuild b/app-cdr/nrg2iso/nrg2iso-0.1.ebuild
deleted file mode 100644
index fad96377f278..000000000000
--- a/app-cdr/nrg2iso/nrg2iso-0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/nrg2iso/nrg2iso-0.1.ebuild,v 1.4 2004/03/12 12:02:37 mr_bones_ Exp $
-
-S=${WORKDIR}/${PN}
-
-DESCRIPTION="Converts nrg CD-images to iso"
-SRC_URI="http://gregory.kokanosky.free.fr/v4/linux/${PN}.tgz"
-HOMEPAGE="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html"
-
-
-KEYWORDS="x86 ~ppc ~sparc"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="virtual/glibc"
-RDEPEND=""
-
-
-src_compile() {
- ${CC} ${CFLAGS} -o nrg2iso nrg2iso.c || die
-}
-
-src_install() {
- dobin nrg2iso
-}
diff --git a/app-cdr/nrg2iso/nrg2iso-0.2.ebuild b/app-cdr/nrg2iso/nrg2iso-0.2.ebuild
index 1e15ca04eeae..1129dbb4a724 100644
--- a/app-cdr/nrg2iso/nrg2iso-0.2.ebuild
+++ b/app-cdr/nrg2iso/nrg2iso-0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/nrg2iso/nrg2iso-0.2.ebuild,v 1.2 2004/03/12 12:02:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/nrg2iso/nrg2iso-0.2.ebuild,v 1.3 2004/04/19 07:57:12 vapier Exp $
inherit gcc
@@ -11,6 +11,7 @@ SRC_URI="http://gregory.kokanosky.free.fr/v4/linux/${PN}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc"
+IUSE=""
DEPEND="virtual/glibc"
RDEPEND=""