Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/
Date: Wed, 21 Nov 2018 20:32:25
Message-Id: 1542832326.f93309a02d1de33f243cfed85b04c21a6e81a33f.zlogene@gentoo
1 commit: f93309a02d1de33f243cfed85b04c21a6e81a33f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 21 20:32:06 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 21 20:32:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93309a0
7
8 app-portage/eix: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-portage/eix/Manifest | 1 -
14 app-portage/eix/eix-0.32.9.ebuild | 111 --------------------------------------
15 2 files changed, 112 deletions(-)
16
17 diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
18 index 0e1185c6c2b..9058448e894 100644
19 --- a/app-portage/eix/Manifest
20 +++ b/app-portage/eix/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST eix-0.32.9.tar.xz 599072 BLAKE2B 40fd86520e5c98e4a7cf6710fcd16ce685cc14fbafa417f6694134702b61b83d8d47cfc908c5621d77ba827f7449c985de7dc16650358a8ccad2ab4b48644e38 SHA512 1a7c3d5f371150f5990fe1f1c4cadb0e3ee0a5810011702904aabd58ca250c10f820d6c64e7182096e0b7e2aa001cf573c5f2e83499ceb350cc59b599ec2ca5b
23 DIST eix-0.33.2.tar.xz 614192 BLAKE2B dcbbdb9b9ccf6f780d89c791c34cc588700720b7f015fb0db7ea86dd78a383892266b0e96c49282fdea58e78293c69e8acc153cea631443c35d3ee29dd4c016f SHA512 28ca4cc57e5c7ef81feb37fa90d598e681e192c442c7446c93a442908d2a9744340f7a93c71135ec3083fb85c48a65638c8929b6e1e632464132f4320225d637
24 DIST eix-0.33.5.tar.xz 626628 BLAKE2B 2bb102279084f6bb6871bb4bbe55100708866337501c6043508ee13bdb92064c3a4a41d067b9d4c03af1a5ffbece53d9c66cf89639adf0c555a9511cae3d702f SHA512 7a71a411d4428ee491b9aee0f414e038a08f2195db58466db9b96f0d80edca7eaa153e63534c832c71e1b488e21fbd869a96bd10a21e06a93ce7eba1f808b684
25 DIST eix-0.33.6.tar.xz 625512 BLAKE2B 3f27e3cfa00dc4979bbebbd3b31dfa29e7dcd527fdf7b3ca3fdc6a4ce45a64d7f07fe20ea4a526533aa506c2d9e7fcbbf7b5e83ad6a2d4bbacd1ce75b6cde4ae SHA512 3f04f06533d4e7a0acd5b6e85d1194c8f9b013595ebe75c3dda06cce42e7721a57393aed17e9dd6437780b48378691d84b6e595999ce4321ad114b239313c7cf
26
27 diff --git a/app-portage/eix/eix-0.32.9.ebuild b/app-portage/eix/eix-0.32.9.ebuild
28 deleted file mode 100644
29 index e8dd7466f59..00000000000
30 --- a/app-portage/eix/eix-0.32.9.ebuild
31 +++ /dev/null
32 @@ -1,111 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit autotools bash-completion-r1 systemd flag-o-matic
39 -
40 -DESCRIPTION="Search and query ebuilds"
41 -HOMEPAGE="https://github.com/vaeth/eix/"
42 -SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 -IUSE="debug doc nls sqlite"
48 -
49 -BOTHDEPEND="nls? ( virtual/libintl )
50 - sqlite? ( >=dev-db/sqlite-3:= )"
51 -RDEPEND="${BOTHDEPEND}
52 - >=app-shells/push-2.0-r1
53 - >=app-shells/quoter-3.0_p2-r1"
54 -DEPEND="${BOTHDEPEND}
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 \"${EROOT}usr/share/push/push.sh\":" \
71 - -e "/eixf_source=/s:quoter_pipe.sh:cat \"${EROOT}usr/share/quoter/quoter_pipe.sh\":" \
72 - -i src/eix-functions.sh.in || die
73 - sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EROOT}usr/share/eix/eix-functions.sh\\\\\":" \
74 - -i src/Makefile.am || die
75 - eautoreconf
76 -}
77 -
78 -src_configure() {
79 - local myconf=(
80 - $(use_enable debug paranoicasserts)
81 - $(use_enable nls)
82 - $(use_with doc extra-doc)
83 - $(use_with sqlite)
84 -
85 - # default configuration
86 - $(use_with prefix always-accept-keywords)
87 - --with-dep-default
88 - --with-required-use-default
89 -
90 - # paths
91 - --with-portage-rootpath="${ROOTPATH}"
92 - --with-eprefix-default="${EPREFIX}"
93 -
94 - # build a single executable with symlinks
95 - --disable-separate-binaries
96 - --disable-separate-tools
97 -
98 - # used purely to control/disrespect *FLAGS
99 - --disable-debugging
100 - --disable-new_dialect
101 - --disable-optimization
102 - --disable-strong-optimization
103 - --disable-security
104 - --disable-nopie-security
105 - --disable-strong-security
106 - )
107 -
108 - # https://github.com/vaeth/eix/issues/35
109 - append-cxxflags -std=c++11
110 -
111 - econf "${myconf[@]}"
112 -}
113 -
114 -src_install() {
115 - default
116 - dobashcomp bash/eix
117 - systemd_dotmpfilesd tmpfiles.d/eix.conf
118 -
119 - insinto /usr/share/${PN}
120 - doins "${ED}"/usr/bin/eix-functions.sh
121 - rm -r "${ED}"/usr/bin/eix-functions.sh || die
122 -
123 - keepdir /var/cache/eix
124 -}
125 -
126 -pkg_postinst() {
127 - if ! use prefix; then
128 - # note: if this is done in src_install(), portage:portage
129 - # ownership may be reset to root
130 - chown portage:portage "${EROOT%/}"/var/cache/eix || die
131 - fi
132 -
133 - local obs=${EROOT%/}/var/cache/eix.previous
134 - if [[ -f ${obs} ]]; then
135 - ewarn "Found obsolete ${obs}, please remove it"
136 - fi
137 -}
138 -
139 -pkg_postrm() {
140 - if [[ ! -n ${REPLACED_BY_VERSION} ]]; then
141 - rm -rf "${EROOT%/}/var/cache/${PN}" || die
142 - fi
143 -}