summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-01-06 16:10:22 +0000
committerMichał Górny <mgorny@gentoo.org>2011-01-06 16:10:22 +0000
commitd98a6215a3f9111b0c6155988bfcaf93b20304a8 (patch)
tree3fbac6748570f6b4a90814bb7d48b9d29a6bd39d /app-arch
parentVersion bump for dev channel release. Fails tests. (diff)
downloadgentoo-2-d98a6215a3f9111b0c6155988bfcaf93b20304a8.tar.gz
gentoo-2-d98a6215a3f9111b0c6155988bfcaf93b20304a8.tar.bz2
gentoo-2-d98a6215a3f9111b0c6155988bfcaf93b20304a8.zip
Bump to install standard ZPAQ configurations as well as they are not installed stand-alone anymore in >=app-arch/zpaq-2.03 (and the built-in variants don't accept arguments).
(Portage version: 2.2.0_alpha12_p8/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/zpaq-extras/ChangeLog10
-rw-r--r--app-arch/zpaq-extras/zpaq-extras-0_p20110106.ebuild (renamed from app-arch/zpaq-extras/zpaq-extras-0_p20100426.ebuild)17
2 files changed, 22 insertions, 5 deletions
diff --git a/app-arch/zpaq-extras/ChangeLog b/app-arch/zpaq-extras/ChangeLog
index fdbb9e8ad688..c747a02fb10b 100644
--- a/app-arch/zpaq-extras/ChangeLog
+++ b/app-arch/zpaq-extras/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-arch/zpaq-extras
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq-extras/ChangeLog,v 1.2 2011/01/05 23:30:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq-extras/ChangeLog,v 1.3 2011/01/06 16:10:21 mgorny Exp $
+
+*zpaq-extras-0_p20110106 (06 Jan 2011)
+
+ 06 Jan 2011; Michał Górny <mgorny@gentoo.org>
+ -zpaq-extras-0_p20100426.ebuild, +zpaq-extras-0_p20110106.ebuild:
+ Bump to install standard ZPAQ configurations as well as they are not
+ installed stand-alone anymore in >=app-arch/zpaq-2.03 (and the built-in
+ variants don't accept arguments).
05 Jan 2011; Michał Górny <mgorny@gentoo.org>
zpaq-extras-0_p20100426.ebuild:
diff --git a/app-arch/zpaq-extras/zpaq-extras-0_p20100426.ebuild b/app-arch/zpaq-extras/zpaq-extras-0_p20110106.ebuild
index f7dd464ee756..c6684749dcc3 100644
--- a/app-arch/zpaq-extras/zpaq-extras-0_p20100426.ebuild
+++ b/app-arch/zpaq-extras/zpaq-extras-0_p20110106.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq-extras/zpaq-extras-0_p20100426.ebuild,v 1.2 2011/01/05 23:30:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq-extras/zpaq-extras-0_p20110106.ebuild,v 1.1 2011/01/06 16:10:21 mgorny Exp $
EAPI=3
inherit base toolchain-funcs
@@ -12,7 +12,10 @@ SRC_URI="http://mattmahoney.net/dc/bwt_j3.zip
http://mattmahoney.net/dc/bmp_j4.zip
http://mattmahoney.net/dc/exe_j1.zip
http://mattmahoney.net/dc/jpg_test2.zip
- http://mattmahoney.net/dc/fast.cfg"
+ http://mattmahoney.net/dc/min.zip
+ http://mattmahoney.net/dc/fast.cfg -> zpaq-fast.cfg
+ http://mattmahoney.net/dc/mid.cfg -> zpaq-mid.cfg
+ http://mattmahoney.net/dc/max.cfg -> zpaq-max.cfg"
LICENSE="GPL-3"
SLOT="0"
@@ -20,13 +23,19 @@ KEYWORDS="~amd64"
IUSE=""
DEPEND="app-arch/unzip"
-RDEPEND=""
+RDEPEND="!<app-arch/zpaq-2.03"
S=${WORKDIR}
src_unpack() {
+ local x
+ for x in ${A}; do
+ if [[ ${x} == *.cfg ]]; then
+ cp "${DISTDIR}"/${x} ${x#zpaq-} || die
+ fi
+ done
+
default
- cp "${DISTDIR}"/fast.cfg . || die
}
src_configure() {