Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 997 | Differences between
and this patch

Collapse All | Expand All

(-)bbpager-0.3.0-r1.ebuild (-2 / +2 lines)
Lines 8-14 Link Here
8
SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz"
8
SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz"
9
HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbpager"
9
HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbpager"
10
10
11
DEPEND=">=x11-wm/blackbox-0.61"
11
DEPEND="virtual/blackbox"
12
12
13
src_compile() {
13
src_compile() {
14
	./configure --prefix=/usr --host=${CHOST} || die
14
	./configure --prefix=/usr --host=${CHOST} || die
Lines 23-28 Link Here
23
pkg_postinst() {
23
pkg_postinst() {
24
	cd ${ROOT}usr/X11R6/bin/wm
24
	cd ${ROOT}usr/X11R6/bin/wm
25
	if [ ! "`grep bbpager blackbox`" ] ; then
25
	if [ ! "`grep bbpager blackbox`" ] ; then
26
	sed -e "s/.*blackbox/exec \/usr\/bin\/bbpager \&\n&/" blackbox | cat > blackbox
26
	sed -e "s:.*blackbox:exec /usr/bin/bbpager \&\n&:" blackbox | cat > blackbox
27
	fi
27
	fi
28
}
28
}

Return to bug 997