[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2023-09-05 Thread Matt Turner
commit: edca310612aa4950fb607e9ec0ed7bceb8a7c4b8
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep  5 19:06:27 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep  5 20:28:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edca3106

net-libs/libdmapsharing: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/libdmapsharing/Manifest   |  1 -
 .../libdmapsharing/libdmapsharing-3.9.12.ebuild| 49 --
 2 files changed, 50 deletions(-)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index 431d104cba06..81d29484598f 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,2 +1 @@
-DIST libdmapsharing-3.9.12.tar.gz 801055 BLAKE2B 
121437f448e90a655fd6e999c9e1696c8377f10c41d3f8f59d4bad1af9ed29051523d799bc259a20305a976aa98aa0b10b5c8e761a2a55c023374282d4e0abe1
 SHA512 
c75667640371cdfe77088d10f77b668b4bb841aeef5ff9e1a08ce9903bd9a29f1d3184d790da9f87b78967636eedf00bb3299ff675acc82b9316eaca3c0ac41f
 DIST libdmapsharing-3.9.13.tar.gz 804737 BLAKE2B 
44afc87bff5a25e3aefa0a35a8dd92e104749e5aadbde380121fccbb58fc4982ee86ecaa457493b92c8c3cc7fb9c9109f57f406e55ff29da3b112cbaa96e4233
 SHA512 
6df67c58822f1293828620c6f1548f6a2a52b8ba472346f57e3abf07f9e19206415ba5737d34b89a2ae99af67c6186f99b8ce87a5494d95ebd7a815fce5b

diff --git a/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild
deleted file mode 100644
index e2cb4b710383..
--- a/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2
-
-DESCRIPTION="A library that implements the DMAP family of protocols"
-HOMEPAGE="https://www.flyn.org/projects/libdmapsharing/;
-SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="4.0/3"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE="+introspection test"
-RESTRICT="!test? ( test ) test" # TODO: Tests require Avahi mDNS to be running
-
-# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
-# Doesn't seem to be used for anything...
-RDEPEND="
-   >=dev-libs/glib-2.66:2
-   x11-libs/gdk-pixbuf:2
-   >=net-dns/avahi-0.6[dbus]
-   net-libs/libsoup:3.0
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   sys-libs/zlib
-   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   virtual/pkgconfig
-   test? ( >=dev-libs/check-0.9.4 )
-"
-
-src_prepare() {
-   # Remove useless CFLAGS alteration in configure
-   sed -e 's/CFLAGS -O2/CFLAGS/' -i configure || die
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --with-mdns=avahi \
-   $(use_enable introspection) \
-   $(use_enable test tests)
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2023-08-30 Thread Arthur Zamarin
commit: 262f76d801b5ad4bdf60a83abdb9a4eac5ad39d2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 30 07:50:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 30 07:57:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262f76d8

net-libs/libdmapsharing: Stabilize 3.9.13 x86, #913218

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild
index fda316b9fd76..335770cde43f 100644
--- a/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="4.0/3"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="+introspection test"
 RESTRICT="!test? ( test ) test" # TODO: Tests require Avahi mDNS to be running
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2023-08-29 Thread Arthur Zamarin
commit: 91394238927e34290182393a2db96af53a8f550f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 29 17:59:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 29 17:59:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91394238

net-libs/libdmapsharing: Stabilize 3.9.13 arm64, #913218

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild
index a63f3c81ac46..9d4e7671b15f 100644
--- a/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="4.0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="+introspection test"
 RESTRICT="!test? ( test ) test" # TODO: Tests require Avahi mDNS to be running
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2023-08-14 Thread Matt Turner
commit: 21e98b708ade6cedaaf161bbd3d9d20f938d6536
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 14 14:03:46 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 14 14:03:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e98b70

net-libs/libdmapsharing: Drop SLOT="3.0"

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/libdmapsharing/Manifest   |  1 -
 .../libdmapsharing/libdmapsharing-2.9.41.ebuild| 50 --
 2 files changed, 51 deletions(-)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index abddb22d0303..431d104cba06 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,3 +1,2 @@
-DIST libdmapsharing-2.9.41.tar.gz 765880 BLAKE2B 
d64245ef6ffefb7a3f8b6c994e385427afe9b1aa22882da3f2fad82457fda6c48bea61314c6f4b8e82888284e98f4202338582dab2fd412c5e5cc96d7ff5f145
 SHA512 
304ba87428a39d2b9fd6d4cdc196f59e1aaf2ce3bb15f30acc2c9ca51ec8f86c9b499cf46cf938231e3088808475daba4fc55c44bcbef693be1b500dae4ab028
 DIST libdmapsharing-3.9.12.tar.gz 801055 BLAKE2B 
121437f448e90a655fd6e999c9e1696c8377f10c41d3f8f59d4bad1af9ed29051523d799bc259a20305a976aa98aa0b10b5c8e761a2a55c023374282d4e0abe1
 SHA512 
c75667640371cdfe77088d10f77b668b4bb841aeef5ff9e1a08ce9903bd9a29f1d3184d790da9f87b78967636eedf00bb3299ff675acc82b9316eaca3c0ac41f
 DIST libdmapsharing-3.9.13.tar.gz 804737 BLAKE2B 
44afc87bff5a25e3aefa0a35a8dd92e104749e5aadbde380121fccbb58fc4982ee86ecaa457493b92c8c3cc7fb9c9109f57f406e55ff29da3b112cbaa96e4233
 SHA512 
6df67c58822f1293828620c6f1548f6a2a52b8ba472346f57e3abf07f9e19206415ba5737d34b89a2ae99af67c6186f99b8ce87a5494d95ebd7a815fce5b

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild
deleted file mode 100644
index 2c3af4cd05ce..
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-GNOME2_EAUTORECONF=yes
-inherit gnome2
-
-DESCRIPTION="A library that implements the DMAP family of protocols"
-HOMEPAGE="https://www.flyn.org/projects/libdmapsharing/;
-SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="3.0/2"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE="+introspection test"
-RESTRICT="!test? ( test )"
-
-# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
-# Doesn't seem to be used for anything...
-RDEPEND="
-   >=dev-libs/glib-2.36:2
-   x11-libs/gdk-pixbuf:2
-   >=net-dns/avahi-0.6[dbus]
-   >=net-libs/libsoup-2.48.0: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}"
-BDEPEND="
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   virtual/pkgconfig
-   test? ( >=dev-libs/check-0.9.4 )
-"
-
-src_prepare() {
-   # Remove useless CFLAGS alteration in configure
-   sed -e 's/CFLAGS -O2/CFLAGS/' -i configure.ac || die
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --with-mdns=avahi \
-   $(use_enable introspection) \
-   $(use_enable test tests)
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2023-07-27 Thread WANG Xuerui
commit: 35624042d4c6b2d3cfdfacd29236dd9aac9b8ef1
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Jul 27 05:39:37 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Jul 27 08:29:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35624042

net-libs/libdmapsharing: keyword 3.9.13 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild
index bfd706c27fed..a63f3c81ac46 100644
--- a/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="4.0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 IUSE="+introspection test"
 RESTRICT="!test? ( test ) test" # TODO: Tests require Avahi mDNS to be running
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2023-07-21 Thread Matt Turner
commit: acdaec7c7aff7fb3c30a43132386c6c007577197
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 21 15:28:19 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 21 15:33:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acdaec7c

net-libs/libdmapsharing: Version bump to 3.9.13

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/libdmapsharing/Manifest   |  1 +
 .../libdmapsharing/libdmapsharing-3.9.13.ebuild| 45 ++
 2 files changed, 46 insertions(+)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index 8550788c69e5..abddb22d0303 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,2 +1,3 @@
 DIST libdmapsharing-2.9.41.tar.gz 765880 BLAKE2B 
d64245ef6ffefb7a3f8b6c994e385427afe9b1aa22882da3f2fad82457fda6c48bea61314c6f4b8e82888284e98f4202338582dab2fd412c5e5cc96d7ff5f145
 SHA512 
304ba87428a39d2b9fd6d4cdc196f59e1aaf2ce3bb15f30acc2c9ca51ec8f86c9b499cf46cf938231e3088808475daba4fc55c44bcbef693be1b500dae4ab028
 DIST libdmapsharing-3.9.12.tar.gz 801055 BLAKE2B 
121437f448e90a655fd6e999c9e1696c8377f10c41d3f8f59d4bad1af9ed29051523d799bc259a20305a976aa98aa0b10b5c8e761a2a55c023374282d4e0abe1
 SHA512 
c75667640371cdfe77088d10f77b668b4bb841aeef5ff9e1a08ce9903bd9a29f1d3184d790da9f87b78967636eedf00bb3299ff675acc82b9316eaca3c0ac41f
+DIST libdmapsharing-3.9.13.tar.gz 804737 BLAKE2B 
44afc87bff5a25e3aefa0a35a8dd92e104749e5aadbde380121fccbb58fc4982ee86ecaa457493b92c8c3cc7fb9c9109f57f406e55ff29da3b112cbaa96e4233
 SHA512 
6df67c58822f1293828620c6f1548f6a2a52b8ba472346f57e3abf07f9e19206415ba5737d34b89a2ae99af67c6186f99b8ce87a5494d95ebd7a815fce5b

diff --git a/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild
new file mode 100644
index ..bfd706c27fed
--- /dev/null
+++ b/net-libs/libdmapsharing/libdmapsharing-3.9.13.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2
+
+DESCRIPTION="A library that implements the DMAP family of protocols"
+HOMEPAGE="https://www.flyn.org/projects/libdmapsharing/;
+SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="4.0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+introspection test"
+RESTRICT="!test? ( test ) test" # TODO: Tests require Avahi mDNS to be running
+
+# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
+# Doesn't seem to be used for anything...
+RDEPEND="
+   >=dev-libs/glib-2.66:2
+   x11-libs/gdk-pixbuf:2
+   >=net-dns/avahi-0.6[dbus]
+   net-libs/libsoup:3.0
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   sys-libs/zlib
+   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   virtual/pkgconfig
+   test? ( >=dev-libs/check-0.9.4 )
+"
+
+src_configure() {
+   local myconf=(
+   --with-mdns=avahi
+   $(use_enable introspection)
+   $(use_enable test tests)
+   )
+   gnome2_src_configure "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2023-06-02 Thread Sam James
commit: 5ecbc8b5d67d8422a89482162282066d2e18e694
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun  3 02:28:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun  3 02:28:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecbc8b5

net-libs/libdmapsharing: Stabilize 3.9.12 arm64, #907624

Signed-off-by: Sam James  gentoo.org>

 net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild
index fc7aaef47653..e2cb4b710383 100644
--- a/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="4.0/3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="+introspection test"
 RESTRICT="!test? ( test ) test" # TODO: Tests require Avahi mDNS to be running
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2023-06-02 Thread Sam James
commit: 614fbb5e69b44da8cc46ca142ff92088be40d51c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun  3 01:56:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun  3 01:56:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614fbb5e

net-libs/libdmapsharing: Stabilize 3.9.12 amd64, #907624

Signed-off-by: Sam James  gentoo.org>

 net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild
index 5c0d72ba5425..94edc041c68e 100644
--- a/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="4.0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="+introspection test"
 RESTRICT="!test? ( test ) test" # TODO: Tests require Avahi mDNS to be running
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2023-06-02 Thread Sam James
commit: 96c848bb336fd4954dc1590809ff94416bd5838c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun  3 01:56:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun  3 01:56:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c848bb

net-libs/libdmapsharing: Stabilize 3.9.12 x86, #907624

Signed-off-by: Sam James  gentoo.org>

 net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild
index 94edc041c68e..fc7aaef47653 100644
--- a/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="4.0/3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="+introspection test"
 RESTRICT="!test? ( test ) test" # TODO: Tests require Avahi mDNS to be running
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/, profiles/

2023-03-30 Thread Matt Turner
commit: 405d30f7b2c6ce873951491c6c4cb050b48db3b5
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 30 03:01:24 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 30 16:54:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405d30f7

net-libs/libdmapsharing: Version bump to 3.9.12

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/libdmapsharing/Manifest   |  1 +
 .../libdmapsharing/libdmapsharing-3.9.12.ebuild| 49 ++
 profiles/package.mask  |  4 ++
 3 files changed, 54 insertions(+)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index 95a327031877..8550788c69e5 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1 +1,2 @@
 DIST libdmapsharing-2.9.41.tar.gz 765880 BLAKE2B 
d64245ef6ffefb7a3f8b6c994e385427afe9b1aa22882da3f2fad82457fda6c48bea61314c6f4b8e82888284e98f4202338582dab2fd412c5e5cc96d7ff5f145
 SHA512 
304ba87428a39d2b9fd6d4cdc196f59e1aaf2ce3bb15f30acc2c9ca51ec8f86c9b499cf46cf938231e3088808475daba4fc55c44bcbef693be1b500dae4ab028
+DIST libdmapsharing-3.9.12.tar.gz 801055 BLAKE2B 
121437f448e90a655fd6e999c9e1696c8377f10c41d3f8f59d4bad1af9ed29051523d799bc259a20305a976aa98aa0b10b5c8e761a2a55c023374282d4e0abe1
 SHA512 
c75667640371cdfe77088d10f77b668b4bb841aeef5ff9e1a08ce9903bd9a29f1d3184d790da9f87b78967636eedf00bb3299ff675acc82b9316eaca3c0ac41f

diff --git a/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild
new file mode 100644
index ..5c0d72ba5425
--- /dev/null
+++ b/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2
+
+DESCRIPTION="A library that implements the DMAP family of protocols"
+HOMEPAGE="https://www.flyn.org/projects/libdmapsharing/;
+SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="4.0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+introspection test"
+RESTRICT="!test? ( test ) test" # TODO: Tests require Avahi mDNS to be running
+
+# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
+# Doesn't seem to be used for anything...
+RDEPEND="
+   >=dev-libs/glib-2.66:2
+   x11-libs/gdk-pixbuf:2
+   >=net-dns/avahi-0.6[dbus]
+   net-libs/libsoup:3.0
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   sys-libs/zlib
+   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   virtual/pkgconfig
+   test? ( >=dev-libs/check-0.9.4 )
+"
+
+src_prepare() {
+   # Remove useless CFLAGS alteration in configure
+   sed -e 's/CFLAGS -O2/CFLAGS/' -i configure || die
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --with-mdns=avahi \
+   $(use_enable introspection) \
+   $(use_enable test tests)
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index f666f078288e..491677ab768c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -37,6 +37,10 @@
 # Fails to build, bug #903017.
 =dev-util/spirv-llvm-translator-16.0.0
 
+# Matt Turner  (2023-03-30)
+# Masked for testing and migration of consumers
+net-libs/libdmapsharing:4.0
+
 # Matt Turner  (2023-03-30)
 # gnome-online-miners and libzapojit are archived upstream. All three packages
 # are stuck on libsoup-2.4. gnome-photos is the only reverse dependency of



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2022-10-31 Thread Matt Turner
commit: 71b7b965d60d585b44e81391a667f033932ba65a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:20:32 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 31 14:27:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b7b965

net-libs/libdmapsharing: Set remote-id

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/libdmapsharing/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-libs/libdmapsharing/metadata.xml 
b/net-libs/libdmapsharing/metadata.xml
index 7b343b06be8a..83eb1f48d79a 100644
--- a/net-libs/libdmapsharing/metadata.xml
+++ b/net-libs/libdmapsharing/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
+  
+GNOME/libdmapsharing
+  
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2022-07-28 Thread Sam James
commit: 98db43c59ec6a976fc8aa0ca1212ad671225d5fe
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 02:59:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 29 02:59:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98db43c5

net-libs/libdmapsharing: Stabilize 2.9.41 arm64, #861029

Signed-off-by: Sam James  gentoo.org>

 net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild
index d287c63b0e2a..0ca9ab752b1a 100644
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="3.0/2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="+introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2022-06-17 Thread Sam James
commit: bc8f8571d13be72412ef1b20588deaf5a97edbe9
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 17 14:52:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 17 17:24:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8f8571

net-libs/libdmapsharing: add 2.9.41

Signed-off-by: Sam James  gentoo.org>

 net-libs/libdmapsharing/Manifest   |  1 +
 .../libdmapsharing/libdmapsharing-2.9.41.ebuild| 50 ++
 2 files changed, 51 insertions(+)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index 7ce3dc2b1cb0..c0e408248a32 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1 +1,2 @@
 DIST libdmapsharing-2.9.39.tar.gz 757492 BLAKE2B 
e9f47d793be05845d1afb6eb4a785cbd131ceac1e3146bdfb5c6914f584df2fb8db10b829447a6ac084e7a9e0576202485019b1e724cc033f11163fb1bb21b95
 SHA512 
7003b947e1982735b647c1fa8e7e80e05322acf4ed4b5c1c28708da00a0bfe3eecac01bc2ddf59966e7db045f14fc78e749a2859d7e909bcea41164939f15b4a
+DIST libdmapsharing-2.9.41.tar.gz 765880 BLAKE2B 
d64245ef6ffefb7a3f8b6c994e385427afe9b1aa22882da3f2fad82457fda6c48bea61314c6f4b8e82888284e98f4202338582dab2fd412c5e5cc96d7ff5f145
 SHA512 
304ba87428a39d2b9fd6d4cdc196f59e1aaf2ce3bb15f30acc2c9ca51ec8f86c9b499cf46cf938231e3088808475daba4fc55c44bcbef693be1b500dae4ab028

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild
new file mode 100644
index ..d287c63b0e2a
--- /dev/null
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.41.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GNOME2_EAUTORECONF=yes
+inherit gnome2
+
+DESCRIPTION="A library that implements the DMAP family of protocols"
+HOMEPAGE="https://www.flyn.org/projects/libdmapsharing/;
+SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="3.0/2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+introspection test"
+RESTRICT="!test? ( test )"
+
+# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
+# Doesn't seem to be used for anything...
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   x11-libs/gdk-pixbuf:2
+   >=net-dns/avahi-0.6[dbus]
+   >=net-libs/libsoup-2.48.0: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}"
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   virtual/pkgconfig
+   test? ( >=dev-libs/check-0.9.4 )
+"
+
+src_prepare() {
+   # Remove useless CFLAGS alteration in configure
+   sed -e 's/CFLAGS -O2/CFLAGS/' -i configure.ac || die
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --with-mdns=avahi \
+   $(use_enable introspection) \
+   $(use_enable test tests)
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2021-08-27 Thread Yixun Lan
commit: 27e7df3c29f71146e9fb4eb4c267e0ad3693108d
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Aug 20 07:24:41 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Aug 27 15:17:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e7df3c

net-libs/libdmapsharing: keyword ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
index de990c0d1a4..6c84ebc4f02 100644
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="3.0/2"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="+introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2021-03-03 Thread Sam James
commit: aea110625d4a68dd0ebc1ae14d13926e436f220b
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  4 00:23:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  4 00:23:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea11062

net-libs/libdmapsharing: Stabilize 2.9.39 arm64, #773172

Signed-off-by: Sam James  gentoo.org>

 net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
index 01133fa7ece..de990c0d1a4 100644
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="3.0/2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2018-10-06 Thread Mart Raudsepp
commit: bd12c881f86683fa317cf87edc53481aa5e8357e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct  6 21:35:58 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Oct  6 22:36:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd12c881

net-libs/libdmapsharing: add explicit build dep on glib-utils

Closes: https://bugs.gentoo.org/667630
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
index 3bc13d376e0..f39dca47af4 100644
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,6 +26,7 @@ RDEPEND="
introspection? ( >=dev-libs/gobject-introspection-1.30:= )
 "
 DEPEND="${RDEPEND}
+   dev-util/glib-utils
dev-util/gtk-doc-am
virtual/pkgconfig
test? ( >=dev-libs/check-0.9.4 )



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2018-05-04 Thread Aaron Bauman
commit: fb4fcc774141d35597b63db9b0882dbf030158e2
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Apr 27 13:22:21 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May  5 01:25:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4fcc77

net-libs/libdmapsharing: use HTTPS

 net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
index cbe44efe8d6..3bc13d376e0 100644
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit gnome2
 
 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;
+HOMEPAGE="https://www.flyn.org/projects/libdmapsharing/;
+SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="3.0/2"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2017-12-21 Thread Mart Raudsepp
commit: 80798df097e7dceadc563e981ed5f738fd9b02a3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 21 22:56:52 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 21 23:30:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80798df0

net-libs/libdmapsharing: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/libdmapsharing/Manifest   |  1 -
 .../libdmapsharing/libdmapsharing-2.9.37.ebuild| 47 --
 2 files changed, 48 deletions(-)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index ddbb7c8f8ff..7ce3dc2b1cb 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,2 +1 @@
-DIST libdmapsharing-2.9.37.tar.gz 760469 BLAKE2B 
04fd2908311372a29efee7400ed9c5ae680514fd314d2f1f9f8bf1263b33941980c838bbc854971566bffce6a1ff9a980e46e42f096d0498fba87424cafe0b99
 SHA512 
db64c7e9ca6d8e06fdbec44853d8667a5d698244bc0881beae6aee447d464882accd885685636b3cd84735fe16eaa3b7bf692f2ac217525a9b86f5a12c810e8f
 DIST libdmapsharing-2.9.39.tar.gz 757492 BLAKE2B 
e9f47d793be05845d1afb6eb4a785cbd131ceac1e3146bdfb5c6914f584df2fb8db10b829447a6ac084e7a9e0576202485019b1e724cc033f11163fb1bb21b95
 SHA512 
7003b947e1982735b647c1fa8e7e80e05322acf4ed4b5c1c28708da00a0bfe3eecac01bc2ddf59966e7db045f14fc78e749a2859d7e909bcea41164939f15b4a

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
deleted file mode 100644
index cbe44efe8d6..000
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-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 ~arm64 ~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...
-RDEPEND="
-   >=dev-libs/glib-2.36:2
-   x11-libs/gdk-pixbuf:2
-   >=net-dns/avahi-0.6[dbus]
-   >=net-libs/libsoup-2.48.0: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-0.9.4 )
-"
-
-src_prepare() {
-   # Remove useless CFLAGS alteration in configure
-   sed -e 's/CFLAGS -O2/CFLAGS/' \
-   -i configure.ac configure || die
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --with-mdns=avahi \
-   $(use_enable introspection) \
-   $(use_enable test tests) \
-   $(use_enable test check)
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2017-12-16 Thread Tobias Klausmann
commit: c15b26a46f1aa43ac57d836e1a08b8b3c91d0813
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Dec 16 14:02:40 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Dec 16 14:03:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15b26a4

net-libs/libdmapsharing-2.9.39-r0: amd64 stable

Gentoo-Bug: http://bugs.gentoo.org/635938

 net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
index 1f4570f4141..b55aa6b9835 100644
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="3.0/2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+introspection test"
 
 # Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2017-08-27 Thread Gilles Dartiguelongue
commit: 684b71d6ff28e69e2a876f280a613f15451846f9
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 27 09:49:11 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 27 10:02:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684b71d6

net-libs/libdmapsharing: version bump 2.9.37 → 2.9.39

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-libs/libdmapsharing/Manifest   |  1 +
 .../libdmapsharing/libdmapsharing-2.9.39.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index 65e9d2199c6..5ba3bbb0b75 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1 +1,2 @@
 DIST libdmapsharing-2.9.37.tar.gz 760469 SHA256 
9b6847b4021596913c927cca51600727cd44582b4417a3b1ec6967d0ab42ec79 SHA512 
db64c7e9ca6d8e06fdbec44853d8667a5d698244bc0881beae6aee447d464882accd885685636b3cd84735fe16eaa3b7bf692f2ac217525a9b86f5a12c810e8f
 WHIRLPOOL 
b8055b26a08417eb88950d35ab3c8c1bdbd26e86c0908edd65a4190e59f34a572731afd14b3283ed04311245e2c4731cbeeb4b6afd7d74ae6a50958ce2fecdbe
+DIST libdmapsharing-2.9.39.tar.gz 757492 SHA256 
a90dc0681ae81700e46efc539f70edb6edd936b782a9a695434bea660a43a5ef SHA512 
7003b947e1982735b647c1fa8e7e80e05322acf4ed4b5c1c28708da00a0bfe3eecac01bc2ddf59966e7db045f14fc78e749a2859d7e909bcea41164939f15b4a
 WHIRLPOOL 
1d033a2ccc1d02ef1f4e916251c06b39a7ce52dc9c9b577a4a793518b41f4bef015ac654a8b3517a9539f0d6be671b245e7113b733ee4de5b1b630af837f8403

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
new file mode 100644
index 000..1f4570f4141
--- /dev/null
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+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 ~arm64 ~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...
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   x11-libs/gdk-pixbuf:2
+   >=net-dns/avahi-0.6[dbus]
+   >=net-libs/libsoup-2.48.0: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-0.9.4 )
+"
+
+src_prepare() {
+   # Remove useless CFLAGS alteration in configure
+   sed -e 's/CFLAGS -O2/CFLAGS/' \
+   -i configure.ac configure || die
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --with-mdns=avahi \
+   $(use_enable introspection) \
+   $(use_enable test tests) \
+   $(use_enable test check)
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2017-07-29 Thread Alexis Ballier
commit: e706336355457fd7aa11c810d819ead693be8923
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jul 29 20:36:10 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jul 29 20:36:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7063363

net-libs/libdmapsharing: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
index 3f49e8b11f5..cbe44efe8d6 100644
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection test"
 
 # Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2017-02-15 Thread Mart Raudsepp
commit: cf307cd08d5dbc741a89f42102ccc5e715ca9b6f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Feb 15 23:04:58 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Feb 16 00:14:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf307cd0

net-libs/libdmapsharing: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/libdmapsharing/Manifest   |  1 -
 .../libdmapsharing/libdmapsharing-2.9.36.ebuild| 48 --
 2 files changed, 49 deletions(-)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index 539afd6fda..65e9d2199c 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,2 +1 @@
-DIST libdmapsharing-2.9.36.tar.gz 759882 SHA256 
844769a42a7e6083ce6eb2aa72d25fb3588eb6dabb284820e9031231a0f0c46a SHA512 
cc93ac74fae115a29f634db44a367202b7e7f34d2e26b6c3e9a0774e53c963e614d5499757de1a02e20ad94e747feb71ae5fdd008fa335b79d82f8a06cb417d3
 WHIRLPOOL 
d91de0e8a827ec499a3f4a84477b8e960ad28f988ad46b68ac849dc8c3917717689d7e8d38309a6120463687fc7e3ce3d2d3f1845862614ed930b15d6db0a17c
 DIST libdmapsharing-2.9.37.tar.gz 760469 SHA256 
9b6847b4021596913c927cca51600727cd44582b4417a3b1ec6967d0ab42ec79 SHA512 
db64c7e9ca6d8e06fdbec44853d8667a5d698244bc0881beae6aee447d464882accd885685636b3cd84735fe16eaa3b7bf692f2ac217525a9b86f5a12c810e8f
 WHIRLPOOL 
b8055b26a08417eb88950d35ab3c8c1bdbd26e86c0908edd65a4190e59f34a572731afd14b3283ed04311245e2c4731cbeeb4b6afd7d74ae6a50958ce2fecdbe

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.36.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.36.ebuild
deleted file mode 100644
index e189c5de49..00
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.36.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit gnome2
-
-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...
-RDEPEND="
-   >=dev-libs/glib-2.36:2
-   x11-libs/gdk-pixbuf:2
-   >=net-dns/avahi-0.6[dbus]
-   >=net-libs/libsoup-2.48.0: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-0.9.4 )
-"
-
-src_prepare() {
-   # Remove useless CFLAGS alteration in configure
-   sed -e 's/CFLAGS -O2/CFLAGS/' \
-   -i configure.ac configure || die
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --with-mdns=avahi \
-   $(use_enable introspection) \
-   $(use_enable test tests) \
-   $(use_enable test check)
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2016-12-05 Thread Pacho Ramos
commit: b79bad9be39562f18f079405226bd6073b561050
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Dec  5 12:33:03 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Dec  5 13:52:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79bad9b

net-libs/libdmapsharing: Version bump

Package-Manager: portage-2.3.2

 net-libs/libdmapsharing/Manifest   |  1 +
 .../libdmapsharing/libdmapsharing-2.9.37.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index ef19254..adf8ecc 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,2 +1,3 @@
 DIST libdmapsharing-2.9.35.tar.gz 759676 SHA256 
619f72ad8c33e9c1e323afabe793008227099e488c71e8f9ecb404eeb32b49e7 SHA512 
5755fe4f8d69ea8d58261e0068dc8dce9828c8134f53103f3afbba6d99cfe1e9f4a72f8004b96e6ac8d2bab6fb3c2cb458d9c3b333af78ee5eeb0883b5f763e8
 WHIRLPOOL 
c1cded2d25de1f88f0ce944ef91946bcf423991e96bee1567a1d4ee46051e88771d09960ce23ea864ca73920e52fc64867ee0913f7a81e3ef3536e5d8b831bc4
 DIST libdmapsharing-2.9.36.tar.gz 759882 SHA256 
844769a42a7e6083ce6eb2aa72d25fb3588eb6dabb284820e9031231a0f0c46a SHA512 
cc93ac74fae115a29f634db44a367202b7e7f34d2e26b6c3e9a0774e53c963e614d5499757de1a02e20ad94e747feb71ae5fdd008fa335b79d82f8a06cb417d3
 WHIRLPOOL 
d91de0e8a827ec499a3f4a84477b8e960ad28f988ad46b68ac849dc8c3917717689d7e8d38309a6120463687fc7e3ce3d2d3f1845862614ed930b15d6db0a17c
+DIST libdmapsharing-2.9.37.tar.gz 760469 SHA256 
9b6847b4021596913c927cca51600727cd44582b4417a3b1ec6967d0ab42ec79 SHA512 
db64c7e9ca6d8e06fdbec44853d8667a5d698244bc0881beae6aee447d464882accd885685636b3cd84735fe16eaa3b7bf692f2ac217525a9b86f5a12c810e8f
 WHIRLPOOL 
b8055b26a08417eb88950d35ab3c8c1bdbd26e86c0908edd65a4190e59f34a572731afd14b3283ed04311245e2c4731cbeeb4b6afd7d74ae6a50958ce2fecdbe

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
new file mode 100644
index ..89c363b
--- /dev/null
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+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...
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   x11-libs/gdk-pixbuf:2
+   >=net-dns/avahi-0.6[dbus]
+   >=net-libs/libsoup-2.48.0: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-0.9.4 )
+"
+
+src_prepare() {
+   # Remove useless CFLAGS alteration in configure
+   sed -e 's/CFLAGS -O2/CFLAGS/' \
+   -i configure.ac configure || die
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --with-mdns=avahi \
+   $(use_enable introspection) \
+   $(use_enable test tests) \
+   $(use_enable test check)
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2016-12-05 Thread Pacho Ramos
commit: f757f22cddcfdfed99fdf2ce9ea1997d7a022450
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Dec  5 12:33:38 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Dec  5 13:52:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f757f22c

net-libs/libdmapsharing: Drop old

Package-Manager: portage-2.3.2

 net-libs/libdmapsharing/Manifest   |  1 -
 .../libdmapsharing/libdmapsharing-2.9.35.ebuild| 48 --
 2 files changed, 49 deletions(-)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index adf8ecc..539afd6 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,3 +1,2 @@
-DIST libdmapsharing-2.9.35.tar.gz 759676 SHA256 
619f72ad8c33e9c1e323afabe793008227099e488c71e8f9ecb404eeb32b49e7 SHA512 
5755fe4f8d69ea8d58261e0068dc8dce9828c8134f53103f3afbba6d99cfe1e9f4a72f8004b96e6ac8d2bab6fb3c2cb458d9c3b333af78ee5eeb0883b5f763e8
 WHIRLPOOL 
c1cded2d25de1f88f0ce944ef91946bcf423991e96bee1567a1d4ee46051e88771d09960ce23ea864ca73920e52fc64867ee0913f7a81e3ef3536e5d8b831bc4
 DIST libdmapsharing-2.9.36.tar.gz 759882 SHA256 
844769a42a7e6083ce6eb2aa72d25fb3588eb6dabb284820e9031231a0f0c46a SHA512 
cc93ac74fae115a29f634db44a367202b7e7f34d2e26b6c3e9a0774e53c963e614d5499757de1a02e20ad94e747feb71ae5fdd008fa335b79d82f8a06cb417d3
 WHIRLPOOL 
d91de0e8a827ec499a3f4a84477b8e960ad28f988ad46b68ac849dc8c3917717689d7e8d38309a6120463687fc7e3ce3d2d3f1845862614ed930b15d6db0a17c
 DIST libdmapsharing-2.9.37.tar.gz 760469 SHA256 
9b6847b4021596913c927cca51600727cd44582b4417a3b1ec6967d0ab42ec79 SHA512 
db64c7e9ca6d8e06fdbec44853d8667a5d698244bc0881beae6aee447d464882accd885685636b3cd84735fe16eaa3b7bf692f2ac217525a9b86f5a12c810e8f
 WHIRLPOOL 
b8055b26a08417eb88950d35ab3c8c1bdbd26e86c0908edd65a4190e59f34a572731afd14b3283ed04311245e2c4731cbeeb4b6afd7d74ae6a50958ce2fecdbe

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild
deleted file mode 100644
index f405a70..
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit gnome2
-
-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[dbus]
-   >=net-libs/libsoup-2.48.0: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
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --with-mdns=avahi \
-   $(use_enable introspection) \
-   $(use_enable test tests)
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2016-09-11 Thread Gilles Dartiguelongue
commit: 4321ca7627f45398d1d3f6c7436dc4015491fb96
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 11 11:01:23 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 11 11:27:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4321ca76

net-libs/libdmapsharing: version bump 2.9.35 → 2.9.36

Package-Manager: portage-2.3.0

 net-libs/libdmapsharing/Manifest   |  1 +
 .../libdmapsharing/libdmapsharing-2.9.36.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index 7ed4505..9ff6928 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,2 +1,3 @@
 DIST libdmapsharing-2.9.32.tar.gz 742229 SHA256 
74b9ca2a3f04708ef5e6a87922cb42bad677b6f27fd0bc8ad53067ef6bbf0518 SHA512 
fd152749055dd02fefa672f7da3efc85bffa7ddb10880886dff829fc8abfaecc79131366fdf31f5657c1b5e622c04f3dbfc750998ea56ffaf9af800210b17084
 WHIRLPOOL 
f8fb493eb9181a18ef1d2dacd44920f8312db344df7aa1f842764ef95591d03fd511fab4e3c1c2e4966caa8738db9227031a458a892cec16c2158381701b8484
 DIST libdmapsharing-2.9.35.tar.gz 759676 SHA256 
619f72ad8c33e9c1e323afabe793008227099e488c71e8f9ecb404eeb32b49e7 SHA512 
5755fe4f8d69ea8d58261e0068dc8dce9828c8134f53103f3afbba6d99cfe1e9f4a72f8004b96e6ac8d2bab6fb3c2cb458d9c3b333af78ee5eeb0883b5f763e8
 WHIRLPOOL 
c1cded2d25de1f88f0ce944ef91946bcf423991e96bee1567a1d4ee46051e88771d09960ce23ea864ca73920e52fc64867ee0913f7a81e3ef3536e5d8b831bc4
+DIST libdmapsharing-2.9.36.tar.gz 759882 SHA256 
844769a42a7e6083ce6eb2aa72d25fb3588eb6dabb284820e9031231a0f0c46a SHA512 
cc93ac74fae115a29f634db44a367202b7e7f34d2e26b6c3e9a0774e53c963e614d5499757de1a02e20ad94e747feb71ae5fdd008fa335b79d82f8a06cb417d3
 WHIRLPOOL 
d91de0e8a827ec499a3f4a84477b8e960ad28f988ad46b68ac849dc8c3917717689d7e8d38309a6120463687fc7e3ce3d2d3f1845862614ed930b15d6db0a17c

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.36.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.36.ebuild
new file mode 100644
index ..89c363b
--- /dev/null
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.36.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+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...
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   x11-libs/gdk-pixbuf:2
+   >=net-dns/avahi-0.6[dbus]
+   >=net-libs/libsoup-2.48.0: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-0.9.4 )
+"
+
+src_prepare() {
+   # Remove useless CFLAGS alteration in configure
+   sed -e 's/CFLAGS -O2/CFLAGS/' \
+   -i configure.ac configure || die
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --with-mdns=avahi \
+   $(use_enable introspection) \
+   $(use_enable test tests) \
+   $(use_enable test check)
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2016-09-11 Thread Gilles Dartiguelongue
commit: d9c740f0ffa82328094702dd725a4ce5ff9a3860
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Sep 10 22:36:59 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 11 11:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c740f0

net-libs/libdmapsharing: clean up old revision

Package-Manager: portage-2.3.0

 net-libs/libdmapsharing/Manifest   |  1 -
 .../libdmapsharing/libdmapsharing-2.9.32.ebuild| 50 --
 2 files changed, 51 deletions(-)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index 9ff6928..ef19254 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,3 +1,2 @@
-DIST libdmapsharing-2.9.32.tar.gz 742229 SHA256 
74b9ca2a3f04708ef5e6a87922cb42bad677b6f27fd0bc8ad53067ef6bbf0518 SHA512 
fd152749055dd02fefa672f7da3efc85bffa7ddb10880886dff829fc8abfaecc79131366fdf31f5657c1b5e622c04f3dbfc750998ea56ffaf9af800210b17084
 WHIRLPOOL 
f8fb493eb9181a18ef1d2dacd44920f8312db344df7aa1f842764ef95591d03fd511fab4e3c1c2e4966caa8738db9227031a458a892cec16c2158381701b8484
 DIST libdmapsharing-2.9.35.tar.gz 759676 SHA256 
619f72ad8c33e9c1e323afabe793008227099e488c71e8f9ecb404eeb32b49e7 SHA512 
5755fe4f8d69ea8d58261e0068dc8dce9828c8134f53103f3afbba6d99cfe1e9f4a72f8004b96e6ac8d2bab6fb3c2cb458d9c3b333af78ee5eeb0883b5f763e8
 WHIRLPOOL 
c1cded2d25de1f88f0ce944ef91946bcf423991e96bee1567a1d4ee46051e88771d09960ce23ea864ca73920e52fc64867ee0913f7a81e3ef3536e5d8b831bc4
 DIST libdmapsharing-2.9.36.tar.gz 759882 SHA256 
844769a42a7e6083ce6eb2aa72d25fb3588eb6dabb284820e9031231a0f0c46a SHA512 
cc93ac74fae115a29f634db44a367202b7e7f34d2e26b6c3e9a0774e53c963e614d5499757de1a02e20ad94e747feb71ae5fdd008fa335b79d82f8a06cb417d3
 WHIRLPOOL 
d91de0e8a827ec499a3f4a84477b8e960ad28f988ad46b68ac849dc8c3917717689d7e8d38309a6120463687fc7e3ce3d2d3f1845862614ed930b15d6db0a17c

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild
deleted file mode 100644
index 9875f31..
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-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[dbus]
-   >=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
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --with-mdns=avahi \
-   $(use_enable introspection) \
-   $(use_enable test tests)
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2016-06-11 Thread Pacho Ramos
commit: 873fa44869b339fc9c99f2f0b23d31b33dcc1605
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 11 12:16:44 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 11 19:38:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873fa448

net-libs/libdmapsharing: x86 stable, bug 584468

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="x86"

 net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild
index 00e738f..f405a70 100644
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection test"
 
 # Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2016-06-11 Thread Pacho Ramos
commit: 74cb6c84f0767c40f9f42c1c808c4138a736d4c2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 11 11:56:50 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 11 12:05:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74cb6c84

net-libs/libdmapsharing: amd64 stable, bug 584468

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="amd64"

 net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild
index 324d722..00e738f 100644
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+introspection test"
 
 # Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2016-05-29 Thread Pacho Ramos
commit: a71e623332233303df2e8ab3da7fffd096f157b0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 29 12:21:21 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 29 12:41:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71e6233

net-libs/libdmapsharing: Drop old

Package-Manager: portage-2.3.0_rc1

 net-libs/libdmapsharing/Manifest   |  1 -
 .../libdmapsharing/libdmapsharing-2.9.31.ebuild| 50 --
 2 files changed, 51 deletions(-)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index 4bf7c82..2537c82 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,2 +1 @@
-DIST libdmapsharing-2.9.31.tar.gz 746372 SHA256 
9c933ee15c89bc4ea0c3455d341ceb66e9f7705c94c32d485bc4b162f4f55b29 SHA512 
36e2771f546ff42e437b6e3f0bb2cd11d5e75a34479f07277aa5f044f074bd0a2d20ff45660ebc73956c2ce64b5bd0bd50288cc1c875dc98ee0b44ed93f17b38
 WHIRLPOOL 
0a8f7b09818947bdadaf87ea05d158ca5de2945e7eb077dff1ecd31a616c86203a0de4694e2b19d0a60a887e3113c566f50765a46514cdf7a93ec55fc9bf5b29
 DIST libdmapsharing-2.9.32.tar.gz 742229 SHA256 
74b9ca2a3f04708ef5e6a87922cb42bad677b6f27fd0bc8ad53067ef6bbf0518 SHA512 
fd152749055dd02fefa672f7da3efc85bffa7ddb10880886dff829fc8abfaecc79131366fdf31f5657c1b5e622c04f3dbfc750998ea56ffaf9af800210b17084
 WHIRLPOOL 
f8fb493eb9181a18ef1d2dacd44920f8312db344df7aa1f842764ef95591d03fd511fab4e3c1c2e4966caa8738db9227031a458a892cec16c2158381701b8484

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.31.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.31.ebuild
deleted file mode 100644
index 75cf4e8..000
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.31.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-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
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --with-mdns=avahi \
-   $(use_enable introspection) \
-   $(use_enable test tests)
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2016-05-29 Thread Pacho Ramos
commit: 3ec66f9cb2d49abd39ad77656d55950cdff3dd68
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 29 12:22:36 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 29 12:41:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec66f9c

net-libs/libdmapsharing: Version bump

Package-Manager: portage-2.3.0_rc1

 net-libs/libdmapsharing/Manifest   |  1 +
 .../libdmapsharing/libdmapsharing-2.9.35.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index 2537c82..7ed4505 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1 +1,2 @@
 DIST libdmapsharing-2.9.32.tar.gz 742229 SHA256 
74b9ca2a3f04708ef5e6a87922cb42bad677b6f27fd0bc8ad53067ef6bbf0518 SHA512 
fd152749055dd02fefa672f7da3efc85bffa7ddb10880886dff829fc8abfaecc79131366fdf31f5657c1b5e622c04f3dbfc750998ea56ffaf9af800210b17084
 WHIRLPOOL 
f8fb493eb9181a18ef1d2dacd44920f8312db344df7aa1f842764ef95591d03fd511fab4e3c1c2e4966caa8738db9227031a458a892cec16c2158381701b8484
+DIST libdmapsharing-2.9.35.tar.gz 759676 SHA256 
619f72ad8c33e9c1e323afabe793008227099e488c71e8f9ecb404eeb32b49e7 SHA512 
5755fe4f8d69ea8d58261e0068dc8dce9828c8134f53103f3afbba6d99cfe1e9f4a72f8004b96e6ac8d2bab6fb3c2cb458d9c3b333af78ee5eeb0883b5f763e8
 WHIRLPOOL 
c1cded2d25de1f88f0ce944ef91946bcf423991e96bee1567a1d4ee46051e88771d09960ce23ea864ca73920e52fc64867ee0913f7a81e3ef3536e5d8b831bc4

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild
new file mode 100644
index 000..324d722
--- /dev/null
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.35.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+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[dbus]
+   >=net-libs/libsoup-2.48.0: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
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --with-mdns=avahi \
+   $(use_enable introspection) \
+   $(use_enable test tests)
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2015-11-11 Thread Agostino Sarubbo
commit: 6736f453f5bb585df2c4063d3fb7c0a936300ec8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 11 08:18:41 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 11 08:19:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6736f453

net-libs/libdmapsharing: x86 stable wrt bug #565086

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild
index 84d4394..9875f31 100644
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection test"
 
 # Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2015-11-10 Thread Agostino Sarubbo
commit: abd6b975134fc4a6da7a15e5fab4173defed0030
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 10 17:00:40 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 10 17:02:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd6b975

net-libs/libdmapsharing: amd64 stable wrt bug #565086

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild
index c0adbf8..84d4394 100644
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+introspection test"
 
 # Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2015-11-07 Thread Pacho Ramos
commit: 391a111e211bf1692eef07481ad325b5bfe97904
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov  7 12:15:07 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov  7 12:16:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391a111e

net-libs/libdmapsharing: Version bump, avahi[dbus] is needed (#561072 by Toralf 
Förster)

Package-Manager: portage-2.2.23

 net-libs/libdmapsharing/Manifest   |  1 +
 .../libdmapsharing/libdmapsharing-2.9.32.ebuild| 50 ++
 2 files changed, 51 insertions(+)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index fb15c99..bbc74ea 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,2 +1,3 @@
 DIST libdmapsharing-2.9.30.tar.gz 745913 SHA256 
6c3917aac7de23999094a5d1ee463cd1b07053a8fcd5c6137b4284447b707e40 SHA512 
6c47f8882e14d5a753725884f4e98ee203e29a11cc5882e2beb4b4d1a495e20283be4d7801e45e4078d21ccc6b6601d8d95e262d229adc7b728f8bdbd949154e
 WHIRLPOOL 
3e5b65e9388a438efabeb59bb9961ab997b37711f12fcad19c24b0d07fc1cfe7a81f00f7af7916b3d142072a3dab0cadfe50452e0b1cbd51b028ec2c0e413ab4
 DIST libdmapsharing-2.9.31.tar.gz 746372 SHA256 
9c933ee15c89bc4ea0c3455d341ceb66e9f7705c94c32d485bc4b162f4f55b29 SHA512 
36e2771f546ff42e437b6e3f0bb2cd11d5e75a34479f07277aa5f044f074bd0a2d20ff45660ebc73956c2ce64b5bd0bd50288cc1c875dc98ee0b44ed93f17b38
 WHIRLPOOL 
0a8f7b09818947bdadaf87ea05d158ca5de2945e7eb077dff1ecd31a616c86203a0de4694e2b19d0a60a887e3113c566f50765a46514cdf7a93ec55fc9bf5b29
+DIST libdmapsharing-2.9.32.tar.gz 742229 SHA256 
74b9ca2a3f04708ef5e6a87922cb42bad677b6f27fd0bc8ad53067ef6bbf0518 SHA512 
fd152749055dd02fefa672f7da3efc85bffa7ddb10880886dff829fc8abfaecc79131366fdf31f5657c1b5e622c04f3dbfc750998ea56ffaf9af800210b17084
 WHIRLPOOL 
f8fb493eb9181a18ef1d2dacd44920f8312db344df7aa1f842764ef95591d03fd511fab4e3c1c2e4966caa8738db9227031a458a892cec16c2158381701b8484

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild
new file mode 100644
index 000..c0adbf8
--- /dev/null
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.32.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+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[dbus]
+   >=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
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --with-mdns=avahi \
+   $(use_enable introspection) \
+   $(use_enable test tests)
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/

2015-11-07 Thread Pacho Ramos
commit: de1facd4918eba492e61246ca0ca45ead93fbce9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov  7 12:15:58 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov  7 12:16:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1facd4

net-libs/libdmapsharing: Drop old

Package-Manager: portage-2.2.23

 net-libs/libdmapsharing/Manifest   |  1 -
 .../libdmapsharing/libdmapsharing-2.9.30.ebuild| 57 --
 2 files changed, 58 deletions(-)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index bbc74ea..4bf7c82 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,3 +1,2 @@
-DIST libdmapsharing-2.9.30.tar.gz 745913 SHA256 
6c3917aac7de23999094a5d1ee463cd1b07053a8fcd5c6137b4284447b707e40 SHA512 
6c47f8882e14d5a753725884f4e98ee203e29a11cc5882e2beb4b4d1a495e20283be4d7801e45e4078d21ccc6b6601d8d95e262d229adc7b728f8bdbd949154e
 WHIRLPOOL 
3e5b65e9388a438efabeb59bb9961ab997b37711f12fcad19c24b0d07fc1cfe7a81f00f7af7916b3d142072a3dab0cadfe50452e0b1cbd51b028ec2c0e413ab4
 DIST libdmapsharing-2.9.31.tar.gz 746372 SHA256 
9c933ee15c89bc4ea0c3455d341ceb66e9f7705c94c32d485bc4b162f4f55b29 SHA512 
36e2771f546ff42e437b6e3f0bb2cd11d5e75a34479f07277aa5f044f074bd0a2d20ff45660ebc73956c2ce64b5bd0bd50288cc1c875dc98ee0b44ed93f17b38
 WHIRLPOOL 
0a8f7b09818947bdadaf87ea05d158ca5de2945e7eb077dff1ecd31a616c86203a0de4694e2b19d0a60a887e3113c566f50765a46514cdf7a93ec55fc9bf5b29
 DIST libdmapsharing-2.9.32.tar.gz 742229 SHA256 
74b9ca2a3f04708ef5e6a87922cb42bad677b6f27fd0bc8ad53067ef6bbf0518 SHA512 
fd152749055dd02fefa672f7da3efc85bffa7ddb10880886dff829fc8abfaecc79131366fdf31f5657c1b5e622c04f3dbfc750998ea56ffaf9af800210b17084
 WHIRLPOOL 
f8fb493eb9181a18ef1d2dacd44920f8312db344df7aa1f842764ef95591d03fd511fab4e3c1c2e4966caa8738db9227031a458a892cec16c2158381701b8484

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.30.ebuild 
b/net-libs/libdmapsharing/libdmapsharing-2.9.30.ebuild
deleted file mode 100644
index 1a1d371..000
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.30.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}