summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-15 04:58:24 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-15 04:58:24 +0000
commite588f08af1e5011d2660423f3d60cbc261d4e2fb (patch)
tree3031f1531455a8f2452ea4f9c7d335d472096d6f /sys-libs/libraw1394
parentarm/hppa/sh love (diff)
downloadhistorical-e588f08af1e5011d2660423f3d60cbc261d4e2fb.tar.gz
historical-e588f08af1e5011d2660423f3d60cbc261d4e2fb.tar.bz2
historical-e588f08af1e5011d2660423f3d60cbc261d4e2fb.zip
old
Diffstat (limited to 'sys-libs/libraw1394')
-rw-r--r--sys-libs/libraw1394/files/digest-libraw1394-1.1.03
-rw-r--r--sys-libs/libraw1394/libraw1394-1.1.0.ebuild19
2 files changed, 0 insertions, 22 deletions
diff --git a/sys-libs/libraw1394/files/digest-libraw1394-1.1.0 b/sys-libs/libraw1394/files/digest-libraw1394-1.1.0
deleted file mode 100644
index 7398ce576047..000000000000
--- a/sys-libs/libraw1394/files/digest-libraw1394-1.1.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 594eba7a23370b54f2779ca20b9414f9 libraw1394-1.1.0.tar.gz 371993
-RMD160 735532445087c99336d01798c1a336ea8eb7c874 libraw1394-1.1.0.tar.gz 371993
-SHA256 08ca77042f504cad12adc5ed2133731473dc0e787f481f6523ab25893e0e25aa libraw1394-1.1.0.tar.gz 371993
diff --git a/sys-libs/libraw1394/libraw1394-1.1.0.ebuild b/sys-libs/libraw1394/libraw1394-1.1.0.ebuild
deleted file mode 100644
index 81e996edd130..000000000000
--- a/sys-libs/libraw1394/libraw1394-1.1.0.ebuild
+++ /dev/null
@@ -1,19 +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-1.1.0.ebuild,v 1.7 2005/10/06 03:35:46 vapier Exp $
-
-DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
-HOMEPAGE="http://sourceforge.net/projects/libraw1394/"
-SRC_URI="mirror://sourceforge/libraw1394/${P}.tar.gz"
-
-LICENSE="|| ( LGPL-2.1 GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND=""
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}