diff options
author | Simone Gotti <motaboy@gentoo.org> | 2005-01-16 01:09:15 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2005-01-16 01:09:15 +0000 |
commit | 3b3c0cf7377a60fb1fd34c7c6628e84d50690306 (patch) | |
tree | 8cdc0b3ac7eafccb574717cbd39b814d35efca0c | |
parent | syncing to gentoo-dev-sources (diff) | |
download | gentoo-2-3b3c0cf7377a60fb1fd34c7c6628e84d50690306.tar.gz gentoo-2-3b3c0cf7377a60fb1fd34c7c6628e84d50690306.tar.bz2 gentoo-2-3b3c0cf7377a60fb1fd34c7c6628e84d50690306.zip |
Stable on x86. Removing kphone-4.0.4 ebuild to close bug #72940.
(Portage version: 2.0.51-r12)
-rw-r--r-- | net-misc/kphone/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/kphone/files/digest-kphone-4.0.4 | 1 | ||||
-rw-r--r-- | net-misc/kphone/kphone-4.0.4.ebuild | 32 | ||||
-rw-r--r-- | net-misc/kphone/kphone-4.0.5.ebuild | 6 | ||||
-rw-r--r-- | net-misc/kphone/kphone-4.1.0.ebuild | 6 |
5 files changed, 12 insertions, 41 deletions
diff --git a/net-misc/kphone/ChangeLog b/net-misc/kphone/ChangeLog index 56fad0c60784..9bec05fda5ad 100644 --- a/net-misc/kphone/ChangeLog +++ b/net-misc/kphone/ChangeLog @@ -1,6 +1,10 @@ # 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.28 2004/12/12 13:45:32 motaboy Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.29 2005/01/16 01:09:15 motaboy Exp $ + + 16 Jan 2005; Simone Gotti <motaboy@gentoo.org> -kphone-4.0.4.ebuild, + kphone-4.0.5.ebuild, kphone-4.1.0.ebuild: + Stable on x86. Removing kphone-4.0.4 ebuild to close bug #72940. *kphone-4.1.0 (12 Dec 2004) diff --git a/net-misc/kphone/files/digest-kphone-4.0.4 b/net-misc/kphone/files/digest-kphone-4.0.4 deleted file mode 100644 index 78628f6b776e..000000000000 --- a/net-misc/kphone/files/digest-kphone-4.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 38efef869ce23a33fb61442f2498a650 kphone-4.0.4.tar.gz 255515 diff --git a/net-misc/kphone/kphone-4.0.4.ebuild b/net-misc/kphone/kphone-4.0.4.ebuild deleted file mode 100644 index 7768e5583538..000000000000 --- a/net-misc/kphone/kphone-4.0.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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.4.ebuild,v 1.1 2004/11/08 00:58:37 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_unpack() { - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${P}-makefile.diff -} -src_compile(){ - # Fix for our kde location - myconf="$myconf --with-extra-libs=$KDEDIR/lib --prefix=/usr" - econf ${myconf} || die "econf failed" - emake -} diff --git a/net-misc/kphone/kphone-4.0.5.ebuild b/net-misc/kphone/kphone-4.0.5.ebuild index a94e6411355d..1d9eab374a22 100644 --- a/net-misc/kphone/kphone-4.0.5.ebuild +++ b/net-misc/kphone/kphone-4.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-4.0.5.ebuild,v 1.2 2005/01/16 01:09:15 motaboy Exp $ inherit eutils kde @@ -8,7 +8,7 @@ DESCRIPTION="A SIP user agent for Linux, with which you can initiate VoIP connec HOMEPAGE="http://www.wirlab.net/kphone/index.html" SRC_URI="http://www.wirlab.net/kphone/${P}.tar.gz" -KEYWORDS="~x86 ~amd64 ~sparc ~ppc" +KEYWORDS="x86 ~amd64 ~sparc ~ppc" LICENSE="GPL-2" IUSE="" diff --git a/net-misc/kphone/kphone-4.1.0.ebuild b/net-misc/kphone/kphone-4.1.0.ebuild index efaebaf402db..3f9224b265e7 100644 --- a/net-misc/kphone/kphone-4.1.0.ebuild +++ b/net-misc/kphone/kphone-4.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-4.1.0.ebuild,v 1.1 2004/12/12 13:45:32 motaboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-4.1.0.ebuild,v 1.2 2005/01/16 01:09:15 motaboy Exp $ inherit eutils kde @@ -8,7 +8,7 @@ DESCRIPTION="A SIP user agent for Linux, with which you can initiate VoIP connec HOMEPAGE="http://www.wirlab.net/kphone/index.html" SRC_URI="http://www.wirlab.net/kphone/${P}.tar.gz" -KEYWORDS="~x86 ~amd64 ~sparc ~ppc" +KEYWORDS="x86 ~amd64 ~sparc ~ppc" LICENSE="GPL-2" IUSE="alsa jack" |