Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
Date: Sun, 01 Apr 2018 15:54:53
Message-Id: 1522598076.291382abef4baa1d7e1165f6e4fd828b49b6f8b1.ulm@gentoo
1 commit: 291382abef4baa1d7e1165f6e4fd828b49b6f8b1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 15:52:48 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 15:54:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291382ab
7
8 app-editors/zile: Remove old.
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 app-editors/zile/Manifest | 1 -
13 app-editors/zile/zile-2.4.13.ebuild | 55 -------------------------------------
14 2 files changed, 56 deletions(-)
15
16 diff --git a/app-editors/zile/Manifest b/app-editors/zile/Manifest
17 index c37bb9589d3..6266bf7b6da 100644
18 --- a/app-editors/zile/Manifest
19 +++ b/app-editors/zile/Manifest
20 @@ -1,4 +1,3 @@
21 DIST zile-2.3.24.tar.gz 953962 BLAKE2B 242f0f9532a536d5ba36664031cf86eba753239c0f6dcd47c086496628a730bdd0a9112dc1ffd26965068f6d66d35d3ad3c92fc2753e129adf9a5923321e2cdf SHA512 8361f42436ae9ca150f09d830096b7a3fb0089d58bffe5ad7538b5ec5cd4e0e50085213e938db1a95e2922db845d1d2f36841a65fe1b9b72f60cd930dd8f09b9
22 DIST zile-2.4.11.tar.gz 1293707 BLAKE2B 30317856303cd093e767f7c057fab74cddcd49e95d8218b550e343d689914db02c82c5f35c66335e0685df9113dcbef93b4640fcf42438fb600f360b82c4e396 SHA512 dbcbae98d8b9fc7ea71abc8ad0c4248edf1498a731172e800dd4b1fd598597924cc61e24fbfce5eb44dd2b3a0b2aea416c6373843a450e19cc8c98aa83d6ae0e
23 -DIST zile-2.4.13.tar.gz 1296379 BLAKE2B 00dce642e6b452f66fd06e70a7f9e9047abb2c79af7fbc0c9150da37bfda31027c06c43028e22b657ce6a948f2e3e89375a6f5bddfe5222aa69f843cc5fc3ec9 SHA512 ada0eabe6285894ab4c25fa71c3ca6f07f0df2d36ad64f92037cb1b02d7b898dbd64fa47ef96800b7d995a5958ddec525e0d849a427e1f9bf14da944a4c30e88
24 DIST zile-2.4.14.tar.gz 1385314 BLAKE2B 43815e87bb037a8de42b00510ce8addd748fe2a639f78e736c7fe6220c972ce600a8db557dd592065bb27e1d35a5d3a42b6a4a8d5d76eefc4274a8ce27b1d9c2 SHA512 0dea56fd13a82015ec73de3139a4b2c27ad4c001ed535f1bae557ee49f9d8a188610a08160998d0a36b95fec42b46a019fd43634ef6502ebd27e162164de98cc
25
26 diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
27 deleted file mode 100644
28 index 7143e7bbf0f..00000000000
29 --- a/app-editors/zile/zile-2.4.13.ebuild
30 +++ /dev/null
31 @@ -1,55 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit toolchain-funcs
38 -
39 -DESCRIPTION="Zile is a small Emacs clone"
40 -HOMEPAGE="https://www.gnu.org/software/zile/"
41 -SRC_URI="mirror://gnu/zile/${P}.tar.gz"
42 -
43 -LICENSE="GPL-3+"
44 -SLOT="0"
45 -KEYWORDS="alpha amd64 arm ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
46 -IUSE="acl test"
47 -
48 -RDEPEND=">=dev-libs/boehm-gc-7.2:=
49 - sys-libs/ncurses:0=
50 - acl? ( virtual/acl )"
51 -
52 -DEPEND="${RDEPEND}
53 - virtual/pkgconfig
54 - test? ( dev-lang/perl )"
55 -
56 -QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
57 -
58 -src_configure() {
59 - # --without-emacs to suppress tests for GNU Emacs #630652
60 - econf \
61 - --docdir="${EPREFIX}"/usr/share/doc/${PF} \
62 - --without-emacs \
63 - $(use_enable acl) \
64 - CURSES_LIB="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
65 -}
66 -
67 -src_test() {
68 - if tput cup 0 0 >/dev/null || tput cuu1 >/dev/null; then
69 - # We have a sane terminal that can move the cursor
70 - emake check
71 - else
72 - ewarn "Terminal type \"${TERM}\" is too stupid to run zile"
73 - ewarn "Running the tests with unset TERM instead"
74 - ( unset TERM; emake check )
75 - fi
76 -}
77 -
78 -src_install() {
79 - emake DESTDIR="${D}" install
80 -
81 - # AUTHORS, FAQ, and NEWS are installed by the build system
82 - dodoc README THANKS
83 -
84 - # Zile should never install charset.alias (even on non-glibc arches)
85 - rm -f "${ED}"/usr/lib/charset.alias
86 -}