summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-07 10:12:26 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-07 10:12:26 +0000
commit5981f23f3d6ce36698f3f2baa153cb7a42d967c0 (patch)
treec42dd0b8080440c64362ac12b72b7f5195d6c072 /sys-libs/gwenhywfar
parentrm (diff)
downloadgentoo-2-5981f23f3d6ce36698f3f2baa153cb7a42d967c0.tar.gz
gentoo-2-5981f23f3d6ce36698f3f2baa153cb7a42d967c0.tar.bz2
gentoo-2-5981f23f3d6ce36698f3f2baa153cb7a42d967c0.zip
Version bump.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/gwenhywfar')
-rw-r--r--sys-libs/gwenhywfar/ChangeLog8
-rw-r--r--sys-libs/gwenhywfar/files/gwenhywfar-3.8.1-asneeded.diff14
-rw-r--r--sys-libs/gwenhywfar/files/gwenhywfar-3.8.1-gcc-check.diff16
-rw-r--r--sys-libs/gwenhywfar/files/gwenhywfar-3.8.1-gnutls-check.diff26
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild39
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild47
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-3.7.2.ebuild45
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-3.8.0.ebuild45
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-3.8.1.ebuild52
9 files changed, 54 insertions, 238 deletions
diff --git a/sys-libs/gwenhywfar/ChangeLog b/sys-libs/gwenhywfar/ChangeLog
index ad609f196a28..8704a70948f6 100644
--- a/sys-libs/gwenhywfar/ChangeLog
+++ b/sys-libs/gwenhywfar/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/gwenhywfar
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.76 2010/01/04 13:45:44 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.77 2010/01/07 10:12:26 ssuominen Exp $
+
+*gwenhywfar-3.11.3 (07 Jan 2010)
+
+ 07 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +gwenhywfar-3.11.3.ebuild:
+ Version bump.
04 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
gwenhywfar-3.10.1.ebuild:
diff --git a/sys-libs/gwenhywfar/files/gwenhywfar-3.8.1-asneeded.diff b/sys-libs/gwenhywfar/files/gwenhywfar-3.8.1-asneeded.diff
deleted file mode 100644
index a58e06e04560..000000000000
--- a/sys-libs/gwenhywfar/files/gwenhywfar-3.8.1-asneeded.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: gwenhywfar-3.7.2/configure.ac
-===================================================================
---- gwenhywfar-3.7.2.orig/configure.ac
-+++ gwenhywfar-3.7.2/configure.ac
-@@ -204,7 +204,7 @@ AC_CHECK_LIB(rt, sem_init,
- [
-- rt_libs="-lrt"
-+ rt_libs="-lrt -pthread"
- AC_DEFINE(HAVE_LIBRT, "1", [whether librt is available])
-- ])
-+ ], [], [-pthread])
- AC_SUBST(rt_libs)
-
- # Some systems have iconv in libc, some have it in libiconv (OSF/1 and
diff --git a/sys-libs/gwenhywfar/files/gwenhywfar-3.8.1-gcc-check.diff b/sys-libs/gwenhywfar/files/gwenhywfar-3.8.1-gcc-check.diff
deleted file mode 100644
index 2e1736a8420f..000000000000
--- a/sys-libs/gwenhywfar/files/gwenhywfar-3.8.1-gcc-check.diff
+++ /dev/null
@@ -1,16 +0,0 @@
---- gwenhywfar-3.8.1/configure.ac 2009-05-09 18:08:48.000000000 +0200
-+++ gwenhywfar-3.8.1-1/configure.ac 2009-05-12 10:33:00.000000000 +0200
-@@ -844,11 +844,11 @@
- if test "$enable_visibility" = "yes"; then
- AC_MSG_CHECKING(if symbol visibility is supported)
- visibility_cflags=""
-- case `basename $CC` in
-+ case `$CC --version|head -n1|cut -f1 -d " "` in
- gcc*)
- dnl Determine version number (watch out: the outside square
- dnl parenteses are vitally important here!)
-- gccversion=["` ${CC} --version | head -1 | ${SED} 's/.*\([0-9]\.[0-9]\.[0-9]*\).*/\1/' `"]
-+ gccversion=["` ${CC} -dumpversion `"]
- case $gccversion in
- 4.*)
- # Activate -fvisibility=hidden only for explicit 4.x gcc
diff --git a/sys-libs/gwenhywfar/files/gwenhywfar-3.8.1-gnutls-check.diff b/sys-libs/gwenhywfar/files/gwenhywfar-3.8.1-gnutls-check.diff
deleted file mode 100644
index 7958066cec50..000000000000
--- a/sys-libs/gwenhywfar/files/gwenhywfar-3.8.1-gnutls-check.diff
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: configure.ac
-===================================================================
---- configure.ac (Revision 1547)
-+++ configure.ac (Arbeitskopie)
-@@ -192,7 +192,6 @@
- AC_CHECK_PROG(USE_DOT,dot,YES,NO)
- AC_CHECK_PROG(SED,sed,sed)
-
--
- ###-------------------------------------------------------------------------
- #
- # Checks for libraries.
-@@ -604,12 +603,7 @@
- ;;
-
- *)
-- AM_PATH_LIBGNUTLS([], [have_gnutls="yes"], [have_gnutls="no"])
-- if test "$have_gnutls" != "yes"; then
-- AC_MSG_ERROR([
-- **** Libgnutls is required for Gwenhywfar. Please install it (including devel packages)])
-- fi
--
-+ PKG_CHECK_MODULES([LIBGNUTLS], [gnutls])
- # check for 1.6 or higher
- oldlibs="$LIBS"
- LIBS="${LIBGNUTLS_LIBS}"
diff --git a/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild b/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild
deleted file mode 100644
index b2633761872c..000000000000
--- a/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild,v 1.8 2008/11/12 09:10:06 gmsoft Exp $
-
-DESCRIPTION="A multi-platform helper library for other libraries"
-HOMEPAGE="http://gwenhywfar.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ~ppc64 sparc x86"
-
-IUSE="debug ssl doc ncurses"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )
- sys-libs/ncurses
- ncurses? ( sys-libs/ncurses )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_compile() {
- econf \
- $(use_enable ssl) \
- $(use_enable debug) \
- $(use_enable doc full-doc) \
- $(use_enable ncurses gwenui) \
- --with-docpath="/usr/share/doc/${PF}/apidoc" || die "configure failed"
- emake || die "emake failed"
- if use doc ; then
- emake srcdoc || die "emake failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc README* AUTHORS ChangeLog TODO || die "dodoc failed"
- if use doc ; then
- make DESTDIR="${D}" install-srcdoc || die "install doc failed"
- fi
-}
diff --git a/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild b/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild
new file mode 100644
index 000000000000..96d6b5a43b49
--- /dev/null
+++ b/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild,v 1.1 2010/01/07 10:12:26 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=31&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug ssl doc"
+
+RDEPEND="ssl? ( net-libs/gnutls )"
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen )"
+
+src_configure() {
+ econf \
+ --disable-dependency-tracking \
+ $(use_enable ssl) \
+ --enable-visibility \
+ $(use_enable debug) \
+ $(use_enable doc full-doc) \
+ --with-docpath=/usr/share/doc/${PF}/apidoc
+}
+
+src_compile() {
+ emake || die
+
+ if use doc; then
+ emake srcdoc || die
+ fi
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog README TODO
+
+ if use doc; then
+ emake DESTDIR="${D}" install-srcdoc || die
+ fi
+
+ find "${D}" -name '*.la' -delete
+}
diff --git a/sys-libs/gwenhywfar/gwenhywfar-3.7.2.ebuild b/sys-libs/gwenhywfar/gwenhywfar-3.7.2.ebuild
deleted file mode 100644
index 20b20d0893c5..000000000000
--- a/sys-libs/gwenhywfar/gwenhywfar-3.7.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.7.2.ebuild,v 1.2 2009/10/04 14:28:27 ssuominen Exp $
-
-inherit flag-o-matic
-
-RESTRICT="test"
-
-DESCRIPTION="A multi-platform helper library for other libraries"
-HOMEPAGE="http://gwenhywfar.sourceforge.net"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE="debug ssl doc ncurses"
-
-RDEPEND="ssl? ( net-libs/gnutls )
- sys-libs/ncurses
- ncurses? ( sys-libs/ncurses )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_compile() {
- append-ldflags $(no-as-needed)
- econf \
- $(use_enable ssl) \
- $(use_enable debug) \
- $(use_enable doc full-doc) \
- $(use_enable ncurses gwenui) \
- --with-docpath="/usr/share/doc/${PF}/apidoc" || die "configure failed"
- emake || die "emake failed"
- if use doc ; then
- emake srcdoc || die "emake failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc README* AUTHORS ChangeLog TODO || die "dodoc failed"
- if use doc ; then
- make DESTDIR="${D}" install-srcdoc || die "install doc failed"
- fi
- find "${D}" -name '*.la' -delete
-}
diff --git a/sys-libs/gwenhywfar/gwenhywfar-3.8.0.ebuild b/sys-libs/gwenhywfar/gwenhywfar-3.8.0.ebuild
deleted file mode 100644
index ff0ee715f602..000000000000
--- a/sys-libs/gwenhywfar/gwenhywfar-3.8.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.8.0.ebuild,v 1.2 2009/10/04 14:28:27 ssuominen Exp $
-
-inherit flag-o-matic
-
-RESTRICT="test"
-
-DESCRIPTION="A multi-platform helper library for other libraries"
-HOMEPAGE="http://gwenhywfar.sourceforge.net"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE="debug ssl doc ncurses"
-
-RDEPEND="ssl? ( net-libs/gnutls )
- sys-libs/ncurses
- ncurses? ( sys-libs/ncurses )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_compile() {
- append-ldflags $(no-as-needed)
- econf \
- $(use_enable ssl) \
- $(use_enable debug) \
- $(use_enable doc full-doc) \
- $(use_enable ncurses gwenui) \
- --with-docpath="/usr/share/doc/${PF}/apidoc" || die "configure failed"
- emake || die "emake failed"
- if use doc ; then
- emake srcdoc || die "emake failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc README* AUTHORS ChangeLog TODO || die "dodoc failed"
- if use doc ; then
- make DESTDIR="${D}" install-srcdoc || die "install doc failed"
- fi
- find "${D}" -name '*.la' -delete
-}
diff --git a/sys-libs/gwenhywfar/gwenhywfar-3.8.1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-3.8.1.ebuild
deleted file mode 100644
index 6abe7ac95cf9..000000000000
--- a/sys-libs/gwenhywfar/gwenhywfar-3.8.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.8.1.ebuild,v 1.2 2009/05/23 13:47:32 hanno Exp $
-
-EAPI="2"
-
-inherit autotools
-
-DESCRIPTION="A multi-platform helper library for other libraries"
-HOMEPAGE="http://gwenhywfar.sourceforge.net"
-SRC_URI="http://www2.aquamaniac.de/sites/download/download.php?package=01&release=22&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE="debug ssl doc"
-
-RDEPEND="ssl? ( net-libs/gnutls )"
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-2.2.4
- doc? ( app-doc/doxygen )"
-
-src_prepare() {
- epatch "${FILESDIR}/gwenhywfar-3.8.1-asneeded.diff" || die "epatch failed"
- epatch "${FILESDIR}/gwenhywfar-3.8.1-gcc-check.diff" || die "epatch failed"
- epatch "${FILESDIR}/gwenhywfar-3.8.1-gnutls-check.diff" || die "epatch failed"
- eautoreconf || die
-}
-
-src_configure() {
- econf --enable-visibility \
- $(use_enable ssl) \
- $(use_enable debug) \
- $(use_enable doc full-doc) \
- --with-docpath="/usr/share/doc/${PF}/apidoc" || die "configure failed"
-}
-
-src_compile() {
- emake || die "emake failed"
- if use doc ; then
- emake srcdoc || die "emake failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc README* AUTHORS ChangeLog TODO || die "dodoc failed"
- if use doc ; then
- make DESTDIR="${D}" install-srcdoc || die "install doc failed"
- fi
- find "${D}" -name '*.la' -delete
-}