aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-01-08 09:39:14 -0500
committerAnthony G. Basile <blueness@gentoo.org>2014-01-08 09:39:14 -0500
commit402365c058bcddadd6070e02f5c86fc8ca156fbb (patch)
treebfc742df8b2ecbe031eaae31e0359dfcc031628f
parentsys-apps/kbd: add missing include stdarg.h, bug #497200 (diff)
downloadhardened-dev-402365c058bcddadd6070e02f5c86fc8ca156fbb.tar.gz
hardened-dev-402365c058bcddadd6070e02f5c86fc8ca156fbb.tar.bz2
hardened-dev-402365c058bcddadd6070e02f5c86fc8ca156fbb.zip
app-arch/lrzip: removed, fixed in tree, bug #492976
Package-Manager: portage-2.2.7 Manifest-Sign-Key: 0xF52D4BBA
-rw-r--r--app-arch/lrzip/Manifest4
-rw-r--r--app-arch/lrzip/files/lrzip-add-missing-header.patch11
-rw-r--r--app-arch/lrzip/lrzip-0.616-r99.ebuild36
-rw-r--r--app-arch/lrzip/metadata.xml14
4 files changed, 0 insertions, 65 deletions
diff --git a/app-arch/lrzip/Manifest b/app-arch/lrzip/Manifest
deleted file mode 100644
index 65334bd8..00000000
--- a/app-arch/lrzip/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX lrzip-add-missing-header.patch 260 SHA256 45f56992afe093b3d10999d74bbd0eacd415830b97b3c94abec9dd94b621f09f SHA512 786c4086fa1d69f31e3a460d8ae5c30ea08a0aaceac0e32cfd55285a0b7a2ddc58552fc93745962d072ad6eb7691e864cf6a0e76e24a16a7eebb662053a4682f WHIRLPOOL 350743f4bf69dac4cedee6d9ad195cb6e035232336d8ba57d2b32b4f75c58ec3672133a1742af850dd15c325c5ccecb6f9e4519e0e71c16398d1bdbe484f056f
-DIST lrzip-0.616.tar.bz2 493886 SHA256 982d5a8db4d8bbbced6e33fbbcd589c9b3fc4275110155d7bd71cbeff4a235ae SHA512 f578034fa41c5be6df9b9d8e7efe5014229e1acecdd5d6090c26322e1e46db98e3bc17d780eca96342a0bcb56b8e78b008b3293520b82c1bbbd5a96e423d4b3f WHIRLPOOL bc7b22a579de42657c46f4dad426dfdb5cc37e1f54955cb66722ccbfc9b66d19194eb1f1a4d9f545de7859de7903d57854a1af647ff6c3341907fcc874351d94
-EBUILD lrzip-0.616-r99.ebuild 800 SHA256 124b43110e6fbd4367fa35be57ecb63564c54bac8d6cb0b2890eb75d967a1274 SHA512 5763fbbd0991320098545ee4e722630809c367c924bac4379f122ed1ba3098affc40ce4d41f68654e961571da7cba4454c1f0e30fa9b823abac2101772d5f75f WHIRLPOOL a3d05619ba70707090e5cacbd8c0111ca647b37b18d5464f1426d527cf50cba2caab9ca865dc1b4104f1430b3d425a20f59c18170a5e9480d71487bd8a791852
-MISC metadata.xml 578 SHA256 6ae85de9ba3a2071f86545caab17fbf315a8aa84cf680c2937d5c26888728e81 SHA512 9f87473190916df0122978136401c8a164b632e3df05794358c69dadf3d027bf72da1dededbee3b37c7af6f629a2a7b03b5cc174493b07731ce009d247b7ea70 WHIRLPOOL a6788d62d42b5c477681048dc886e12f147f51ed0a5c73602a8a008d51c874ed9285d92fe6bc4a02725589fa089ff2a66f29ed7f83d9af241181607eb23208b4
diff --git a/app-arch/lrzip/files/lrzip-add-missing-header.patch b/app-arch/lrzip/files/lrzip-add-missing-header.patch
deleted file mode 100644
index dcc698bd..00000000
--- a/app-arch/lrzip/files/lrzip-add-missing-header.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur Lrzip.h.orig Lrzip.h
---- Lrzip.h.orig 2013-11-30 20:07:27.343086997 +0000
-+++ Lrzip.h 2013-11-30 20:07:44.072641056 +0000
-@@ -22,6 +22,7 @@
-
- #include <stdbool.h>
- #include <stdio.h>
-+#include <stdarg.h>
- #ifdef _WIN32
- # include <stddef.h>
- #else
diff --git a/app-arch/lrzip/lrzip-0.616-r99.ebuild b/app-arch/lrzip/lrzip-0.616-r99.ebuild
deleted file mode 100644
index 8eba81af..00000000
--- a/app-arch/lrzip/lrzip-0.616-r99.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild,v 1.1 2013/10/26 10:22:22 yngwin Exp $
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
-HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README"
-SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-RDEPEND="dev-libs/lzo
- app-arch/bzip2
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- x86? ( dev-lang/nasm )
- virtual/perl-PodParser"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-add-missing-header.patch
-}
-
-src_configure() {
- econf --docdir="/usr/share/doc/${P}"
-}
-
-src_install() {
- default
- rm "${D}/usr/share/doc/${P}/COPYING"
-}
diff --git a/app-arch/lrzip/metadata.xml b/app-arch/lrzip/metadata.xml
deleted file mode 100644
index 0d5d78a4..00000000
--- a/app-arch/lrzip/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>yngwin@gentoo.org</email>
- </maintainer>
- <longdescription>
- This is a compression program optimised for large files. The larger the
- file and the more memory you have, the better the compression advantage
- this will provide, especially once the files are larger than 100MB.
- The advantage can be chosen to be either size (much smaller than bzip2)
- or speed (much faster than bzip2).
- </longdescription>
-</pkgmetadata>