Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/execline/
Date: Tue, 16 Aug 2022 15:26:21
Message-Id: 1660663572.9d530dde99f831b994850d1cb9865bfbc5ff6525.juippis@gentoo
1 commit: 9d530dde99f831b994850d1cb9865bfbc5ff6525
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Tue Aug 16 10:21:57 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 16 15:26:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d530dde
7
8 dev-lang/execline: drop 2.8.3.0-r1, 2.9.0.0
9
10 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 dev-lang/execline/Manifest | 2 --
14 dev-lang/execline/execline-2.8.3.0-r1.ebuild | 50 ----------------------------
15 dev-lang/execline/execline-2.9.0.0.ebuild | 46 -------------------------
16 3 files changed, 98 deletions(-)
17
18 diff --git a/dev-lang/execline/Manifest b/dev-lang/execline/Manifest
19 index e59d82dab843..346d5de5c6d2 100644
20 --- a/dev-lang/execline/Manifest
21 +++ b/dev-lang/execline/Manifest
22 @@ -1,3 +1 @@
23 -DIST execline-2.8.3.0.tar.gz 98448 BLAKE2B f3dc1a194838f7973044b2d86e6026936697be4f34f9b01f5dfc98ddabfbde3dad7cfe95afd63f65cb266994b922d7d4c94368cf5dca2a2494fd0033b4ed6032 SHA512 40f4697a8165616848ed36dcb31a5859dee55a47439d13908a387550e8f53ca8fffe3bcb3e0462cb93f694c8fb483b14e152f92e6f9d0d536cdab9d94be9c53a
24 -DIST execline-2.9.0.0.tar.gz 100225 BLAKE2B a0b0bdde6b827272e55a64a58b28b85d4ec0ecf96eae59f553b7914642d184bc77864f31a84e4584d482893c3851eca419270b41ecc3c4f331e8ef768c90b474 SHA512 bd491ef38c439cfe469a3aeda6d462930b1edcbf04a1118851161c30fcd3521e8ec98ef53261f9216c6f210a6816d6dd7cff6dcc853a5d2f28d963f8083aed84
25 DIST execline-2.9.0.1.tar.gz 100330 BLAKE2B c6d346700c5ca94ee83163b5ff5c7f0461d61a768345a1ed5cd64d75f10429d241ed007de7a09954774c4f9bec78c8b1bdcd77f8b98a399d10e90e5639d06d7d SHA512 8115a7e0e83789cfd85750fc8e96eea0201dbf6f7d1f194e5c0a008ebf40d8fad8b802a5209d3fe9805eeb9b7542af306d5328e159a15bd7425a64ef1a51ebc3
26
27 diff --git a/dev-lang/execline/execline-2.8.3.0-r1.ebuild b/dev-lang/execline/execline-2.8.3.0-r1.ebuild
28 deleted file mode 100644
29 index 62307e392904..000000000000
30 --- a/dev-lang/execline/execline-2.8.3.0-r1.ebuild
31 +++ /dev/null
32 @@ -1,50 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -inherit toolchain-funcs
39 -
40 -DESCRIPTION="A non-interactive scripting language"
41 -HOMEPAGE="https://www.skarnet.org/software/execline/"
42 -SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="ISC"
45 -SLOT="0/$(ver_cut 1-2)"
46 -KEYWORDS="amd64 ~arm x86"
47 -IUSE="static static-libs"
48 -
49 -REQUIRED_USE="static? ( static-libs )"
50 -
51 -RDEPEND=">=dev-libs/skalibs-2.11.2.0:=[static-libs(-)?]"
52 -DEPEND="${RDEPEND}"
53 -
54 -HTML_DOCS=( doc/. )
55 -
56 -src_prepare() {
57 - default
58 -
59 - # Avoid QA warning for LDFLAGS addition
60 - sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
61 -
62 - sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
63 -}
64 -
65 -src_configure() {
66 - tc-export AR CC RANLIB
67 -
68 - local myconf=(
69 - --bindir=/bin
70 - --dynlibdir=/usr/$(get_libdir)
71 - --libdir=/usr/$(get_libdir)/${PN}
72 - --with-dynlib=/usr/$(get_libdir)
73 - --with-lib=/usr/$(get_libdir)/skalibs
74 - --with-sysdeps=/usr/$(get_libdir)/skalibs
75 - --enable-shared
76 - $(use_enable static allstatic)
77 - $(use_enable static static-libc)
78 - $(use_enable static-libs static)
79 - )
80 -
81 - econf "${myconf[@]}"
82 -}
83
84 diff --git a/dev-lang/execline/execline-2.9.0.0.ebuild b/dev-lang/execline/execline-2.9.0.0.ebuild
85 deleted file mode 100644
86 index 7881d1093e25..000000000000
87 --- a/dev-lang/execline/execline-2.9.0.0.ebuild
88 +++ /dev/null
89 @@ -1,46 +0,0 @@
90 -# Copyright 1999-2022 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=8
94 -
95 -inherit toolchain-funcs
96 -
97 -DESCRIPTION="A non-interactive scripting language"
98 -HOMEPAGE="https://www.skarnet.org/software/execline/"
99 -SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz"
100 -
101 -LICENSE="ISC"
102 -SLOT="0/$(ver_cut 1-2)"
103 -KEYWORDS="~amd64 ~arm ~x86"
104 -
105 -RDEPEND=">=dev-libs/skalibs-2.12.0.0:="
106 -DEPEND="${RDEPEND}"
107 -
108 -HTML_DOCS=( doc/. )
109 -
110 -src_prepare() {
111 - default
112 -
113 - # Avoid QA warning for LDFLAGS addition
114 - sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
115 -
116 - sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
117 -}
118 -
119 -src_configure() {
120 - tc-export AR CC RANLIB
121 -
122 - local myconf=(
123 - --bindir=/bin
124 - --dynlibdir=/usr/$(get_libdir)
125 - --libdir=/usr/$(get_libdir)/${PN}
126 - --with-dynlib=/usr/$(get_libdir)
127 - --with-lib=/usr/$(get_libdir)/skalibs
128 - --with-sysdeps=/usr/$(get_libdir)/skalibs
129 - --enable-shared
130 - --disable-allstatic
131 - --disable-static-libc
132 - )
133 -
134 - econf "${myconf[@]}"
135 -}