Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/
Date: Sat, 31 Dec 2016 01:00:52
Message-Id: 1483146045.43b1c6a8418cfd78dec277a996c82cc1453c4bc4.jer@gentoo
1 commit: 43b1c6a8418cfd78dec277a996c82cc1453c4bc4
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 01:00:17 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 01:00:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b1c6a8
7
8 dev-libs/libnl: Old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-libs/libnl/Manifest | 1 -
13 dev-libs/libnl/libnl-3.2.27.ebuild | 104 -------------------------------------
14 2 files changed, 105 deletions(-)
15
16 diff --git a/dev-libs/libnl/Manifest b/dev-libs/libnl/Manifest
17 index 526cb97..033957a 100644
18 --- a/dev-libs/libnl/Manifest
19 +++ b/dev-libs/libnl/Manifest
20 @@ -1,4 +1,3 @@
21 DIST libnl-1.1.4.tar.gz 1174974 SHA256 4f80c21fe5bbcdde6e72b59b4f98306063a41421f909887c34e58d93e746d063 SHA512 25e26ddcc16540346ea34815ab6ac094177e5cee2eb3d843c4f8b30cd9d83390a3e87cb46046dc3bd9ae4d21f77e57bb3827c2cfc588eb18afe049921f2030b4 WHIRLPOOL eab5547dce7b11c86123fbcc9cd8e00100c7e78f48a4a9fef40f80f89407ea705b701f8f0eb7df63997866f17b0cf0924b43c69b29fa1f1b016fe997371b950e
22 -DIST libnl-3.2.27.tar.gz 905330 SHA256 4bbbf92b3c78a90f423cf96260bf419a28b75db8cced47051217a56795f58ec6 SHA512 f66d1c42eef75f6a1008abd6850f00abb0290d49bb685b4df43464c4dbf57d68fd4551f2a77bb2f375fd0a342b73cfd54d17c791f01ea43ce02683c8703e3a33 WHIRLPOOL 0bf32ca28b1f858caf99cb633ae4c3b863e53f8cb4b3b1703b454117e2eea2563d34b08c4ac920afb63e45c4717ba7628730a428df76f56818fe10cf336c4185
23 DIST libnl-3.2.28.tar.gz 941954 SHA256 cd608992c656e8f6e3ab6c1391b162a5a51c49336b9219f7f390e61fc5437c41 SHA512 b5f145ecafb2625ed1c42594afd6063f112a601077de5c35884b3c3bc8c562b29b52a006ccebd795c127fe69692a82def425c8605afed7e6d441582943e803d9 WHIRLPOOL ff49346ddc31105a300ebffc0e4d4956ac85ade5e92e884c62e696d7d4234d40e63cf4839e6b6fd2d98d2122662d36d3f41666391686a83c8bf966e53e22ed25
24 DIST libnl-3.2.29.tar.gz 963681 SHA256 0beb593dc6abfffa18a5c787b27884979c1b7e7f1fd468c801e3cc938a685922 SHA512 45e22b02368c479e01db7160345a0d3c73abf345e7b49bf350811243a17f307f5c6c3df639ec1e0c456707578aca8d69aad8afa697ac21449f521a3e39712670 WHIRLPOOL 1273dcaee79ecfdca947110c5e7ff70947703b1b0fda43fdb7c74edd78c6938f675e9a586aaff8feefce56a1f3137cbc50d3626ac336e6afa2ca8cbd8627e6eb
25
26 diff --git a/dev-libs/libnl/libnl-3.2.27.ebuild b/dev-libs/libnl/libnl-3.2.27.ebuild
27 deleted file mode 100644
28 index f017769..00000000
29 --- a/dev-libs/libnl/libnl-3.2.27.ebuild
30 +++ /dev/null
31 @@ -1,104 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -PYTHON_COMPAT=( python2_7 python3_4 )
38 -DISTUTILS_OPTIONAL=1
39 -inherit distutils-r1 eutils libtool multilib multilib-minimal
40 -
41 -LIBNL_P=${P/_/-}
42 -LIBNL_DIR=${PV/_/}
43 -LIBNL_DIR=${LIBNL_DIR//./_}
44 -
45 -DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces"
46 -HOMEPAGE="http://www.infradead.org/~tgr/libnl/ https://github.com/thom311/libnl"
47 -SRC_URI="
48 - https://github.com/thom311/${PN}/releases/download/${PN}${LIBNL_DIR}/${P/_rc/-rc}.tar.gz
49 -"
50 -LICENSE="LGPL-2.1 utils? ( GPL-2 )"
51 -SLOT="3"
52 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
53 -IUSE="static-libs python utils"
54 -
55 -RDEPEND="python? ( ${PYTHON_DEPS} )
56 - abi_x86_32? (
57 - !<=app-emulation/emul-linux-x86-baselibs-20140508-r5
58 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
59 - )"
60 -DEPEND="${RDEPEND}
61 - python? ( dev-lang/swig )
62 - sys-devel/flex
63 - sys-devel/bison
64 -"
65 -
66 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
67 -
68 -DOCS=( ChangeLog )
69 -
70 -S=${WORKDIR}/${LIBNL_P}
71 -
72 -MULTILIB_WRAPPED_HEADERS=(
73 - # we do not install CLI stuff for non-native
74 - /usr/include/libnl3/netlink/cli/addr.h
75 - /usr/include/libnl3/netlink/cli/class.h
76 - /usr/include/libnl3/netlink/cli/cls.h
77 - /usr/include/libnl3/netlink/cli/ct.h
78 - /usr/include/libnl3/netlink/cli/exp.h
79 - /usr/include/libnl3/netlink/cli/link.h
80 - /usr/include/libnl3/netlink/cli/neigh.h
81 - /usr/include/libnl3/netlink/cli/qdisc.h
82 - /usr/include/libnl3/netlink/cli/route.h
83 - /usr/include/libnl3/netlink/cli/rule.h
84 - /usr/include/libnl3/netlink/cli/tc.h
85 - /usr/include/libnl3/netlink/cli/utils.h
86 -)
87 -
88 -src_prepare() {
89 - epatch "${FILESDIR}"/${PN}-1.1-vlan-header.patch
90 - epatch "${FILESDIR}"/${PN}-3.2.20-rtnl_tc_get_ops.patch
91 - epatch "${FILESDIR}"/${PN}-3.2.20-cache-api.patch
92 -
93 - elibtoolize
94 -
95 - if use python; then
96 - cd "${S}"/python || die
97 - distutils-r1_src_prepare
98 - fi
99 -
100 - # out-of-source build broken
101 - # https://github.com/thom311/libnl/pull/58
102 - multilib_copy_sources
103 -}
104 -
105 -multilib_src_configure() {
106 - econf \
107 - --disable-silent-rules \
108 - $(use_enable static-libs static) \
109 - $(multilib_native_use_enable utils cli)
110 -}
111 -
112 -multilib_src_compile() {
113 - default
114 -
115 - if multilib_is_native_abi && use python; then
116 - cd python || die
117 - distutils-r1_src_compile
118 - fi
119 -}
120 -
121 -multilib_src_install() {
122 - emake DESTDIR="${D}" install
123 -
124 - if multilib_is_native_abi && use python; then
125 - # Unset DOCS= since distutils-r1.eclass interferes
126 - local DOCS=()
127 - cd python || die
128 - distutils-r1_src_install
129 - fi
130 -}
131 -
132 -multilib_src_install_all() {
133 - einstalldocs
134 - prune_libtool_files --modules
135 -}