mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
evalhook: rm (old, py2 only, no revdeps)
This commit is contained in:
parent
c67ce63ea1
commit
2e41eff01b
3 changed files with 0 additions and 30 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST pybonjour-1.1.1.tar.gz 18672 BLAKE2B 48d01ef8f580c66054b6679b221de01d568a055c17609dd42efe14da6a7c4e53aa70f7af134bfdf24b99030d71c1edb12eebff3bc9db9cf8408e4251f28db0dc SHA512 4d2d8d51f37c600d123ad0d2bb83b55b1c07faa1bf0a336e28dadd715234a3c2ed30082f7b1c49dcaa8cb469223932520086275e3151bcd796d70118af9aff1f
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python interface to Apple Bonjour and compatible DNS-SD libraries (Avahi)"
|
||||
HOMEPAGE="https://code.google.com/p/pybonjour/"
|
||||
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/setuptools
|
||||
net-dns/avahi[mdnsresponder-compat]"
|
||||
DEPEND=""
|
||||
Loading…
Reference in a new issue