public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/eva:master commit in: app-crypt/gnomint/
@ 2011-11-26 11:58 Gilles Dartiguelongue
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue @ 2011-11-26 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     07c67ec46a7a9f029c193539cb5d04407453a8bb
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 11:58:32 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 11:58:32 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=07c67ec4

app-crypt/gnomint: version bump

---
 app-crypt/gnomint/Manifest                         |   12 +++++++++-
 .../{gnomint-1.1.0.ebuild => gnomint-1.2.1.ebuild} |   23 +++++++++++++------
 app-crypt/gnomint/metadata.xml                     |    5 +++-
 3 files changed, 31 insertions(+), 9 deletions(-)

diff --git a/app-crypt/gnomint/Manifest b/app-crypt/gnomint/Manifest
index 9724327..c601116 100644
--- a/app-crypt/gnomint/Manifest
+++ b/app-crypt/gnomint/Manifest
@@ -1 +1,11 @@
-DIST gnomint-1.1.0.tar.gz 658545 RMD160 0ebd6f5f78e7fb1a832f44d95013a7396848243d SHA1 ad217f465107aa9a5f5776cb71b11ae9e4473f5a SHA256 49ee16f311425e421ebd694a54194cbb696e91676e9d6a61b416860d0cceb7ca
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST gnomint-1.2.1.tar.gz 703316 RMD160 6a55b7329aa81c895a6f9bfb04b82d9759f5a10f SHA1 009f0ef2c5a96fdc77d1907a6cf291fe40638192 SHA256 6186ca6073e912bad5e0b026bc704430098a54392f3741d62929cc6fca3c38b0
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iEYEARECAAYFAk7Q1GgACgkQ1fmVwcYIWAYRjQCgiIRiIBYeRZtkZ4PWl2MgT3FV
+r5cAnR+1E38S0Qi6LLjzV6GPWNDhV+3S
+=Mue4
+-----END PGP SIGNATURE-----

diff --git a/app-crypt/gnomint/gnomint-1.1.0.ebuild b/app-crypt/gnomint/gnomint-1.2.1.ebuild
similarity index 74%
rename from app-crypt/gnomint/gnomint-1.1.0.ebuild
rename to app-crypt/gnomint/gnomint-1.2.1.ebuild
index 76f86b3..1d86795 100644
--- a/app-crypt/gnomint/gnomint-1.1.0.ebuild
+++ b/app-crypt/gnomint/gnomint-1.2.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI="4"
 GCONF_DEBUG="no"
 
 inherit gnome2
@@ -14,20 +14,24 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 SLOT="0"
 LICENSE="GPL-3"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="utils"
 
 # IUSE=debug is most likely useless, -O0 -g
-RDEPEND=">=net-libs/gnutls-2.7.4
+COMMON_DEPEND=">=net-libs/gnutls-2.7.4
 	>=dev-db/sqlite-3:3
 	>=dev-libs/glib-2.6:2
 	>=gnome-base/gconf-2
 	>=x11-libs/gtk+-2.12:2
 	>=app-text/iso-codes-0.35
-	sys-libs/readline"
-
-DEPEND="${RDEPEND}
+	sys-libs/readline
+"
+RDEPEND="${COMMON_DEPEND}
+	utils? ( dev-db/sqlite:0 )
+"
+DEPEND="${COMMON_DEPEND}
 	>=dev-util/pkgconfig-0.9
-	>=dev-util/intltool-0.23"
+	>=dev-util/intltool-0.23
+"
 
 DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README TODO"
 
@@ -40,3 +44,8 @@ src_prepare() {
 	# Do not build released software with stupid CFLAGS
 	sed 's/-Werror//' configure.in configure || die "sed failed"
 }
+
+src_install() {
+	gnome2_src_install
+	use utils || rm "${D}"/usr/bin/gnomint-upgrade-db
+}

