diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-06-02 20:36:13 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-02 22:58:57 -0400 |
commit | 82511724cf039767cfa48beaa118c777e838ee1e (patch) | |
tree | 2064490f427655fc0a04cc25dba4febf77badb22 | |
parent | dev-vcs/cvsd: drop old EAPI (diff) | |
download | gentoo-82511724cf039767cfa48beaa118c777e838ee1e.tar.gz gentoo-82511724cf039767cfa48beaa118c777e838ee1e.tar.bz2 gentoo-82511724cf039767cfa48beaa118c777e838ee1e.zip |
dev-util/reswrap: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r-- | dev-util/reswrap/Manifest | 1 | ||||
-rw-r--r-- | dev-util/reswrap/reswrap-3.2.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-util/reswrap/Manifest b/dev-util/reswrap/Manifest index 9271342b4bd4..870deae6bf5c 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 aad5b12ff0f3..000000000000 --- 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" |