Lines 2-8
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/app-crypt/seahorse/seahorse-0.7.6.ebuild,v 1.1 2005/02/28 09:47:35 dragonheart Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.7.6.ebuild,v 1.1 2005/02/28 09:47:35 dragonheart Exp $ |
4 |
|
4 |
|
5 |
inherit gnome2 |
5 |
inherit gnome2 eutils |
6 |
|
6 |
|
7 |
DESCRIPTION="gnome front end to gnupg" |
7 |
DESCRIPTION="gnome front end to gnupg" |
8 |
HOMEPAGE="http://seahorse.sourceforge.net/" |
8 |
HOMEPAGE="http://seahorse.sourceforge.net/" |
Lines 37-43
Link Here
|
37 |
DOCS="AUTHORS ChangeLog NEWS README TODO THANKS" |
37 |
DOCS="AUTHORS ChangeLog NEWS README TODO THANKS" |
38 |
IUSE="doc ldap" |
38 |
IUSE="doc ldap" |
39 |
|
39 |
|
|
|
40 |
src_unpack() { |
41 |
unpack ${A} |
42 |
cd ${S} |
43 |
epatch "${FILESDIR}/${P}-gnome-2.10.patch" |
44 |
} |
45 |
|
40 |
src_compile() { |
46 |
src_compile() { |
|
|
47 |
autoconf |
41 |
# note below doesn't work - need to fix |
48 |
# note below doesn't work - need to fix |
42 |
append-ldflags -Wl,-z,now |
49 |
append-ldflags -Wl,-z,now |
43 |
export LDFLAGS |
50 |
export LDFLAGS |