diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-02-25 21:07:15 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-02-25 21:07:22 +1100 |
commit | 1e6a4b20f3ab5f83f9a3824ddcd5aa54d451e338 (patch) | |
tree | 626371597adb0dcef2cb51a86ed0fc6f5a88fc87 /x11-libs | |
parent | net-misc/putty: sparc stable wrt bug #610552 (diff) | |
download | gentoo-1e6a4b20f3ab5f83f9a3824ddcd5aa54d451e338.tar.gz gentoo-1e6a4b20f3ab5f83f9a3824ddcd5aa54d451e338.tar.bz2 gentoo-1e6a4b20f3ab5f83f9a3824ddcd5aa54d451e338.zip |
x11-libs/xforms: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xforms/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/xforms/xforms-1.0.93_p1-r1.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/x11-libs/xforms/Manifest b/x11-libs/xforms/Manifest index 10738f945b55..c65c62400560 100644 --- a/x11-libs/xforms/Manifest +++ b/x11-libs/xforms/Manifest @@ -1,2 +1 @@ -DIST xforms-1.0.93sp1.tar.gz 2204088 SHA256 0cbef8c16c478b7fc87cf24be618114f9b7d14dc0a06b61a352bb027dd3b2ca4 SHA512 b352b345f110966741f82645f1282805dd27e4eb16642efedb4f7e0132a109f525da678052b501d1d520014bb7f754f5b53676a83cfab5a249c02db835c66a6a WHIRLPOOL e5d83d3aef7bc06612afa6a64f01bbc101c796ae4baf65198088627fcf9e241285707cf9d92b01927fe5970cc8c0e1f1ceb829037c224e0fbb37f41b4997ab54 DIST xforms-1.2.4.tar.gz 1438503 SHA256 80b3c9f30678135cada4de7676789413ac7d4417d32db0f77c8f0f49998012f6 SHA512 58669a64b2390da4f4c8b76b1dc34c2e6a4094ebbcfa7f75e0846db4d5c4455d772d9ef59e5aff09edd777957140015faea129c180600634a8d0962b01b912aa WHIRLPOOL 84a5d1b8c88cd181a1b3477d6468bd8ce1a2546dd951481dd5793baba384629fd19062068b3dba840d46026d70171f4d4a2d4331da6128d221bf67cebb8689e1 diff --git a/x11-libs/xforms/xforms-1.0.93_p1-r1.ebuild b/x11-libs/xforms/xforms-1.0.93_p1-r1.ebuild deleted file mode 100644 index 8b183cbd9ffa..000000000000 --- a/x11-libs/xforms/xforms-1.0.93_p1-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools eutils - -MY_P="${P/_/s}" - -DESCRIPTION="A graphical user interface toolkit for X" -HOMEPAGE="http://www.nongnu.org/xforms/" -SRC_URI="https://savannah.nongnu.org/download/xforms/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -IUSE="doc opengl static-libs" - -RDEPEND="virtual/jpeg - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXpm - opengl? ( virtual/opengl )" -DEPEND="${RDEPEND} - x11-proto/xproto" - -S=${WORKDIR}/${MY_P} - -DOCS=( ChangeLog NEWS README ) - -src_prepare() { - rm "${S}"/config/libtool.m4 "${S}"/acinclude.m4 - AT_M4DIR=config eautoreconf -} - -src_configure() { - econf \ - $(use_enable doc docs) \ - $(use_enable opengl gl) \ - $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -} |