kensington 14/06/23 06:08:20 Modified: ChangeLog Added: herqq-1.0.0-r2.ebuild Log: Bump EAPI. Correct dependencies. Disable building of test application. Fix unconditional API documentation installation. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.14 media-libs/herqq/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 2 Jan 2014 18:46:17 -0000 1.13 +++ ChangeLog 23 Jun 2014 06:08:20 -0000 1.14 @@ -1,6 +1,12 @@ # ChangeLog for media-libs/herqq # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v 1.13 2014/01/02 18:46:17 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v 1.14 2014/06/23 06:08:20 kensington Exp $ + +*herqq-1.0.0-r2 (23 Jun 2014) + + 23 Jun 2014; Michael Palimaka <[email protected]> +herqq-1.0.0-r2.ebuild: + Bump EAPI. Correct dependencies. Disable building of test application. Fix + unconditional API documentation installation. 02 Jan 2014; Sergey Popov <[email protected]> herqq-1.0.0-r1.ebuild: Add blocker for media-libs/hupnp-ng, which is fork of this library 1.1 media-libs/herqq/herqq-1.0.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/herqq-1.0.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/herqq-1.0.0-r2.ebuild?rev=1.1&content-type=text/plain Index: herqq-1.0.0-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/herqq-1.0.0-r2.ebuild,v 1.1 2014/06/23 06:08:20 kensington Exp $ EAPI=5 inherit multilib qt4-r2 DESCRIPTION="A software library for building UPnP devices" HOMEPAGE="http://www.herqq.org" SRC_URI="mirror://sourceforge/hupnp/${P}.zip" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc" # no release of QtSolutions using bundled libQtSolutions_SOAP RDEPEND=" dev-qt/qtcore:4 !media-libs/hupnp-ng " DEPEND="${RDEPEND} app-arch/unzip " DOCS=( hupnp/ChangeLog ) src_prepare() { # fix the .pro file for multilib issues sed \ -e "s:PREFIX/lib:PREFIX/$(get_libdir):" \ -i "${S}/hupnp/src.pro" \ -i "${S}/hupnp/lib/qtsoap-2.7-opensource/buildlib/buildlib.pro" || die qt4-r2_src_prepare } src_configure() { eqmake4 PREFIX="${EPREFIX}/usr/" CONFIG+=DISABLE_TESTAPP } src_install() { qt4-r2_src_install use doc && dohtml -r hupnp/docs/html/ }
