summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-05-20 14:15:26 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-05-20 14:15:26 +0000
commitc723ffb580cbfb603a9b18d6f34db3dd75f96821 (patch)
tree20022902238237819ea55131209edc458166a34f /net-misc/sjphone
parentStable x86. (diff)
downloadgentoo-2-c723ffb580cbfb603a9b18d6f34db3dd75f96821.tar.gz
gentoo-2-c723ffb580cbfb603a9b18d6f34db3dd75f96821.tar.bz2
gentoo-2-c723ffb580cbfb603a9b18d6f34db3dd75f96821.zip
Version bump, bug 132064, thanks karpi
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'net-misc/sjphone')
-rw-r--r--net-misc/sjphone/ChangeLog8
-rw-r--r--net-misc/sjphone/files/digest-sjphone-1.60.22353
-rw-r--r--net-misc/sjphone/sjphone-1.60.2235.ebuild37
3 files changed, 47 insertions, 1 deletions
diff --git a/net-misc/sjphone/ChangeLog b/net-misc/sjphone/ChangeLog
index 30b87a86b07d..f17f33129c54 100644
--- a/net-misc/sjphone/ChangeLog
+++ b/net-misc/sjphone/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/sjphone
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sjphone/ChangeLog,v 1.1 2006/05/05 18:40:35 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sjphone/ChangeLog,v 1.2 2006/05/20 14:15:26 genstef Exp $
+
+*sjphone-1.60.2235 (20 May 2006)
+
+ 20 May 2006; Stefan Schweizer <genstef@gentoo.org>
+ +sjphone-1.60.2235.ebuild, -sjphone-299a.ebuild:
+ Version bump, bug 132064, thanks karpi
*sjphone-299a (05 May 2006)
diff --git a/net-misc/sjphone/files/digest-sjphone-1.60.2235 b/net-misc/sjphone/files/digest-sjphone-1.60.2235
new file mode 100644
index 000000000000..7f8c191826f4
--- /dev/null
+++ b/net-misc/sjphone/files/digest-sjphone-1.60.2235
@@ -0,0 +1,3 @@
+MD5 abb2b929db0d0d5fbba87b9cb0b873fc SJphoneLnx-1.60.2235.tar.gz 4390024
+RMD160 1a9f67c0590beeb86e6c8a94c9cf68b7457f1e06 SJphoneLnx-1.60.2235.tar.gz 4390024
+SHA256 1d308fdee9b56fef0152833f7b9cf2a54a3391e5d4d353a094a300b722d5dff0 SJphoneLnx-1.60.2235.tar.gz 4390024
diff --git a/net-misc/sjphone/sjphone-1.60.2235.ebuild b/net-misc/sjphone/sjphone-1.60.2235.ebuild
new file mode 100644
index 000000000000..93104a33150c
--- /dev/null
+++ b/net-misc/sjphone/sjphone-1.60.2235.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sjphone/sjphone-1.60.2235.ebuild,v 1.1 2006/05/20 14:15:26 genstef Exp $
+
+inherit eutils
+
+MY_P="SJphoneLnx-${PV}"
+DESCRIPTION=" VOIP softphone supports both SIP and H.323 standards "
+HOMEPAGE="http://www.sjlabs.com/sjp.html"
+SRC_URI="http://www.sjlabs.com/preview/linux/${MY_P}.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="|| ( ( x11-libs/libSM
+ x11-libs/libICE
+ x11-libs/libXext
+ x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libXdmcp )
+ virtual/x11 )"
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+ insinto /opt/sjphone
+ doins -r lib/*
+ fperms a+x /opt/sjphone/sjphone
+
+ sed -i -e 's:$(dirname "$0"):/opt/sjphone:' \
+ -e 's:$WD/lib:$WD:' sjphone
+ dobin sjphone
+ dodoc LICENSE README
+ doicon lib/sjphone.png
+ make_desktop_entry sjphone
+}