diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-18 12:36:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-18 12:36:10 +0100 |
commit | 59c65deb662a68e4e3d7176493f2f8a5e0065d2c (patch) | |
tree | 73f3889ab371167647047e1bc075d5089df38b8f /x11-libs | |
parent | net-print/cups-bjnp: Remove old (diff) | |
download | gentoo-59c65deb662a68e4e3d7176493f2f8a5e0065d2c.tar.gz gentoo-59c65deb662a68e4e3d7176493f2f8a5e0065d2c.tar.bz2 gentoo-59c65deb662a68e4e3d7176493f2f8a5e0065d2c.zip |
x11-libs/xforms: Remove old
Bug: https://bugs.gentoo.org/763600
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xforms/xforms-1.2.4.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild deleted file mode 100644 index cf658a52cc1a..000000000000 --- a/x11-libs/xforms/xforms-1.2.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools eutils ltprune - -MY_P="${P/-/_}" - -DESCRIPTION="A graphical user interface toolkit for X" -HOMEPAGE="http://xforms-toolkit.org/" -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -IUSE="doc opengl static-libs" - -RDEPEND=" - virtual/jpeg:0= - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXpm - opengl? ( virtual/opengl )" - -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto" - -S="${WORKDIR}/${MY_P}" - -DOCS=( ChangeLog README ) - -src_prepare() { - default - 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 -} |