Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libast/
Date: Mon, 01 Oct 2018 20:55:28
Message-Id: 1538427286.aac37419529671b0ce24bdb9263a001076bfd509.asturm@gentoo
1 commit: aac37419529671b0ce24bdb9263a001076bfd509
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 20:36:36 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 20:54:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac37419
7
8 x11-libs/libast: Drop 0.7 (r0)
9
10 Stabilisation timeout.
11
12 Closes: https://bugs.gentoo.org/648364
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14 Package-Manager: Portage-2.3.50, Repoman-2.3.11
15
16 x11-libs/libast/libast-0.7.ebuild | 40 ---------------------------------------
17 1 file changed, 40 deletions(-)
18
19 diff --git a/x11-libs/libast/libast-0.7.ebuild b/x11-libs/libast/libast-0.7.ebuild
20 deleted file mode 100644
21 index c2ef2a3a112..00000000000
22 --- a/x11-libs/libast/libast-0.7.ebuild
23 +++ /dev/null
24 @@ -1,40 +0,0 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=0
29 -
30 -DESCRIPTION="LIBrary of Assorted Spiffy Things"
31 -HOMEPAGE="http://www.eterm.org/download/"
32 -SRC_URI="http://www.eterm.org/download/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
37 -IUSE="imlib cpu_flags_x86_mmx pcre"
38 -
39 -RDEPEND="!sci-astronomy/ast
40 - x11-base/xorg-proto
41 - x11-libs/libXt
42 - x11-libs/libICE
43 - x11-libs/libSM
44 - x11-libs/libX11
45 - =media-libs/freetype-2*
46 - imlib? ( media-libs/imlib2 )
47 - pcre? ( dev-libs/libpcre )"
48 -DEPEND="${RDEPEND}"
49 -
50 -src_compile() {
51 - local myregexp="posix"
52 - use pcre && myregexp="pcre"
53 - econf \
54 - $(use_with imlib) \
55 - $(use_enable cpu_flags_x86_mmx mmx) \
56 - --with-regexp=${myregexp} \
57 - || die
58 - emake || die
59 -}
60 -
61 -src_install() {
62 - make DESTDIR="${D}" install || die
63 - dodoc README DESIGN ChangeLog
64 -}