summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-05 15:42:33 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-05 15:42:33 +0000
commit2d8097ec807b6d004ba920e3481abf39ec73a93e (patch)
tree798620edb6172cec20e7f12fd4043d46b91e959d /net-p2p
parentNew version and added IUSE (diff)
downloadgentoo-2-2d8097ec807b6d004ba920e3481abf39ec73a93e.tar.gz
gentoo-2-2d8097ec807b6d004ba920e3481abf39ec73a93e.tar.bz2
gentoo-2-2d8097ec807b6d004ba920e3481abf39ec73a93e.zip
prune old ebuilds
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dc-gui/dc-gui-0.62.ebuild44
-rw-r--r--net-p2p/dc-gui/dc-gui-0.63.ebuild44
-rw-r--r--net-p2p/dc-gui/dc-gui-0.64.ebuild44
-rw-r--r--net-p2p/dc-gui/files/digest-dc-gui-0.621
-rw-r--r--net-p2p/dc-gui/files/digest-dc-gui-0.631
-rw-r--r--net-p2p/dc-gui/files/digest-dc-gui-0.641
-rw-r--r--net-p2p/dctc/dctc-0.83.5-r1.ebuild28
-rw-r--r--net-p2p/dctc/dctc-0.83.6.ebuild28
-rw-r--r--net-p2p/dctc/dctc-0.83.7.ebuild30
-rw-r--r--net-p2p/dctc/dctc-0.83.8.ebuild6
-rw-r--r--net-p2p/dctc/files/dctc-0.83.7-gcc-2.95.patch14
-rw-r--r--net-p2p/dctc/files/digest-dctc-0.83.5-r11
-rw-r--r--net-p2p/dctc/files/digest-dctc-0.83.61
-rw-r--r--net-p2p/dctc/files/digest-dctc-0.83.71
14 files changed, 2 insertions, 242 deletions
diff --git a/net-p2p/dc-gui/dc-gui-0.62.ebuild b/net-p2p/dc-gui/dc-gui-0.62.ebuild
deleted file mode 100644
index 42a80c45ae92..000000000000
--- a/net-p2p/dc-gui/dc-gui-0.62.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-gui/dc-gui-0.62.ebuild,v 1.2 2002/11/13 22:00:55 vapier Exp $
-
-IUSE="nls"
-
-S=${WORKDIR}/${P/-/_}
-DESCRIPTION="GUI for DCTC"
-SRC_URI="http://ac2i.tzo.com/dctc/${P/-/_}.tar.gz"
-HOMEPAGE="http://ac2i.tzo.com/dctc"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-DEPEND="=dev-libs/glib-1.2*
- =gnome-base/gnome-libs-1.4*
- =sys-libs/db-3.2*
- =x11-libs/gtk+-1.2*
- =net-p2p/dctc-0.83.5"
-
-RDEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
-
- use nls \
- && myconf="${myconf} --enable-nls" \
- || myconf="${myconf} --disable-nls"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --host=${CHOST} \
- --with-gnome \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr install || die
- dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
-}
diff --git a/net-p2p/dc-gui/dc-gui-0.63.ebuild b/net-p2p/dc-gui/dc-gui-0.63.ebuild
deleted file mode 100644
index 5dab912585d8..000000000000
--- a/net-p2p/dc-gui/dc-gui-0.63.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-gui/dc-gui-0.63.ebuild,v 1.3 2002/11/13 22:00:55 vapier Exp $
-
-IUSE="nls"
-
-S=${WORKDIR}/${P/-/_}
-DESCRIPTION="GUI for DCTC"
-SRC_URI="http://ac2i.tzo.com/dctc/${P/-/_}.tar.gz"
-HOMEPAGE="http://ac2i.tzo.com/dctc/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-DEPEND="=dev-libs/glib-1.2*
- =gnome-base/gnome-libs-1.4*
- =sys-libs/db-3.2*
- =x11-libs/gtk+-1.2*
- =net-p2p/dctc-0.83.6"
-
-RDEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
-
- use nls \
- && myconf="${myconf} --enable-nls" \
- || myconf="${myconf} --disable-nls"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --host=${CHOST} \
- --with-gnome \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr install || die
- dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
-}
diff --git a/net-p2p/dc-gui/dc-gui-0.64.ebuild b/net-p2p/dc-gui/dc-gui-0.64.ebuild
deleted file mode 100644
index 51147b57ea61..000000000000
--- a/net-p2p/dc-gui/dc-gui-0.64.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-gui/dc-gui-0.64.ebuild,v 1.3 2002/11/13 22:00:55 vapier Exp $
-
-IUSE="nls"
-
-S=${WORKDIR}/${P/-/_}
-DESCRIPTION="GUI for DCTC"
-SRC_URI="http://ac2i.tzo.com/dctc/${P/-/_}.tar.gz"
-HOMEPAGE="http://ac2i.tzo.com/dctc/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-DEPEND="=dev-libs/glib-1.2*
- =gnome-base/gnome-libs-1.4*
- =sys-libs/db-3.2*
- =x11-libs/gtk+-1.2*
- =net-p2p/dctc-0.83.7"
-
-RDEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
-
- use nls \
- && myconf="${myconf} --enable-nls" \
- || myconf="${myconf} --disable-nls"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --host=${CHOST} \
- --with-gnome \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr install || die
- dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
-}
diff --git a/net-p2p/dc-gui/files/digest-dc-gui-0.62 b/net-p2p/dc-gui/files/digest-dc-gui-0.62
deleted file mode 100644
index 560675780a10..000000000000
--- a/net-p2p/dc-gui/files/digest-dc-gui-0.62
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2c9bf8fab023769a459ef35a71ef4a91 dc_gui-0.62.tar.gz 441860
diff --git a/net-p2p/dc-gui/files/digest-dc-gui-0.63 b/net-p2p/dc-gui/files/digest-dc-gui-0.63
deleted file mode 100644
index 9fbe2f70366d..000000000000
--- a/net-p2p/dc-gui/files/digest-dc-gui-0.63
+++ /dev/null
@@ -1 +0,0 @@
-MD5 de1eda5d62496575f90410fc0c916b99 dc_gui-0.63.tar.gz 444585
diff --git a/net-p2p/dc-gui/files/digest-dc-gui-0.64 b/net-p2p/dc-gui/files/digest-dc-gui-0.64
deleted file mode 100644
index 2c33303387f2..000000000000
--- a/net-p2p/dc-gui/files/digest-dc-gui-0.64
+++ /dev/null
@@ -1 +0,0 @@
-MD5 55b83ec416dd20b7b25f004aefa364e0 dc_gui-0.64.tar.gz 454778
diff --git a/net-p2p/dctc/dctc-0.83.5-r1.ebuild b/net-p2p/dctc/dctc-0.83.5-r1.ebuild
deleted file mode 100644
index 4e49f7b3a759..000000000000
--- a/net-p2p/dctc/dctc-0.83.5-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.83.5-r1.ebuild,v 1.1 2002/10/15 01:18:03 vapier Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Direct Connect Text Client, almost famous file share program"
-SRC_URI="http://ac2i.tzo.com/dctc/${P}.tar.gz"
-HOMEPAGE="http://ac2i.tzo.com/dctc/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-DEPEND="=dev-libs/glib-1.2*
- =sys-libs/db-3.2*"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- einstall || die
-
- dodoc Documentation/* Documentation/DCextensions/*
-
- dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS NEWS README TODO
-}
diff --git a/net-p2p/dctc/dctc-0.83.6.ebuild b/net-p2p/dctc/dctc-0.83.6.ebuild
deleted file mode 100644
index 0c7309dba0d9..000000000000
--- a/net-p2p/dctc/dctc-0.83.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.83.6.ebuild,v 1.2 2002/11/04 01:37:50 vapier Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Direct Connect Text Client, almost famous file share program"
-SRC_URI="http://ac2i.tzo.com/dctc/${P}.tar.gz"
-HOMEPAGE="http://ac2i.tzo.com/dctc/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-DEPEND="=dev-libs/glib-1.2*
- =sys-libs/db-3.2*"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- einstall || die
-
- dodoc Documentation/* Documentation/DCextensions/*
-
- dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS NEWS README TODO
-}
diff --git a/net-p2p/dctc/dctc-0.83.7.ebuild b/net-p2p/dctc/dctc-0.83.7.ebuild
deleted file mode 100644
index 6a34e8d7875b..000000000000
--- a/net-p2p/dctc/dctc-0.83.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.83.7.ebuild,v 1.3 2002/11/11 16:55:11 vapier Exp $
-
-inherit gcc
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Direct Connect Text Client, almost famous file share program"
-SRC_URI="http://ac2i.tzo.com/dctc/${P}.tar.gz"
-HOMEPAGE="http://ac2i.tzo.com/dctc/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-newdepend =dev-libs/glib-1.2* =sys-libs/db-3.2*
-
-src_compile() {
- econf
- [ `gcc-major-version` -eq 2 ] && patch -p0 < ${FILESDIR}/${P}-gcc-2.95.patch
- emake || die
-}
-
-src_install() {
- einstall || die
-
- dodoc Documentation/* Documentation/DCextensions/*
-
- dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS NEWS README TODO
-}
diff --git a/net-p2p/dctc/dctc-0.83.8.ebuild b/net-p2p/dctc/dctc-0.83.8.ebuild
index b172fcc4ab13..3d653eaa2d4d 100644
--- a/net-p2p/dctc/dctc-0.83.8.ebuild
+++ b/net-p2p/dctc/dctc-0.83.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.83.8.ebuild,v 1.1 2002/11/11 16:55:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.83.8.ebuild,v 1.2 2002/12/05 15:42:33 vapier Exp $
DESCRIPTION="Direct Connect Text Client, almost famous file share program"
SRC_URI="http://ac2i.tzo.com/dctc/${P}.tar.gz"
@@ -19,9 +19,7 @@ src_compile() {
}
src_install() {
- einstall || die
-
+ einstall
dodoc Documentation/* Documentation/DCextensions/*
-
dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS NEWS README TODO
}
diff --git a/net-p2p/dctc/files/dctc-0.83.7-gcc-2.95.patch b/net-p2p/dctc/files/dctc-0.83.7-gcc-2.95.patch
deleted file mode 100644
index a066e3fd8e56..000000000000
--- a/net-p2p/dctc/files/dctc-0.83.7-gcc-2.95.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/userinfo.c.orig 2002-11-03 20:29:02.000000000 -0500
-+++ src/userinfo.c 2002-11-03 20:28:21.000000000 -0500
-@@ -99,10 +99,10 @@
-
- if(idx!=-1)
- {
-- printf("doing: %d\n",idx);
- /* 1) the entry already exists, just update it */
- /* 2) the entry does not exist but there is free space to add it */
- LMP_UINFO *udp=&(((LMP_UINFO*)(local_dctc_user_info_lmp->mapped_addr))[idx]);
-+ printf("doing: %d\n",idx);
- udp->entry_is_busy=1; /* we set it to 1 because it can be an add or an update */
- strncpy_max(udp->nickname,nickname,UINFO_NICK_SIZE);
- sscanf(usize,"%lld",&(udp->share_size));
diff --git a/net-p2p/dctc/files/digest-dctc-0.83.5-r1 b/net-p2p/dctc/files/digest-dctc-0.83.5-r1
deleted file mode 100644
index d75497acc094..000000000000
--- a/net-p2p/dctc/files/digest-dctc-0.83.5-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5e691001fa203e3ca0ae30a9137d56fd dctc-0.83.5.tar.gz 247418
diff --git a/net-p2p/dctc/files/digest-dctc-0.83.6 b/net-p2p/dctc/files/digest-dctc-0.83.6
deleted file mode 100644
index 68a8c1515e2a..000000000000
--- a/net-p2p/dctc/files/digest-dctc-0.83.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f75219864be471b1c072509ef9e9688d dctc-0.83.6.tar.gz 248612
diff --git a/net-p2p/dctc/files/digest-dctc-0.83.7 b/net-p2p/dctc/files/digest-dctc-0.83.7
deleted file mode 100644
index 187a984827c6..000000000000
--- a/net-p2p/dctc/files/digest-dctc-0.83.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ce1d35ffd24d6b0b929ba08f81f7098f dctc-0.83.7.tar.gz 251657