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 E58C6138239 for ; Sun, 3 Jun 2018 02:59:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80290E08D3; Sun, 3 Jun 2018 02:59:19 +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 52909E08D3 for ; Sun, 3 Jun 2018 02:59:19 +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 A8636335C89 for ; Sun, 3 Jun 2018 02:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34D8B2D6 for ; Sun, 3 Jun 2018 02:59:11 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527994737.82511724cf039767cfa48beaa118c777e838ee1e.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/reswrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/reswrap/Manifest dev-util/reswrap/reswrap-3.2.0.ebuild X-VCS-Directories: dev-util/reswrap/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 82511724cf039767cfa48beaa118c777e838ee1e X-VCS-Branch: master Date: Sun, 3 Jun 2018 02:59:11 +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: c0aba605-1b08-48a7-86f7-89b859bb10aa X-Archives-Hash: 66354f96e156f3ca7348ccfae4a8ae0f commit: 82511724cf039767cfa48beaa118c777e838ee1e Author: Aaron Bauman gentoo org> AuthorDate: Sun Jun 3 00:36:13 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jun 3 02:58:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82511724 dev-util/reswrap: drop old EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-util/reswrap/Manifest | 1 - dev-util/reswrap/reswrap-3.2.0.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-util/reswrap/Manifest b/dev-util/reswrap/Manifest index 9271342b4bd..870deae6bf5 100644 --- a/dev-util/reswrap/Manifest +++ b/dev-util/reswrap/Manifest @@ -1,2 +1 @@ -DIST fox-1.4.12.tar.gz 3922769 BLAKE2B 6a38a79d821928d5ec860f9684e998581b9a03855245c860b6d05014c1a7ad6d0399aa3e128151c402e720fbf16c5538a429c4c20b90edf49f281bd1b10d3ff6 SHA512 aa2accc25fc740c4959dec5ebb87b86afb035e65636986a220e3d43582da3aabaa2ee8ce9acc2c043fb530c12fc0f0806c06ff75155afc47e7dc783bef44d8f7 DIST fox-1.6.40.tar.gz 4353981 BLAKE2B f024341d12a9ab0e69284513e0500a0448a66f112a656cfbaa700720a4823f8a13fa81752ed90b843eb27f72bd948ea3fd7ab106e9fb57fc43c728aefcfc88f5 SHA512 63c46b3db2693c91dc6277b08395ab3a0748414471b7bff10062cac9ddc5e743ee7af5b85ea5f7b7dc96723baa1c9ff7ae18a0f503a210b6255ac956023ac17b diff --git a/dev-util/reswrap/reswrap-3.2.0.ebuild b/dev-util/reswrap/reswrap-3.2.0.ebuild deleted file mode 100644 index aad5b12ff0f..00000000000 --- a/dev-util/reswrap/reswrap-3.2.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -FOX_COMPONENT="utils" -FOX_PV="1.4.12" - -inherit fox - -DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX Toolkit" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="" - -FOXCONF="--disable-bz2lib \ - --disable-cups \ - --disable-jpeg \ - --without-opengl \ - --disable-png \ - --without-shape \ - --disable-tiff \ - --without-x \ - --without-xcursor \ - --without-xrandr \ - --without-xshm \ - --without-xft \ - --disable-zlib"