Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/
Date: Sat, 25 Feb 2017 10:07:39
Message-Id: 1488017242.1e6a4b20f3ab5f83f9a3824ddcd5aa54d451e338.kensington@gentoo
1 commit: 1e6a4b20f3ab5f83f9a3824ddcd5aa54d451e338
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 10:07:15 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 10:07:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6a4b20
7
8 x11-libs/xforms: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-libs/xforms/Manifest | 1 -
13 x11-libs/xforms/xforms-1.0.93_p1-r1.ebuild | 47 ------------------------------
14 2 files changed, 48 deletions(-)
15
16 diff --git a/x11-libs/xforms/Manifest b/x11-libs/xforms/Manifest
17 index 10738f945b..c65c624005 100644
18 --- a/x11-libs/xforms/Manifest
19 +++ b/x11-libs/xforms/Manifest
20 @@ -1,2 +1 @@
21 -DIST xforms-1.0.93sp1.tar.gz 2204088 SHA256 0cbef8c16c478b7fc87cf24be618114f9b7d14dc0a06b61a352bb027dd3b2ca4 SHA512 b352b345f110966741f82645f1282805dd27e4eb16642efedb4f7e0132a109f525da678052b501d1d520014bb7f754f5b53676a83cfab5a249c02db835c66a6a WHIRLPOOL e5d83d3aef7bc06612afa6a64f01bbc101c796ae4baf65198088627fcf9e241285707cf9d92b01927fe5970cc8c0e1f1ceb829037c224e0fbb37f41b4997ab54
22 DIST xforms-1.2.4.tar.gz 1438503 SHA256 80b3c9f30678135cada4de7676789413ac7d4417d32db0f77c8f0f49998012f6 SHA512 58669a64b2390da4f4c8b76b1dc34c2e6a4094ebbcfa7f75e0846db4d5c4455d772d9ef59e5aff09edd777957140015faea129c180600634a8d0962b01b912aa WHIRLPOOL 84a5d1b8c88cd181a1b3477d6468bd8ce1a2546dd951481dd5793baba384629fd19062068b3dba840d46026d70171f4d4a2d4331da6128d221bf67cebb8689e1
23
24 diff --git a/x11-libs/xforms/xforms-1.0.93_p1-r1.ebuild b/x11-libs/xforms/xforms-1.0.93_p1-r1.ebuild
25 deleted file mode 100644
26 index 8b183cbd9f..0000000000
27 --- a/x11-libs/xforms/xforms-1.0.93_p1-r1.ebuild
28 +++ /dev/null
29 @@ -1,47 +0,0 @@
30 -# Copyright 1999-2013 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -inherit autotools eutils
37 -
38 -MY_P="${P/_/s}"
39 -
40 -DESCRIPTION="A graphical user interface toolkit for X"
41 -HOMEPAGE="http://www.nongnu.org/xforms/"
42 -SRC_URI="https://savannah.nongnu.org/download/xforms/${MY_P}.tar.gz"
43 -
44 -LICENSE="LGPL-2.1"
45 -SLOT="0"
46 -KEYWORDS="amd64 arm ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
47 -IUSE="doc opengl static-libs"
48 -
49 -RDEPEND="virtual/jpeg
50 - x11-libs/libSM
51 - x11-libs/libX11
52 - x11-libs/libXpm
53 - opengl? ( virtual/opengl )"
54 -DEPEND="${RDEPEND}
55 - x11-proto/xproto"
56 -
57 -S=${WORKDIR}/${MY_P}
58 -
59 -DOCS=( ChangeLog NEWS README )
60 -
61 -src_prepare() {
62 - rm "${S}"/config/libtool.m4 "${S}"/acinclude.m4
63 - AT_M4DIR=config eautoreconf
64 -}
65 -
66 -src_configure() {
67 - econf \
68 - $(use_enable doc docs) \
69 - $(use_enable opengl gl) \
70 - $(use_enable static-libs static)
71 -}
72 -
73 -src_install() {
74 - default
75 - prune_libtool_files
76 -}