Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ell/
Date: Fri, 07 Jan 2022 13:10:26
Message-Id: 1641560881.8bce0173dbbf7eb99cf0180ead9976d7d0360e4c.bkohler@gentoo
1 commit: 8bce0173dbbf7eb99cf0180ead9976d7d0360e4c
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 7 13:06:53 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 7 13:08:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bce0173
7
8 dev-libs/ell: drop old
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 dev-libs/ell/Manifest | 2 --
14 dev-libs/ell/ell-0.44.ebuild | 54 --------------------------------------------
15 dev-libs/ell/ell-0.45.ebuild | 54 --------------------------------------------
16 3 files changed, 110 deletions(-)
17
18 diff --git a/dev-libs/ell/Manifest b/dev-libs/ell/Manifest
19 index 7a9f021cad25..0fb2bb01ef63 100644
20 --- a/dev-libs/ell/Manifest
21 +++ b/dev-libs/ell/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST ell-0.44.tar.xz 530720 BLAKE2B 682217828a6a8c6b429bd3760f39fe2d4139b2836daa30d9cd6fe2149c30db63acbeb9be0b4e2f8ed6debf3a6b153950b12995fa5093078f93b4c45b7425bfd8 SHA512 589bf5d8b2954ea7ab38d9673b7ef59729a51c50c20c03b35673bf777b369819222390f471fcd58651f7d51e42375197792119327d4e7e7b101d1bf22c9b7078
24 -DIST ell-0.45.tar.xz 531140 BLAKE2B 62a54c18dbb7858ec0e56aae081fd8edf14c1aa82a9acf6edb2a2c16e35525c492467bec3fc0714200d2592c98c9d394314f8f6eef9f0ca0cdfc8548ed9abd09 SHA512 38b9e68ed1fae14dc77c1cfd867d497f272530ee40f040ee03862cef46dd4930f09fb40de9ed23db1baad487ba39795665c9833b8988114e4bd357bc0d0fd66d
25 DIST ell-0.46.tar.xz 531420 BLAKE2B aea36c7faf75bdc282805e4c003877cfe3fc8ff31fcb1ec85a666481b5d574091876b5021259797411d102d7ae6057a79a600e89fa34da038d44863a840db78a SHA512 20a25dbcb7c93a7c29a87cd07ab6124d0915d382f588e2a808e3f7e330d00a6769f40d91264d505408eeae3c6d07ce3917e04d843b4d04c73cc7c9f01395ecc4
26 DIST ell-0.47.tar.xz 531432 BLAKE2B 74c4a9d40f42eca3b105fa2433b3c8472df24bb185dacfba8f4978edeac79b94a1c7ef3c009eed3a3303125e7f3f26e08e046ebb1d913870d4f298806dc34119 SHA512 103708ea625d8eb63e5a662fc7fdd0f59cd3610c4d6de7ac2cceef89e30f8896d14a7b756047a3b046035544bcf80992aec786f06678047895cf0e3c791b8daa
27
28 diff --git a/dev-libs/ell/ell-0.44.ebuild b/dev-libs/ell/ell-0.44.ebuild
29 deleted file mode 100644
30 index 21c528b64073..000000000000
31 --- a/dev-libs/ell/ell-0.44.ebuild
32 +++ /dev/null
33 @@ -1,54 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit flag-o-matic linux-info multilib-minimal
40 -
41 -DESCRIPTION="Embedded Linux Library provides core, low-level functionality for system daemons"
42 -HOMEPAGE="https://01.org/ell"
43 -if [[ "${PV}" == *9999 ]] ; then
44 - inherit autotools git-r3
45 - EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git"
46 -else
47 - SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz"
48 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86"
49 -fi
50 -LICENSE="LGPL-2.1"
51 -SLOT="0"
52 -
53 -IUSE="pie test"
54 -RESTRICT="!test? ( test )"
55 -
56 -RDEPEND=""
57 -DEPEND="test? ( sys-apps/dbus )"
58 -
59 -CONFIG_CHECK="
60 - ~TIMERFD
61 - ~EVENTFD
62 - ~CRYPTO_USER_API
63 - ~CRYPTO_USER_API_HASH
64 - ~CRYPTO_MD5
65 - ~CRYPTO_SHA1
66 - ~KEY_DH_OPERATIONS
67 -"
68 -
69 -src_prepare() {
70 - default
71 - [[ "${PV}" == *9999 ]] && eautoreconf
72 -}
73 -
74 -multilib_src_configure() {
75 - append-cflags "-fsigned-char" #662694
76 - local myeconfargs=(
77 - $(use_enable pie)
78 - )
79 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
80 -}
81 -
82 -multilib_src_install_all() {
83 - local DOCS=( ChangeLog README )
84 - einstalldocs
85 -
86 - find "${ED}" -name "*.la" -delete || die
87 -}
88
89 diff --git a/dev-libs/ell/ell-0.45.ebuild b/dev-libs/ell/ell-0.45.ebuild
90 deleted file mode 100644
91 index e2a5fd2979c4..000000000000
92 --- a/dev-libs/ell/ell-0.45.ebuild
93 +++ /dev/null
94 @@ -1,54 +0,0 @@
95 -# Copyright 1999-2021 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=7
99 -
100 -inherit flag-o-matic linux-info multilib-minimal
101 -
102 -DESCRIPTION="Embedded Linux Library provides core, low-level functionality for system daemons"
103 -HOMEPAGE="https://01.org/ell"
104 -if [[ "${PV}" == *9999 ]] ; then
105 - inherit autotools git-r3
106 - EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git"
107 -else
108 - SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz"
109 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
110 -fi
111 -LICENSE="LGPL-2.1"
112 -SLOT="0"
113 -
114 -IUSE="pie test"
115 -RESTRICT="!test? ( test )"
116 -
117 -RDEPEND=""
118 -DEPEND="test? ( sys-apps/dbus )"
119 -
120 -CONFIG_CHECK="
121 - ~TIMERFD
122 - ~EVENTFD
123 - ~CRYPTO_USER_API
124 - ~CRYPTO_USER_API_HASH
125 - ~CRYPTO_MD5
126 - ~CRYPTO_SHA1
127 - ~KEY_DH_OPERATIONS
128 -"
129 -
130 -src_prepare() {
131 - default
132 - [[ "${PV}" == *9999 ]] && eautoreconf
133 -}
134 -
135 -multilib_src_configure() {
136 - append-cflags "-fsigned-char" #662694
137 - local myeconfargs=(
138 - $(use_enable pie)
139 - )
140 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
141 -}
142 -
143 -multilib_src_install_all() {
144 - local DOCS=( ChangeLog README )
145 - einstalldocs
146 -
147 - find "${ED}" -name "*.la" -delete || die
148 -}