summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-07-07 22:44:21 +0200
committerMichał Górny <mgorny@gentoo.org>2016-07-07 22:54:47 +0200
commit9062759d03792fca822569e25e73f7bfb0a6473e (patch)
tree121143b9fe407ec8f248e19dbe0d6fec91002f90 /app-arch
parentapp-arch/zpaq: Prune old (diff)
downloadgentoo-9062759d03792fca822569e25e73f7bfb0a6473e.tar.gz
gentoo-9062759d03792fca822569e25e73f7bfb0a6473e.tar.bz2
gentoo-9062759d03792fca822569e25e73f7bfb0a6473e.zip
app-arch/libzpaq: Prune after being merged to app-arch/zpaq
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/libzpaq/Manifest3
-rw-r--r--app-arch/libzpaq/files/0001-Add-autotools-files.patch50
-rw-r--r--app-arch/libzpaq/libzpaq-6.53.ebuild40
-rw-r--r--app-arch/libzpaq/libzpaq-7.04.ebuild40
-rw-r--r--app-arch/libzpaq/libzpaq-7.13.ebuild38
-rw-r--r--app-arch/libzpaq/metadata.xml12
6 files changed, 0 insertions, 183 deletions
diff --git a/app-arch/libzpaq/Manifest b/app-arch/libzpaq/Manifest
deleted file mode 100644
index 5e27e4db74c6..000000000000
--- a/app-arch/libzpaq/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST zpaq653.zip 536808 SHA256 295e4e491958c222bf51a30d36eb2d013a6f427422b91ee9d5be7f1c332590b3 SHA512 7999f0e35e8b0f46b586e5a0f5346b3501f21ab39fa25d57b9bdf5b87eee16d9e846f6b60fc7c447195bbdd0345ec4e220606d8c100167611231afe36f5558ed WHIRLPOOL 9d66fc51d2d48df1853c68686a65bc492756e11378c8e9075d6c976f11e69941fe52405ce66a57497fcde0524879ce04ef0430df3ff84da28e7d2f9d2cc70034
-DIST zpaq704.zip 630426 SHA256 21b595f8452b32c780f6ff29e0fc716cdf3595338774e1f72d4d4b5df212da39 SHA512 2655febd6e1352858c4daa7abe743c77e2b4b554b6c5961e1dde2c4011b1b4dd647decf60b7a86585eb5a1606253789afb85551923c6f542cf31dfecd984eaaa WHIRLPOOL 8a4ff4dd0c9e53d2f4a85c600537d83d7876f24ba4d4371d5a647d873c5ecc92ed80626f7abc3127f62346a1ffa69bc88172366a4fe4e0ea4236086c55a5ee72
-DIST zpaq713.zip 829863 SHA256 9120cf4fb1afdecea3ac4f690d7b0577f7cb004ca6b152856edd8ac444f0d919 SHA512 93ef758e9c6c13f4cc89b1969fce3630132c941ee5076959c3a7988b28e12530346c5b489837af9187937be35129bde0c9cf0e8aa8bf326799c893ef9fc74f5f WHIRLPOOL 494c3b9a6e6e0f50cecaf2630bcb4c9edd2433c128c13a1fc7a31d1695cbfbfadeda68f7fa2bd0023a0854d8548221ee52a1c218755b4a5a10b695db6b5a142d
diff --git a/app-arch/libzpaq/files/0001-Add-autotools-files.patch b/app-arch/libzpaq/files/0001-Add-autotools-files.patch
deleted file mode 100644
index 15b62284b4f9..000000000000
--- a/app-arch/libzpaq/files/0001-Add-autotools-files.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 0f4930dd8bdc1bb67c197fd3cdc3d8d832323209 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Thu, 6 Jan 2011 17:30:56 +0100
-Subject: [PATCH] Add autotools files.
-
-Now with libtool support!
----
- Makefile.am | 5 +++++
- configure.ac | 17 +++++++++++++++++
- 2 files changed, 22 insertions(+)
- create mode 100644 Makefile.am
- create mode 100644 configure.ac
-
-diff --git a/Makefile.am b/Makefile.am
-new file mode 100644
-index 0000000..c60308f
---- /dev/null
-+++ b/Makefile.am
-@@ -0,0 +1,5 @@
-+lib_LTLIBRARIES = libzpaq.la
-+include_HEADERS = libzpaq.h
-+
-+libzpaq_la_SOURCES = libzpaq.cpp libzpaq.h
-+libzpaq_la_LDFLAGS = -version-info @ABI_VERSION@
-diff --git a/configure.ac b/configure.ac
-new file mode 100644
-index 0000000..4118d18
---- /dev/null
-+++ b/configure.ac
-@@ -0,0 +1,17 @@
-+AC_PREREQ([2.60])
-+AC_INIT([libzpaq], [na])
-+AC_CONFIG_AUX_DIR([build-aux])
-+AM_INIT_AUTOMAKE([1.6 foreign no-dependencies])
-+
-+LT_INIT([disable-static])
-+AC_PROG_CXX
-+
-+AC_ARG_WITH([library-version],
-+ [AS_HELP_STRING([--with-library-version=<VERSION>],
-+ [Set library libtool version])],, [
-+ AC_MSG_ERROR([--with-library-version not set])
-+])
-+AC_SUBST([ABI_VERSION], [$with_library_version])
-+
-+AC_CONFIG_FILES([Makefile])
-+AC_OUTPUT
---
-1.9.0
-
diff --git a/app-arch/libzpaq/libzpaq-6.53.ebuild b/app-arch/libzpaq/libzpaq-6.53.ebuild
deleted file mode 100644
index 450d6cc1be30..000000000000
--- a/app-arch/libzpaq/libzpaq-6.53.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils flag-o-matic eutils
-
-MY_P=zpaq${PV/./}
-DESCRIPTION="Library to compress files in the ZPAQ format"
-HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
-SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
-
-LICENSE="zpaq"
-SLOT="0/4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +jit static-libs"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_prepare() {
- EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/0001-Add-autotools-files.patch
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --with-library-version=5:1:1
- )
-
- use debug || append-cppflags -DNDEBUG
- use jit || append-cppflags -DNOJIT
- append-cppflags -Dunix
-
- autotools-utils_src_configure
-}
diff --git a/app-arch/libzpaq/libzpaq-7.04.ebuild b/app-arch/libzpaq/libzpaq-7.04.ebuild
deleted file mode 100644
index 0685f5abe9e7..000000000000
--- a/app-arch/libzpaq/libzpaq-7.04.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils flag-o-matic eutils
-
-MY_P=zpaq${PV/./}
-DESCRIPTION="Library to compress files in the ZPAQ format"
-HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
-SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
-
-LICENSE="zpaq"
-SLOT="0/5"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +jit static-libs"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_prepare() {
- EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/0001-Add-autotools-files.patch
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --with-library-version=6:0:0
- )
-
- use debug || append-cppflags -DNDEBUG
- use jit || append-cppflags -DNOJIT
- append-cppflags -Dunix
-
- autotools-utils_src_configure
-}
diff --git a/app-arch/libzpaq/libzpaq-7.13.ebuild b/app-arch/libzpaq/libzpaq-7.13.ebuild
deleted file mode 100644
index 270a8d15cd93..000000000000
--- a/app-arch/libzpaq/libzpaq-7.13.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-MY_P=zpaq${PV/./}
-DESCRIPTION="Library to compress files in the ZPAQ format"
-HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
-SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
-
-LICENSE="zpaq"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +jit"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_compile() {
- use debug || append-cppflags -DNDEBUG
- use jit || append-cppflags -DNOJIT
- emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" libzpaq.so
-}
-
-src_test() {
- :
-}
-
-src_install() {
- # there's a common 'install' target for lib and cli
- dolib libzpaq.so*
- doheader libzpaq.h
-}
diff --git a/app-arch/libzpaq/metadata.xml b/app-arch/libzpaq/metadata.xml
deleted file mode 100644
index c560fb5da271..000000000000
--- a/app-arch/libzpaq/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <use>
- <flag name="jit">Enable just-in-time compilation for faster
- compression (requires SSE2)</flag>
- </use>
-</pkgmetadata>