Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/simpserver-bin/
Date: Mon, 02 May 2016 22:24:28
Message-Id: 1462227707.727ab36844153b0fa413d381a44e62cc9359c819.wizardedit@gentoo
1 commit: 727ab36844153b0fa413d381a44e62cc9359c819
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 21:17:47 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 22:21:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727ab368
7
8 net-im/simpserver-bin: remove old ebuild
9
10 Package-Manager: portage-2.2.26
11
12 .../simpserver-bin/simpserver-bin-2.1.0-r1.ebuild | 40 ----------------------
13 1 file changed, 40 deletions(-)
14
15 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
16 deleted file mode 100644
17 index e7f2955..0000000
18 --- a/net-im/simpserver-bin/simpserver-bin-2.1.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -MY_PN=${PN/-bin/}
28 -MY_P="${MY_PN}-${PV}"
29 -
30 -DESCRIPTION="SimpServer for Unix: IM instant security transparent proxy"
31 -SRC_URI="http://download.secway.com/public/products/simpserver/${MY_P}-linux-x86.tgz"
32 -HOMEPAGE="http://www.secway.com/"
33 -LICENSE="simpserver-test"
34 -
35 -KEYWORDS="-* ~amd64 ~x86"
36 -IUSE=""
37 -SLOT="0"
38 -S=${WORKDIR}/simp
39 -
40 -RESTRICT="strip"
41 -
42 -src_compile() {
43 - einfo "Binary distribution. No compilation required."
44 -}
45 -
46 -src_install () {
47 - dodoc README VERSION doc/CONFIG doc/TODO
48 -
49 - exeinto /opt/bin
50 - doexe bin/${MY_PN}
51 -
52 - insinto /etc
53 - doins etc/simp.conf
54 -
55 - newinitd "${FILESDIR}/${MY_PN}".rc ${MY_PN}
56 -}
57 -
58 -pkg_postinst() {
59 - elog "Please edit the configuration file: /etc/simp.conf."
60 -}