diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-02 23:37:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-02 23:37:40 +0000 |
commit | 5e05c5a428199c3f2004a26905020c8ac647823d (patch) | |
tree | 939117c214590f1d500c7facb65065b5f594ec61 /net-p2p/dclib | |
parent | typo fix (diff) | |
download | gentoo-2-5e05c5a428199c3f2004a26905020c8ac647823d.tar.gz gentoo-2-5e05c5a428199c3f2004a26905020c8ac647823d.tar.bz2 gentoo-2-5e05c5a428199c3f2004a26905020c8ac647823d.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.1_rc2.ebuild | 29 | ||||
-rw-r--r-- | net-p2p/dclib/files/digest-dclib-0.1_rc2 | 1 |
3 files changed, 36 insertions, 1 deletions
diff --git a/net-p2p/dclib/ChangeLog b/net-p2p/dclib/ChangeLog index 4b6ef1f79c44..24522cdff440 100644 --- a/net-p2p/dclib/ChangeLog +++ b/net-p2p/dclib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/dclib # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.1 2002/07/06 06:25:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.2 2002/10/02 23:36:47 vapier Exp $ + +*dclib-0.1_rc2 (02 Oct 2002) + + 02 Oct 2002; Mike Frysinger <vapier@gentoo.org> dclib-0.1_rc2.ebuild : + Updated to rc2, that is all *dclib-0.1_beta8 (5 Jul 2002) diff --git a/net-p2p/dclib/dclib-0.1_rc2.ebuild b/net-p2p/dclib/dclib-0.1_rc2.ebuild new file mode 100644 index 000000000000..d3a7a613389c --- /dev/null +++ b/net-p2p/dclib/dclib-0.1_rc2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.1_rc2.ebuild,v 1.1 2002/10/02 23:36:47 vapier Exp $ + +MY_P=${P/_/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Library for the Qt client for DirectConnect" +HOMEPAGE="http://dc.ketelhot.de/" +SRC_URI="http://dc.ketelhot.de/files/dcgui/unstable/source/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc" + +DEPEND=">=sys-apps/bzip2-1.0.2 + >=dev-libs/libxml2-2.4.22" +RDEPEND="${DEPEND}" + +src_compile() { + export CPPFLAGS="${CXXFLAGS} -I/usr/include/libxml2/libxml" + + 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/digest-dclib-0.1_rc2 b/net-p2p/dclib/files/digest-dclib-0.1_rc2 new file mode 100644 index 000000000000..082dd3e31eb1 --- /dev/null +++ b/net-p2p/dclib/files/digest-dclib-0.1_rc2 @@ -0,0 +1 @@ +MD5 244b5326acb17357aa3833e56c072729 dclib-0.1rc2.tar.bz2 398700 |