diff options
author | Simone Gotti <motaboy@gentoo.org> | 2004-11-26 10:46:39 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2004-11-26 10:46:39 +0000 |
commit | 7e2f4b6d45467766faaa85c673e517ecaea7d195 (patch) | |
tree | 9879554b0b0351fc168d663040be7f7a2cd5a6e2 /net-misc/kphone | |
parent | Ebuild and files/ cleanup. Closes #72200. (diff) | |
download | historical-7e2f4b6d45467766faaa85c673e517ecaea7d195.tar.gz historical-7e2f4b6d45467766faaa85c673e517ecaea7d195.tar.bz2 historical-7e2f4b6d45467766faaa85c673e517ecaea7d195.zip |
Version Bump. Closes bug #72532.
Diffstat (limited to 'net-misc/kphone')
-rw-r--r-- | net-misc/kphone/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/kphone/Manifest | 4 | ||||
-rw-r--r-- | net-misc/kphone/files/digest-kphone-4.0.5 | 1 | ||||
-rw-r--r-- | net-misc/kphone/kphone-4.0.5.ebuild | 26 |
4 files changed, 36 insertions, 2 deletions
diff --git a/net-misc/kphone/ChangeLog b/net-misc/kphone/ChangeLog index 551ef3bbcb31..6aa433ee74de 100644 --- a/net-misc/kphone/ChangeLog +++ b/net-misc/kphone/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/kphone # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.26 2004/11/08 00:58:37 motaboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.27 2004/11/26 10:46:39 motaboy Exp $ + +*kphone-4.0.5 (26 Nov 2004) + + 26 Nov 2004; Simone Gotti <motaboy@gentoo.org> +kphone-4.0.5.ebuild: + Version Bump. Closes bug #72532. *kphone-4.0.4 (08 Nov 2004) diff --git a/net-misc/kphone/Manifest b/net-misc/kphone/Manifest index 571004bf5e3f..1ddb667709cc 100644 --- a/net-misc/kphone/Manifest +++ b/net-misc/kphone/Manifest @@ -1,12 +1,14 @@ +MD5 09f62e195c8c2949bb1a444ac5c577ef kphone-4.0.5.ebuild 704 MD5 19fee2079ab66c9146cd886daf014455 kphone-4.0.2.ebuild 724 MD5 e71a732a5760b75b349ad982e3abe4e7 kphone-4.0.4.ebuild 783 MD5 714a96aa8e5947bf6c12cdb401e37f0a kphone-4.0.1.ebuild 692 MD5 65f39bde09c2acd4f0036bd26653383b kphone-4.0.3.ebuild 782 -MD5 2beb42bd1b4a70e5e601889c0ab75aba ChangeLog 3356 +MD5 5af56b2b201b90e2b515b7005fab9404 ChangeLog 3492 MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 MD5 a21b5892772f1853869967c34b4e06e7 files/kphone-4.0.3-makefile.diff 1010 MD5 d791e412c07ec88da417b2d5737596c4 files/digest-kphone-4.0.1 61 MD5 0c17c689085570b5ddd18bce1a01a529 files/digest-kphone-4.0.2 64 MD5 4ca00b985c3f3563d3abc1423f2b72ff files/digest-kphone-4.0.3 64 MD5 e9075c94520aaed43d05c3edc8f347a4 files/digest-kphone-4.0.4 64 +MD5 7fbe0d47e3d51aae62140bc4589ba516 files/digest-kphone-4.0.5 64 MD5 8ec6d67eff2afbdb33e5badedc110610 files/kphone-4.0.4-makefile.diff 1469 diff --git a/net-misc/kphone/files/digest-kphone-4.0.5 b/net-misc/kphone/files/digest-kphone-4.0.5 new file mode 100644 index 000000000000..36cde5a03940 --- /dev/null +++ b/net-misc/kphone/files/digest-kphone-4.0.5 @@ -0,0 +1 @@ +MD5 30939e432fd0039d4dc8228f21e2c54b kphone-4.0.5.tar.gz 258159 diff --git a/net-misc/kphone/kphone-4.0.5.ebuild b/net-misc/kphone/kphone-4.0.5.ebuild new file mode 100644 index 000000000000..a94e6411355d --- /dev/null +++ b/net-misc/kphone/kphone-4.0.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-4.0.5.ebuild,v 1.1 2004/11/26 10:46:39 motaboy Exp $ + +inherit eutils kde + +DESCRIPTION="A SIP user agent for Linux, with which you can initiate VoIP connections over the Internet." +HOMEPAGE="http://www.wirlab.net/kphone/index.html" +SRC_URI="http://www.wirlab.net/kphone/${P}.tar.gz" + +KEYWORDS="~x86 ~amd64 ~sparc ~ppc" +LICENSE="GPL-2" + +IUSE="" +SLOT="0" + +S=${WORKDIR}/kphone + +need-kde 3 + +src_compile(){ + # Fix for our kde location + myconf="$myconf --with-extra-libs=$KDEDIR/lib --prefix=/usr" + econf ${myconf} || die "econf failed" + emake +} |