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: Thu, 10 Jan 2019 08:26:08
Message-Id: 1547108760.f6f63bfc441de8807e7255f3381ec2845e1c723d.zlogene@gentoo
1 commit: f6f63bfc441de8807e7255f3381ec2845e1c723d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 10 08:25:44 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 10 08:26:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f63bfc
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.33.2.ebuild | 104 --------------------------------------
15 2 files changed, 105 deletions(-)
16
17 diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
18 index 9058448e894..ec985a93691 100644
19 --- a/app-portage/eix/Manifest
20 +++ b/app-portage/eix/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST eix-0.33.2.tar.xz 614192 BLAKE2B dcbbdb9b9ccf6f780d89c791c34cc588700720b7f015fb0db7ea86dd78a383892266b0e96c49282fdea58e78293c69e8acc153cea631443c35d3ee29dd4c016f SHA512 28ca4cc57e5c7ef81feb37fa90d598e681e192c442c7446c93a442908d2a9744340f7a93c71135ec3083fb85c48a65638c8929b6e1e632464132f4320225d637
23 DIST eix-0.33.5.tar.xz 626628 BLAKE2B 2bb102279084f6bb6871bb4bbe55100708866337501c6043508ee13bdb92064c3a4a41d067b9d4c03af1a5ffbece53d9c66cf89639adf0c555a9511cae3d702f SHA512 7a71a411d4428ee491b9aee0f414e038a08f2195db58466db9b96f0d80edca7eaa153e63534c832c71e1b488e21fbd869a96bd10a21e06a93ce7eba1f808b684
24 DIST eix-0.33.6.tar.xz 625512 BLAKE2B 3f27e3cfa00dc4979bbebbd3b31dfa29e7dcd527fdf7b3ca3fdc6a4ce45a64d7f07fe20ea4a526533aa506c2d9e7fcbbf7b5e83ad6a2d4bbacd1ce75b6cde4ae SHA512 3f04f06533d4e7a0acd5b6e85d1194c8f9b013595ebe75c3dda06cce42e7721a57393aed17e9dd6437780b48378691d84b6e595999ce4321ad114b239313c7cf
25
26 diff --git a/app-portage/eix/eix-0.33.2.ebuild b/app-portage/eix/eix-0.33.2.ebuild
27 deleted file mode 100644
28 index 35f1e69f4cd..00000000000
29 --- a/app-portage/eix/eix-0.33.2.ebuild
30 +++ /dev/null
31 @@ -1,104 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
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 ~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"
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 \"${EROOT}usr/share/push/push.sh\":" \
70 - -e "/eixf_source=/s:quoter_pipe.sh:cat \"${EROOT}usr/share/quoter/quoter_pipe.sh\":" \
71 - -i src/eix-functions.sh.in || die
72 - sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EROOT}usr/share/eix/eix-functions\\\\\":" \
73 - -i src/Makefile.am || die
74 - eautoreconf
75 -}
76 -
77 -src_configure() {
78 - local myconf=(
79 - $(use_enable debug paranoic-asserts)
80 - $(use_enable nls)
81 - $(use_with doc extra-doc)
82 - $(use_with sqlite)
83 -
84 - # default configuration
85 - $(use_with prefix always-accept-keywords)
86 - --with-dep-default
87 - --with-required-use-default
88 -
89 - # paths
90 - --with-portage-rootpath="${ROOTPATH}"
91 - --with-eprefix-default="${EPREFIX}"
92 -
93 - # build a single executable with symlinks
94 - --disable-separate-binaries
95 - --disable-separate-tools
96 -
97 - # used purely to control/disrespect *FLAGS
98 - --disable-debugging
99 - --disable-new_dialect
100 - --disable-optimization
101 - --disable-strong-optimization
102 - --disable-security
103 - --disable-nopie-security
104 - --disable-strong-security
105 - )
106 -
107 - # https://github.com/vaeth/eix/issues/35
108 - append-cxxflags -std=c++11
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 -
122 -pkg_postinst() {
123 - tmpfiles_process eix.conf
124 -
125 - local obs=${EROOT%/}/var/cache/eix.previous
126 - if [[ -f ${obs} ]]; then
127 - ewarn "Found obsolete ${obs}, please remove it"
128 - fi
129 -}
130 -
131 -pkg_postrm() {
132 - if [[ ! -n ${REPLACED_BY_VERSION} ]]; then
133 - rm -rf "${EROOT%/}/var/cache/${PN}" || die
134 - fi
135 -}