diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-09 23:59:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-09 23:59:31 +0000 |
commit | 54ff33785320ee7496dda204f85bd62e6898660d (patch) | |
tree | 8b2f551a523e80e6c69dc4f5900a09f75ed1fe25 /app-cdr/cdemu | |
parent | typo (Manifest recommit) (diff) | |
download | gentoo-2-54ff33785320ee7496dda204f85bd62e6898660d.tar.gz gentoo-2-54ff33785320ee7496dda204f85bd62e6898660d.tar.bz2 gentoo-2-54ff33785320ee7496dda204f85bd62e6898660d.zip |
virtual/kernel -> virtual/linux-sources
Diffstat (limited to 'app-cdr/cdemu')
-rw-r--r-- | app-cdr/cdemu/cdemu-0.5.3.ebuild | 47 | ||||
-rw-r--r-- | app-cdr/cdemu/cdemu-0.6_beta.ebuild | 4 | ||||
-rw-r--r-- | app-cdr/cdemu/files/digest-cdemu-0.5.3 | 1 |
3 files changed, 2 insertions, 50 deletions
diff --git a/app-cdr/cdemu/cdemu-0.5.3.ebuild b/app-cdr/cdemu/cdemu-0.5.3.ebuild deleted file mode 100644 index 631cf342687d..000000000000 --- a/app-cdr/cdemu/cdemu-0.5.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation, 2002-2003 Mike Frysinger -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-0.5.3.ebuild,v 1.4 2004/06/25 03:20:31 agriffis Exp $ - -inherit gcc python - -MY_P=${PN}_${PV} -DESCRIPTION="mount bin/cue cd images" -HOMEPAGE="http://robert.private.outertech.com/virtualcd/" -SRC_URI="http://robert.private.outertech.com/virtualcd/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="x86 ppc" - -DEPEND="virtual/kernel" -RDEPEND="dev-lang/python" - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - if [ "${KV:0:3}" != "2.4" ] ; then - die "This package only works with 2.4.x kernels" - else - true - fi -} - -src_compile() { - $(gcc-getCC) -c cdemu.c -o cdemu.o \ - ${CFLAGS} -D__KERNEL__ -DMODULE -Wall \ - -I/usr/src/linux/include \ - || die "could not make kernel module" -} - -src_install() { - dobin cdemu - python_version - insinto /usr/lib/python${PYVER}/site-packages - doins libcdemu.py - - insinto /lib/modules/${KV}/kernel/fs/cdemu - doins cdemu.o - - dodoc AUTHORS ChangeLog README TODO -} diff --git a/app-cdr/cdemu/cdemu-0.6_beta.ebuild b/app-cdr/cdemu/cdemu-0.6_beta.ebuild index ac26a2ead1d1..b417d1835efa 100644 --- a/app-cdr/cdemu/cdemu-0.6_beta.ebuild +++ b/app-cdr/cdemu/cdemu-0.6_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-0.6_beta.ebuild,v 1.8 2004/07/12 04:29:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-0.6_beta.ebuild,v 1.9 2004/11/09 23:59:31 vapier Exp $ inherit gcc flag-o-matic python @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="virtual/kernel" +DEPEND="virtual/linux-sources" RDEPEND="dev-lang/python" src_compile() { diff --git a/app-cdr/cdemu/files/digest-cdemu-0.5.3 b/app-cdr/cdemu/files/digest-cdemu-0.5.3 deleted file mode 100644 index cf2a277a7050..000000000000 --- a/app-cdr/cdemu/files/digest-cdemu-0.5.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 5ff73c7be1e5723b3b88319516aa9228 cdemu_0.5.3.tar.bz2 18983 |