diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-26 11:25:29 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-26 11:25:29 +0000 |
commit | b3fd0ff2f389927631144bfe54b747d798c9f8c9 (patch) | |
tree | cf33a55b5db655adf670fd6694a20c625b00b09a /sys-libs/gwenhywfar | |
parent | amd64 stable wrt #355077 (diff) | |
download | historical-b3fd0ff2f389927631144bfe54b747d798c9f8c9.tar.gz historical-b3fd0ff2f389927631144bfe54b747d798c9f8c9.tar.bz2 historical-b3fd0ff2f389927631144bfe54b747d798c9f8c9.zip |
amd64 stable wrt #355077
Package-Manager: portage-2.2.0_alpha24/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/gwenhywfar')
-rw-r--r-- | sys-libs/gwenhywfar/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild | 47 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild | 4 |
3 files changed, 6 insertions, 50 deletions
diff --git a/sys-libs/gwenhywfar/ChangeLog b/sys-libs/gwenhywfar/ChangeLog index ec103b27c41e..58de72d68802 100644 --- a/sys-libs/gwenhywfar/ChangeLog +++ b/sys-libs/gwenhywfar/ChangeLog @@ -1,6 +1,9 @@ # 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.86 2011/02/19 08:57:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.87 2011/02/26 11:24:06 ssuominen Exp $ + + 26 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gwenhywfar-4.0.2.ebuild: + amd64 stable wrt #355077 *gwenhywfar-4.0.7 (19 Feb 2011) diff --git a/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild b/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild deleted file mode 100644 index e24a6f27e5c8..000000000000 --- a/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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.2 2010/01/08 19:20:52 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 doc" - -RDEPEND="net-libs/gnutls" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -src_configure() { - econf \ - --disable-dependency-tracking \ - --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-4.0.2.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild index 97165870f62f..851dab8910f0 100644 --- a/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild +++ b/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.3 2011/02/18 12:25:11 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.4 2011/02/26 11:24:06 ssuominen Exp $ EAPI=2 @@ -10,7 +10,7 @@ SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="debug doc fox gtk qt4" RDEPEND="dev-libs/libgpg-error |