From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88B9913835A for ; Mon, 18 Jan 2021 11:36:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0129E088F; Mon, 18 Jan 2021 11:36:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B20D6E0891 for ; Mon, 18 Jan 2021 11:36:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE170340E8E for ; Mon, 18 Jan 2021 11:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 155BE4A8 for ; Mon, 18 Jan 2021 11:36:38 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1610969770.59c65deb662a68e4e3d7176493f2f8a5e0065d2c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xforms/xforms-1.2.4.ebuild X-VCS-Directories: x11-libs/xforms/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 59c65deb662a68e4e3d7176493f2f8a5e0065d2c X-VCS-Branch: master Date: Mon, 18 Jan 2021 11:36:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e659852-359b-468f-8eb1-abccc8459483 X-Archives-Hash: 07b55d90f9117dd5732dc2f4cf90dcd1 commit: 59c65deb662a68e4e3d7176493f2f8a5e0065d2c Author: Jakov Smolic sartura hr> AuthorDate: Mon Jan 18 11:36:10 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jan 18 11:36:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c65deb x11-libs/xforms: Remove old Bug: https://bugs.gentoo.org/763600 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> x11-libs/xforms/xforms-1.2.4.ebuild | 49 ------------------------------------- 1 file changed, 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 cf658a52cc1..00000000000 --- 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 -}