From e2a3cc4823b629fb9ab66e3e19a76f2d5597ba50 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 9 Oct 2010 22:02:01 +0000 Subject: old --- app-shells/bash/bash-4.1_p5.ebuild | 187 ------------------------------------- 1 file changed, 187 deletions(-) delete mode 100644 app-shells/bash/bash-4.1_p5.ebuild (limited to 'app-shells/bash') diff --git a/app-shells/bash/bash-4.1_p5.ebuild b/app-shells/bash/bash-4.1_p5.ebuild deleted file mode 100644 index ac470a41ec7b..000000000000 --- a/app-shells/bash/bash-4.1_p5.ebuild +++ /dev/null @@ -1,187 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.1_p5.ebuild,v 1.1 2010/04/07 18:07:45 vapier Exp $ - -EAPI="1" - -inherit eutils flag-o-matic toolchain-funcs multilib - -# Official patchlevel -# See ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/ -PLEVEL=${PV##*_p} -MY_PV=${PV/_p*} -MY_PV=${MY_PV/_/-} -MY_P=${PN}-${MY_PV} -[[ ${PV} != *_p* ]] && PLEVEL=0 -READLINE_VER=6.1 -READLINE_PLEVEL=0 # both readline patches are also released as bash patches -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 -} - -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) - $(patches ${READLINE_PLEVEL} readline ${READLINE_VER})" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="afs bashlogger examples mem-scramble +net nls plugins vanilla" - -DEPEND=">=sys-libs/ncurses-5.2-r2 - nls? ( virtual/libintl )" -RDEPEND="${DEPEND} - !