From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CCBE9139083 for ; Thu, 21 Dec 2017 23:32:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 321E9E0F7E; Thu, 21 Dec 2017 23:32:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04DE4E0F6D for ; Thu, 21 Dec 2017 23:32:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2A2C33E362 for ; Thu, 21 Dec 2017 23:31:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D840AE8A for ; Thu, 21 Dec 2017 23:31:56 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1513899018.80798df097e7dceadc563e981ed5f738fd9b02a3.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libdmapsharing/Manifest net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild X-VCS-Directories: net-libs/libdmapsharing/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 80798df097e7dceadc563e981ed5f738fd9b02a3 X-VCS-Branch: master Date: Thu, 21 Dec 2017 23:31:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8e39285a-a4f3-42a3-86c2-72be849fcf6b X-Archives-Hash: 2f729f88f807b1a3619463bbcc2329c6 commit: 80798df097e7dceadc563e981ed5f738fd9b02a3 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Dec 21 22:56:52 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Dec 21 23:30:18 2017 +0000 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..00000000000 --- 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) -}