Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/
Date: Sat, 29 Oct 2016 14:36:04
Message-Id: 1477751753.8c79348f4aca285dbd735faf67600ced39eecfaa.axs@gentoo
1 commit: 8c79348f4aca285dbd735faf67600ced39eecfaa
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 14:35:23 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 14:35:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c79348f
7
8 app-portage/eix: version bump, fixes some bugs
9
10 Package-Manager: portage-2.3.0
11
12 app-portage/eix/Manifest | 1 +
13 app-portage/eix/eix-0.32.1.ebuild | 73 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 74 insertions(+)
15
16 diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
17 index 354804b..97fd9a0 100644
18 --- a/app-portage/eix/Manifest
19 +++ b/app-portage/eix/Manifest
20 @@ -3,3 +3,4 @@ DIST eix-0.30.4.tar.xz 556632 SHA256 4c753a82e15ce0f8bbdd74edcebb7bc23bd3de8dfca
21 DIST eix-0.31.10.tar.xz 586324 SHA256 ba2c4a9349879755b4e10c4b06f26d8afed24c412bed0471c37f4e8e12d07d10 SHA512 cdb7fbf2adc0c363b814236e7ea0a5696490df10f72b64524a47328fe8d9e7500987afbcf1cacbf1354b1012471901f3fd6f8c657b32002150a2d9fec8857fa3 WHIRLPOOL 8bbe55f4d89ae5b43adc6f928bd348f24d12403d773e26fa89d0d668029f47e89240d1ac3a1cac7ed17324cf3bf346dc7d85847086746a35d05d410a6ceb751e
22 DIST eix-0.31.7.tar.xz 583100 SHA256 f092c1463a4f49e4b0da97a76b13fd66036a203a590c9ee7cc80e68171d43335 SHA512 cbbdcaa4927e8a6b0b3ea346bc68403eb93d0e386dffec8d9bbd18e48e9c72176b7de00e82132ce12d678d9f775593d42f67a7d9b46230edcb2032d4fbc56832 WHIRLPOOL ee1652c8573f7d6d2fb4565f2f002a8bdfe9abc60c7777b5a6d42a923caaa01fe539cd4d8a505a2db06101c51c295af2dc092bf0bdcb8db7269d61ed49d8531e
23 DIST eix-0.31.9.tar.xz 585724 SHA256 2fa324d2ee242bdc686aaf9e33f591379682e115075eb2212c3b885e2c154267 SHA512 9e58f2fdaac05563e2213bef405ee418507794cf30d9390be341e79e525eee35025458456624b33fe241f2dc8c07ab75fc7a04980a9df9f585cc6bb3d1497ad7 WHIRLPOOL a5bebb53b9a77edb281e5b06b8a6813febde7abdaf69c08ca183d579a56b87eee507ccc406c5717ffcffd0af20f7b3a01f58f7248faf258e451d10fa8cbbcffc
24 +DIST eix-0.32.1.tar.xz 587800 SHA256 706261e2ee99fa4be493691067deb547ce5181e92d5ed6a49d02dc2b1d85ce4f SHA512 deb94d0a9eed7cd895b0cff50db536c2ac1cc6f7031a5b2a98293c02d4e487e63886cc8e9216ad0bea6d66e66d7adf7d875a6537826d479878e2e05d11c50d76 WHIRLPOOL 8dfe92916cb717d8f7d07511e318dfbf1dc266326d162e3d69b091083d58833541804695399d3144935a6af547409efe6000ab14e39b01e0ec6815bcce53e2d1
25
26 diff --git a/app-portage/eix/eix-0.32.1.ebuild b/app-portage/eix/eix-0.32.1.ebuild
27 new file mode 100644
28 index 00000000..3a9d4bf
29 --- /dev/null
30 +++ b/app-portage/eix/eix-0.32.1.ebuild
31 @@ -0,0 +1,73 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +
38 +PLOCALES="de ru"
39 +inherit bash-completion-r1 l10n systemd
40 +
41 +DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays and more"
42 +HOMEPAGE="https://github.com/vaeth/eix/"
43 +SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz"
44 +
45 +LICENSE="GPL-2"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
48 +IUSE="debug +dep doc nls optimization +required-use security strong-optimization strong-security sqlite swap-remote tools"
49 +
50 +BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )
51 + nls? ( virtual/libintl )"
52 +RDEPEND="${BOTHDEPEND}
53 + app-shells/push
54 + app-shells/quoter"
55 +DEPEND="${BOTHDEPEND}
56 + app-arch/xz-utils
57 + nls? ( sys-devel/gettext )"
58 +
59 +pkg_setup() {
60 + case " ${REPLACING_VERSIONS}" in
61 + *\ 0.[0-9].*|*\ 0.1[0-9].*|*\ 0.2[0-4].*|*\ 0.25.0*)
62 + local eixcache="${EROOT}/var/cache/${PN}"
63 + test -f "${eixcache}" && rm -f -- "${eixcache}";;
64 + esac
65 +}
66 +
67 +src_prepare() {
68 + sed -i -e "s'/'${EPREFIX}/'" -- "${S}"/tmpfiles.d/eix.conf || die
69 + eapply_user
70 +}
71 +
72 +src_configure() {
73 + econf $(use_with sqlite) $(use_with doc extra-doc) \
74 + $(use_enable nls) $(use_enable tools separate-tools) \
75 + $(use_enable security) $(use_enable optimization) \
76 + $(use_enable strong-security) \
77 + $(use_enable strong-optimization) $(use_enable debug debugging) \
78 + $(use_enable swap-remote) \
79 + $(use_with prefix always-accept-keywords) \
80 + $(use_with dep dep-default) \
81 + $(use_with required-use required-use-default) \
82 + --with-zsh-completion \
83 + --with-portage-rootpath="${ROOTPATH}" \
84 + --with-eprefix-default="${EPREFIX}"
85 +}
86 +
87 +src_install() {
88 + default
89 + dobashcomp bash/eix
90 + systemd_dotmpfilesd tmpfiles.d/eix.conf
91 +}
92 +
93 +pkg_postinst() {
94 + test -d "${EROOT}var/cache/${PN}" || {
95 + mkdir "${EROOT}var/cache/${PN}"
96 + use prefix || chown portage:portage "${EROOT}var/cache/${PN}"
97 + }
98 + local obs="${EROOT}var/cache/eix.previous"
99 + ! test -f "${obs}" || ewarn "Found obsolete ${obs}, please remove it"
100 +}
101 +
102 +pkg_postrm() {
103 + [ -n "${REPLACED_BY_VERSION}" ] || rm -rf -- "${EROOT}var/cache/${PN}"
104 +}