summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-10-14 08:00:29 +0000
committerMichał Górny <mgorny@gentoo.org>2012-10-14 08:00:29 +0000
commit892bb125de2c2966d90d0aed8b15d06d5b926458 (patch)
tree72c025c5838e7a767a3eb8b1d8e9ad7b03088c76 /app-arch/zpaq
parentDrop ancient. (diff)
downloadgentoo-2-892bb125de2c2966d90d0aed8b15d06d5b926458.tar.gz
gentoo-2-892bb125de2c2966d90d0aed8b15d06d5b926458.tar.bz2
gentoo-2-892bb125de2c2966d90d0aed8b15d06d5b926458.zip
Drop ancient.
(Portage version: 2.2.0_alpha137_p1/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/zpaq')
-rw-r--r--app-arch/zpaq/ChangeLog6
-rw-r--r--app-arch/zpaq/zpaq-2.05.ebuild42
-rw-r--r--app-arch/zpaq/zpaq-3.01.ebuild42
3 files changed, 5 insertions, 85 deletions
diff --git a/app-arch/zpaq/ChangeLog b/app-arch/zpaq/ChangeLog
index 339f9ed8a70b..ae576dae2e1f 100644
--- a/app-arch/zpaq/ChangeLog
+++ b/app-arch/zpaq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/zpaq
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.10 2012/10/14 07:43:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.11 2012/10/14 08:00:29 mgorny Exp $
+
+ 14 Oct 2012; Michał Górny <mgorny@gentoo.org> -zpaq-2.05.ebuild,
+ -zpaq-3.01.ebuild:
+ Drop ancient.
*zpaq-6.10 (14 Oct 2012)
diff --git a/app-arch/zpaq/zpaq-2.05.ebuild b/app-arch/zpaq/zpaq-2.05.ebuild
deleted file mode 100644
index 8fee27215070..000000000000
--- a/app-arch/zpaq/zpaq-2.05.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-2.05.ebuild,v 1.5 2012/05/24 04:35:17 vapier Exp $
-
-EAPI=3
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils eutils
-
-MY_P=${PN}.${PV/./}
-DESCRIPTION="A unified compressor for PAQ algorithms"
-HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
-SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="=app-arch/libzpaq-2*"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}
-
-src_prepare() {
- EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/${PN}-${PV%.*}-autotools.patch
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable debug)
- )
-
- autotools-utils_src_configure
-}
-
-pkg_postinst() {
- elog "You may also want to install app-arch/zpaq-extras package which provides"
- elog "few additional configs and preprocessors for use with zpaq."
-}
diff --git a/app-arch/zpaq/zpaq-3.01.ebuild b/app-arch/zpaq/zpaq-3.01.ebuild
deleted file mode 100644
index 4a599c968abb..000000000000
--- a/app-arch/zpaq/zpaq-3.01.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-3.01.ebuild,v 1.4 2012/05/24 04:35:17 vapier Exp $
-
-EAPI=3
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils eutils
-
-MY_P=${PN}${PV/./}
-DESCRIPTION="A unified compressor for PAQ algorithms"
-HOMEPAGE="http://mattmahoney.net/dc/zpaq.html"
-SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip"
-
-LICENSE="GPL-3 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug openmp"
-
-RDEPEND="=app-arch/libzpaq-3*"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}
-
-src_prepare() {
- EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/${PN}-${PV%.*}-autotools.patch
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable debug)
- )
-
- autotools-utils_src_configure
-}
-
-pkg_postinst() {
- elog "You may also want to install app-arch/zpaq-extras package which provides"
- elog "few additional configs and preprocessors for use with zpaq."
-}