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: Sun, 31 May 2020 21:00:35
Message-Id: 1590958819.9fad242655159936268828692493287112d7626b.mgorny@gentoo
1 commit: 9fad242655159936268828692493287112d7626b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 20:39:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 21:00:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fad2426
7
8 app-portage/eix: Bump to 0.34.4
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.34.4.ebuild | 102 ++++++++++++++++++++++++++++++++++++++
14 2 files changed, 103 insertions(+)
15
16 diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
17 index 384abfb684f..7db40e4ac8c 100644
18 --- a/app-portage/eix/Manifest
19 +++ b/app-portage/eix/Manifest
20 @@ -2,3 +2,4 @@ DIST eix-0.33.11.tar.xz 623256 BLAKE2B 756feed85cb4f40ef9228a03d2a8b8470eb6017b0
21 DIST eix-0.33.9.tar.xz 627944 BLAKE2B cb4add12301a4f08b6ca052df92be34c8a448b386aa700e8ac7e1fbe8563cd76047994007ac94d8989747d843f70a5e1731b401510f58badd9811b30c2ce3be8 SHA512 7539a91d5b5343532ceab1f4aeb82a95413c39b1a57b9e7922032acc937cc8b839494fc40f3510218349561c6d50e89e1861d2fce5e60eabed2465316b28a756
22 DIST eix-0.34.1.tar.xz 626484 BLAKE2B 3f33df9d3f45abc073d7b80a7a6b3574ef6c1372042cb1ec4f0b0213842bc48d8d5a76c005ece2c060a39b1c8778764eb1f6808e75bc10af6e366e33e10aa6c7 SHA512 86289d8dcb0cf87ad48c739aae637626f9e63200a48d019fc96e74f2851b2791a61741d5db72ceaf3e5a375fb0dbf9302b04f766c3def69bcaabb393545dc767
23 DIST eix-0.34.2.tar.xz 626492 BLAKE2B 984411e459b18f0ade77569b1e972a8c59588a31ce6af4b998a5fa27f9d5a2cc75fe647641f0651f17b5e9b4dc5706444dc49bd09e9e070e666beb989403e303 SHA512 422123108c841dd7e02296fa38276e72c61c8cab5e9ebba1fd2cd23d2a4b2c68e1dc530e47428f0bc41e89983196c7b8319ee548789199e4673c04687bbc5aec
24 +DIST eix-0.34.4.tar.xz 628516 BLAKE2B 0c7cb4d7cd13d7715ba35cc0edd38e549fd1d1618bfdcacb272ee8325a844276a6df59a701ab2b4ecc693e5dad2d95c96c000e96eb8bce72709baf22f3fa490f SHA512 a96714fba8324529bf63de63f9eb11cc76da05e3d43c5eedad49079b6e3a1960376bd5d3bc116dba49bc7f694c7588741e518438936abd4b37edfe0a097ecd3d
25
26 diff --git a/app-portage/eix/eix-0.34.4.ebuild b/app-portage/eix/eix-0.34.4.ebuild
27 new file mode 100644
28 index 00000000000..f11bcd6edbb
29 --- /dev/null
30 +++ b/app-portage/eix/eix-0.34.4.ebuild
31 @@ -0,0 +1,102 @@
32 +# Copyright 1999-2020 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 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
46 +IUSE="debug doc nls sqlite"
47 +
48 +BOTHDEPEND="nls? ( virtual/libintl )
49 + sqlite? ( >=dev-db/sqlite-3:= )"
50 +RDEPEND="${BOTHDEPEND}
51 + >=app-shells/push-2.0-r1
52 + >=app-shells/quoter-3.0_p2-r1"
53 +DEPEND="${BOTHDEPEND}
54 + app-arch/xz-utils
55 + nls? ( sys-devel/gettext )"
56 +
57 +pkg_setup() {
58 + # remove stale cache file to prevent collisions
59 + local old_cache=${EROOT}/var/cache/${PN}
60 + if [[ -f ${old_cache} ]]; then
61 + rm "${old_cache}" || die
62 + fi
63 +}
64 +
65 +src_prepare() {
66 + default
67 + sed -i -e "s:/:${EPREFIX}/:" tmpfiles.d/eix.conf || die
68 +
69 + sed -e "/eixf_source=/s:push.sh:cat \"${EPREFIX}/usr/share/push/push.sh\":" \
70 + -e "/eixf_source=/s:quoter_pipe.sh:cat \"${EPREFIX}/usr/share/quoter/quoter_pipe.sh\":" \
71 + -i src/eix-functions.sh.in || die
72 + sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EPREFIX}/usr/share/eix/eix-functions\\\\\":" \
73 + -i src/Makefile.am || die
74 +
75 + eautoreconf
76 +}
77 +
78 +src_configure() {
79 + local myconf=(
80 + $(use_enable debug paranoic-asserts)
81 + $(use_enable nls)
82 + $(use_with doc extra-doc)
83 + $(use_with sqlite)
84 + --without-protobuf
85 +
86 + # default configuration
87 + $(use_with prefix always-accept-keywords)
88 + --with-dep-default
89 + --with-required-use-default
90 +
91 + # paths
92 + --with-portage-rootpath="${ROOTPATH}"
93 + --with-eprefix-default="${EPREFIX}"
94 +
95 + # build a single executable with symlinks
96 + --disable-separate-binaries
97 + --disable-separate-tools
98 +
99 + # used purely to control/disrespect *FLAGS
100 + --disable-debugging
101 + --disable-new_dialect
102 + --disable-optimization
103 + --disable-strong-optimization
104 + --disable-security
105 + --disable-nopie-security
106 + --disable-strong-security
107 + )
108 +
109 + econf "${myconf[@]}"
110 +}
111 +
112 +src_install() {
113 + default
114 + dobashcomp bash/eix
115 + dotmpfiles tmpfiles.d/eix.conf
116 +
117 + rm -r "${ED}"/usr/bin/eix-functions.sh || die
118 +}
119 +
120 +pkg_postinst() {
121 + tmpfiles_process eix.conf
122 +
123 + local obs=${EROOT}/var/cache/eix.previous
124 + if [[ -f ${obs} ]]; then
125 + ewarn "Found obsolete ${obs}, please remove it"
126 + fi
127 +}
128 +
129 +pkg_postrm() {
130 + if [[ ! -n ${REPLACED_BY_VERSION} ]]; then
131 + rm -rf "${EROOT}/var/cache/${PN}" || die
132 + fi
133 +}