Gentoo Archives: gentoo-commits

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