summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-30 13:01:59 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-30 13:19:13 +0200
commit53e5da9e439d6b37088edde0bdce78ee46ff2c1d (patch)
tree6d3ae82d2826c88aec2562a269103a8a7449057d
parentapp-arch/pdlzip: Bump to 1.8 (diff)
downloadgentoo-53e5da9e439d6b37088edde0bdce78ee46ff2c1d.tar.gz
gentoo-53e5da9e439d6b37088edde0bdce78ee46ff2c1d.tar.bz2
gentoo-53e5da9e439d6b37088edde0bdce78ee46ff2c1d.zip
app-arch/pdlzip: Drop old
-rw-r--r--app-arch/pdlzip/Manifest3
-rw-r--r--app-arch/pdlzip/pdlzip-1.5.ebuild25
-rw-r--r--app-arch/pdlzip/pdlzip-1.6.ebuild25
-rw-r--r--app-arch/pdlzip/pdlzip-1.7.ebuild25
4 files changed, 0 insertions, 78 deletions
diff --git a/app-arch/pdlzip/Manifest b/app-arch/pdlzip/Manifest
index 9f514281ec0d..4f57cb24ddcf 100644
--- a/app-arch/pdlzip/Manifest
+++ b/app-arch/pdlzip/Manifest
@@ -1,4 +1 @@
-DIST pdlzip-1.5.tar.gz 64443 SHA256 0c2e354cfe62f34ab2e12ac69f45242d8befcfdbdca645a62f039a66d3e63367 SHA512 2e900b591c13c1be50f3dcd76d9a46495f90c1335787fedb09e7c7694371d9cd117bc9158748ff8d12a09369ad4d56e2a33026779bae45f7e7d4adbaceb12585 WHIRLPOOL a86aa8d285f6b8d5efc26051c82ee2033c2a49ba296aacd6404914fc2b149a00ad65b3b49609b8bc3d137e2ca14096c390453d1ad5e37e0ccc56531b79a51071
-DIST pdlzip-1.6.tar.gz 64843 SHA256 6520a45e96487374b4b66997f9855d67bc5dd7beab4ffbca03dff6ae7b40b9ff SHA512 befdcde0826fb8d9f7809b10ed8f9cb7be34d86b19f426bd18637589d66d70275025d51bcd063c837a5db0ed274664f7170468f087501ab764d0edc96cadde5f WHIRLPOOL 081441d87f512e1f7a86e6178139cf995876c58d33ff943f0fa00bf8f868022a0c0897875c4a0e898b4c48e38c43e7629fdf3bce8f37930c2e0f437633ed3ec5
-DIST pdlzip-1.7.tar.gz 58047 SHA256 b318c6884f2a44ce45d9d3690c70215403e6a5bb6dca77a74254dd4f8577a3f5 SHA512 65fa8ef2ef0eccabf05f220a8d1822579b42cf1041b68eb2be36569c6be8a7de11def6133ef1b93fce9608c78e5ef9d547015ef2b0260660b233f3376c844fbc WHIRLPOOL d20bd22dc109dce5a2f7886df0eae30d742e82bde913e28626ad45c226c8e83cbccd1ae1fef72a6c49bc2fd2ca5a4c17c6433b90ab56acc9045a3fee0ac5cd55
DIST pdlzip-1.8.tar.gz 60564 SHA256 05af84a34aaac66c96d34e4935ecfde3717b535d0980211981ba4c539f92cee5 SHA512 ecab8500105754499448c0cc481917404ce5b9dcfb6ba66c5c51fbc8a6189b109d025f38bc7c497aa2f602e7722f302d6b05e4ee37c5ec8f97cdf253c128ad9e WHIRLPOOL 150e7627525cbfa021ea7c42f04557917b95450f5e42827e021df293622b09c55e6984c6d7410713f41572124a3817e7d52cb47e7ffec8e9a22d0321cddc45f1
diff --git a/app-arch/pdlzip/pdlzip-1.5.ebuild b/app-arch/pdlzip/pdlzip-1.5.ebuild
deleted file mode 100644
index 946911d3c5f9..000000000000
--- a/app-arch/pdlzip/pdlzip-1.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Public-domain version of lzip compressor"
-HOMEPAGE="http://www.nongnu.org/lzip/pdlzip.html"
-SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd"
-IUSE=""
-
-src_configure() {
- # not autotools-based
- ./configure \
- --prefix="${EPREFIX}"/usr \
- CC="$(tc-getCC)" \
- CPPFLAGS="${CPPFLAGS}" \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" || die
-}
diff --git a/app-arch/pdlzip/pdlzip-1.6.ebuild b/app-arch/pdlzip/pdlzip-1.6.ebuild
deleted file mode 100644
index 3d4ea883489d..000000000000
--- a/app-arch/pdlzip/pdlzip-1.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Public-domain version of lzip compressor"
-HOMEPAGE="http://www.nongnu.org/lzip/pdlzip.html"
-SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/pdlzip/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd"
-IUSE=""
-
-src_configure() {
- # not autotools-based
- ./configure \
- --prefix="${EPREFIX}"/usr \
- CC="$(tc-getCC)" \
- CPPFLAGS="${CPPFLAGS}" \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" || die
-}
diff --git a/app-arch/pdlzip/pdlzip-1.7.ebuild b/app-arch/pdlzip/pdlzip-1.7.ebuild
deleted file mode 100644
index 3d4ea883489d..000000000000
--- a/app-arch/pdlzip/pdlzip-1.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Public-domain version of lzip compressor"
-HOMEPAGE="http://www.nongnu.org/lzip/pdlzip.html"
-SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/pdlzip/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd"
-IUSE=""
-
-src_configure() {
- # not autotools-based
- ./configure \
- --prefix="${EPREFIX}"/usr \
- CC="$(tc-getCC)" \
- CPPFLAGS="${CPPFLAGS}" \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" || die
-}