diff options
author | 2019-04-22 07:56:21 +0200 | |
---|---|---|
committer | 2019-04-22 07:56:21 +0200 | |
commit | dc77cb9cbe7cf3622a1e0478835adebe6779af58 (patch) | |
tree | 36c7cb1d8abfeebf69f4c028ffb52457af1a391b /net-misc/sjphone | |
parent | sys-block/targetcli-fb: drop old (diff) | |
download | gentoo-dc77cb9cbe7cf3622a1e0478835adebe6779af58.tar.gz gentoo-dc77cb9cbe7cf3622a1e0478835adebe6779af58.tar.bz2 gentoo-dc77cb9cbe7cf3622a1e0478835adebe6779af58.zip |
net-misc/sjphone: Remove last-rited pkg
Closes: https://bugs.gentoo.org/681230
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/sjphone')
-rw-r--r-- | net-misc/sjphone/Manifest | 1 | ||||
-rw-r--r-- | net-misc/sjphone/metadata.xml | 5 | ||||
-rw-r--r-- | net-misc/sjphone/sjphone-1.60.2235.ebuild | 38 |
3 files changed, 0 insertions, 44 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 -} |