diff options
author | Simone Gotti <motaboy@gentoo.org> | 2004-11-08 00:58:37 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2004-11-08 00:58:37 +0000 |
commit | da0a3a2b5b3d7eb4f7c2da1d41d235de310f30f8 (patch) | |
tree | 1d5f5704361b95f0112e67146f33cb255af50ef3 /net-misc | |
parent | Fixed DEPEND. (diff) | |
download | gentoo-2-da0a3a2b5b3d7eb4f7c2da1d41d235de310f30f8.tar.gz gentoo-2-da0a3a2b5b3d7eb4f7c2da1d41d235de310f30f8.tar.bz2 gentoo-2-da0a3a2b5b3d7eb4f7c2da1d41d235de310f30f8.zip |
Version Bump, closes bug #70339
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/kphone/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/kphone/Manifest | 11 | ||||
-rw-r--r-- | net-misc/kphone/files/digest-kphone-4.0.4 | 1 | ||||
-rw-r--r-- | net-misc/kphone/files/kphone-4.0.4-makefile.diff | 54 | ||||
-rw-r--r-- | net-misc/kphone/kphone-4.0.4.ebuild | 32 |
5 files changed, 101 insertions, 5 deletions
diff --git a/net-misc/kphone/ChangeLog b/net-misc/kphone/ChangeLog index 2da7fa3f4965..551ef3bbcb31 100644 --- a/net-misc/kphone/ChangeLog +++ b/net-misc/kphone/ChangeLog @@ -1,6 +1,12 @@ # 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.25 2004/10/18 15:40:00 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.26 2004/11/08 00:58:37 motaboy Exp $ + +*kphone-4.0.4 (08 Nov 2004) + + 08 Nov 2004; Simone Gotti <motaboy@gentoo.org> + +files/kphone-4.0.4-makefile.diff, +kphone-4.0.4.ebuild: + Version Bump, closes bug #70339 18 Oct 2004; Gustavo Zacarias <gustavoz@gentoo.org> kphone-4.0.3.ebuild: Stable on sparc diff --git a/net-misc/kphone/Manifest b/net-misc/kphone/Manifest index 9df74c4750e3..569dad17dc74 100644 --- a/net-misc/kphone/Manifest +++ b/net-misc/kphone/Manifest @@ -1,9 +1,12 @@ -MD5 9c7daf377ed58ee65a95b42f21589962 ChangeLog 3185 -MD5 714a96aa8e5947bf6c12cdb401e37f0a kphone-4.0.1.ebuild 692 MD5 19fee2079ab66c9146cd886daf014455 kphone-4.0.2.ebuild 724 -MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 +MD5 224413569d0483757f9e2d18a8bf290b kphone-4.0.4.ebuild 784 +MD5 714a96aa8e5947bf6c12cdb401e37f0a kphone-4.0.1.ebuild 692 MD5 65f39bde09c2acd4f0036bd26653383b kphone-4.0.3.ebuild 782 +MD5 3be509ce5f920fec8569857412221039 ChangeLog 3338 +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 a21b5892772f1853869967c34b4e06e7 files/kphone-4.0.3-makefile.diff 1010 +MD5 e9075c94520aaed43d05c3edc8f347a4 files/digest-kphone-4.0.4 64 +MD5 8ec6d67eff2afbdb33e5badedc110610 files/kphone-4.0.4-makefile.diff 1469 diff --git a/net-misc/kphone/files/digest-kphone-4.0.4 b/net-misc/kphone/files/digest-kphone-4.0.4 new file mode 100644 index 000000000000..78628f6b776e --- /dev/null +++ b/net-misc/kphone/files/digest-kphone-4.0.4 @@ -0,0 +1 @@ +MD5 38efef869ce23a33fb61442f2498a650 kphone-4.0.4.tar.gz 255515 diff --git a/net-misc/kphone/files/kphone-4.0.4-makefile.diff b/net-misc/kphone/files/kphone-4.0.4-makefile.diff new file mode 100644 index 000000000000..a3c3edc502de --- /dev/null +++ b/net-misc/kphone/files/kphone-4.0.4-makefile.diff @@ -0,0 +1,54 @@ +--- icons/Makefile.in.orig 2004-07-22 03:24:30.526934416 +0200 ++++ icons/Makefile.in 2004-07-22 03:26:30.330721472 +0200 +@@ -4,12 +4,12 @@ + ICON_DIR=$(SHAREDIR)/icons + + install: +- install --mode=0755 --directory $(ICON_DIR) ++ install --mode=0755 --directory $(DESTDIR)$(ICON_DIR) + for T in *.png; do \ +- install --mode=0644 $$T $(ICON_DIR); \ ++ install --mode=0644 $$T $(DESTDIR)$(ICON_DIR); \ + done + + uninstall: +- rm -r $(ICON_DIR) +- rm -r $(SHAREDIR) ++ rm -r $(DESTDIR)$(ICON_DIR) ++ rm -r $(DESTDIR)$(SHAREDIR) + +--- kphone/Makefile.in.orig 2004-07-22 03:24:36.549018920 +0200 ++++ kphone/Makefile.in 2004-07-22 03:26:07.222234496 +0200 +@@ -52,11 +52,11 @@ + all: kphone + + install: all +- install --mode=0755 --directory $(BIN_DIR) +- install --strip kphone $(BIN_DIR) ++ install --mode=0755 --directory $(DESTDIR)$(BIN_DIR) ++ install --strip kphone $(DESTDIR)$(BIN_DIR) + + uninstall: +- rm -f $(BIN_DIR)/kphone ++ rm -f $(DESTDIR)$(BIN_DIR)/kphone + + clean: + rm -f kphone *.o *.a *~ *.moc.cpp *.bak core + +--- po/Makefile.in.orig 2004-11-08 01:45:01.602724272 +0000 ++++ po/Makefile.in 2004-11-08 01:45:42.939440136 +0000 +@@ -4,11 +4,11 @@ + PO_DIR=$(SHAREDIR)/translations/ + + install: +- install --mode=0755 --directory $(PO_DIR) ++ install --mode=0755 --directory $(DESTDIR)$(PO_DIR) + for T in *.qm; do \ +- install --mode=0644 $$T $(PO_DIR); \ ++ install --mode=0644 $$T $(DESTDIR)$(PO_DIR); \ + done + + uninstall: +- rm -r $(PO_DIR) ++ rm -r $(DESTDIR)$(PO_DIR) + diff --git a/net-misc/kphone/kphone-4.0.4.ebuild b/net-misc/kphone/kphone-4.0.4.ebuild new file mode 100644 index 000000000000..7768e5583538 --- /dev/null +++ b/net-misc/kphone/kphone-4.0.4.ebuild @@ -0,0 +1,32 @@ +# 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 +} |