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: Wed, 10 Apr 2019 15:07:38
Message-Id: 1554908838.906b7c21ecab41f69a54a2359b4305babd6e9235.mgorny@gentoo
1 commit: 906b7c21ecab41f69a54a2359b4305babd6e9235
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 14:29:04 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 15:07:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906b7c21
7
8 app-portage/eix: Drop old
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.33.5.ebuild | 104 --------------------------------------
14 2 files changed, 105 deletions(-)
15
16 diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
17 index 534fb1bae1d..b77691fe9bf 100644
18 --- a/app-portage/eix/Manifest
19 +++ b/app-portage/eix/Manifest
20 @@ -1,2 +1 @@
21 -DIST eix-0.33.5.tar.xz 626628 BLAKE2B 2bb102279084f6bb6871bb4bbe55100708866337501c6043508ee13bdb92064c3a4a41d067b9d4c03af1a5ffbece53d9c66cf89639adf0c555a9511cae3d702f SHA512 7a71a411d4428ee491b9aee0f414e038a08f2195db58466db9b96f0d80edca7eaa153e63534c832c71e1b488e21fbd869a96bd10a21e06a93ce7eba1f808b684
22 DIST eix-0.33.7.tar.xz 626008 BLAKE2B 13d1f5b3096ec1ced13435f3680454c5b6f035ddbaa7877c7d2898b044fcc673f2c30b5ad25b8a3aa01354c726cf6ebf6483dc49f102145957dad95437931f63 SHA512 a6f2f553a05351c642c5ad5dcb8dc804585e1476d35dbe2c056ed493d1e37576e5e57fe0317f4fe4f6310c5439d23cbbe7384da8fbe9761eddca10e463950077
23
24 diff --git a/app-portage/eix/eix-0.33.5.ebuild b/app-portage/eix/eix-0.33.5.ebuild
25 deleted file mode 100644
26 index f39cd59bc55..00000000000
27 --- a/app-portage/eix/eix-0.33.5.ebuild
28 +++ /dev/null
29 @@ -1,104 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit autotools bash-completion-r1 flag-o-matic tmpfiles
36 -
37 -DESCRIPTION="Search and query ebuilds"
38 -HOMEPAGE="https://github.com/vaeth/eix/"
39 -SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -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"
44 -IUSE="debug doc nls sqlite"
45 -
46 -BOTHDEPEND="nls? ( virtual/libintl )
47 - sqlite? ( >=dev-db/sqlite-3:= )"
48 -RDEPEND="${BOTHDEPEND}
49 - >=app-shells/push-2.0-r1
50 - >=app-shells/quoter-3.0_p2-r1"
51 -DEPEND="${BOTHDEPEND}
52 - app-arch/xz-utils
53 - nls? ( sys-devel/gettext )"
54 -
55 -pkg_setup() {
56 - # remove stale cache file to prevent collisions
57 - local old_cache=${EROOT%/}/var/cache/${PN}
58 - if [[ -f ${old_cache} ]]; then
59 - rm "${old_cache}" || die
60 - fi
61 -}
62 -
63 -src_prepare() {
64 - default
65 - sed -i -e "s:/:${EPREFIX}/:" tmpfiles.d/eix.conf || die
66 -
67 - sed -e "/eixf_source=/s:push.sh:cat \"${EROOT}usr/share/push/push.sh\":" \
68 - -e "/eixf_source=/s:quoter_pipe.sh:cat \"${EROOT}usr/share/quoter/quoter_pipe.sh\":" \
69 - -i src/eix-functions.sh.in || die
70 - sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EROOT}usr/share/eix/eix-functions\\\\\":" \
71 - -i src/Makefile.am || die
72 - eautoreconf
73 -}
74 -
75 -src_configure() {
76 - local myconf=(
77 - $(use_enable debug paranoic-asserts)
78 - $(use_enable nls)
79 - $(use_with doc extra-doc)
80 - $(use_with sqlite)
81 -
82 - # default configuration
83 - $(use_with prefix always-accept-keywords)
84 - --with-dep-default
85 - --with-required-use-default
86 -
87 - # paths
88 - --with-portage-rootpath="${ROOTPATH}"
89 - --with-eprefix-default="${EPREFIX}"
90 -
91 - # build a single executable with symlinks
92 - --disable-separate-binaries
93 - --disable-separate-tools
94 -
95 - # used purely to control/disrespect *FLAGS
96 - --disable-debugging
97 - --disable-new_dialect
98 - --disable-optimization
99 - --disable-strong-optimization
100 - --disable-security
101 - --disable-nopie-security
102 - --disable-strong-security
103 - )
104 -
105 - # https://github.com/vaeth/eix/issues/35
106 - append-cxxflags -std=c++14
107 -
108 - econf "${myconf[@]}"
109 -}
110 -
111 -src_install() {
112 - default
113 - dobashcomp bash/eix
114 - dotmpfiles tmpfiles.d/eix.conf
115 -
116 - rm -r "${ED%/}"/usr/bin/eix-functions.sh || die
117 -
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 -}