* [gentoo-commits] repo/gentoo:master commit in: net-im/simpserver-bin/
@ 2015-12-27 13:43 Manuel Rüger
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2015-12-27 13:43 UTC (permalink / raw
To: gentoo-commits
commit: 605cccd6f5c0a8a2b7ceadea61acd4e0fdb38aaf
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 13:43:24 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 13:43:24 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605cccd6
net-im/simpserver-bin: Remove old
Package-Manager: portage-2.2.26
net-im/simpserver-bin/simpserver-bin-2.1.0.ebuild | 38 -----------------------
1 file changed, 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 cb5179e..0000000
--- 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."
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/simpserver-bin/
@ 2015-12-27 13:43 Manuel Rüger
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2015-12-27 13:43 UTC (permalink / raw
To: gentoo-commits
commit: 4b2b84a7d4d69c914746c0ad9f199d98fbcb765c
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 13:42:56 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 13:42:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2b84a7
net-im/simpserver-bin: EAPI bump
Package-Manager: portage-2.2.26
.../simpserver-bin/simpserver-bin-2.1.0-r1.ebuild | 40 ++++++++++++++++++++++
1 file changed, 40 insertions(+)
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
new file mode 100644
index 0000000..e7f2955
--- /dev/null
+++ b/net-im/simpserver-bin/simpserver-bin-2.1.0-r1.ebuild
@@ -0,0 +1,40 @@
+# 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."
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/simpserver-bin/
@ 2016-05-02 22:24 Austin English
0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-05-02 22:24 UTC (permalink / raw
To: gentoo-commits
commit: 727ab36844153b0fa413d381a44e62cc9359c819
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon May 2 21:17:47 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon May 2 22:21:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727ab368
net-im/simpserver-bin: remove old ebuild
Package-Manager: portage-2.2.26
.../simpserver-bin/simpserver-bin-2.1.0-r1.ebuild | 40 ----------------------
1 file changed, 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 e7f2955..0000000
--- 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."
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-02 22:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02 22:24 [gentoo-commits] repo/gentoo:master commit in: net-im/simpserver-bin/ Austin English
-- strict thread matches above, loose matches on Subject: below --
2015-12-27 13:43 Manuel Rüger
2015-12-27 13:43 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox