Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131860
Collapse All | Expand All

(-)/usr/portage/app-crypt/gpa/gpa-0.7.0-r2.ebuild (-3 / +3 lines)
Lines 6-21 Link Here
6
6
7
DESCRIPTION="Standard GUI for GnuPG"
7
DESCRIPTION="Standard GUI for GnuPG"
8
HOMEPAGE="http://www.gnupg.org/(en)/related_software/gpa/index.html"
8
HOMEPAGE="http://www.gnupg.org/(en)/related_software/gpa/index.html"
9
SRC_URI="mirror://gnupg/alpha/gpa/${P}.tar.gz"
9
SRC_URI="mirror://gnupg/alpha/gpa/${P}.tar.bz2"
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 ppc sparc x86"
13
KEYWORDS="alpha amd64 ppc sparc x86"
14
IUSE="nls"
14
IUSE="nls"
15
15
16
DEPEND=">=x11-libs/gtk+-2.0
16
DEPEND=">=x11-libs/gtk+-2.2
17
	>=app-crypt/gnupg-1.2
17
	>=app-crypt/gnupg-1.2
18
	>=app-crypt/gpgme-0.9.0-r1
18
	>=app-crypt/gpgme-1.1.1
19
	nls? ( sys-devel/gettext )"
19
	nls? ( sys-devel/gettext )"
20
20
21
src_compile() {
21
src_compile() {

Return to bug 131860