Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 50888
Collapse All | Expand All

(-)bash-2.05b-r9.ebuild (-1 / +5 lines)
Lines 7-17 Link Here
7
# Official patches
7
# Official patches
8
PLEVEL="x002 x003 x004 x005 x006 x007"
8
PLEVEL="x002 x003 x004 x005 x006 x007"
9
9
10
PREEXEC_V=0.3
11
10
DESCRIPTION="The standard GNU Bourne again shell"
12
DESCRIPTION="The standard GNU Bourne again shell"
11
HOMEPAGE="http://www.gnu.org/software/bash/bash.html"
13
HOMEPAGE="http://www.gnu.org/software/bash/bash.html"
12
SRC_URI="mirror://gnu/bash/${P}.tar.gz
14
SRC_URI="mirror://gnu/bash/${P}.tar.gz
13
	mirror://gentoo/${P}-gentoo.diff.bz2
15
	mirror://gentoo/${P}-gentoo.diff.bz2
14
	${PLEVEL//x/mirror://gnu/bash/bash-${PV}-patches/bash${PV/\.}-}"
16
	${PLEVEL//x/mirror://gnu/bash/bash-${PV}-patches/bash${PV/\.}-}
17
	http://netzverschmutzer.org/~rvb/ftp/pub/patches/${P}-preexec-${PREEXEC_V}.diff.gz"
15
18
16
LICENSE="GPL-2"
19
LICENSE="GPL-2"
17
SLOT="0"
20
SLOT="0"
Lines 25-30 Link Here
25
28
26
	cd ${S}
29
	cd ${S}
27
	epatch ${DISTDIR}/${P}-gentoo.diff.bz2
30
	epatch ${DISTDIR}/${P}-gentoo.diff.bz2
31
	epatch ${DISTDIR}/${P}-preexec-${PREEXEC_V}.diff.gz
28
32
29
	for x in ${PLEVEL//x}
33
	for x in ${PLEVEL//x}
30
	do
34
	do

Return to bug 50888