summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-03-17 22:50:02 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-03-17 22:50:02 +0000
commit29791948c4c57ab44f3ef7077c2703e7428005dc (patch)
treede27806f7d69c52631a6bdc149ff8b76de8ff357 /net-misc/kphone
parentRemove old ebuild. (diff)
downloadgentoo-2-29791948c4c57ab44f3ef7077c2703e7428005dc.tar.gz
gentoo-2-29791948c4c57ab44f3ef7077c2703e7428005dc.tar.bz2
gentoo-2-29791948c4c57ab44f3ef7077c2703e7428005dc.zip
Remove old ebuilds.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/kphone')
-rw-r--r--net-misc/kphone/files/digest-kphone-4.0.11
-rw-r--r--net-misc/kphone/files/digest-kphone-4.0.21
-rw-r--r--net-misc/kphone/files/digest-kphone-4.0.31
-rw-r--r--net-misc/kphone/files/digest-kphone-4.0.51
-rw-r--r--net-misc/kphone/files/kphone-4.0.3-makefile.diff36
-rw-r--r--net-misc/kphone/files/kphone-4.0.4-makefile.diff54
-rw-r--r--net-misc/kphone/kphone-4.0.1.ebuild22
-rw-r--r--net-misc/kphone/kphone-4.0.2.ebuild25
-rw-r--r--net-misc/kphone/kphone-4.0.3.ebuild32
-rw-r--r--net-misc/kphone/kphone-4.0.5.ebuild26
10 files changed, 0 insertions, 199 deletions
diff --git a/net-misc/kphone/files/digest-kphone-4.0.1 b/net-misc/kphone/files/digest-kphone-4.0.1
deleted file mode 100644
index e30bd0b4a22a..000000000000
--- a/net-misc/kphone/files/digest-kphone-4.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0f8dae2f1b2cd8290e857881eeef5b3d kphone-4.0.1.tgz 223455
diff --git a/net-misc/kphone/files/digest-kphone-4.0.2 b/net-misc/kphone/files/digest-kphone-4.0.2
deleted file mode 100644
index 56536c5f7b56..000000000000
--- a/net-misc/kphone/files/digest-kphone-4.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 106819148c275aaa154c6efe4fcb9d23 kphone-4.0.2.tar.gz 219405
diff --git a/net-misc/kphone/files/digest-kphone-4.0.3 b/net-misc/kphone/files/digest-kphone-4.0.3
deleted file mode 100644
index b1187bc3f07a..000000000000
--- a/net-misc/kphone/files/digest-kphone-4.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2368fcb845b7dc75f1de96ca047b29d0 kphone-4.0.3.tar.gz 220383
diff --git a/net-misc/kphone/files/digest-kphone-4.0.5 b/net-misc/kphone/files/digest-kphone-4.0.5
deleted file mode 100644
index 36cde5a03940..000000000000
--- a/net-misc/kphone/files/digest-kphone-4.0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 30939e432fd0039d4dc8228f21e2c54b kphone-4.0.5.tar.gz 258159
diff --git a/net-misc/kphone/files/kphone-4.0.3-makefile.diff b/net-misc/kphone/files/kphone-4.0.3-makefile.diff
deleted file mode 100644
index 7d3d3f7a1979..000000000000
--- a/net-misc/kphone/files/kphone-4.0.3-makefile.diff
+++ /dev/null
@@ -1,36 +0,0 @@
---- 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
diff --git a/net-misc/kphone/files/kphone-4.0.4-makefile.diff b/net-misc/kphone/files/kphone-4.0.4-makefile.diff
deleted file mode 100644
index a3c3edc502de..000000000000
--- a/net-misc/kphone/files/kphone-4.0.4-makefile.diff
+++ /dev/null
@@ -1,54 +0,0 @@
---- 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.1.ebuild b/net-misc/kphone/kphone-4.0.1.ebuild
deleted file mode 100644
index 9cd4799870f4..000000000000
--- a/net-misc/kphone/kphone-4.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.1.ebuild,v 1.7 2005/01/18 19:05:51 gustavoz Exp $
-
-inherit kde
-
-need-kde 3
-LICENSE="GPL-2"
-DESCRIPTION="a SIP user agent for Linux, with which you can initiate VoIP connections over the Internet."
-SRC_URI="http://www.wirlab.net/kphone/${P}.tgz"
-HOMEPAGE="http://www.wirlab.net/kphone/index.html"
-KEYWORDS="~x86 ~amd64 ~sparc"
-
-SLOT="0"
-IUSE=""
-
-src_compile(){
-# Fix for our kde location
-myconf="$myconf --with-extra-libs=$KDEDIR/lib --datadir=${D}/usr/share --prefix=${D}/usr"
-econf ${myconf} || die "econf failed"
-emake
-}
diff --git a/net-misc/kphone/kphone-4.0.2.ebuild b/net-misc/kphone/kphone-4.0.2.ebuild
deleted file mode 100644
index 1fe8dbb60cca..000000000000
--- a/net-misc/kphone/kphone-4.0.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.2.ebuild,v 1.8 2005/01/18 19:05:51 gustavoz Exp $
-
-inherit kde
-need-kde 3
-
-DESCRIPTION="a SIP user agent for Linux, with which you can initiate VoIP connections over the Internet."
-SRC_URI="http://www.wirlab.net/kphone/${P}.tar.gz"
-HOMEPAGE="http://www.wirlab.net/kphone/index.html"
-
-KEYWORDS="x86 ~amd64 sparc ~ppc"
-LICENSE="GPL-2"
-
-IUSE=""
-SLOT="0"
-
-S=${WORKDIR}/kphone
-src_compile(){
- # Fix for our kde location
- myconf="$myconf --with-extra-libs=$KDEDIR/lib --datadir=${D}/usr/share --prefix=${D}/usr"
- econf ${myconf} || die "econf failed"
- emake
-}
-
diff --git a/net-misc/kphone/kphone-4.0.3.ebuild b/net-misc/kphone/kphone-4.0.3.ebuild
deleted file mode 100644
index 1498272bf3bd..000000000000
--- a/net-misc/kphone/kphone-4.0.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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.3.ebuild,v 1.5 2005/01/18 19:05:51 gustavoz 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
deleted file mode 100644
index 1d9eab374a22..000000000000
--- a/net-misc/kphone/kphone-4.0.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.2 2005/01/16 01:09:15 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
-}