+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Application for sending sms over multiple ISPs"
-HOMEPAGE="http://pysmssend.silverarrow.org/"
-SRC_URI="http://pysmssend.silverarrow.org/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">dev-python/mechanize-0.1.7b[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-python_install() {
- distutils-r1_python_install
- python_doscript pysmssendcmd
- ln -s pysmssendcmd "${D}$(python_get_scriptdir)"/pysmssend || die
-}
-
-src_install() {
- distutils-r1_src_install
- dosym pysmssendcmd /usr/bin/pysmssend
- einstalldocs
-}
# Masked for removal in 30 days.
net-wireless/wifi-radar
-# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-19)
-# Dead upstream, py2-only. Masked for removal in 30 days.
-app-misc/pysmssend
-
# Michał Górny <mgorny@gentoo.org> (2020-02-18)
# Dead and unmaintained. Last release in 2015. Broken with newer
# versions of Python 3. No reverse dependencies left.