diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-04-29 06:39:11 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-04-29 06:39:11 +0000 |
commit | 460c8a2ec2b473a5e12ec21fd1a878d0de9040a5 (patch) | |
tree | e11abcfcd68c9655027a813755127c578dd0ec0a /net-p2p | |
parent | fixed SRC_URI, bug #20149 (diff) | |
download | gentoo-2-460c8a2ec2b473a5e12ec21fd1a878d0de9040a5.tar.gz gentoo-2-460c8a2ec2b473a5e12ec21fd1a878d0de9040a5.tar.bz2 gentoo-2-460c8a2ec2b473a5e12ec21fd1a878d0de9040a5.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.12.ebuild | 33 | ||||
-rw-r--r-- | net-p2p/dclib/files/dclib-0.2.12-gcc2.patch | 10 | ||||
-rw-r--r-- | net-p2p/dclib/files/digest-dclib-0.2.12 | 1 | ||||
-rw-r--r-- | net-p2p/qt-dcgui/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.12 | 1 | ||||
-rw-r--r-- | net-p2p/qt-dcgui/qt-dcgui-0.2.12.ebuild | 38 |
7 files changed, 95 insertions, 2 deletions
diff --git a/net-p2p/dclib/ChangeLog b/net-p2p/dclib/ChangeLog index 2d53024ec138..a73a7e35d973 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.22 2003/04/17 10:21:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.23 2003/04/29 06:39:11 aliz Exp $ + +*dclib-0.2.12 (29 Apr 2003) + + 29 Apr 2003; Daniel Ahlberg <aliz@gentoo.org> dclib-0.2.12.ebuild : + Version bump. *dclib-0.2.10 (17 Apr 2003) diff --git a/net-p2p/dclib/dclib-0.2.12.ebuild b/net-p2p/dclib/dclib-0.2.12.ebuild new file mode 100644 index 000000000000..d5a0f0f7a7c8 --- /dev/null +++ b/net-p2p/dclib/dclib-0.2.12.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.12.ebuild,v 1.1 2003/04/29 06:39:11 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.12-gcc2.patch b/net-p2p/dclib/files/dclib-0.2.12-gcc2.patch new file mode 100644 index 000000000000..9554a2d050f0 --- /dev/null +++ b/net-p2p/dclib/files/dclib-0.2.12-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.12 b/net-p2p/dclib/files/digest-dclib-0.2.12 new file mode 100644 index 000000000000..a2e9c9f394c6 --- /dev/null +++ b/net-p2p/dclib/files/digest-dclib-0.2.12 @@ -0,0 +1 @@ +MD5 ef55a1190ba972c086a2f758542088a0 dclib-0.2.12.tar.bz2 478622 diff --git a/net-p2p/qt-dcgui/ChangeLog b/net-p2p/qt-dcgui/ChangeLog index 8e481ddc7dac..f3c2a69000e2 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.23 2003/04/17 10:21:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qt-dcgui/ChangeLog,v 1.24 2003/04/29 06:39:11 aliz Exp $ + +*qt-dcgui-0.2.12 (29 Apr 2003) + + 29 Apr 2003; Daniel Ahlberg <aliz@gentoo.org> qt-dcgui-0.2.12.ebuild : + Version bump. *qt-dcgui-0.2.10 (17 Apr 2003) diff --git a/net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.12 b/net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.12 new file mode 100644 index 000000000000..4d95cb85909a --- /dev/null +++ b/net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.12 @@ -0,0 +1 @@ +MD5 2eca58630444ea0d66d8a18c325147f7 dcgui-qt-0.2.12.tar.bz2 719589 diff --git a/net-p2p/qt-dcgui/qt-dcgui-0.2.12.ebuild b/net-p2p/qt-dcgui/qt-dcgui-0.2.12.ebuild new file mode 100644 index 000000000000..3356ac2531eb --- /dev/null +++ b/net-p2p/qt-dcgui/qt-dcgui-0.2.12.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.12.ebuild,v 1.1 2003/04/29 06:39:11 aliz Exp $ + +inherit kde-functions +need-qt 3 + +IUSE="ssl" + +MY_P=dcgui-qt-${PV} +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 +} |