Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/linux-gpib/
Date: Sat, 13 Oct 2018 16:14:14
Message-Id: 1539447232.9ae1c539cc978a676cf10f12724ca364fc964867.dilfridge@gentoo
1 commit: 9ae1c539cc978a676cf10f12724ca364fc964867
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 13 16:12:26 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 13 16:13:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae1c539
7
8 sci-libs/linux-gpib: Version bump with kernel/userland split
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild b/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild
17 index b378c006c71..5bb251f0648 100644
18 --- a/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild
19 +++ b/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild
20 @@ -5,7 +5,7 @@ EAPI=6
21
22 PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
23
24 -inherit readme.gentoo-r1 versionator eutils autotools perl-functions python-single-r1 toolchain-funcs udev user
25 +inherit readme.gentoo-r1 autotools perl-functions python-single-r1 toolchain-funcs udev user
26
27 DESCRIPTION="Driver library for GPIB (IEEE 488.2) hardware"
28 HOMEPAGE="https://linux-gpib.sourceforge.io/"
29 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/linux-gpib/${PN}-user-${PV}.tar.gz
30
31 LICENSE="GPL-2"
32 SLOT="0"
33 -KEYWORDS=""
34 +KEYWORDS="~amd64 ~arm ~x86"
35 IUSE="pcmcia static guile perl php python tcl doc firmware"
36
37 S="${WORKDIR}/${PN}-user-${PV}"
38 @@ -28,7 +28,9 @@ COMMONDEPEND="
39 php? ( dev-lang/php:= )
40 python? ( ${PYTHON_DEPS} )
41 firmware? ( sys-apps/fxload )"
42 -RDEPEND="${COMMONDEPEND}"
43 +RDEPEND="${COMMONDEPEND}
44 + ~sci-libs/linux-gpib-modules-${PV}
45 +"
46 DEPEND="${COMMONDEPEND}
47 virtual/pkgconfig
48 doc? ( app-text/docbook-sgml-utils )
49 @@ -46,8 +48,6 @@ pkg_setup () {
50 }
51
52 src_prepare () {
53 - [[ ${I_KNOW_WHAT_I_AM_DOING} == "1" ]] || \
54 - die "This ebuild is work in progress. Do not use."
55 default
56 eautoreconf
57 }