net-misc/sjphone: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Mon, 22 Apr 2019 05:56:21 +0000 (07:56 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 22 Apr 2019 05:56:21 +0000 (07:56 +0200)
Closes: https://bugs.gentoo.org/681230
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/sjphone/Manifest [deleted file]
net-misc/sjphone/metadata.xml [deleted file]
net-misc/sjphone/sjphone-1.60.2235.ebuild [deleted file]
profiles/package.mask

diff --git a/net-misc/sjphone/Manifest b/net-misc/sjphone/Manifest
deleted file mode 100644 (file)
index c7addbc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST SJphoneLnx-1.60.2235.tar.gz 4390024 BLAKE2B ee9eeb4b358b258d962238bfc89ac64f767f00eaae577abc1c89bb9a01e625ab01b93eb1ec4ce362efad1f8df5bc7cfa446718fa18397e037540554ffd67b7d4 SHA512 f1c824c51cc4edfec2baf7c31c8afb71930851a96563b50ab8f7219f49b03a4233549e0a1bb4b53a55bd2b72cc3454e2f50625d2ba63491015fcbef27726b567
diff --git a/net-misc/sjphone/metadata.xml b/net-misc/sjphone/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -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>
diff --git a/net-misc/sjphone/sjphone-1.60.2235.ebuild b/net-misc/sjphone/sjphone-1.60.2235.ebuild
deleted file mode 100644 (file)
index fa22405..0000000
+++ /dev/null
@@ -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
-}
index 6c88a469913e8d62758702abc0642ddaa4e811e5..010c87a7c23c2b2ad7a55b02933e009bfde1709c 100644 (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