public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libdmapsharing: libdmapsharing-2.9.29.ebuild ChangeLog
@ 2014-09-26 18:00 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2014-09-26 18:00 UTC (permalink / raw
  To: gentoo-commits

eva         14/09/26 18:00:09

  Modified:             ChangeLog
  Added:                libdmapsharing-2.9.29.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key C6085806)

Revision  Changes    Path
1.23                 net-libs/libdmapsharing/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	27 Apr 2014 08:22:59 -0000	1.22
+++ ChangeLog	26 Sep 2014 18:00:09 -0000	1.23
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libdmapsharing
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.22 2014/04/27 08:22:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.23 2014/09/26 18:00:09 eva Exp $
+
+*libdmapsharing-2.9.29 (26 Sep 2014)
+
+  26 Sep 2014; Gilles Dartiguelongue <eva@gentoo.org>
+  +libdmapsharing-2.9.29.ebuild:
+  Version bump.
 
   27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -libdmapsharing-2.9.15.ebuild,
   -libdmapsharing-2.9.17.ebuild:



1.1                  net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild?rev=1.1&content-type=text/plain

Index: libdmapsharing-2.9.29.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild,v 1.1 2014/09/26 18:00:09 eva Exp $

EAPI=5

inherit eutils

DESCRIPTION="A library that implements the DMAP family of protocols"
HOMEPAGE="http://www.flyn.org/projects/libdmapsharing"
SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="3.0/2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+introspection test"

# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
# Doesn't seem to be used for anything...
# TODO: implement tests (requires dev-libs/check)
RDEPEND="
	>=dev-libs/glib-2.36:2
	x11-libs/gdk-pixbuf:2

	>=net-dns/avahi-0.6
	>=net-libs/libsoup-2.32:2.4
	media-libs/gstreamer:1.0
	media-libs/gst-plugins-base:1.0

	sys-libs/zlib

	introspection? ( >=dev-libs/gobject-introspection-1.30 )
"
DEPEND="${RDEPEND}
	dev-util/gtk-doc-am
	virtual/pkgconfig
	test? ( dev-libs/check )
"

src_prepare() {
	# Remove useless CFLAGS alteration in configure
	sed -e 's/CFLAGS -O2/CFLAGS/' \
		-i configure.ac configure || die
}

src_configure() {
	econf \
		--disable-gtk-doc \
		--disable-maintainer-mode \
		--with-mdns=avahi \
		$(use_enable introspection) \
		$(use_enable test tests)
}

src_install() {
	default
	prune_libtool_files
}





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

* [gentoo-commits] gentoo-x86 commit in net-libs/libdmapsharing: libdmapsharing-2.9.29.ebuild ChangeLog
@ 2014-12-18 14:59 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2014-12-18 14:59 UTC (permalink / raw
  To: gentoo-commits

pacho       14/12/18 14:59:46

  Modified:             libdmapsharing-2.9.29.ebuild ChangeLog
  Log:
  x86 stable, bug 529964
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild?r1=1.1&r2=1.2

Index: libdmapsharing-2.9.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libdmapsharing-2.9.29.ebuild	26 Sep 2014 18:00:09 -0000	1.1
+++ libdmapsharing-2.9.29.ebuild	18 Dec 2014 14:59:46 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild,v 1.1 2014/09/26 18:00:09 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild,v 1.2 2014/12/18 14:59:46 pacho Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="3.0/2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection test"
 
 # Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled



1.24                 net-libs/libdmapsharing/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	26 Sep 2014 18:00:09 -0000	1.23
+++ ChangeLog	18 Dec 2014 14:59:46 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libdmapsharing
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.23 2014/09/26 18:00:09 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.24 2014/12/18 14:59:46 pacho Exp $
+
+  18 Dec 2014; Pacho Ramos <pacho@gentoo.org> libdmapsharing-2.9.29.ebuild:
+  x86 stable, bug 529964
 
 *libdmapsharing-2.9.29 (26 Sep 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in net-libs/libdmapsharing: libdmapsharing-2.9.29.ebuild ChangeLog
@ 2014-12-19 13:41 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2014-12-19 13:41 UTC (permalink / raw
  To: gentoo-commits

pacho       14/12/19 13:41:34

  Modified:             libdmapsharing-2.9.29.ebuild ChangeLog
  Log:
  amd64 stable, bug 529964
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild?r1=1.2&r2=1.3

Index: libdmapsharing-2.9.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libdmapsharing-2.9.29.ebuild	18 Dec 2014 14:59:46 -0000	1.2
+++ libdmapsharing-2.9.29.ebuild	19 Dec 2014 13:41:34 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild,v 1.2 2014/12/18 14:59:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild,v 1.3 2014/12/19 13:41:34 pacho Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="3.0/2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection test"
 
 # Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled



1.25                 net-libs/libdmapsharing/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	18 Dec 2014 14:59:46 -0000	1.24
+++ ChangeLog	19 Dec 2014 13:41:34 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libdmapsharing
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.24 2014/12/18 14:59:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.25 2014/12/19 13:41:34 pacho Exp $
+
+  19 Dec 2014; Pacho Ramos <pacho@gentoo.org> libdmapsharing-2.9.29.ebuild:
+  amd64 stable, bug 529964
 
   18 Dec 2014; Pacho Ramos <pacho@gentoo.org> libdmapsharing-2.9.29.ebuild:
   x86 stable, bug 529964





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

end of thread, other threads:[~2014-12-19 13:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19 13:41 [gentoo-commits] gentoo-x86 commit in net-libs/libdmapsharing: libdmapsharing-2.9.29.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-18 14:59 Pacho Ramos (pacho)
2014-09-26 18:00 Gilles Dartiguelongue (eva)

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