public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/
Date: Sun, 11 Sep 2016 11:28:49 +0000 (UTC)	[thread overview]
Message-ID: <1473593261.d9c740f0ffa82328094702dd725a4ce5ff9a3860.eva@gentoo> (raw)

commit:     d9c740f0ffa82328094702dd725a4ce5ff9a3860
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 22:36:59 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 11:27:41 2016 +0000
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..00000000
--- 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)
-}


             reply	other threads:[~2016-09-11 11:28 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-11 11:28 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-05 20:28 [gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/ Matt Turner
2023-08-30  7:57 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-14 14:34 Matt Turner
2023-07-27  8:29 WANG Xuerui
2023-07-21 15:33 Matt Turner
2023-06-03  2:29 Sam James
2023-06-03  1:57 Sam James
2023-06-03  1:57 Sam James
2022-10-31 14:28 Matt Turner
2022-07-29  2:59 Sam James
2022-06-17 17:24 Sam James
2021-08-27 15:19 Yixun Lan
2021-03-04  0:23 Sam James
2018-10-06 22:37 Mart Raudsepp
2018-05-05  1:26 Aaron Bauman
2017-12-21 23:31 Mart Raudsepp
2017-12-16 14:04 Tobias Klausmann
2017-08-27 10:03 Gilles Dartiguelongue
2017-07-29 20:36 Alexis Ballier
2017-02-16  0:17 Mart Raudsepp
2016-12-05 13:52 Pacho Ramos
2016-12-05 13:52 Pacho Ramos
2016-09-11 11:28 Gilles Dartiguelongue
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
2015-11-11  8:20 Agostino Sarubbo
2015-11-10 17:02 Agostino Sarubbo
2015-11-07 12:16 Pacho Ramos
2015-11-07 12:16 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1473593261.d9c740f0ffa82328094702dd725a4ce5ff9a3860.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox