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 | 0b9a4a7b19439262277b13690eb7334b1147ceab (patch) | |
tree | 9f0c97214cf2ace5ab3d7d562a33d6eb6c0ee2fb /net-p2p/dcgui-qt | |
parent | initial ebuild #42816 (diff) | |
download | historical-0b9a4a7b19439262277b13690eb7334b1147ceab.tar.gz historical-0b9a4a7b19439262277b13690eb7334b1147ceab.tar.bz2 historical-0b9a4a7b19439262277b13690eb7334b1147ceab.zip |
ver bump #43155
Diffstat (limited to 'net-p2p/dcgui-qt')
-rw-r--r-- | net-p2p/dcgui-qt/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/dcgui-qt/dcgui-qt-0.2.21.ebuild | 34 | ||||
-rw-r--r-- | net-p2p/dcgui-qt/files/digest-dcgui-qt-0.2.21 | 1 |
3 files changed, 41 insertions, 1 deletions
diff --git a/net-p2p/dcgui-qt/ChangeLog b/net-p2p/dcgui-qt/ChangeLog index 8518fcd64d5a..6a9bfba6d82b 100644 --- a/net-p2p/dcgui-qt/ChangeLog +++ b/net-p2p/dcgui-qt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/dcgui-qt # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dcgui-qt/ChangeLog,v 1.8 2003/10/06 06:40:34 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dcgui-qt/ChangeLog,v 1.9 2004/02/28 09:38:04 vapier Exp $ + +*dclib-0.2.21 (28 Feb 2004) + + 28 Feb 2004; Mike Frysinger <vapier@gentoo.org> : + Version bump #43155 by Paulo Fidalgo. *dcgui-qt-0.2.20 (06 Oct 2003) diff --git a/net-p2p/dcgui-qt/dcgui-qt-0.2.21.ebuild b/net-p2p/dcgui-qt/dcgui-qt-0.2.21.ebuild new file mode 100644 index 000000000000..8f2c07a91eeb --- /dev/null +++ b/net-p2p/dcgui-qt/dcgui-qt-0.2.21.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dcgui-qt/dcgui-qt-0.2.21.ebuild,v 1.1 2004/02/28 09:38:04 vapier Exp $ + +inherit kde-functions +need-qt 3 + +DESCRIPTION="Qt based 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 ~amd64 ~ia64" +IUSE="ssl" + +DEPEND=">=dev-libs/libxml2-2.4.22 + ~net-p2p/dclib-${PV} + ssl? ( dev-libs/openssl ) + x11-libs/qt" + +src_compile() { + econf \ + `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 +} diff --git a/net-p2p/dcgui-qt/files/digest-dcgui-qt-0.2.21 b/net-p2p/dcgui-qt/files/digest-dcgui-qt-0.2.21 new file mode 100644 index 000000000000..bf61b58d6cbd --- /dev/null +++ b/net-p2p/dcgui-qt/files/digest-dcgui-qt-0.2.21 @@ -0,0 +1 @@ +MD5 208176fd00286ed8f110cbe6b3cad9cc dcgui-qt-0.2.21.tar.bz2 909134 |