app-arch/defluff: remove last-rited package
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 13 Jan 2018 21:57:33 +0000 (00:57 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 13 Jan 2018 21:57:33 +0000 (00:57 +0300)
Closes: https://bugs.gentoo.org/640508

app-arch/defluff/Manifest [deleted file]
app-arch/defluff/defluff-0.3.2.ebuild [deleted file]
app-arch/defluff/metadata.xml [deleted file]

diff --git a/app-arch/defluff/Manifest b/app-arch/defluff/Manifest
deleted file mode 100644 (file)
index 33e5067..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST defluff-0.3.2-linux-i686.zip 14258 BLAKE2B 48427ee0448d679efb678b4d2addf12facc80fba5ffd3c86cbf7fbe9a0d9fdbb3d810cd2f993134180a7d59c3fbe9b8a2603b59affe5a06ad9af8c181d097ecf SHA512 8befa4c0f4daefd1adbafeddcec65bb808859df6df9c8d43d6a0aaa797a395e3c18b682b955d7e0271dab84da0ce8323d8dc7d17efa2978db7b94e1467fca3f9
-DIST defluff-0.3.2-linux-x86_64.zip 15601 BLAKE2B 750caba1e51d593907ec0a24ce4cc6d0a918d4144ab0790c9810d42bbd7bb8ab9a8bb5efca32db85a67a3bd448e2f055bca43733dacedfb1db3fda429ca6b792 SHA512 15c0355eb926541a7b9f55880c9e7196fdab1da7117d3dc8fb392c413a09938e759ec95b1759ef870cd4b6c005f110245045a1786e5a4accfa5be83342485f67
diff --git a/app-arch/defluff/defluff-0.3.2.ebuild b/app-arch/defluff/defluff-0.3.2.ebuild
deleted file mode 100644 (file)
index 3423797..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="deflate huffman optimizer"
-HOMEPAGE="http://j-o.users.sourceforge.net/
-       http://encode.ru/threads/1214-defluff-a-deflate-huffman-optimizer"
-SRC_URI="amd64? ( http://encode.ru/attachment.php?attachmentid=1523 -> ${P}-linux-x86_64.zip )
-       x86? ( http://encode.ru/attachment.php?attachmentid=1522 -> ${P}-linux-i686.zip )"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 -*"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-S="${WORKDIR}"
-
-QA_PREBUILT="/opt/bin/${PN}"
-RESTRICT="bindist mirror"
-
-src_install() {
-       into /opt
-       dobin ${PN}
-}
diff --git a/app-arch/defluff/metadata.xml b/app-arch/defluff/metadata.xml
deleted file mode 100644 (file)
index 11f44c7..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>alex_y_xu@yahoo.ca</email>
-               <name>Alex Xu</name>
-               <description>Proxied maintainer; set to assignee in all bugs</description>
-       </maintainer>
-       <maintainer type="project">
-               <email>proxy-maint@gentoo.org</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="sourceforge">j-o.users</remote-id>
-       </upstream>
-</pkgmetadata>