Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/
Date: Wed, 31 Aug 2016 12:29:09
Message-Id: 1472646435.df8959dab5f5d1b325b49db24ba6686a98e1b47e.mrueg@gentoo
1 commit: df8959dab5f5d1b325b49db24ba6686a98e1b47e
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 12:27:15 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 12:27:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8959da
7
8 app-portage/eix: Version bump to 0.31.9
9
10 Package-Manager: portage-2.3.0
11
12 app-portage/eix/Manifest | 1 +
13 app-portage/eix/eix-0.31.9.ebuild | 72 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 73 insertions(+)
15
16 diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
17 index 70ba5aa..97e37ef 100644
18 --- a/app-portage/eix/Manifest
19 +++ b/app-portage/eix/Manifest
20 @@ -2,3 +2,4 @@ DIST eix-0.30.11.tar.bz2 790760 SHA256 bea8ddce48fd65d389ee0497baaeb4fa966b9d67f
21 DIST eix-0.30.4.tar.xz 556632 SHA256 4c753a82e15ce0f8bbdd74edcebb7bc23bd3de8dfca501f86733c335b55d9f4f SHA512 33e62765a9790d18256fcbcb4370b2e63f0b927e3088e0685cbc23dad47e0afa488bb84e5268b4da0d70b5a93b080a866e56257e3df21714ef5fd867f3de182e WHIRLPOOL 5731b6c36f8212fdb4e6b599224699cfc258a1026ef9f8ed8e95618e86df02b5872e7b1f170a3f0698bd348a5084161463d71e6fa14dff859ca92c9b3072dfc2
22 DIST eix-0.31.7.tar.xz 583100 SHA256 f092c1463a4f49e4b0da97a76b13fd66036a203a590c9ee7cc80e68171d43335 SHA512 cbbdcaa4927e8a6b0b3ea346bc68403eb93d0e386dffec8d9bbd18e48e9c72176b7de00e82132ce12d678d9f775593d42f67a7d9b46230edcb2032d4fbc56832 WHIRLPOOL ee1652c8573f7d6d2fb4565f2f002a8bdfe9abc60c7777b5a6d42a923caaa01fe539cd4d8a505a2db06101c51c295af2dc092bf0bdcb8db7269d61ed49d8531e
23 DIST eix-0.31.8.tar.xz 585780 SHA256 9c0b6e7eab993609ff8de51fe7f89989e9d9860add238dfc74c92750b5bee7db SHA512 5c42a87047197820e897ab3afc1e76fb4b9edb29863a5cba928c72cd789522767b3306cc04cfb10f264b12740b4cac41121b494847d5e6652fc8ced2eb98d780 WHIRLPOOL 507334be4731bee7b828a0942b44bb05c8936bbffbf48308cb2d3c380b911c02277a62c43805d7d1c28eb9f1a0009f4975593f5416a7dba5a8a37264cf8fd71b
24 +DIST eix-0.31.9.tar.xz 585724 SHA256 2fa324d2ee242bdc686aaf9e33f591379682e115075eb2212c3b885e2c154267 SHA512 9e58f2fdaac05563e2213bef405ee418507794cf30d9390be341e79e525eee35025458456624b33fe241f2dc8c07ab75fc7a04980a9df9f585cc6bb3d1497ad7 WHIRLPOOL a5bebb53b9a77edb281e5b06b8a6813febde7abdaf69c08ca183d579a56b87eee507ccc406c5717ffcffd0af20f7b3a01f58f7248faf258e451d10fa8cbbcffc
25
26 diff --git a/app-portage/eix/eix-0.31.9.ebuild b/app-portage/eix/eix-0.31.9.ebuild
27 new file mode 100644
28 index 00000000..1a2a236
29 --- /dev/null
30 +++ b/app-portage/eix/eix-0.31.9.ebuild
31 @@ -0,0 +1,72 @@
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 +DEPEND="${BOTHDEPEND}
55 + app-arch/xz-utils
56 + nls? ( sys-devel/gettext )"
57 +
58 +pkg_setup() {
59 + case " ${REPLACING_VERSIONS}" in
60 + *\ 0.[0-9].*|*\ 0.1[0-9].*|*\ 0.2[0-4].*|*\ 0.25.0*)
61 + local eixcache="${EROOT}/var/cache/${PN}"
62 + test -f "${eixcache}" && rm -f -- "${eixcache}";;
63 + esac
64 +}
65 +
66 +src_prepare() {
67 + sed -i -e "s'/'${EPREFIX}/'" -- "${S}"/tmpfiles.d/eix.conf || die
68 + eapply_user
69 +}
70 +
71 +src_configure() {
72 + econf $(use_with sqlite) $(use_with doc extra-doc) \
73 + $(use_enable nls) $(use_enable tools separate-tools) \
74 + $(use_enable security) $(use_enable optimization) \
75 + $(use_enable strong-security) \
76 + $(use_enable strong-optimization) $(use_enable debug debugging) \
77 + $(use_enable swap-remote) \
78 + $(use_with prefix always-accept-keywords) \
79 + $(use_with dep dep-default) \
80 + $(use_with required-use required-use-default) \
81 + --with-zsh-completion \
82 + --with-portage-rootpath="${ROOTPATH}" \
83 + --with-eprefix-default="${EPREFIX}"
84 +}
85 +
86 +src_install() {
87 + default
88 + dobashcomp bash/eix
89 + systemd_dotmpfilesd tmpfiles.d/eix.conf
90 +}
91 +
92 +pkg_postinst() {
93 + test -d "${EROOT}var/cache/${PN}" || {
94 + mkdir "${EROOT}var/cache/${PN}"
95 + use prefix || chown portage:portage "${EROOT}var/cache/${PN}"
96 + }
97 + local obs="${EROOT}var/cache/eix.previous"
98 + ! test -f "${obs}" || ewarn "Found obsolete ${obs}, please remove it"
99 +}
100 +
101 +pkg_postrm() {
102 + [ -n "${REPLACED_BY_VERSION}" ] || rm -rf -- "${EROOT}var/cache/${PN}"
103 +}