hanno 14/06/23 11:59:46 Modified: ChangeLog Added: gwenhywfar-4.12.0_beta.ebuild Log: gwenhywfar bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xA5880072BBB51E42)
Revision Changes Path 1.108 sys-libs/gwenhywfar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.108&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.108&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?r1=1.107&r2=1.108 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- ChangeLog 1 Mar 2014 22:14:45 -0000 1.107 +++ ChangeLog 23 Jun 2014 11:59:46 -0000 1.108 @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/gwenhywfar # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.107 2014/03/01 22:14:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.108 2014/06/23 11:59:46 hanno Exp $ + +*gwenhywfar-4.12.0_beta (23 Jun 2014) + + 23 Jun 2014; Hanno Boeck <[email protected]> +gwenhywfar-4.12.0_beta.ebuild: + Bump. 01 Mar 2014; Michał Górny <[email protected]> gwenhywfar-4.2.1.ebuild, gwenhywfar-4.3.3.ebuild: 1.1 sys-libs/gwenhywfar/gwenhywfar-4.12.0_beta.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.12.0_beta.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.12.0_beta.ebuild?rev=1.1&content-type=text/plain Index: gwenhywfar-4.12.0_beta.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.12.0_beta.ebuild,v 1.1 2014/06/23 11:59:46 hanno Exp $ EAPI=5 MY_P="${P/_beta/beta}" 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=76&file=01&dummy=${MY_P}.tar.gz -> ${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="debug doc fox gtk qt4" RDEPEND="dev-libs/libgpg-error >=dev-libs/libgcrypt-1.2.0:0 dev-libs/openssl:0 >=net-libs/gnutls-2.0.1 virtual/libiconv virtual/libintl fox? ( x11-libs/fox:1.6 ) gtk? ( >=x11-libs/gtk+-2.17.5:2 ) qt4? ( dev-qt/qtgui:4 )" DEPEND="${RDEPEND} virtual/pkgconfig sys-devel/gettext doc? ( app-doc/doxygen )" # broken upstream, reported but got no reply RESTRICT="test" src_configure() { local guis use fox && guis="${guis} fox16" use gtk && guis="${guis} gtk2" use qt4 && guis="${guis} qt4" econf \ --enable-ssl \ --enable-visibility \ $(use_enable debug) \ $(use_enable doc full-doc) \ --with-guis="${guis}" \ --with-docpath=/usr/share/doc/${PF}/apidoc } src_compile() { emake use doc && emake srcdoc } src_install() { emake DESTDIR="${D}" install use doc && emake DESTDIR="${D}" install-srcdoc dodoc AUTHORS ChangeLog README TODO find "${ED}" -name '*.la' -exec rm -f {} + }
