diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-04-11 09:19:56 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-04-11 09:19:56 +0000 |
commit | f05366a2475644286a23084124c106244627f11f (patch) | |
tree | bbf70f6f58627d4cfd6716298b45dd64d02515ed /net-p2p | |
parent | Fixed pkg_install for okay/*. (diff) | |
download | gentoo-2-f05366a2475644286a23084124c106244627f11f.tar.gz gentoo-2-f05366a2475644286a23084124c106244627f11f.tar.bz2 gentoo-2-f05366a2475644286a23084124c106244627f11f.zip |
Version bump
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dclib/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/dclib/dclib-0.2.9.ebuild | 33 | ||||
-rw-r--r-- | net-p2p/dclib/files/dclib-0.2.9-gcc2.patch | 10 | ||||
-rw-r--r-- | net-p2p/dclib/files/digest-dclib-0.2.9 | 1 | ||||
-rw-r--r-- | net-p2p/qt-dcgui/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.9 | 1 | ||||
-rw-r--r-- | net-p2p/qt-dcgui/qt-dcgui-0.2.9.ebuild | 38 |
7 files changed, 95 insertions, 2 deletions
diff --git a/net-p2p/dclib/ChangeLog b/net-p2p/dclib/ChangeLog index 22739472e239..9e091bfca440 100644 --- a/net-p2p/dclib/ChangeLog +++ b/net-p2p/dclib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/dclib # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.20 2003/03/31 07:29:27 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.21 2003/04/11 09:19:41 aliz Exp $ + +*dclib-0.2.9 (11 Apr 2003) + + 11 Apr 2003; Daniel Ahlberg <aliz@gentoo.org> dclib-0.2.9.ebuild : + Version bump. *dclib-0.2.8 (31 Mar 2003) diff --git a/net-p2p/dclib/dclib-0.2.9.ebuild b/net-p2p/dclib/dclib-0.2.9.ebuild new file mode 100644 index 000000000000..e2acc60f7a13 --- /dev/null +++ b/net-p2p/dclib/dclib-0.2.9.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2003 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.9.ebuild,v 1.1 2003/04/11 09:19:41 aliz 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" + +DEPEND=">=sys-apps/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_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO +} diff --git a/net-p2p/dclib/files/dclib-0.2.9-gcc2.patch b/net-p2p/dclib/files/dclib-0.2.9-gcc2.patch new file mode 100644 index 000000000000..9554a2d050f0 --- /dev/null +++ b/net-p2p/dclib/files/dclib-0.2.9-gcc2.patch @@ -0,0 +1,10 @@ +--- dclib/cthread.cpp.orig 2002-12-19 19:01:57.000000000 -0500 ++++ dclib/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.9 b/net-p2p/dclib/files/digest-dclib-0.2.9 new file mode 100644 index 000000000000..e7f12e4112cb --- /dev/null +++ b/net-p2p/dclib/files/digest-dclib-0.2.9 @@ -0,0 +1 @@ +MD5 a375a78d2654022d6e9eb4f05a77705c dclib-0.2.9.tar.bz2 476339 diff --git a/net-p2p/qt-dcgui/ChangeLog b/net-p2p/qt-dcgui/ChangeLog index d936a2612a05..827501eaa7c9 100644 --- a/net-p2p/qt-dcgui/ChangeLog +++ b/net-p2p/qt-dcgui/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/qt-dcgui # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qt-dcgui/ChangeLog,v 1.21 2003/03/31 07:29:27 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qt-dcgui/ChangeLog,v 1.22 2003/04/11 09:19:56 aliz Exp $ + +*qt-dcgui-0.2.9 (11 Apr 2003) + + 11 Apr 2003; Daniel Ahlberg <aliz@gentoo.org> qt-dcgui-0.2.9.ebuild : + Version bump. *qt-dcgui-0.2.8 (31 Mar 2003) diff --git a/net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.9 b/net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.9 new file mode 100644 index 000000000000..01a0c35ce1ea --- /dev/null +++ b/net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.9 @@ -0,0 +1 @@ +MD5 3a9b65a02426d64bf92d2a02a9c5b9d0 dcgui-0.2.9.tar.bz2 692607 diff --git a/net-p2p/qt-dcgui/qt-dcgui-0.2.9.ebuild b/net-p2p/qt-dcgui/qt-dcgui-0.2.9.ebuild new file mode 100644 index 000000000000..8785b1e737df --- /dev/null +++ b/net-p2p/qt-dcgui/qt-dcgui-0.2.9.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qt-dcgui/qt-dcgui-0.2.9.ebuild,v 1.1 2003/04/11 09:19:56 aliz Exp $ + +inherit kde-functions +need-qt 3 + +IUSE="ssl" + +MY_P=${P/qt-/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Qt based client for DirectConnect" +HOMEPAGE="http://dc.ketelhot.de/" +SRC_URI="http://download.berlios.de/dcgui/${MY_P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" + + +newdepend ">=dev-libs/libxml2-2.4.22 + =net-p2p/dclib-${PV}* + ssl? ( dev-libs/openssl )" + +src_compile() { + econf \ + --with-gnu-ld \ + `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 +} |