diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-16 17:34:21 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-16 17:34:21 +0000 |
commit | 02e2208f46f4e2c00fb9743cbc47350bdd233bfa (patch) | |
tree | 132dd60828854db4f65f30f9230f43d9602507ff /app-arch/defluff | |
parent | 8be70107efbb417f839292165ee39d07a062046f (diff) |
gentoo resync : 16.01.2018
Diffstat (limited to 'app-arch/defluff')
-rw-r--r-- | app-arch/defluff/Manifest | 4 | ||||
-rw-r--r-- | app-arch/defluff/defluff-0.3.2.ebuild | 27 | ||||
-rw-r--r-- | app-arch/defluff/metadata.xml | 16 |
3 files changed, 0 insertions, 47 deletions
diff --git a/app-arch/defluff/Manifest b/app-arch/defluff/Manifest deleted file mode 100644 index d7a2923fb15b..000000000000 --- a/app-arch/defluff/Manifest +++ /dev/null @@ -1,4 +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 -EBUILD defluff-0.3.2.ebuild 671 BLAKE2B 8e6b168939ec2890cc50075602fe9ddbcb6e465a445b98e14f00df19fd7df893c7e9b0a49f26d8a6cfed6d2e5c8b931d820f5031691b66f0e4c8488c2e774091 SHA512 67693cfee49fa680d33802db62f5652b524b44b9885e1e8ef7f4d48a5ef2a6c70f456dba3d4ff158ee3ae03d365ccdd0a09b873c9e5599fb861bbd3226ea5929 -MISC metadata.xml 514 BLAKE2B 0f141a149420dec3e464ed9969c33787136b2784763c06077c47eaccbd21585aed7d7598a7c4ee7586f1531068d3ac92fa7a6493b3b869d30ef57dbe321cb2f6 SHA512 dea2f532c568da8dc7b34f2a7f67ec9a9da7bf7e75bb9faf9dbd8aa268af52902815c96fd2deb8d155d194209cbd689ef568df0213ef2974109e55eb4848b80e diff --git a/app-arch/defluff/defluff-0.3.2.ebuild b/app-arch/defluff/defluff-0.3.2.ebuild deleted file mode 100644 index 34237978956a..000000000000 --- a/app-arch/defluff/defluff-0.3.2.ebuild +++ /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 index 11f44c748913..000000000000 --- a/app-arch/defluff/metadata.xml +++ /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> |