diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-25 15:27:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-25 15:30:34 +0200 |
commit | ab3d04a6d04dc20664a5b8321f616170381869a2 (patch) | |
tree | c12211d20c2f32d8b22f2b63094347811af4bed3 /gnustep-libs | |
parent | gnustep-libs/prefsmodule: Remove last-rited pkg, #626106 (diff) | |
download | gentoo-ab3d04a6d04dc20664a5b8321f616170381869a2.tar.gz gentoo-ab3d04a6d04dc20664a5b8321f616170381869a2.tar.bz2 gentoo-ab3d04a6d04dc20664a5b8321f616170381869a2.zip |
gnustep-libs/iconkit: Remove last-rited pkg, #626106
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/iconkit/Manifest | 1 | ||||
-rw-r--r-- | gnustep-libs/iconkit/iconkit-0.4.1.ebuild | 24 | ||||
-rw-r--r-- | gnustep-libs/iconkit/metadata.xml | 11 |
3 files changed, 0 insertions, 36 deletions
diff --git a/gnustep-libs/iconkit/Manifest b/gnustep-libs/iconkit/Manifest deleted file mode 100644 index 23eb78049876..000000000000 --- a/gnustep-libs/iconkit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST etoile-0.4.1.tar.bz2 8281449 SHA256 2c9f189a0eae9dbc85589660a55faac498d05a056bf8148fa91f25455728cf25 SHA512 176a3af86cfdb7978a8d95b0958ccf829f544b6fa0f84e70078676dbfea001d2eea2a4373a08bfdabbf0993f646657725c53a3a3aa3b19a82ec7bc7ddf0e6980 WHIRLPOOL cf07691941cb16d575aff19934dbd0c6df586a2017c3cb0d28dee021eed847ecbb822141475949be99eb87fa2ae5d88f10919f89d084776cdc18c89f6e631b09 diff --git a/gnustep-libs/iconkit/iconkit-0.4.1.ebuild b/gnustep-libs/iconkit/iconkit-0.4.1.ebuild deleted file mode 100644 index ec5176ac22cd..000000000000 --- a/gnustep-libs/iconkit/iconkit-0.4.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit gnustep-2 - -S="${WORKDIR}/Etoile-${PV}/Frameworks/IconKit" - -DESCRIPTION="framework used to create icons using different elements" -HOMEPAGE="http://www.etoile-project.org" -SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.bz2" -LICENSE="LGPL-2.1" -KEYWORDS="amd64 ppc x86" -SLOT="0" -IUSE="" - -DEPEND="media-libs/libpng" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - - cd "${WORKDIR}/Etoile-${PV}" - sed -i -e "s/-Werror//" etoile.make || die "sed failed" -} diff --git a/gnustep-libs/iconkit/metadata.xml b/gnustep-libs/iconkit/metadata.xml deleted file mode 100644 index 9738ed009aed..000000000000 --- a/gnustep-libs/iconkit/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gnustep@gentoo.org</email> - <name>Gentoo GNUstep Project</name> -</maintainer> -<longdescription> -A framework used to create icons using different elements -</longdescription> -</pkgmetadata> |