summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-03 06:52:35 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-03 06:52:35 +0100
commit8321b4bc1e4d8c075532194ef4eab41afaa4f27b (patch)
treea32b8bf8f27d868fb0d4fc10dd909eb4a67724e8 /dev-util
parentsci-calculators/calculator: Remove last-rited pkg (diff)
downloadgentoo-8321b4bc1e4d8c075532194ef4eab41afaa4f27b.tar.gz
gentoo-8321b4bc1e4d8c075532194ef4eab41afaa4f27b.tar.bz2
gentoo-8321b4bc1e4d8c075532194ef4eab41afaa4f27b.zip
dev-util/reswrap: Remove last-rited pkg
Closes: https://bugs.gentoo.org/703088 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/reswrap/Manifest1
-rw-r--r--dev-util/reswrap/metadata.xml5
-rw-r--r--dev-util/reswrap/reswrap-4.0.0.ebuild31
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-util/reswrap/Manifest b/dev-util/reswrap/Manifest
deleted file mode 100644
index 4a2840904c9a..000000000000
--- a/dev-util/reswrap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fox-1.6.57.tar.gz 4284018 BLAKE2B 3efbc6188225f9444fbd347359e8b4041a08fe654acb99c48e4966e501a2f72a44863f2e9b60ae810a259951f89cfc27b9a8b6341e029627066712e0dbf20e40 SHA512 e7b91054a9ea674818803415284cb61572935d22466e446cb37ef68344e2684e8acd567f7c8a6912f939dcbcc37455119ad6a01ac30513f460d0b3937b7e6087
diff --git a/dev-util/reswrap/metadata.xml b/dev-util/reswrap/metadata.xml
deleted file mode 100644
index 7a38bb900964..000000000000
--- a/dev-util/reswrap/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/dev-util/reswrap/reswrap-4.0.0.ebuild b/dev-util/reswrap/reswrap-4.0.0.ebuild
deleted file mode 100644
index c81996f2e650..000000000000
--- a/dev-util/reswrap/reswrap-4.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-FOX_COMPONENT="utils"
-FOX_PV="1.6.57"
-
-inherit fox
-
-DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX Toolkit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=""
-
-FOXCONF="--disable-bz2lib \
- --disable-jpeg \
- --without-opengl \
- --disable-png \
- --without-shape \
- --disable-tiff \
- --without-x \
- --without-xcursor \
- --without-xrandr \
- --without-xshm \
- --without-xft \
- --disable-zlib"