Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121278 - ebuild for net-im/simpserver-bin-2.1.0 (version bump)
Summary: ebuild for net-im/simpserver-bin-2.1.0 (version bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-02 02:54 UTC by Antonio
Modified: 2006-03-31 21:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch from 0.9 to 2.1.0 (simpserver-bin.patch,488 bytes, patch)
2006-02-13 00:51 UTC, Antonio
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio 2006-02-02 02:54:17 UTC
Here is my version for simpserver-bin-2.1.0

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/simpserver-bin/simpserver-bin-0.9.ebuild,v 1.3 2004/07/15 00:26:24 agriffis Exp $

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="-* ~x86"
IUSE=""
SLOT="0"
S=${WORKDIR}/simp

src_compile() {
        einfo "Binary distribution.  No compilation required."
}

src_install () {
        dodoc LICENSE README VERSION doc/CONFIG doc/TODO

        exeinto /usr/sbin
        doexe bin/${MY_PN}

        insinto /etc
        doins etc/simp.conf

        exeinto /etc/init.d
        newexe ${FILESDIR}/${MY_PN}.rc ${MY_PN}
}

pkg_postinst() {
        einfo "Please edit the configuration file: /etc/simp.conf."
}
Comment 1 Antonio 2006-02-13 00:51:29 UTC
Created attachment 79659 [details, diff]
patch from 0.9 to 2.1.0
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2006-03-31 21:03:24 UTC
in portage.  thanks.