summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/sjphone/Manifest1
-rw-r--r--net-misc/sjphone/metadata.xml5
-rw-r--r--net-misc/sjphone/sjphone-1.60.2235.ebuild38
-rw-r--r--profiles/package.mask6
4 files changed, 0 insertions, 50 deletions
diff --git a/net-misc/sjphone/Manifest b/net-misc/sjphone/Manifest
deleted file mode 100644
index c7addbc7ce73..000000000000
--- a/net-misc/sjphone/Manifest
+++ /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
index 6f49eba8f496..000000000000
--- a/net-misc/sjphone/metadata.xml
+++ /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
index fa22405afa4d..000000000000
--- a/net-misc/sjphone/sjphone-1.60.2235.ebuild
+++ /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
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 6c88a469913e..010c87a7c23c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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