summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-06-28 21:20:06 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-06-28 21:20:06 +0000
commitafe98046f595bd3ff3819b3bc172d07100563b96 (patch)
treeb4510b7b92fe456a12e5bd6fd38a053cc6ecfa36 /sys-libs/libraw1394
parentBump to 1.4.2. Make it buildable without hal installed, bug #259015. Use virt... (diff)
downloadgentoo-2-afe98046f595bd3ff3819b3bc172d07100563b96.tar.gz
gentoo-2-afe98046f595bd3ff3819b3bc172d07100563b96.tar.bz2
gentoo-2-afe98046f595bd3ff3819b3bc172d07100563b96.zip
Bump to 2.0.2
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/libraw1394')
-rw-r--r--sys-libs/libraw1394/ChangeLog7
-rw-r--r--sys-libs/libraw1394/libraw1394-2.0.2.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/sys-libs/libraw1394/ChangeLog b/sys-libs/libraw1394/ChangeLog
index eb996fe9951f..9183b24e66ac 100644
--- a/sys-libs/libraw1394/ChangeLog
+++ b/sys-libs/libraw1394/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/libraw1394
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.48 2009/01/31 10:48:17 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.49 2009/06/28 21:20:06 patrick Exp $
+
+*libraw1394-2.0.2 (28 Jun 2009)
+
+ 28 Jun 2009; Patrick Lauer <patrick@gentoo.org> +libraw1394-2.0.2.ebuild:
+ Bump to 2.0.2
*libraw1394-2.0.0 (31 Jan 2009)
diff --git a/sys-libs/libraw1394/libraw1394-2.0.2.ebuild b/sys-libs/libraw1394/libraw1394-2.0.2.ebuild
new file mode 100644
index 000000000000..3e3623e53f07
--- /dev/null
+++ b/sys-libs/libraw1394/libraw1394-2.0.2.ebuild
@@ -0,0 +1,20 @@
+# 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
+}