From 92c9ddf58cf53efac2e0ba428fdc2cb2388c0476 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Sun, 24 Aug 2014 17:53:01 +0000 Subject: Version bump. Removed old (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) --- app-shells/bash/ChangeLog | 8 +- app-shells/bash/bash-4.3_p22.ebuild | 245 ------------------------------------ app-shells/bash/bash-4.3_p24.ebuild | 245 ++++++++++++++++++++++++++++++++++++ 3 files changed, 252 insertions(+), 246 deletions(-) delete mode 100644 app-shells/bash/bash-4.3_p22.ebuild create mode 100644 app-shells/bash/bash-4.3_p24.ebuild (limited to 'app-shells') diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 1dda0a265e26..5720185a66b9 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-shells/bash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.377 2014/08/12 21:36:34 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.378 2014/08/24 17:53:01 polynomial-c Exp $ + +*bash-4.3_p24 (24 Aug 2014) + + 24 Aug 2014; Lars Wendler -bash-4.3_p22.ebuild, + +bash-4.3_p24.ebuild: + Version bump. Removed old. *bash-4.3_p22-r1 (12 Aug 2014) diff --git a/app-shells/bash/bash-4.3_p22.ebuild b/app-shells/bash/bash-4.3_p22.ebuild deleted file mode 100644 index 8f273a741bb0..000000000000 --- a/app-shells/bash/bash-4.3_p22.ebuild +++ /dev/null @@ -1,245 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p22.ebuild,v 1.1 2014/08/02 02:21:26 polynomial-c Exp $ - -EAPI="4" - -inherit eutils flag-o-matic toolchain-funcs multilib - -# Official patchlevel -# See ftp://ftp.cwru.edu/pub/bash/bash-4.3-patches/ -PLEVEL=${PV##*_p} -MY_PV=${PV/_p*} -MY_PV=${MY_PV/_/-} -MY_P=${PN}-${MY_PV} -[[ ${PV} != *_p* ]] && PLEVEL=0 -patches() { - local opt=$1 plevel=${2:-${PLEVEL}} pn=${3:-${PN}} pv=${4:-${MY_PV}} - [[ ${plevel} -eq 0 ]] && return 1 - eval set -- {1..${plevel}} - set -- $(printf "${pn}${pv/\.}-%03d " "$@") - if [[ ${opt} == -s ]] ; then - echo "${@/#/${DISTDIR}/}" - else - local u - for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do - printf "${u}/${pn}-${pv}-patches/%s " "$@" - done - fi -} - -# The version of readline this bash normally ships with. -READLINE_VER="6.3" - -DESCRIPTION="The standard GNU Bourne again shell" -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html" -SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)" -[[ ${PV} == *_rc* ]] && SRC_URI+=" ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline vanilla" - -DEPEND=">=sys-libs/ncurses-5.2-r2 - readline? ( >=sys-libs/readline-${READLINE_VER} ) - nls? ( virtual/libintl )" -RDEPEND="${DEPEND} - !