summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-02 16:17:47 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-02 17:21:47 -0500
commit727ab36844153b0fa413d381a44e62cc9359c819 (patch)
treecbc8c84e36677af38333f9e16edcd127298defa3 /net-im
parentnet-im/simpserver-bin: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-727ab36844153b0fa413d381a44e62cc9359c819.tar.gz
gentoo-727ab36844153b0fa413d381a44e62cc9359c819.tar.bz2
gentoo-727ab36844153b0fa413d381a44e62cc9359c819.zip
net-im/simpserver-bin: remove old ebuild
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-im')
-rw-r--r--net-im/simpserver-bin/simpserver-bin-2.1.0-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-im/simpserver-bin/simpserver-bin-2.1.0-r1.ebuild b/net-im/simpserver-bin/simpserver-bin-2.1.0-r1.ebuild
deleted file mode 100644
index e7f2955c5a15..000000000000
--- a/net-im/simpserver-bin/simpserver-bin-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=${PN/-bin/}
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="SimpServer for Unix: IM instant security transparent proxy"
-SRC_URI="http://download.secway.com/public/products/simpserver/${MY_P}-linux-x86.tgz"
-HOMEPAGE="http://www.secway.com/"
-LICENSE="simpserver-test"
-
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-SLOT="0"
-S=${WORKDIR}/simp
-
-RESTRICT="strip"
-
-src_compile() {
- einfo "Binary distribution. No compilation required."
-}
-
-src_install () {
- dodoc README VERSION doc/CONFIG doc/TODO
-
- exeinto /opt/bin
- doexe bin/${MY_PN}
-
- insinto /etc
- doins etc/simp.conf
-
- newinitd "${FILESDIR}/${MY_PN}".rc ${MY_PN}
-}
-
-pkg_postinst() {
- elog "Please edit the configuration file: /etc/simp.conf."
-}