summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2015-05-29 07:28:12 +0000
committerLars Wendler <polynomial-c@gentoo.org>2015-05-29 07:28:12 +0000
commita345cb2bac17fe6375b9d4ca3489fb7f1449aab9 (patch)
tree6442dbb9b8b65d12c83b2ecbfc08903b12cd6b8a /sys-libs/libraw1394
parentMove to EAPI=5 and new python eclasses, bug #544720; thanks Ian Delaney for t... (diff)
downloadgentoo-2-a345cb2bac17fe6375b9d4ca3489fb7f1449aab9.tar.gz
gentoo-2-a345cb2bac17fe6375b9d4ca3489fb7f1449aab9.tar.bz2
gentoo-2-a345cb2bac17fe6375b9d4ca3489fb7f1449aab9.zip
Version bump. Removed old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-libs/libraw1394')
-rw-r--r--sys-libs/libraw1394/ChangeLog10
-rw-r--r--sys-libs/libraw1394/libraw1394-2.1.1.ebuild (renamed from sys-libs/libraw1394/libraw1394-2.1.0.ebuild)20
2 files changed, 16 insertions, 14 deletions
diff --git a/sys-libs/libraw1394/ChangeLog b/sys-libs/libraw1394/ChangeLog
index 8ef083b8cec7..b21a48576b72 100644
--- a/sys-libs/libraw1394/ChangeLog
+++ b/sys-libs/libraw1394/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/libraw1394
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.80 2014/03/19 13:49:29 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.81 2015/05/29 07:28:12 polynomial-c Exp $
+
+*libraw1394-2.1.1 (29 May 2015)
+
+ 29 May 2015; Lars Wendler <polynomial-c@gentoo.org> -libraw1394-2.1.0.ebuild,
+ +libraw1394-2.1.1.ebuild:
+ Version bump. Removed old.
19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libraw1394-2.1.0-r1.ebuild:
Stable for alpha, wrt bug #495964
diff --git a/sys-libs/libraw1394/libraw1394-2.1.0.ebuild b/sys-libs/libraw1394/libraw1394-2.1.1.ebuild
index 7db496040850..518101e2c283 100644
--- a/sys-libs/libraw1394/libraw1394-2.1.0.ebuild
+++ b/sys-libs/libraw1394/libraw1394-2.1.1.ebuild
@@ -1,9 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.ebuild,v 1.1 2013/01/17 03:20:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-2.1.1.ebuild,v 1.1 2015/05/29 07:28:12 polynomial-c 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"
@@ -14,13 +18,5 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="static-libs"
DEPEND="app-arch/xz-utils"
-RDEPEND=""
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete
-}
+RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r4
+ !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"