Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/reswrap/
Date: Sun, 03 Jun 2018 02:59:23
Message-Id: 1527994737.82511724cf039767cfa48beaa118c777e838ee1e.bman@gentoo
1 commit: 82511724cf039767cfa48beaa118c777e838ee1e
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 00:36:13 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 02:58:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82511724
7
8 dev-util/reswrap: drop old EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-util/reswrap/Manifest | 1 -
13 dev-util/reswrap/reswrap-3.2.0.ebuild | 32 --------------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/dev-util/reswrap/Manifest b/dev-util/reswrap/Manifest
17 index 9271342b4bd..870deae6bf5 100644
18 --- a/dev-util/reswrap/Manifest
19 +++ b/dev-util/reswrap/Manifest
20 @@ -1,2 +1 @@
21 -DIST fox-1.4.12.tar.gz 3922769 BLAKE2B 6a38a79d821928d5ec860f9684e998581b9a03855245c860b6d05014c1a7ad6d0399aa3e128151c402e720fbf16c5538a429c4c20b90edf49f281bd1b10d3ff6 SHA512 aa2accc25fc740c4959dec5ebb87b86afb035e65636986a220e3d43582da3aabaa2ee8ce9acc2c043fb530c12fc0f0806c06ff75155afc47e7dc783bef44d8f7
22 DIST fox-1.6.40.tar.gz 4353981 BLAKE2B f024341d12a9ab0e69284513e0500a0448a66f112a656cfbaa700720a4823f8a13fa81752ed90b843eb27f72bd948ea3fd7ab106e9fb57fc43c728aefcfc88f5 SHA512 63c46b3db2693c91dc6277b08395ab3a0748414471b7bff10062cac9ddc5e743ee7af5b85ea5f7b7dc96723baa1c9ff7ae18a0f503a210b6255ac956023ac17b
23
24 diff --git a/dev-util/reswrap/reswrap-3.2.0.ebuild b/dev-util/reswrap/reswrap-3.2.0.ebuild
25 deleted file mode 100644
26 index aad5b12ff0f..00000000000
27 --- a/dev-util/reswrap/reswrap-3.2.0.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=0
34 -
35 -FOX_COMPONENT="utils"
36 -FOX_PV="1.4.12"
37 -
38 -inherit fox
39 -
40 -DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX Toolkit"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
45 -IUSE=""
46 -
47 -RDEPEND=""
48 -
49 -FOXCONF="--disable-bz2lib \
50 - --disable-cups \
51 - --disable-jpeg \
52 - --without-opengl \
53 - --disable-png \
54 - --without-shape \
55 - --disable-tiff \
56 - --without-x \
57 - --without-xcursor \
58 - --without-xrandr \
59 - --without-xshm \
60 - --without-xft \
61 - --disable-zlib"