diff --git a/app-crypt/gnomint/metadata.xml b/app-crypt/gnomint/metadata.xml
index 1211eb7..deb582f 100644
--- a/app-crypt/gnomint/metadata.xml
+++ b/app-crypt/gnomint/metadata.xml
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>no-head</herd>
+<herd>no-herd</herd>
 <maintainer>
 	<email>eva@gentoo.org</email>
 	<name>Gilles Dartiguelongue</name>
 </maintainer>
+<use>
+	<flag name="utils">Install utility to migration old gnomint database (pre 0.1.4).</flag>
+</use>
 </pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/eva:master commit in: app-crypt/gnomint/
@ 2012-10-20 10:41 Gilles Dartiguelongue
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-20 10:41 UTC (permalink / raw
  To: gentoo-commits

commit:     219ba7549ea98cc4c72803094d99931ff9671fa2
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 10:40:04 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 10:41:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=219ba754

app-crypt/gnomint: use pkgconfig virtual

	* Fix gentoo copyright line.
	* Drop no-herd per repoman warning.

---
 app-crypt/gnomint/Manifest             |   12 ++++++------
 app-crypt/gnomint/gnomint-1.2.1.ebuild |    4 ++--
 app-crypt/gnomint/metadata.xml         |    1 -
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/app-crypt/gnomint/Manifest b/app-crypt/gnomint/Manifest
index c601116..565c3cb 100644
--- a/app-crypt/gnomint/Manifest
+++ b/app-crypt/gnomint/Manifest
@@ -1,11 +1,11 @@
 -----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
+Hash: SHA512
 
-DIST gnomint-1.2.1.tar.gz 703316 RMD160 6a55b7329aa81c895a6f9bfb04b82d9759f5a10f SHA1 009f0ef2c5a96fdc77d1907a6cf291fe40638192 SHA256 6186ca6073e912bad5e0b026bc704430098a54392f3741d62929cc6fca3c38b0
+DIST gnomint-1.2.1.tar.gz 703316 SHA256 6186ca6073e912bad5e0b026bc704430098a54392f3741d62929cc6fca3c38b0
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.18 (GNU/Linux)
+Version: GnuPG v2.0.19 (GNU/Linux)
 
-iEYEARECAAYFAk7Q1GgACgkQ1fmVwcYIWAYRjQCgiIRiIBYeRZtkZ4PWl2MgT3FV
-r5cAnR+1E38S0Qi6LLjzV6GPWNDhV+3S
-=Mue4
+iEYEAREKAAYFAlCCf4UACgkQ1fmVwcYIWAZ4PQCgpKw6pf21XoIPYHGmhYNHj9we
+S3MAn1NA2lZ4CZureNHjuuBesu82eFcp
+=zNyt
 -----END PGP SIGNATURE-----

diff --git a/app-crypt/gnomint/gnomint-1.2.1.ebuild b/app-crypt/gnomint/gnomint-1.2.1.ebuild
index 1d86795..9dea535 100644
--- a/app-crypt/gnomint/gnomint-1.2.1.ebuild
+++ b/app-crypt/gnomint/gnomint-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -29,8 +29,8 @@ RDEPEND="${COMMON_DEPEND}
 	utils? ( dev-db/sqlite:0 )
 "
 DEPEND="${COMMON_DEPEND}
-	>=dev-util/pkgconfig-0.9
 	>=dev-util/intltool-0.23
+	virtual/pkgconfig
 "
 
 DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README TODO"

diff --git a/app-crypt/gnomint/metadata.xml b/app-crypt/gnomint/metadata.xml
index deb582f..00dd479 100644
--- a/app-crypt/gnomint/metadata.xml
+++ b/app-crypt/gnomint/metadata.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>no-herd</herd>
 <maintainer>
 	<email>eva@gentoo.org</email>
 	<name>Gilles Dartiguelongue</name>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-20 10:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-26 11:58 [gentoo-commits] dev/eva:master commit in: app-crypt/gnomint/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2012-10-20 10:41 Gilles Dartiguelongue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox