summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-28 09:38:04 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-28 09:38:04 +0000
commit0b9a4a7b19439262277b13690eb7334b1147ceab (patch)
tree9f0c97214cf2ace5ab3d7d562a33d6eb6c0ee2fb /net-p2p
parentinitial ebuild #42816 (diff)
downloadhistorical-0b9a4a7b19439262277b13690eb7334b1147ceab.tar.gz
historical-0b9a4a7b19439262277b13690eb7334b1147ceab.tar.bz2
historical-0b9a4a7b19439262277b13690eb7334b1147ceab.zip
ver bump #43155
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dcgui-qt/ChangeLog7
-rw-r--r--net-p2p/dcgui-qt/dcgui-qt-0.2.21.ebuild34
-rw-r--r--net-p2p/dcgui-qt/files/digest-dcgui-qt-0.2.211
-rw-r--r--net-p2p/dclib/ChangeLog11
-rw-r--r--net-p2p/dclib/dclib-0.2.21.ebuild27
-rw-r--r--net-p2p/dclib/files/dclib-0.2.21-gcc2.patch10
-rw-r--r--net-p2p/dclib/files/digest-dclib-0.2.211
7 files changed, 87 insertions, 4 deletions
diff --git a/net-p2p/dcgui-qt/ChangeLog b/net-p2p/dcgui-qt/ChangeLog
index 8518fcd64d5a..6a9bfba6d82b 100644
--- a/net-p2p/dcgui-qt/ChangeLog
+++ b/net-p2p/dcgui-qt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/dcgui-qt
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dcgui-qt/ChangeLog,v 1.8 2003/10/06 06:40:34 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dcgui-qt/ChangeLog,v 1.9 2004/02/28 09:38:04 vapier Exp $
+
+*dclib-0.2.21 (28 Feb 2004)
+
+ 28 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
+ Version bump #43155 by Paulo Fidalgo.
*dcgui-qt-0.2.20 (06 Oct 2003)
diff --git a/net-p2p/dcgui-qt/dcgui-qt-0.2.21.ebuild b/net-p2p/dcgui-qt/dcgui-qt-0.2.21.ebuild
new file mode 100644
index 000000000000..8f2c07a91eeb
--- /dev/null
+++ b/net-p2p/dcgui-qt/dcgui-qt-0.2.21.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dcgui-qt/dcgui-qt-0.2.21.ebuild,v 1.1 2004/02/28 09:38:04 vapier Exp $
+
+inherit kde-functions
+need-qt 3
+
+DESCRIPTION="Qt based client for DirectConnect"
+HOMEPAGE="http://dc.ketelhot.de/"
+SRC_URI="http://download.berlios.de/dcgui/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~alpha ~hppa ~amd64 ~ia64"
+IUSE="ssl"
+
+DEPEND=">=dev-libs/libxml2-2.4.22
+ ~net-p2p/dclib-${PV}
+ ssl? ( dev-libs/openssl )
+ x11-libs/qt"
+
+src_compile() {
+ econf \
+ `use_with ssl` \
+ --with-libdc=/usr \
+ --with-qt-dir=/usr/qt/3 \
+ || die
+ make || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
+}
diff --git a/net-p2p/dcgui-qt/files/digest-dcgui-qt-0.2.21 b/net-p2p/dcgui-qt/files/digest-dcgui-qt-0.2.21
new file mode 100644
index 000000000000..bf61b58d6cbd
--- /dev/null
+++ b/net-p2p/dcgui-qt/files/digest-dcgui-qt-0.2.21
@@ -0,0 +1 @@
+MD5 208176fd00286ed8f110cbe6b3cad9cc dcgui-qt-0.2.21.tar.bz2 909134
diff --git a/net-p2p/dclib/ChangeLog b/net-p2p/dclib/ChangeLog
index c923ac1ad74f..d91180b7d9c4 100644
--- a/net-p2p/dclib/ChangeLog
+++ b/net-p2p/dclib/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-p2p/dclib
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.33 2004/02/21 02:32:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.34 2004/02/28 09:34:32 vapier Exp $
+
+*dclib-0.2.21 (28 Feb 2004)
+
+ 28 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
+ Version bump #43155 by Paulo Fidalgo.
+
+*dclib-0.2.20 (06 Oct 2003)
20 Feb 2004; Aron Griffis <agriffis@gentoo.org> dclib-0.2.19.ebuild,
dclib-0.2.4.ebuild:
@@ -9,8 +16,6 @@
17 Feb 2004; Aron Griffis <agriffis@gentoo.org> dclib-0.2.20.ebuild:
stable on alpha and ia64
-*dclib-0.2.20 (06 Oct 2003)
-
06 Oct 2003; Daniel Ahlberg <aliz@gentoo.org> dclib-0.2.20.ebuild,
files/dclib-0.2.20-gcc2.patch:
Version bump
diff --git a/net-p2p/dclib/dclib-0.2.21.ebuild b/net-p2p/dclib/dclib-0.2.21.ebuild
new file mode 100644
index 000000000000..b3b62d3b6901
--- /dev/null
+++ b/net-p2p/dclib/dclib-0.2.21.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.2.21.ebuild,v 1.1 2004/02/28 09:34:32 vapier Exp $
+
+inherit gcc eutils
+
+DESCRIPTION="Library for the Qt client for DirectConnect"
+HOMEPAGE="http://dc.ketelhot.de/"
+SRC_URI="http://download.berlios.de/dcgui/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~alpha ~hppa ~ia64 ~amd64"
+
+DEPEND=">=app-arch/bzip2-1.0.2
+ >=dev-libs/libxml2-2.4.22"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ [ `gcc-major-version` == 2 ] && epatch ${FILESDIR}/${P}-gcc2.patch
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
+}
diff --git a/net-p2p/dclib/files/dclib-0.2.21-gcc2.patch b/net-p2p/dclib/files/dclib-0.2.21-gcc2.patch
new file mode 100644
index 000000000000..e71a2f6a7a98
--- /dev/null
+++ b/net-p2p/dclib/files/dclib-0.2.21-gcc2.patch
@@ -0,0 +1,10 @@
+--- dclib/core/cthread.cpp.orig 2002-12-19 19:01:57.000000000 -0500
++++ dclib/core/cthread.cpp 2002-12-19 19:02:09.000000000 -0500
+@@ -16,6 +16,7 @@
+ ***************************************************************************/
+
+ #include <stdio.h>
++#define __USE_POSIX199309
+ #include <time.h>
+ #include <errno.h>
+
diff --git a/net-p2p/dclib/files/digest-dclib-0.2.21 b/net-p2p/dclib/files/digest-dclib-0.2.21
new file mode 100644
index 000000000000..e911a93bd929
--- /dev/null
+++ b/net-p2p/dclib/files/digest-dclib-0.2.21
@@ -0,0 +1 @@
+MD5 71b8c1e3f601c505227141dab312c11d dclib-0.2.21.tar.bz2 557145