Browse Source

Drop dev-python/watchdog. Newer version is in portage and 9999 most likely is not needed anymore

Ri0n 10 năm trước cách đây
mục cha
commit
2439228528

+ 0 - 9
dev-python/watchdog/ChangeLog

@@ -1,9 +0,0 @@
-# ChangeLog for dev-python/watchdog
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*watchdog-0.6.1 (03 Oct 2013)
-
-  03 Oct 2013; rion <rion4ik@gmail.com> +watchdog-0.6.1.ebuild:
-  initial import
-

+ 0 - 1
dev-python/watchdog/Manifest

@@ -1 +0,0 @@
-DIST watchdog-0.6.1.tar.gz 88910 SHA256 e27b2dd90295ff304607587d5443ae2f9e79297f94812f601ce997b5461a34ac SHA512 1f51e5ea4c6e59791c591b40831641e070c77089f8a5d3f4eb3a24aabdfc8ed0212e8e7333aed3be4aebe8e6d034dd78537da5750901772917432d43f3461067 WHIRLPOOL c41d92b9384f35ed57d997ba5814854c2cdd5416a8364ae6be2a32694d8354418692207928900098e461d60d77342e480c48290ecd8e1dc76b47d1bb2c9d2a2f

+ 0 - 8
dev-python/watchdog/metadata.xml

@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer>
-		<email>rion4ik@gmail.com</email>
-		<name>rion</name>
-	</maintainer>
-</pkgmetadata>

+ 0 - 22
dev-python/watchdog/watchdog-0.6.1.ebuild

@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
-inherit distutils-r1
-
-DESCRIPTION="Python library and shell utilities to monitor filesystem events"
-HOMEPAGE="https://github.com/gorakhargosh/watchdog"
-SRC_URI="https://github.com/gorakhargosh/watchdog/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/pyyaml"
-RDEPEND="${DEPEND}
-	dev-python/pathtools
-	dev-python/argh"

+ 0 - 22
dev-python/watchdog/watchdog-9999.ebuild

@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Python library and shell utilities to monitor filesystem events"
-HOMEPAGE="https://github.com/gorakhargosh/watchdog"
-EGIT_REPO_URI="https://github.com/gorakhargosh/watchdog"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="dev-python/pyyaml"
-RDEPEND="${DEPEND}
-	dev-python/pathtools
-	dev-python/argh"