Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/
Date: Thu, 10 Jun 2021 23:13:22
Message-Id: 1623366787.d7b39279a67d467bdcf5a18118eab7bb6c84a83a.mgorny@gentoo
1 commit: d7b39279a67d467bdcf5a18118eab7bb6c84a83a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 20:25:45 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 23:13:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b39279
7
8 app-portage/eix: Bump to 0.35.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/eix/Manifest | 1 +
13 app-portage/eix/eix-0.35.2.ebuild | 103 ++++++++++++++++++++++++++++++++++++++
14 2 files changed, 104 insertions(+)
15
16 diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
17 index fa6d7daec56..c510a8078a5 100644
18 --- a/app-portage/eix/Manifest
19 +++ b/app-portage/eix/Manifest
20 @@ -1,3 +1,4 @@
21 DIST eix-0.34.12.tar.xz 629704 BLAKE2B 22c3a93b47c607467321445704c8b4fe0f8b131081609709ebe5e2bd09d0ac08194938641ab44304e51d9dc4d473615625a9ca0de649767b6552c60d38974b75 SHA512 458a01b8ccb5fe4c7fbf9eb8368dbb0c63ac587e0452de4c3a58fadfc62aa8b404e509d6f24d20956bd6f04c00bfdfc95d6bf59287c5ea9e07091bea67f8c4e2
22 DIST eix-0.35.0.tar.xz 636432 BLAKE2B 8a880cde56c0010f193445d9813c533effd59b8ee570132a0c40d62de827968839d99ee16981d152e737b881519e9f73d4ddac5375b6339dd480064deefa6149 SHA512 b9a6e59e666ec6015a612e083839a11a77e1d649262a802a9c8684fe25abbeda7a2c51ea629f1bb85ddc77fccce42b577178284763668bb2d1bcc85df5d68f2e
23 DIST eix-0.35.1.tar.xz 635996 BLAKE2B e8afb4d33d8e0525471e396e752859ab5fb165df8b1519cfa9ded1a3ff287059d9c647d744ec095eeec92d01f25330cced3ecefdb3d399ecf513d8aa5f14e9d3 SHA512 2812406f28994c133f9fe3dfe53bc0495f5bb446e2f0ac69f070632d0f357044c1c334e5ed2344a81dd8e3ba100fb427c161201e488ef2581717b55a712f3908
24 +DIST eix-0.35.2.tar.xz 636616 BLAKE2B 22c9ce54bd612ff7b8a085d91727ee7b472b9c3ba71568f23b4cfc5e2c4d9b0a68e2df377d4c4101c53e193864418c11b0c76830b5b6044588dcf3882b164e3d SHA512 39ff4c4f31be3c40a17a77626c25550a3881d8c405ebd9e7a361252cb729f9c0fc40831bc41e503fdea9f05684ad0eaa1aceabba1c6e4067a33a8581bf5a9625
25
26 diff --git a/app-portage/eix/eix-0.35.2.ebuild b/app-portage/eix/eix-0.35.2.ebuild
27 new file mode 100644
28 index 00000000000..a13024c139e
29 --- /dev/null
30 +++ b/app-portage/eix/eix-0.35.2.ebuild
31 @@ -0,0 +1,103 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit autotools bash-completion-r1 flag-o-matic tmpfiles
38 +
39 +DESCRIPTION="Search and query ebuilds"
40 +HOMEPAGE="https://github.com/vaeth/eix/"
41 +SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz"
42 +
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
46 +IUSE="debug doc nls sqlite"
47 +
48 +DEPEND="
49 + nls? ( virtual/libintl )
50 + sqlite? ( >=dev-db/sqlite-3:= )"
51 +RDEPEND="${DEPEND}
52 + >=app-shells/push-2.0-r1
53 + >=app-shells/quoter-3.0_p2-r1"
54 +BDEPEND="
55 + app-arch/xz-utils
56 + nls? ( sys-devel/gettext )"
57 +
58 +pkg_setup() {
59 + # remove stale cache file to prevent collisions
60 + local old_cache=${EROOT}/var/cache/${PN}
61 + if [[ -f ${old_cache} ]]; then
62 + rm "${old_cache}" || die
63 + fi
64 +}
65 +
66 +src_prepare() {
67 + default
68 + sed -i -e "s:/:${EPREFIX}/:" tmpfiles.d/eix.conf || die
69 +
70 + sed -e "/eixf_source=/s:push.sh:cat \"${EPREFIX}/usr/share/push/push.sh\":" \
71 + -e "/eixf_source=/s:quoter_pipe.sh:cat \"${EPREFIX}/usr/share/quoter/quoter_pipe.sh\":" \
72 + -i src/eix-functions.sh.in || die
73 + sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EPREFIX}/usr/share/eix/eix-functions\\\\\":" \
74 + -i src/Makefile.am || die
75 +
76 + eautoreconf
77 +}
78 +
79 +src_configure() {
80 + local myconf=(
81 + $(use_enable debug paranoic-asserts)
82 + $(use_enable nls)
83 + $(use_with doc extra-doc)
84 + $(use_with sqlite)
85 + --without-protobuf
86 +
87 + # default configuration
88 + $(use_with prefix always-accept-keywords)
89 + --with-dep-default
90 + --with-required-use-default
91 +
92 + # paths
93 + --with-portage-rootpath="${ROOTPATH}"
94 + --with-eprefix-default="${EPREFIX}"
95 +
96 + # build a single executable with symlinks
97 + --disable-separate-binaries
98 + --disable-separate-tools
99 +
100 + # used purely to control/disrespect *FLAGS
101 + --disable-debugging
102 + --disable-new_dialect
103 + --disable-optimization
104 + --disable-strong-optimization
105 + --disable-security
106 + --disable-nopie-security
107 + --disable-strong-security
108 + )
109 +
110 + econf "${myconf[@]}"
111 +}
112 +
113 +src_install() {
114 + default
115 + dobashcomp bash/eix
116 + dotmpfiles tmpfiles.d/eix.conf
117 +
118 + rm -r "${ED}"/usr/bin/eix-functions.sh || die
119 +}
120 +
121 +pkg_postinst() {
122 + tmpfiles_process eix.conf
123 +
124 + local obs=${EROOT}/var/cache/eix.previous
125 + if [[ -f ${obs} ]]; then
126 + ewarn "Found obsolete ${obs}, please remove it"
127 + fi
128 +}
129 +
130 +pkg_postrm() {
131 + if [[ ! -n ${REPLACED_BY_VERSION} ]]; then
132 + rm -rf "${EROOT}/var/cache/${PN}" || die
133 + fi
134 +}