Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/eva:master commit in: app-crypt/gnomint/
Date: Sat, 26 Nov 2011 11:59:15
Message-Id: 07c67ec46a7a9f029c193539cb5d04407453a8bb.eva@gentoo
1 commit: 07c67ec46a7a9f029c193539cb5d04407453a8bb
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 26 11:58:32 2011 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 11:58:32 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=07c67ec4
7
8 app-crypt/gnomint: version bump
9
10 ---
11 app-crypt/gnomint/Manifest | 12 +++++++++-
12 .../{gnomint-1.1.0.ebuild => gnomint-1.2.1.ebuild} | 23 +++++++++++++------
13 app-crypt/gnomint/metadata.xml | 5 +++-
14 3 files changed, 31 insertions(+), 9 deletions(-)
15
16 diff --git a/app-crypt/gnomint/Manifest b/app-crypt/gnomint/Manifest
17 index 9724327..c601116 100644
18 --- a/app-crypt/gnomint/Manifest
19 +++ b/app-crypt/gnomint/Manifest
20 @@ -1 +1,11 @@
21 -DIST gnomint-1.1.0.tar.gz 658545 RMD160 0ebd6f5f78e7fb1a832f44d95013a7396848243d SHA1 ad217f465107aa9a5f5776cb71b11ae9e4473f5a SHA256 49ee16f311425e421ebd694a54194cbb696e91676e9d6a61b416860d0cceb7ca
22 +-----BEGIN PGP SIGNED MESSAGE-----
23 +Hash: SHA1
24 +
25 +DIST gnomint-1.2.1.tar.gz 703316 RMD160 6a55b7329aa81c895a6f9bfb04b82d9759f5a10f SHA1 009f0ef2c5a96fdc77d1907a6cf291fe40638192 SHA256 6186ca6073e912bad5e0b026bc704430098a54392f3741d62929cc6fca3c38b0
26 +-----BEGIN PGP SIGNATURE-----
27 +Version: GnuPG v2.0.18 (GNU/Linux)
28 +
29 +iEYEARECAAYFAk7Q1GgACgkQ1fmVwcYIWAYRjQCgiIRiIBYeRZtkZ4PWl2MgT3FV
30 +r5cAnR+1E38S0Qi6LLjzV6GPWNDhV+3S
31 +=Mue4
32 +-----END PGP SIGNATURE-----
33
34 diff --git a/app-crypt/gnomint/gnomint-1.1.0.ebuild b/app-crypt/gnomint/gnomint-1.2.1.ebuild
35 similarity index 74%
36 rename from app-crypt/gnomint/gnomint-1.1.0.ebuild
37 rename to app-crypt/gnomint/gnomint-1.2.1.ebuild
38 index 76f86b3..1d86795 100644
39 --- a/app-crypt/gnomint/gnomint-1.1.0.ebuild
40 +++ b/app-crypt/gnomint/gnomint-1.2.1.ebuild
41 @@ -2,7 +2,7 @@
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: $
44
45 -EAPI="2"
46 +EAPI="4"
47 GCONF_DEBUG="no"
48
49 inherit gnome2
50 @@ -14,20 +14,24 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
51 SLOT="0"
52 LICENSE="GPL-3"
53 KEYWORDS="~amd64 ~x86"
54 -IUSE=""
55 +IUSE="utils"
56
57 # IUSE=debug is most likely useless, -O0 -g
58 -RDEPEND=">=net-libs/gnutls-2.7.4
59 +COMMON_DEPEND=">=net-libs/gnutls-2.7.4
60 >=dev-db/sqlite-3:3
61 >=dev-libs/glib-2.6:2
62 >=gnome-base/gconf-2
63 >=x11-libs/gtk+-2.12:2
64 >=app-text/iso-codes-0.35
65 - sys-libs/readline"
66 -
67 -DEPEND="${RDEPEND}
68 + sys-libs/readline
69 +"
70 +RDEPEND="${COMMON_DEPEND}
71 + utils? ( dev-db/sqlite:0 )
72 +"
73 +DEPEND="${COMMON_DEPEND}
74 >=dev-util/pkgconfig-0.9
75 - >=dev-util/intltool-0.23"
76 + >=dev-util/intltool-0.23
77 +"
78
79 DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README TODO"
80
81 @@ -40,3 +44,8 @@ src_prepare() {
82 # Do not build released software with stupid CFLAGS
83 sed 's/-Werror//' configure.in configure || die "sed failed"
84 }
85 +
86 +src_install() {
87 + gnome2_src_install
88 + use utils || rm "${D}"/usr/bin/gnomint-upgrade-db
89 +}
90
91 diff --git a/app-crypt/gnomint/metadata.xml b/app-crypt/gnomint/metadata.xml
92 index 1211eb7..deb582f 100644
93 --- a/app-crypt/gnomint/metadata.xml
94 +++ b/app-crypt/gnomint/metadata.xml
95 @@ -1,9 +1,12 @@
96 <?xml version="1.0" encoding="UTF-8"?>
97 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
98 <pkgmetadata>
99 -<herd>no-head</herd>
100 +<herd>no-herd</herd>
101 <maintainer>
102 <email>eva@g.o</email>
103 <name>Gilles Dartiguelongue</name>
104 </maintainer>
105 +<use>
106 + <flag name="utils">Install utility to migration old gnomint database (pre 0.1.4).</flag>
107 +</use>
108 </pkgmetadata>