Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libsepol/
Date: Thu, 01 Sep 2016 16:32:15
Message-Id: 1472747309.0ab9678eafc04b32deb67f27f8efc93e3bc32180.perfinion@gentoo
1 commit: 0ab9678eafc04b32deb67f27f8efc93e3bc32180
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 16:12:00 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 16:28:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab9678e
7
8 sys-libs/libsepol: Drop old
9
10 Package-Manager: portage-2.2.28
11
12 sys-libs/libsepol/Manifest | 3 ---
13 sys-libs/libsepol/libsepol-2.2.ebuild | 46 --------------------------------
14 sys-libs/libsepol/libsepol-2.3.ebuild | 49 -----------------------------------
15 sys-libs/libsepol/libsepol-2.4.ebuild | 43 ------------------------------
16 4 files changed, 141 deletions(-)
17
18 diff --git a/sys-libs/libsepol/Manifest b/sys-libs/libsepol/Manifest
19 index e2d22355..49a2fe5 100644
20 --- a/sys-libs/libsepol/Manifest
21 +++ b/sys-libs/libsepol/Manifest
22 @@ -1,4 +1 @@
23 -DIST libsepol-2.2.tar.gz 209622 SHA256 77a4b27006295805bdbd7f240038cb32a49be1d60847d413899501702933fc0f SHA512 96e489eb29f5256fbcb1a522d3738e0c5f05fff55041989c7c26331987abc71d80ed8fdbe228aadb60248869552c5d62fa5721b6218fb093ad027bfb44fac772 WHIRLPOOL 4d1eeaa0e1964461b0b28de9e3d19e38bb28e386413280c8ef45919906c25abaf575a3ecd0f40dce0de82800d34b5e1c3d5060f1e93d0270e5fe3c3105964305
24 -DIST libsepol-2.3.tar.gz 209570 SHA256 cc8d8642c3b7b95d6928d65dcbca2ab0627abc1c05166637851e63c1a6eae68f SHA512 5155645642f7f09c7e1d17736d7ce1654c973d1feb9401ee67aad0a96f9bd561105b4ab1f564c60362821985023ac523d20ed40da0e5a52973f7984217ad0d03 WHIRLPOOL 15b19d021c4a52cfdae118a7a1ddd7057722286553a0e1dccfe5d92f0b8c5b1291388b8bb8d37b8f5e51fd162f57708746ccde67d0d9ae035506839cf9ba3bc0
25 -DIST libsepol-2.4.tar.gz 570822 SHA256 299015d59932404c6b69d365fdecffe5c0e2f9c44e08b47286a4bfc02ee49659 SHA512 95d25c90e3447d7b0d3e2ef5a404aed8bd946d7458ccbc57538bb9e9bd0cfa394022171ef4772ae4f1ea2422c0c4bd8c852badd28f79088d131062cee80f53fd WHIRLPOOL 407b7b335cb366e1773975cec843e9ebb6ca31c0ee9c69cd2ac1636efa63e1ee787cec1041f7a5d7fb37177730f20cadd2ed60bdf10f0f6d32e41f85e012ad43
26 DIST libsepol-2.5.tar.gz 438730 SHA256 2bdeec56d0a08b082b93b40703b4b3329cc5562152f7254d8f6ef6b56afe850a SHA512 ea781a9a61ee7036abd221422f411451e15d01202de64b167c61886644d6e9ec81916dd770bc644ba2453ff177ac91f280be63df0e20b469b4f778ce3bfdedd9 WHIRLPOOL f1a4614eae84cd07eb909c88342628d5abd3db6123907c437c680e39930137f5d07f91ce46353fbd73f42d97126f1b70dffba814d791f3931e116daf391f4531
27
28 diff --git a/sys-libs/libsepol/libsepol-2.2.ebuild b/sys-libs/libsepol/libsepol-2.2.ebuild
29 deleted file mode 100644
30 index 0fac2ab..00000000
31 --- a/sys-libs/libsepol/libsepol-2.2.ebuild
32 +++ /dev/null
33 @@ -1,46 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI="4"
39 -
40 -inherit multilib toolchain-funcs eutils multilib-minimal
41 -
42 -DESCRIPTION="SELinux binary policy representation library"
43 -HOMEPAGE="http://userspace.selinuxproject.org"
44 -SRC_URI="http://userspace.selinuxproject.org/releases/20131030/${P}.tar.gz"
45 -# https://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${P}-r1.tar.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE=""
51 -
52 -DEPEND=""
53 -RDEPEND=""
54 -
55 -# tests are not meant to be run outside of the
56 -# full SELinux userland repo
57 -RESTRICT="test"
58 -
59 -src_prepare() {
60 -# EPATCH_MULTI_MSG="Applying libsepol patches ... " \
61 -# EPATCH_SUFFIX="patch" \
62 -# EPATCH_SOURCE="${WORKDIR}/gentoo-patches" \
63 -# EPATCH_FORCE="yes" \
64 -# epatch
65 -
66 - epatch_user
67 - multilib_copy_sources
68 -}
69 -
70 -multilib_src_compile() {
71 - tc-export RANLIB;
72 - LIBDIR="\$(PREFIX)/$(get_libdir)" SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
73 - emake AR="$(tc-getAR)" CC="$(tc-getCC)"
74 -}
75 -
76 -multilib_src_install() {
77 - LIBDIR="\$(PREFIX)/$(get_libdir)" SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
78 - emake DESTDIR="${D}" install
79 -}
80
81 diff --git a/sys-libs/libsepol/libsepol-2.3.ebuild b/sys-libs/libsepol/libsepol-2.3.ebuild
82 deleted file mode 100644
83 index 97f1ab4..00000000
84 --- a/sys-libs/libsepol/libsepol-2.3.ebuild
85 +++ /dev/null
86 @@ -1,49 +0,0 @@
87 -# Copyright 1999-2014 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -# $Id$
90 -
91 -EAPI="4"
92 -
93 -inherit multilib toolchain-funcs eutils multilib-minimal
94 -
95 -MY_P="${P//_/-}"
96 -
97 -DESCRIPTION="SELinux binary policy representation library"
98 -HOMEPAGE="http://userspace.selinuxproject.org"
99 -SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20140506/${MY_P}.tar.gz"
100 -
101 -LICENSE="GPL-2"
102 -SLOT="0"
103 -KEYWORDS="amd64 x86"
104 -IUSE=""
105 -
106 -DEPEND=""
107 -RDEPEND=""
108 -
109 -S="${WORKDIR}/${MY_P}"
110 -
111 -# tests are not meant to be run outside of the
112 -# full SELinux userland repo
113 -RESTRICT="test"
114 -
115 -src_prepare() {
116 -# EPATCH_MULTI_MSG="Applying libsepol patches ... " \
117 -# EPATCH_SUFFIX="patch" \
118 -# EPATCH_SOURCE="${WORKDIR}/gentoo-patches" \
119 -# EPATCH_FORCE="yes" \
120 -# epatch
121 -
122 - epatch_user
123 - multilib_copy_sources
124 -}
125 -
126 -multilib_src_compile() {
127 - tc-export RANLIB;
128 - LIBDIR="\$(PREFIX)/$(get_libdir)" SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
129 - emake AR="$(tc-getAR)" CC="$(tc-getCC)"
130 -}
131 -
132 -multilib_src_install() {
133 - LIBDIR="\$(PREFIX)/$(get_libdir)" SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
134 - emake DESTDIR="${D}" install
135 -}
136
137 diff --git a/sys-libs/libsepol/libsepol-2.4.ebuild b/sys-libs/libsepol/libsepol-2.4.ebuild
138 deleted file mode 100644
139 index de5f0ce..00000000
140 --- a/sys-libs/libsepol/libsepol-2.4.ebuild
141 +++ /dev/null
142 @@ -1,43 +0,0 @@
143 -# Copyright 1999-2015 Gentoo Foundation
144 -# Distributed under the terms of the GNU General Public License v2
145 -# $Id$
146 -
147 -EAPI="5"
148 -
149 -inherit multilib toolchain-funcs eutils multilib-minimal
150 -
151 -MY_P="${P//_/-}"
152 -
153 -DESCRIPTION="SELinux binary policy representation library"
154 -HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki"
155 -SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/${MY_P}.tar.gz"
156 -
157 -LICENSE="GPL-2"
158 -SLOT="0"
159 -KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
160 -IUSE=""
161 -
162 -DEPEND=""
163 -RDEPEND=""
164 -
165 -S="${WORKDIR}/${MY_P}"
166 -
167 -# tests are not meant to be run outside of the
168 -# full SELinux userland repo
169 -RESTRICT="test"
170 -
171 -src_prepare() {
172 - epatch_user
173 - multilib_copy_sources
174 -}
175 -
176 -multilib_src_compile() {
177 - tc-export RANLIB;
178 - LIBDIR="\$(PREFIX)/$(get_libdir)" SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
179 - emake AR="$(tc-getAR)" CC="$(tc-getCC)"
180 -}
181 -
182 -multilib_src_install() {
183 - LIBDIR="\$(PREFIX)/$(get_libdir)" SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \
184 - emake DESTDIR="${D}" install
185 -}