summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2013-08-11 17:16:02 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2013-08-11 17:16:02 +0000
commit7f96c9a176e0f9cb44aee62f17ab8d93ae777fd2 (patch)
tree3a7ae2fdf60dc6c16a6658d4ce9e7c0d894797fa /sci-libs/linux-gpib
parentslot libsdl dep (diff)
downloadgentoo-2-7f96c9a176e0f9cb44aee62f17ab8d93ae777fd2.tar.gz
gentoo-2-7f96c9a176e0f9cb44aee62f17ab8d93ae777fd2.tar.bz2
gentoo-2-7f96c9a176e0f9cb44aee62f17ab8d93ae777fd2.zip
Version bump; remove old
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'sci-libs/linux-gpib')
-rw-r--r--sci-libs/linux-gpib/ChangeLog8
-rw-r--r--sci-libs/linux-gpib/linux-gpib-3.2.18.ebuild (renamed from sci-libs/linux-gpib/linux-gpib-3.2.16-r4.ebuild)9
2 files changed, 9 insertions, 8 deletions
diff --git a/sci-libs/linux-gpib/ChangeLog b/sci-libs/linux-gpib/ChangeLog
index ad473fb0bdac..f2780fa63a34 100644
--- a/sci-libs/linux-gpib/ChangeLog
+++ b/sci-libs/linux-gpib/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/linux-gpib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.18 2013/07/04 09:13:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.19 2013/08/11 17:16:02 dilfridge Exp $
+
+*linux-gpib-3.2.18 (11 Aug 2013)
+
+ 11 Aug 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+ -linux-gpib-3.2.16-r4.ebuild, +linux-gpib-3.2.18.ebuild:
+ Version bump; remove old
04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> linux-gpib-3.2.17-r1.ebuild:
Stable for x86, wrt bug #475542
diff --git a/sci-libs/linux-gpib/linux-gpib-3.2.16-r4.ebuild b/sci-libs/linux-gpib/linux-gpib-3.2.18.ebuild
index 51e95b9518e2..fbeeadd423f0 100644
--- a/sci-libs/linux-gpib/linux-gpib-3.2.16-r4.ebuild
+++ b/sci-libs/linux-gpib/linux-gpib-3.2.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.16-r4.ebuild,v 1.1 2013/05/25 00:49:19 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.18.ebuild,v 1.1 2013/08/11 17:16:02 dilfridge Exp $
EAPI=4
PERL_EXPORT_PHASE_FUNCTIONS=no
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/linux-gpib/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="pcmcia static debug guile perl php python tcl doc firmware"
COMMONDEPEND="
@@ -56,11 +56,6 @@ pkg_setup () {
src_prepare () {
base_src_prepare
eautoreconf
-
- # http://sourceforge.net/tracker/?func=detail&aid=3530207&group_id=42378&atid=432940
- if kernel_is -ge 3 4 0; then
- epatch "${FILESDIR}"/${P}-kernel-3.4-asm-includes.patch
- fi
}
src_configure() {