diff options
author | 2003-04-17 10:21:04 +0000 | |
---|---|---|
committer | 2003-04-17 10:21:04 +0000 | |
commit | 94f6450cd111c863b69fe4ad02fcdc1ca7252f2c (patch) | |
tree | f732fb8884b27c09a190220e912fe48c66a6605a /net-p2p/dclib | |
parent | Updated missing script files. (diff) | |
download | gentoo-2-94f6450cd111c863b69fe4ad02fcdc1ca7252f2c.tar.gz gentoo-2-94f6450cd111c863b69fe4ad02fcdc1ca7252f2c.tar.bz2 gentoo-2-94f6450cd111c863b69fe4ad02fcdc1ca7252f2c.zip |
Version bump
Diffstat (limited to 'net-p2p/dclib')
-rw-r--r-- | net-p2p/dclib/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/dclib/dclib-0.2.10.ebuild | 33 | ||||
-rw-r--r-- | net-p2p/dclib/files/dclib-0.2.10-gcc2.patch | 10 | ||||
-rw-r--r-- | net-p2p/dclib/files/digest-dclib-0.2.10 | 1 |
4 files changed, 50 insertions, 1 deletions
diff --git a/net-p2p/dclib/ChangeLog b/net-p2p/dclib/ChangeLog index 9e091bfca440..2d53024ec138 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.21 2003/04/11 09:19:41 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.22 2003/04/17 10:21:04 aliz Exp $ + +*dclib-0.2.10 (17 Apr 2003) + + 17 Apr 2003; Daniel Ahlberg <aliz@gentoo.org> dclib-0.2.10.ebuild : + Version bump. *dclib-0.2.9 (11 Apr 2003) diff --git a/net-p2p/dclib/dclib-0.2.10.ebuild b/net-p2p/dclib/dclib-0.2.10.ebuild new file mode 100644 index 000000000000..df93170923f1 --- /dev/null +++ b/net-p2p/dclib/dclib-0.2.10.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.10.ebuild,v 1.1 2003/04/17 10:21:04 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.10-gcc2.patch b/net-p2p/dclib/files/dclib-0.2.10-gcc2.patch new file mode 100644 index 000000000000..9554a2d050f0 --- /dev/null +++ b/net-p2p/dclib/files/dclib-0.2.10-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.10 b/net-p2p/dclib/files/digest-dclib-0.2.10 new file mode 100644 index 000000000000..00620be143ef --- /dev/null +++ b/net-p2p/dclib/files/digest-dclib-0.2.10 @@ -0,0 +1 @@ +MD5 0cdcb6df227ee6b0acc3f30abdd3510a dclib-0.2.10.tar.bz2 477139 |