diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-12-27 14:43:24 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-12-27 14:43:24 +0100 |
commit | 605cccd6f5c0a8a2b7ceadea61acd4e0fdb38aaf (patch) | |
tree | 5b66deffbf45804d762adafc44f30010c034799a /net-im/simpserver-bin | |
parent | net-im/simpserver-bin: EAPI bump (diff) | |
download | gentoo-605cccd6f5c0a8a2b7ceadea61acd4e0fdb38aaf.tar.gz gentoo-605cccd6f5c0a8a2b7ceadea61acd4e0fdb38aaf.tar.bz2 gentoo-605cccd6f5c0a8a2b7ceadea61acd4e0fdb38aaf.zip |
net-im/simpserver-bin: Remove old
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-im/simpserver-bin')
-rw-r--r-- | net-im/simpserver-bin/simpserver-bin-2.1.0.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net-im/simpserver-bin/simpserver-bin-2.1.0.ebuild b/net-im/simpserver-bin/simpserver-bin-2.1.0.ebuild deleted file mode 100644 index cb5179e98fe5..000000000000 --- a/net-im/simpserver-bin/simpserver-bin-2.1.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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." -} |