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/adesklets/adesklets-0.5.0.ebuild,v 1.4 2006/02/11 00:03:09 nelchael Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/adesklets-0.5.0.ebuild,v 1.4 2006/02/11 00:03:09 nelchael Exp $ |
4 |
|
4 |
|
|
|
5 |
inherit eutils |
6 |
|
5 |
DESCRIPTION="An interactive Imlib2 console for the X Window system" |
7 |
DESCRIPTION="An interactive Imlib2 console for the X Window system" |
6 |
HOMEPAGE="http://adesklets.sf.net/" |
8 |
HOMEPAGE="http://adesklets.sf.net/" |
7 |
SRC_URI="mirror://sourceforge/adesklets/${P}.tar.bz2" |
9 |
SRC_URI="mirror://sourceforge/adesklets/${P}.tar.bz2" |
Lines 21-26
Link Here
|
21 |
X? ( || ( x11-proto/xproto virtual/x11 ) ) |
23 |
X? ( || ( x11-proto/xproto virtual/x11 ) ) |
22 |
python? ( >=dev-lang/python-2.3.4-r1 )" |
24 |
python? ( >=dev-lang/python-2.3.4-r1 )" |
23 |
|
25 |
|
|
|
26 |
src_unpack() { |
27 |
unpack ${A} |
28 |
cd ${S} |
29 |
epatch ${FILESDIR}/${P}-adesklets_installer.patch |
30 |
} |
31 |
|
24 |
src_compile() |
32 |
src_compile() |
25 |
{ |
33 |
{ |
26 |
local myconf="" |
34 |
local myconf="" |