net-misc/sjphone: Remove last-rited pkg

Closes: https://bugs.gentoo.org/681230
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-04-22 07:56:21 +02:00
parent 1629906a6f
commit dc77cb9cbe
4 changed files with 0 additions and 50 deletions

View File

@@ -1 +0,0 @@
DIST SJphoneLnx-1.60.2235.tar.gz 4390024 BLAKE2B ee9eeb4b358b258d962238bfc89ac64f767f00eaae577abc1c89bb9a01e625ab01b93eb1ec4ce362efad1f8df5bc7cfa446718fa18397e037540554ffd67b7d4 SHA512 f1c824c51cc4edfec2baf7c31c8afb71930851a96563b50ab8f7219f49b03a4233549e0a1bb4b53a55bd2b72cc3454e2f50625d2ba63491015fcbef27726b567

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,38 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
inherit eutils
MY_P="SJphoneLnx-${PV}"
DESCRIPTION=" VOIP softphone supports both SIP and H.323 standards "
HOMEPAGE="http://www.sjlabs.com/sjp.html"
SRC_URI="http://www.sjlabs.com/preview/linux/${MY_P}.tar.gz"
LICENSE="SJ-Labs IJG libpng ZLIB RSA W3C BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RESTRICT="strip mirror bindist"
RDEPEND="x11-libs/libSM
x11-libs/libICE
x11-libs/libXext
x11-libs/libX11
x11-libs/libXau
x11-libs/libXdmcp"
S=${WORKDIR}/${MY_P}
src_install() {
insinto /opt/sjphone
doins -r lib/*
fperms a+x /opt/sjphone/sjphone
sed -i -e 's:$(dirname "$0"):/opt/sjphone:' \
-e 's:$WD/lib:$WD:' sjphone
dobin sjphone
dodoc README
doicon lib/sjphone.png
make_desktop_entry sjphone
}

View File

@@ -596,12 +596,6 @@ games-roguelike/rogue
# Removal in 30 days. Bug #670678.
net-vpn/aiccu
# Michał Górny <mgorny@gentoo.org> (22 Mar 2019)
# Homepage dead, and package is mirror-restricted. Current release
# was added in 2006 and has not been updated since.
# Removal in 30 days. Bug #681230.
net-misc/sjphone
# Miroslav Šulc <fordfrog@gentoo.org> (19 Mar 2019)
# Depends on >=virtual/{jdk,jre}-11 which is masked
=www-servers/tomcat-9.0.17