From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/
Date: Mon, 14 Aug 2023 14:34:03 +0000 (UTC) [thread overview]
Message-ID: <1692021833.21e98b708ade6cedaaf161bbd3d9d20f938d6536.mattst88@gentoo> (raw)
commit: 21e98b708ade6cedaaf161bbd3d9d20f938d6536
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 14:03:46 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 14:03:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e98b70
net-libs/libdmapsharing: Drop SLOT="3.0"
Signed-off-by: Matt Turner <mattst88 <AT> 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 6df67c58822f1293828620c6f1548f6a2a52b8ba472346f57e3abf07f9e19206415ba5737d34b89a2ae99af67c6186f99b8ce873333a5494d95ebd7a815fce5b
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..000000000000
--- 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)
-}
next reply other threads:[~2023-08-14 14:34 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-14 14:34 Matt Turner [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-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-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=1692021833.21e98b708ade6cedaaf161bbd3d9d20f938d6536.mattst88@gentoo \
--to=mattst88@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