summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-01 15:51:59 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-08-01 15:51:59 +0000
commite900c0e45748e1cd1ac4c781cdd1893233832c80 (patch)
tree4143257dcb675140308323d32b782c96cc8c25cc /sys-libs/libraw1394
parentadd blockers on emul libs and stack it for baselibs -r5 (diff)
downloadgentoo-2-e900c0e45748e1cd1ac4c781cdd1893233832c80.tar.gz
gentoo-2-e900c0e45748e1cd1ac4c781cdd1893233832c80.tar.bz2
gentoo-2-e900c0e45748e1cd1ac4c781cdd1893233832c80.zip
Go multilib and stack it for baselibs -r5. Ebuild based on Karl Lindéns
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-libs/libraw1394')
-rw-r--r--sys-libs/libraw1394/ChangeLog9
-rw-r--r--sys-libs/libraw1394/libraw1394-2.1.0-r1.ebuild22
2 files changed, 30 insertions, 1 deletions
diff --git a/sys-libs/libraw1394/ChangeLog b/sys-libs/libraw1394/ChangeLog
index 58eb369183d8..d0d0bb97256e 100644
--- a/sys-libs/libraw1394/ChangeLog
+++ b/sys-libs/libraw1394/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-libs/libraw1394
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.70 2013/04/11 12:18:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.71 2013/08/01 15:51:59 aballier Exp $
+
+*libraw1394-2.1.0-r1 (01 Aug 2013)
+
+ 01 Aug 2013; Alexis Ballier <aballier@gentoo.org>
+ +libraw1394-2.1.0-r1.ebuild:
+ Go multilib and stack it for baselibs -r5. Ebuild based on Karl Lindéns one
+ in bug
11 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> -libraw1394-2.0.4.ebuild,
-libraw1394-2.0.5.ebuild, -libraw1394-2.0.7.ebuild:
diff --git a/sys-libs/libraw1394/libraw1394-2.1.0-r1.ebuild b/sys-libs/libraw1394/libraw1394-2.1.0-r1.ebuild
new file mode 100644
index 000000000000..8049b8c87f95
--- /dev/null
+++ b/sys-libs/libraw1394/libraw1394-2.1.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-2.1.0-r1.ebuild,v 1.1 2013/08/01 15:51:59 aballier Exp $
+
+EAPI=4
+
+AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
+
+inherit autotools-multilib
+
+DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
+HOMEPAGE="http://ieee1394.wiki.kernel.org/"
+SRC_URI="mirror://kernel/linux/libs/ieee1394/${P}.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE="static-libs"
+
+DEPEND="app-arch/xz-utils"
+RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r4
+ !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"