public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, net-misc/leapcast/
@ 2017-08-14  7:47 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-08-14  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     443533cc40f219a7e99f2b5e45cd9dbedc134aa9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 07:34:15 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 07:46:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443533cc

net-misc/leapcast: Remove last-rited pkg, #619998

 net-misc/leapcast/Manifest                 |  1 -
 net-misc/leapcast/leapcast-0.1.3-r1.ebuild | 26 --------------------------
 net-misc/leapcast/leapcast-9999.ebuild     | 26 --------------------------
 net-misc/leapcast/metadata.xml             |  8 --------
 profiles/package.mask                      |  4 ----
 5 files changed, 65 deletions(-)

diff --git a/net-misc/leapcast/Manifest b/net-misc/leapcast/Manifest
deleted file mode 100644
index a8678ff8aa3..00000000000
--- a/net-misc/leapcast/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST leapcast-0.1.3.tar.gz 13522 SHA256 0ef6535a18e43b61daae8ee9f9fa05f055f2777254491d7834e86c34a9482264 SHA512 03307f0375dbc49bbf20138e3c47a819d6832721a9fc9ae5b06c5886e8a3b8ff59efcd66a8ee5fed40e968eb014d664fd1890391fb22346d84a40bd73bd150b3 WHIRLPOOL a0e51c1d7dc01340f92c3685ccfca30e5add40a983a80475346cf0071d635935a14489590451e54389ab1125b979bd80721c104ef0da28e4877eb42de05fd061

diff --git a/net-misc/leapcast/leapcast-0.1.3-r1.ebuild b/net-misc/leapcast/leapcast-0.1.3-r1.ebuild
deleted file mode 100644
index d2b42725d7f..00000000000
--- a/net-misc/leapcast/leapcast-0.1.3-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/dz0ny/leapcast.git"
-	inherit git-2
-else
-	SRC_URI="https://github.com/dz0ny/leapcast/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Simple ChromeCast emulation app"
-HOMEPAGE="https://github.com/dz0ny/leapcast"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-python/requests[$PYTHON_USEDEP]
-	www-servers/tornado[$PYTHON_USEDEP]"

diff --git a/net-misc/leapcast/leapcast-9999.ebuild b/net-misc/leapcast/leapcast-9999.ebuild
deleted file mode 100644
index d2b42725d7f..00000000000
--- a/net-misc/leapcast/leapcast-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/dz0ny/leapcast.git"
-	inherit git-2
-else
-	SRC_URI="https://github.com/dz0ny/leapcast/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Simple ChromeCast emulation app"
-HOMEPAGE="https://github.com/dz0ny/leapcast"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-python/requests[$PYTHON_USEDEP]
-	www-servers/tornado[$PYTHON_USEDEP]"

diff --git a/net-misc/leapcast/metadata.xml b/net-misc/leapcast/metadata.xml
deleted file mode 100644
index dc91068f715..00000000000
--- a/net-misc/leapcast/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<upstream>
-		<remote-id type="github">dz0ny/leapcast</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index b902a15acfd..ec030797f77 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -424,10 +424,6 @@ dev-db/lib_mysqludf_xql
 media-plugins/vdr-tvguide
 
 # Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
-# Not compatible with recent python versions (#619998). Removal in a month.
-net-misc/leapcast
-
-# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
 # Dead for ages, relies on dead libs (#622010), you can move to moserial, cutecom or
 # minicom. Removal in 2 months.
 net-dialup/gtkterm


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-14  7:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14  7:47 [gentoo-commits] repo/gentoo:master commit in: profiles/, net-misc/leapcast/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox