diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 20:02:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 20:02:34 +0000 |
commit | cea52872179ba8a896e0b69de0c69beaf8604ff1 (patch) | |
tree | 8ddf191c7c84e4f3a6e328b933b68c1cb5dc20ed | |
parent | version bump (bug #81760) (diff) | |
download | gentoo-2-cea52872179ba8a896e0b69de0c69beaf8604ff1.tar.gz gentoo-2-cea52872179ba8a896e0b69de0c69beaf8604ff1.tar.bz2 gentoo-2-cea52872179ba8a896e0b69de0c69beaf8604ff1.zip |
old
-rw-r--r-- | sys-libs/libraw1394/files/digest-libraw1394-0.9.0 | 1 | ||||
-rw-r--r-- | sys-libs/libraw1394/files/libraw_gcc33_fix | 25 | ||||
-rw-r--r-- | sys-libs/libraw1394/libraw1394-0.9.0.ebuild | 39 |
3 files changed, 0 insertions, 65 deletions
diff --git a/sys-libs/libraw1394/files/digest-libraw1394-0.9.0 b/sys-libs/libraw1394/files/digest-libraw1394-0.9.0 deleted file mode 100644 index a7655a2b065a..000000000000 --- a/sys-libs/libraw1394/files/digest-libraw1394-0.9.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 56fc0bc6f00efdebb635dcc52d91f7bc libraw1394_0.9.0.tar.gz 181971 diff --git a/sys-libs/libraw1394/files/libraw_gcc33_fix b/sys-libs/libraw1394/files/libraw_gcc33_fix deleted file mode 100644 index a1467e7535aa..000000000000 --- a/sys-libs/libraw1394/files/libraw_gcc33_fix +++ /dev/null @@ -1,25 +0,0 @@ ---- libraw1394-0.9.0-orig/src/testlibraw.c 2001-01-27 04:26:32.000000000 +0200 -+++ libraw1394-0.9.0/src/testlibraw.c 2003-08-17 20:05:02.000000000 +0300 -@@ -19,14 +19,14 @@ - - #define TESTADDR (CSR_REGISTER_BASE + CSR_CYCLE_TIME) - --const char not_compatible[] = "\ --This libraw1394 does not work with your version of Linux. You need a different --version that matches your kernel (see kernel help text for the raw1394 option to --find out which is the correct version).\n"; -- --const char not_loaded[] = "\ --This probably means that you don't have raw1394 support in the kernel or that --you haven't loaded the raw1394 module.\n"; -+const char not_compatible[] = \ -+"This libraw1394 does not work with your version of Linux. You need a different "\ -+"version that matches your kernel (see kernel help text for the raw1394 option to "\ -+"find out which is the correct version).\n"; -+ -+const char not_loaded[] = \ -+"This probably means that you don't have raw1394 support in the kernel or that " \ -+"you haven't loaded the raw1394 module.\n"; - - quadlet_t buffer; - diff --git a/sys-libs/libraw1394/libraw1394-0.9.0.ebuild b/sys-libs/libraw1394/libraw1394-0.9.0.ebuild deleted file mode 100644 index 01bf96437a37..000000000000 --- a/sys-libs/libraw1394/libraw1394-0.9.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-0.9.0.ebuild,v 1.22 2005/01/03 00:22:10 ciaranm Exp $ - -inherit gnuconfig eutils - -S=${WORKDIR}/${P} -DESCRIPTION="libraw1394 provides direct access to the IEEE 1394 bus through the Linux 1394 subsystem's raw1394 user space interface." -HOMEPAGE="http://sourceforge.net/projects/libraw1394/" -SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" -RESTRICT="nomirror" -IUSE="" -SLOT="0" -LICENSE="|| ( LGPL-2.1 GPL-2 )" -KEYWORDS="x86 ppc sparc amd64 alpha" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/libraw_gcc33_fix -} - -src_compile() { - gnuconfig_update - - econf || die - emake || die - - # DevFS should create this automatically -# if [ ! -f /dev/raw1394 ] -# then -# emake dev -# fi -} - -src_install () { - make DESTDIR=${D} install || die -} |