summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-25 02:03:52 +0000
committerMike Frysinger <vapier@gentoo.org>2011-03-25 02:03:52 +0000
commitd2bd17526a185e026b04c027f1eed3eea924d2c5 (patch)
tree4ce3b3ea444ed55dcb33673188c40be9a3f55c1a /sys-libs/libraw1394
parentRemoved superfluous USE flag (diff)
downloadgentoo-2-d2bd17526a185e026b04c027f1eed3eea924d2c5.tar.gz
gentoo-2-d2bd17526a185e026b04c027f1eed3eea924d2c5.tar.bz2
gentoo-2-d2bd17526a185e026b04c027f1eed3eea924d2c5.zip
old
Diffstat (limited to 'sys-libs/libraw1394')
-rw-r--r--sys-libs/libraw1394/libraw1394-1.2.0.ebuild20
-rw-r--r--sys-libs/libraw1394/libraw1394-1.2.1.ebuild20
-rw-r--r--sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild40
-rw-r--r--sys-libs/libraw1394/libraw1394-2.0.0.ebuild20
-rw-r--r--sys-libs/libraw1394/libraw1394-2.0.2.ebuild20
5 files changed, 0 insertions, 120 deletions
diff --git a/sys-libs/libraw1394/libraw1394-1.2.0.ebuild b/sys-libs/libraw1394/libraw1394-1.2.0.ebuild
deleted file mode 100644
index e3afe90c299e..000000000000
--- a/sys-libs/libraw1394/libraw1394-1.2.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-1.2.0.ebuild,v 1.12 2007/06/23 02:24:36 dsd Exp $
-
-DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
-HOMEPAGE="http://www.linux1394.org/"
-SRC_URI="mirror://sourceforge/libraw1394/${P}.tar.gz
- http://www.linux1394.org/dl/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
-IUSE=""
-
-DEPEND=""
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/sys-libs/libraw1394/libraw1394-1.2.1.ebuild b/sys-libs/libraw1394/libraw1394-1.2.1.ebuild
deleted file mode 100644
index 4eb7c869d87f..000000000000
--- a/sys-libs/libraw1394/libraw1394-1.2.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-1.2.1.ebuild,v 1.10 2007/06/23 02:24:36 dsd Exp $
-
-DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
-HOMEPAGE="http://www.linux1394.org/"
-SRC_URI="mirror://sourceforge/libraw1394/${P}.tar.gz
- http://www.linux1394.org/dl/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
-IUSE=""
-
-DEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild b/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild
deleted file mode 100644
index 690b65e3c36b..000000000000
--- a/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild,v 1.3 2008/01/24 22:19:13 stefaan Exp $
-
-inherit autotools
-
-DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
-HOMEPAGE="http://www.linux1394.org/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="juju"
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- eautoreconf
-}
-
-src_compile() {
- local myconf=""
- if use juju; then
- myconf="--with-juju-dir"
- fi
-
- econf \
- ${myconf} \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/sys-libs/libraw1394/libraw1394-2.0.0.ebuild b/sys-libs/libraw1394/libraw1394-2.0.0.ebuild
deleted file mode 100644
index b5c9aac4236d..000000000000
--- a/sys-libs/libraw1394/libraw1394-2.0.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-2.0.0.ebuild,v 1.1 2009/01/31 10:48:17 stefaan Exp $
-
-DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
-HOMEPAGE="http://www.linux1394.org/"
-SRC_URI="http://www.linux1394.org/dl/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND="!<media-libs/libdc1394-1.2.2"
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/sys-libs/libraw1394/libraw1394-2.0.2.ebuild b/sys-libs/libraw1394/libraw1394-2.0.2.ebuild
deleted file mode 100644
index 3e3623e53f07..000000000000
--- a/sys-libs/libraw1394/libraw1394-2.0.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-2.0.2.ebuild,v 1.1 2009/06/28 21:20:06 patrick Exp $
-
-DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
-HOMEPAGE="http://www.linux1394.org/"
-SRC_URI="http://www.linux1394.org/dl/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND="!<media-libs/libdc1394-1.2.2"
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}