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 2A553138334 for ; Sat, 29 Sep 2018 20:58:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EDF4E07BA; Sat, 29 Sep 2018 20:58:01 +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 DDF32E07BA for ; Sat, 29 Sep 2018 20:58:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0B589335CDA for ; Sat, 29 Sep 2018 20:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BD173C3 for ; Sat, 29 Sep 2018 20:57:57 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1538254524.23bcf568894a272631ab2096385963c1b2355f34.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXaw3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXaw3d/Manifest x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild X-VCS-Directories: x11-libs/libXaw3d/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 23bcf568894a272631ab2096385963c1b2355f34 X-VCS-Branch: master Date: Sat, 29 Sep 2018 20:57:57 +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-Archives-Salt: bae17586-d299-4e37-9b50-08adef7bf6ee X-Archives-Hash: f5a12751e9fa7f569729d2346e63e86d commit: 23bcf568894a272631ab2096385963c1b2355f34 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 29 20:50:34 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Sep 29 20:55:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bcf568 x11-libs/libXaw3d: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-libs/libXaw3d/Manifest | 1 - x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/x11-libs/libXaw3d/Manifest b/x11-libs/libXaw3d/Manifest index 19b6473e7e5..af907b35776 100644 --- a/x11-libs/libXaw3d/Manifest +++ b/x11-libs/libXaw3d/Manifest @@ -1,2 +1 @@ -DIST libXaw3d-1.6.2.tar.bz2 551851 BLAKE2B 13a03eba7af518fcaa33e89e0cf7c0955c175866348d314210f15a291590fdea98e1b5b9628252932826069bb3a3e89b2377dd80f1adfe3a2bb06e6f82f85408 SHA512 11b15884e47efc139aa019f0a76086913535767fb2e20fcd837d810d3b6b4a7bda3408be5fa0cbe90ae16eeaebe5db9b0ec77a0e2b5767590662ef3a7c9c96ea DIST libXaw3d-1.6.3.tar.bz2 561594 BLAKE2B 85f3fb6d39a9a0ccb7d2c529eff84a4a9e85bf81be16487f2119da0a670e40c2d328e17b06ca237f69029e8d43daf6eeba8488029e6e4d2f56bc1093a2f305ad SHA512 f79f997ff8442563c74f38c7d76fab2c9253691743ca3143047ce698adb4c126d02dc968be7bdc79ab3052b785fd705375d2f01171e3a3266736beb531c91424 diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild deleted file mode 100644 index d1ee612e8a5..00000000000 --- a/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="X.Org Xaw3d library" - -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="unicode" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXmu - x11-libs/libXt" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/yacc - x11-base/xorg-proto" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable unicode internationalization) - --enable-arrow-scrollbars - --enable-gray-stipples - ) - - xorg-2_pkg_setup -}