public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/herqq: herqq-1.0.0-r2.ebuild ChangeLog
@ 2014-06-23  6:08 Michael Palimaka (kensington)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka (kensington) @ 2014-06-23  6:08 UTC (permalink / raw
  To: gentoo-commits

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 <kensington@gentoo.org> +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 <pinkbyte@gentoo.org> 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/
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/herqq: herqq-1.0.0-r2.ebuild ChangeLog
@ 2015-01-22  8:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-22  8:45 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/22 08:45:44

  Modified:             herqq-1.0.0-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535456
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/herqq-1.0.0-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/herqq-1.0.0-r2.ebuild?r1=1.1&r2=1.2

Index: herqq-1.0.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/herqq/herqq-1.0.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- herqq-1.0.0-r2.ebuild	23 Jun 2014 06:08:20 -0000	1.1
+++ herqq-1.0.0-r2.ebuild	22 Jan 2015 08:45:44 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/herqq-1.0.0-r2.ebuild,v 1.2 2015/01/22 08:45:44 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="doc"
 
 # no release of QtSolutions using bundled libQtSolutions_SOAP



1.16                 media-libs/herqq/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	23 Jun 2014 06:24:48 -0000	1.15
+++ ChangeLog	22 Jan 2015 08:45:44 -0000	1.16
@@ -1,6 +1,9 @@
 # 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.15 2014/06/23 06:24:48 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v 1.16 2015/01/22 08:45:44 ago Exp $
+
+  22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> herqq-1.0.0-r2.ebuild:
+  Stable for amd64, wrt bug #535456
 
 *herqq-1.0.0-r2 (23 Jun 2014)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/herqq: herqq-1.0.0-r2.ebuild ChangeLog
@ 2015-01-26 10:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-26 10:02 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/26 10:02:45

  Modified:             herqq-1.0.0-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535456
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/herqq-1.0.0-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/herqq-1.0.0-r2.ebuild?r1=1.2&r2=1.3

Index: herqq-1.0.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/herqq/herqq-1.0.0-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- herqq-1.0.0-r2.ebuild	22 Jan 2015 08:45:44 -0000	1.2
+++ herqq-1.0.0-r2.ebuild	26 Jan 2015 10:02:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.2 2015/01/22 08:45:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/herqq-1.0.0-r2.ebuild,v 1.3 2015/01/26 10:02:45 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="doc"
 
 # no release of QtSolutions using bundled libQtSolutions_SOAP



1.17                 media-libs/herqq/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/herqq/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	22 Jan 2015 08:45:44 -0000	1.16
+++ ChangeLog	26 Jan 2015 10:02:45 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/herqq
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v 1.16 2015/01/22 08:45:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/herqq/ChangeLog,v 1.17 2015/01/26 10:02:45 ago Exp $
+
+  26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> herqq-1.0.0-r2.ebuild:
+  Stable for x86, wrt bug #535456
 
   22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> herqq-1.0.0-r2.ebuild:
   Stable for amd64, wrt bug #535456





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-26 10:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22  8:45 [gentoo-commits] gentoo-x86 commit in media-libs/herqq: herqq-1.0.0-r2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-26 10:02 Agostino Sarubbo (ago)
2014-06-23  6:08 Michael Palimaka (kensington)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox