summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-02-19 08:57:38 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-02-19 08:57:38 +0000
commit1cdb135a1aa7f326ef9b76317bae8562df34a358 (patch)
tree67a3c1baa6dc0eaa6634c149c36c5fe7c2456d8e
parentUse a more reliable SRC_URI for e-file. This fixes bug #355391. Thanks to Aza... (diff)
downloadgentoo-2-1cdb135a1aa7f326ef9b76317bae8562df34a358.tar.gz
gentoo-2-1cdb135a1aa7f326ef9b76317bae8562df34a358.tar.bz2
gentoo-2-1cdb135a1aa7f326ef9b76317bae8562df34a358.zip
Version bump.
(Portage version: 2.1.9.40/cvs/Linux x86_64)
-rw-r--r--sys-libs/gwenhywfar/ChangeLog7
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-4.0.7.ebuild (renamed from sys-libs/gwenhywfar/gwenhywfar-4.0.1.ebuild)11
2 files changed, 13 insertions, 5 deletions
diff --git a/sys-libs/gwenhywfar/ChangeLog b/sys-libs/gwenhywfar/ChangeLog
index 8c2ca6fcf996..ec103b27c41e 100644
--- a/sys-libs/gwenhywfar/ChangeLog
+++ b/sys-libs/gwenhywfar/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/gwenhywfar
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.85 2011/02/18 12:25:11 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.86 2011/02/19 08:57:38 ssuominen Exp $
+
+*gwenhywfar-4.0.7 (19 Feb 2011)
+
+ 19 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> +gwenhywfar-4.0.7.ebuild:
+ Version bump.
18 Feb 2011; Hanno Boeck <hanno@gentoo.org> gwenhywfar-4.0.2.ebuild:
Restrict tests, they are broken in upstream's package.
diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.0.1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.0.7.ebuild
index b23859b8dbf0..2ed52141c1ec 100644
--- a/sys-libs/gwenhywfar/gwenhywfar-4.0.1.ebuild
+++ b/sys-libs/gwenhywfar/gwenhywfar-4.0.7.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.1.ebuild,v 1.1 2010/11/03 12:17:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.7.ebuild,v 1.1 2011/02/19 08:57:38 ssuominen Exp $
EAPI=2
DESCRIPTION="A multi-platform helper library for other libraries"
HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
-SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=54&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
+SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=59&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -27,9 +27,12 @@ DEPEND="${RDEPEND}
sys-devel/gettext
doc? ( app-doc/doxygen )"
+# broken upstream, reported but got no reply
+RESTRICT="test"
+
src_configure() {
local guis
- use fox && guis="${guis} fox"
+ use fox && guis="${guis} fox16"
use gtk && guis="${guis} gtk2"
use qt4 && guis="${guis} qt4"