Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-crypt/gcr/
Date: Sun, 04 Nov 2012 15:05:36
Message-Id: 1352041501.4a7c8b7a958ea5c903e7132e449c65d41e8ace79.eva@gentoo
1 commit: 4a7c8b7a958ea5c903e7132e449c65d41e8ace79
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 4 15:05:01 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 4 15:05:01 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4a7c8b7a
7
8 app-crypt/gcr: fix repoman warnings
9
10 ---
11 app-crypt/gcr/gcr-3.6.1.ebuild | 2 +-
12 app-crypt/gcr/gcr-9999.ebuild | 2 +-
13 app-crypt/gcr/metadata.xml | 9 +++++++++
14 3 files changed, 11 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/gcr/gcr-3.6.1.ebuild b/app-crypt/gcr/gcr-3.6.1.ebuild
17 index c2a7bca..d1afa69 100644
18 --- a/app-crypt/gcr/gcr-3.6.1.ebuild
19 +++ b/app-crypt/gcr/gcr-3.6.1.ebuild
20 @@ -6,7 +6,7 @@ EAPI="4"
21 GCONF_DEBUG="no"
22 GNOME2_LA_PUNT="yes"
23
24 -inherit autotools gnome2 virtualx
25 +inherit gnome2 virtualx
26 if [[ ${PV} = 9999 ]]; then
27 inherit gnome2-live
28 fi
29
30 diff --git a/app-crypt/gcr/gcr-9999.ebuild b/app-crypt/gcr/gcr-9999.ebuild
31 index c2a7bca..d1afa69 100644
32 --- a/app-crypt/gcr/gcr-9999.ebuild
33 +++ b/app-crypt/gcr/gcr-9999.ebuild
34 @@ -6,7 +6,7 @@ EAPI="4"
35 GCONF_DEBUG="no"
36 GNOME2_LA_PUNT="yes"
37
38 -inherit autotools gnome2 virtualx
39 +inherit gnome2 virtualx
40 if [[ ${PV} = 9999 ]]; then
41 inherit gnome2-live
42 fi
43
44 diff --git a/app-crypt/gcr/metadata.xml b/app-crypt/gcr/metadata.xml
45 new file mode 100644
46 index 0000000..9f4a414
47 --- /dev/null
48 +++ b/app-crypt/gcr/metadata.xml
49 @@ -0,0 +1,9 @@
50 +<?xml version="1.0" encoding="UTF-8"?>
51 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 +<pkgmetadata>
53 + <herd>gnome</herd>
54 + <use>
55 + <flag name="introspection">Use
56 + <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
57 + </use>
58 +</pkgmetadata>