summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2009-10-01 23:06:03 +0530
committerNirbheek Chauhan <nirbheek@gentoo.org>2009-10-01 23:26:44 +0530
commit032db48ee0fd23c58ed0b56a9ed0261040c88f8e (patch)
tree41a4f0cd977925096eb9a758ddc3205844a7479f /app-crypt/seahorse
parentapp-crypt/seahorse-plugins: Use gnome2-la.eclass for .la file removal (diff)
downloadgnome-032db48ee0fd23c58ed0b56a9ed0261040c88f8e.tar.gz
gnome-032db48ee0fd23c58ed0b56a9ed0261040c88f8e.tar.bz2
gnome-032db48ee0fd23c58ed0b56a9ed0261040c88f8e.zip
app-crypt/seahorse: Use gnome2-la.eclass for .la file removal
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r--app-crypt/seahorse/Manifest2
-rw-r--r--app-crypt/seahorse/seahorse-2.28.0.ebuild10
2 files changed, 5 insertions, 7 deletions
diff --git a/app-crypt/seahorse/Manifest b/app-crypt/seahorse/Manifest
index a5668aaf..85205afa 100644
--- a/app-crypt/seahorse/Manifest
+++ b/app-crypt/seahorse/Manifest
@@ -1,3 +1,3 @@
AUX seahorse-2.28.0-as-needed.patch 381 RMD160 2756cc4440f36b2a206b07710f5bc9b60037a564 SHA1 390204f347f89b3c0dcebbe8cb1f154090b22aa4 SHA256 243d49dd613a19d569e8fa5560d4f4d1618c9c067b00588cd61ccf6dc7516d3c
DIST seahorse-2.28.0.tar.bz2 2388622 RMD160 0e1f6c1d830236f5734ac43fbf38de74e3d7c3ef SHA1 5dc3167c567c66a18878dd57c4d91189e4e3267d SHA256 63d40fea2b8fb52d1b29d10bee2c5c3a6722516a770793979eb062ed53588a3e
-EBUILD seahorse-2.28.0.ebuild 2034 RMD160 ff366beea656eb2d8f27ed924d3df43afce7f8b1 SHA1 9e2a8068ac972465173a6cdb1b28a15de2035a97 SHA256 df86b9687fafd37921eb0e48d051981b361ef52661fb765228e5b6238100c983
+EBUILD seahorse-2.28.0.ebuild 2024 RMD160 fe2337977c14733bbab3b92ad76c71dd2046f4bf SHA1 b62c01e548f063a49c60792f4350be48e20bfe09 SHA256 d190c728f4de5f8dd7ec1ce002f83d750b3136a7e163f6c3e3c74fb3983f8915
diff --git a/app-crypt/seahorse/seahorse-2.28.0.ebuild b/app-crypt/seahorse/seahorse-2.28.0.ebuild
index de0065a3..9aa886b5 100644
--- a/app-crypt/seahorse/seahorse-2.28.0.ebuild
+++ b/app-crypt/seahorse/seahorse-2.28.0.ebuild
@@ -4,7 +4,7 @@
EAPI="2"
-inherit autotools eutils gnome2
+inherit autotools eutils gnome2 gnome2-la
DESCRIPTION="A GNOME application for managing encryption keys"
HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
@@ -43,6 +43,9 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
pkg_setup() {
+ # Pointless .la files for plugins
+ G2PUNT_LA="yes"
+
G2CONF="${G2CONF}
--enable-pgp
--enable-ssh
@@ -71,11 +74,6 @@ src_prepare() {
eautoreconf
}
-src_install() {
- gnome2_src_install
- find "${D}" -name '*.la' -delete
-}
-
pkg_postinst() {
einfo "The seahorse-agent tool has been moved to app-crypt/seahorse-plugins"
einfo "Use that if you want seahorse to manage your terminal SSH keys"