diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-11-26 12:58:32 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-11-26 12:58:32 +0100 |
commit | 07c67ec46a7a9f029c193539cb5d04407453a8bb (patch) | |
tree | a067a0db45f32f55b3cac3f65981666f372523c9 | |
parent | net-fs/nfs-utils: bumped in gentoo-x86 (diff) | |
download | eva-07c67ec46a7a9f029c193539cb5d04407453a8bb.tar.gz eva-07c67ec46a7a9f029c193539cb5d04407453a8bb.tar.bz2 eva-07c67ec46a7a9f029c193539cb5d04407453a8bb.zip |
app-crypt/gnomint: version bump
-rw-r--r-- | app-crypt/gnomint/Manifest | 12 | ||||
-rw-r--r-- | app-crypt/gnomint/gnomint-1.2.1.ebuild (renamed from app-crypt/gnomint/gnomint-1.1.0.ebuild) | 23 | ||||
-rw-r--r-- | 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 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> |