summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-11-19 20:00:02 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2010-11-19 20:00:02 +0100
commit4722e6043fdd055666d8f254f61cdcf2aef6549c (patch)
tree88287b30060133fbb7743978acbb727f08d6df13 /app-crypt
parentClean up ebuilds that were moved to gentoo-x86 (diff)
downloadeva-4722e6043fdd055666d8f254f61cdcf2aef6549c.tar.gz
eva-4722e6043fdd055666d8f254f61cdcf2aef6549c.tar.bz2
eva-4722e6043fdd055666d8f254f61cdcf2aef6549c.zip
app-crypt/gnomint: version bump
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/gnomint/Manifest4
-rw-r--r--app-crypt/gnomint/gnomint-1.1.0.ebuild (renamed from app-crypt/gnomint/gnomint-1.0.0.ebuild)19
2 files changed, 12 insertions, 11 deletions
diff --git a/app-crypt/gnomint/Manifest b/app-crypt/gnomint/Manifest
index 60c4479..7f41c72 100644
--- a/app-crypt/gnomint/Manifest
+++ b/app-crypt/gnomint/Manifest
@@ -1,4 +1,4 @@
-DIST gnomint-1.0.0.tar.gz 651457 RMD160 aed3b634bfbdc712eaa68ed3219ea6b0fec370c7 SHA1 32b5055c688e2c34d30d4a13e74d072f2d8d6cf2 SHA256 832c50d8525db2af271f073deb315f037dabd6b344837b9261459c2a21e61b1f
-EBUILD gnomint-1.0.0.ebuild 900 RMD160 f3fef79d9688eb77f233ccb89ed4cfd1c2b235c5 SHA1 77475ce88df62dcfd7a95c8f151554380a6e05e3 SHA256 6cc7779192314757a949465611eabff968568f074ff8c53912e688d505e15c5c
+DIST gnomint-1.1.0.tar.gz 658545 RMD160 0ebd6f5f78e7fb1a832f44d95013a7396848243d SHA1 ad217f465107aa9a5f5776cb71b11ae9e4473f5a SHA256 49ee16f311425e421ebd694a54194cbb696e91676e9d6a61b416860d0cceb7ca
+EBUILD gnomint-1.1.0.ebuild 943 RMD160 8400125dc212010592ea546bd4ac302bd6b27cb7 SHA1 3ba603a8178f643130f213facff7e0c01071dd36 SHA256 828c8ce0a5f78245b7f0268e56eb9379681907c523872120dcd24a1cdc355d89
MISC ChangeLog 272 RMD160 3aaf2cd8c83fac5591b334713996d7aaee0f8d4d SHA1 5c6a3756227608a0378c5b3bb7cb6c10e7a477b1 SHA256 27cd56bb0418ce4cc9832308e5dc91f31d75def8af33db3742ede94ac1651869
MISC metadata.xml 254 RMD160 adf8d9b6eb414cad6f257254314549c1c45deabe SHA1 ed766219dcc5f8f7feb49ea6fe9df5fb3e0af3ad SHA256 9c05d0058b48aacf7b9898f0ecaf1bf5a067f7bb77bc2f392e365dd2b6560549
diff --git a/app-crypt/gnomint/gnomint-1.0.0.ebuild b/app-crypt/gnomint/gnomint-1.1.0.ebuild
index 1de5392..76f86b3 100644
--- a/app-crypt/gnomint/gnomint-1.0.0.ebuild
+++ b/app-crypt/gnomint/gnomint-1.1.0.ebuild
@@ -16,19 +16,17 @@ LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
IUSE=""
-# FIXME: bump req to gnutls 2.7 when it is available
# IUSE=debug is most likely useless, -O0 -g
-RDEPEND=">=net-libs/gnutls-2.0
- >=dev-db/sqlite-3.0
- >=dev-libs/glib-2.6
- >=gnome-base/gconf-2.0
- >=x11-libs/gtk+-2.10.0
- >=gnome-base/libglade-2.5.0
+RDEPEND=">=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}
- >=dev-util/pkgconfig-0.9.0
+ >=dev-util/pkgconfig-0.9
>=dev-util/intltool-0.23"
DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README TODO"
@@ -36,6 +34,9 @@ DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README TODO"
src_prepare() {
gnome2_src_prepare
- # Fix tests
+ # Fix intltool tests
echo "src/country_table.c" >> po/POTFILES.in
+
+ # Do not build released software with stupid CFLAGS
+ sed 's/-Werror//' configure.in configure || die "sed failed"
}