| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 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-sharing/Attic/seahorse-sharing-3.4.0.ebuild,v 1.1 2012/04/21 07:59:04 tetromino Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-sharing/Attic/seahorse-sharing-3.4.0.ebuild,v 1.2 2012/05/03 18:16:39 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit gnome2 |
7 | inherit gnome2 |
| 8 | |
8 | |
| … | |
… | |
| 26 | RDEPEND="${COMMON_DEPEND} |
26 | RDEPEND="${COMMON_DEPEND} |
| 27 | !<app-crypt/seahorse-3.2" |
27 | !<app-crypt/seahorse-3.2" |
| 28 | # ${PN} was part of seahorse before 3.2 |
28 | # ${PN} was part of seahorse before 3.2 |
| 29 | DEPEND="${COMMON_DEPEND} |
29 | DEPEND="${COMMON_DEPEND} |
| 30 | >=dev-util/intltool-0.35 |
30 | >=dev-util/intltool-0.35 |
| 31 | dev-util/pkgconfig |
31 | virtual/pkgconfig |
| 32 | sys-devel/gettext" |
32 | sys-devel/gettext" |
| 33 | |
33 | |
| 34 | pkg_setup() { |
34 | pkg_setup() { |
| 35 | DOCS="AUTHORS MAINTAINERS NEWS" # ChangeLog has nothing useful |
35 | DOCS="AUTHORS MAINTAINERS NEWS" # ChangeLog has nothing useful |
| 36 | # Do not pass --enable-tests to configure - package has no tests |
36 | # Do not pass --enable-tests to configure - package has no tests |