diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-28 09:38:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-28 09:38:04 +0000 |
commit | 97ca713c8fc1ad941ec5919569322046b6563bb5 (patch) | |
tree | ab1222eea7288f41a5ad77804df8faac0a67532a /net-p2p/dclib | |
parent | initial ebuild #42816 (diff) | |
download | gentoo-2-97ca713c8fc1ad941ec5919569322046b6563bb5.tar.gz gentoo-2-97ca713c8fc1ad941ec5919569322046b6563bb5.tar.bz2 gentoo-2-97ca713c8fc1ad941ec5919569322046b6563bb5.zip |
ver bump #43155
Diffstat (limited to 'net-p2p/dclib')
-rw-r--r-- | net-p2p/dclib/ChangeLog | 11 | ||||
-rw-r--r-- | net-p2p/dclib/dclib-0.2.21.ebuild | 27 | ||||
-rw-r--r-- | net-p2p/dclib/files/dclib-0.2.21-gcc2.patch | 10 | ||||
-rw-r--r-- | net-p2p/dclib/files/digest-dclib-0.2.21 | 1 |
4 files changed, 46 insertions, 3 deletions
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 |