From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 616C01388C0 for ; Sat, 20 Feb 2016 13:55:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16E6D21C125; Sat, 20 Feb 2016 13:55:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E81E21C123 for ; Sat, 20 Feb 2016 13:55:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 153B7340D56 for ; Sat, 20 Feb 2016 13:55:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8AA01B9B for ; Sat, 20 Feb 2016 13:55:28 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1455976375.7603dcf7f356419f958e02bd265e9afba069ad5b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gupnp-dlna/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gupnp-dlna/Manifest media-libs/gupnp-dlna/gupnp-dlna-0.10.2.ebuild X-VCS-Directories: media-libs/gupnp-dlna/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7603dcf7f356419f958e02bd265e9afba069ad5b X-VCS-Branch: master Date: Sat, 20 Feb 2016 13:55:28 +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: 7011980c-45cc-4855-85ff-3a06fe83a33f X-Archives-Hash: 4bc05b5360afa6579b87be95455c3a6d commit: 7603dcf7f356419f958e02bd265e9afba069ad5b Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 20 13:20:08 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 20 13:52:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7603dcf7 media-libs/gupnp-dlna: Drop old Package-Manager: portage-2.2.27 media-libs/gupnp-dlna/Manifest | 1 - media-libs/gupnp-dlna/gupnp-dlna-0.10.2.ebuild | 63 -------------------------- 2 files changed, 64 deletions(-) diff --git a/media-libs/gupnp-dlna/Manifest b/media-libs/gupnp-dlna/Manifest index eed1a01..a3dbc8b 100644 --- a/media-libs/gupnp-dlna/Manifest +++ b/media-libs/gupnp-dlna/Manifest @@ -1,2 +1 @@ -DIST gupnp-dlna-0.10.2.tar.xz 314088 SHA256 158a22dc9c11645817596322e2516701f0d49e40f1892ddc8832afd26221c5c3 SHA512 b4a889e77022339a25ba532c3160e590c080a732de9fd6961d4109ab310937dec531b9a92ba6d6a7918f3b96bf70b85e068cda116d33c58bc55f015809889402 WHIRLPOOL 67d6c135429c0b30c4464907025065c3666fb7433538e13117cc5b83e42ebc04f227b4e692a5a334c3cd47e2c2d8ac4ea89791a05e72d81af835c4d47af49a51 DIST gupnp-dlna-0.10.3.tar.xz 328376 SHA256 dcbe5f5f721c76781f3d3bb1bfcdf9818df0905203d4e5759aecb9cb127872d5 SHA512 751969c117a21534a8137e3b89268518ee93a086e70a3d985656a14719c19abdae5c604195bbe68c114725be8ef3f56960b6288f82be59cb13b2e2ff27809f35 WHIRLPOOL b1f8680086564d661de5ff24ede40b635cc4e68597316a5c1ff1b55aa7082d9c7cd73d3e771ad0fa9540f666d36cdebc6a1df010544cf581470b92d727452069 diff --git a/media-libs/gupnp-dlna/gupnp-dlna-0.10.2.ebuild b/media-libs/gupnp-dlna/gupnp-dlna-0.10.2.ebuild deleted file mode 100644 index 5debb4e..0000000 --- a/media-libs/gupnp-dlna/gupnp-dlna-0.10.2.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -VALA_MIN_API_VERSION="0.18" -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala - -DESCRIPTION="Library providing DLNA-related functionality for MediaServers" -HOMEPAGE="http://gupnp.org/" - -LICENSE="LGPL-2" -SLOT="2.0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="+introspection" - -RDEPEND=" - >=dev-libs/glib-2.34:2 - >=dev-libs/libxml2-2.5:2 - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0[introspection?] - introspection? ( >=dev-libs/gobject-introspection-0.6.4 ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.11 - virtual/pkgconfig - introspection? ( $(vala_depend) ) -" - -src_prepare() { - # Make doc parallel installable - cd "${S}"/doc/gupnp-dlna - sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \ - -e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/" \ - -i Makefile.am Makefile.in || die - sed -e "s/\(