summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-16 08:22:18 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-16 08:22:18 +0000
commit295235bfabca22dce46988751b64de8518267793 (patch)
treefc85808b9511ac1d0f790ccaed6d895de00d08d7 /app-crypt/libsecret
parentSwitch to global introspection USE flag. (diff)
downloadgentoo-2-295235bfabca22dce46988751b64de8518267793.tar.gz
gentoo-2-295235bfabca22dce46988751b64de8518267793.tar.bz2
gentoo-2-295235bfabca22dce46988751b64de8518267793.zip
Switch to global introspection USE flag. Clean up ebuild a bit.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'app-crypt/libsecret')
-rw-r--r--app-crypt/libsecret/ChangeLog6
-rw-r--r--app-crypt/libsecret/libsecret-0.12.ebuild7
-rw-r--r--app-crypt/libsecret/metadata.xml2
3 files changed, 6 insertions, 9 deletions
diff --git a/app-crypt/libsecret/ChangeLog b/app-crypt/libsecret/ChangeLog
index 3f1edc68eb2e..d7af2218b21a 100644
--- a/app-crypt/libsecret/ChangeLog
+++ b/app-crypt/libsecret/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/libsecret
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.5 2012/12/09 22:33:23 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.6 2012/12/16 08:22:18 tetromino Exp $
+
+ 16 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ libsecret-0.12.ebuild, metadata.xml:
+ Switch to global introspection USE flag. Clean up ebuild a bit.
*libsecret-0.12 (09 Dec 2012)
diff --git a/app-crypt/libsecret/libsecret-0.12.ebuild b/app-crypt/libsecret/libsecret-0.12.ebuild
index 7246d38a71bf..12aa5246d28e 100644
--- a/app-crypt/libsecret/libsecret-0.12.ebuild
+++ b/app-crypt/libsecret/libsecret-0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.12.ebuild,v 1.1 2012/12/09 22:33:23 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.12.ebuild,v 1.2 2012/12/16 08:22:18 tetromino Exp $
EAPI="5"
VALA_MIN_API_VERSION=0.18
@@ -71,8 +71,3 @@ src_prepare() {
src_test() {
Xemake check
}
-
-src_install() {
- gnome2_src_install
- prune_libtool_files --all
-}
diff --git a/app-crypt/libsecret/metadata.xml b/app-crypt/libsecret/metadata.xml
index 38f7f9e56a56..c83b6723d9e4 100644
--- a/app-crypt/libsecret/metadata.xml
+++ b/app-crypt/libsecret/metadata.xml
@@ -3,8 +3,6 @@
<pkgmetadata>
<herd>gnome</herd>
<use>
- <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
- for introspection</flag>
<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
</use>
</pkgmetadata>