app-misc/pysmssend: Remove last-rited package

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-03-20 21:30:47 +01:00
parent e3ed401546
commit fd89fe656f
4 changed files with 0 additions and 44 deletions

View File

@@ -1 +0,0 @@
DIST pysmssend-1.48.tar.gz 58172 BLAKE2B a1a33178505f3b9571c81ec90b2fc8c786ad988210c2d87f739d4b1c5c7df20bc1cc84e546a97c7a4b4063bbac363db93358c603994f99d216d1b6800c8d1c29 SHA512 d1d08e11bb4a5f450a98e9bf6292ce65edb61e0610e085dd79dcb80fd8ce1d15f7350797a0150eb6ddcc0116c17e3290f2790632eb7f54ab66efdcf662022088

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>

View File

@@ -1,34 +0,0 @@
# 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
}

View File

@@ -506,10 +506,6 @@ x11-misc/driconf
# 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.