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

Collapse All | Expand All

(-)bbtime-0.1.5.ebuild.orig (+9 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbtime/bbtime-0.1.5.ebuild,v 1.8 2006/12/07 02:28:31 flameeyes Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbtime/bbtime-0.1.5.ebuild,v 1.8 2006/12/07 02:28:31 flameeyes Exp $
4
4
5
inherit eutils autotools
6
5
DESCRIPTION="blackbox time watcher"
7
DESCRIPTION="blackbox time watcher"
6
HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbtime"
8
HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbtime"
7
SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz"
9
SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz"
Lines 13-18 Link Here
13
15
14
DEPEND="virtual/blackbox"
16
DEPEND="virtual/blackbox"
15
17
18
src_unpack() {
19
	unpack ${A}
20
	cd "${S}"
21
	epatch "${FILESDIR}"/${P}-as-needed.patch
22
	eautoreconf
23
}
24
16
src_install () {
25
src_install () {
17
	make DESTDIR="${D}" install || die "make install failed"
26
	make DESTDIR="${D}" install || die "make install failed"
18
	dodoc README COPYING AUTHORS BUGS INSTALL ChangeLog NEWS TODO
27
	dodoc README COPYING AUTHORS BUGS INSTALL ChangeLog NEWS TODO

Return to bug 248555