diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-09-06 06:00:26 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-09-06 06:00:26 +0000 |
commit | 4c28cb2e35d95cecb01c094a2286a7c4169ecb73 (patch) | |
tree | 8516ca68b232c14fe427642ede229c18a05b7499 /net-p2p | |
parent | fix use syntax (diff) | |
download | historical-4c28cb2e35d95cecb01c094a2286a7c4169ecb73.tar.gz historical-4c28cb2e35d95cecb01c094a2286a7c4169ecb73.tar.bz2 historical-4c28cb2e35d95cecb01c094a2286a7c4169ecb73.zip |
stable and unstable version bumps
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dc-qt/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/dc-qt/dc-qt-0.1.1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/dc-qt/dc-qt-0.1.2.ebuild | 26 | ||||
-rw-r--r-- | net-p2p/dc-qt/files/digest-dc-qt-0.1.2 | 1 |
4 files changed, 36 insertions, 3 deletions
diff --git a/net-p2p/dc-qt/ChangeLog b/net-p2p/dc-qt/ChangeLog index 0c0e87dbae22..01528ad0b8c6 100644 --- a/net-p2p/dc-qt/ChangeLog +++ b/net-p2p/dc-qt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/dc-qt # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/ChangeLog,v 1.2 2004/08/28 22:42:08 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/ChangeLog,v 1.3 2004/09/06 06:00:26 squinky86 Exp $ + +*dc-qt-0.1.2 (06 Sep 2004) + + 06 Sep 2004; Jon Hood <squinky86@gentoo.org> dc-qt-0.1.1.ebuild, + +dc-qt-0.1.2.ebuild: + Version bumps for stable x86 and unstable. 29 Aug 2004; David Holm <dholm@gentoo.org> dc-qt-0.1.1.ebuild: Added to ~ppc. diff --git a/net-p2p/dc-qt/dc-qt-0.1.1.ebuild b/net-p2p/dc-qt/dc-qt-0.1.1.ebuild index b817d02d639b..46da3440344f 100644 --- a/net-p2p/dc-qt/dc-qt-0.1.1.ebuild +++ b/net-p2p/dc-qt/dc-qt-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/dc-qt-0.1.1.ebuild,v 1.2 2004/08/28 22:42:08 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/dc-qt-0.1.1.ebuild,v 1.3 2004/09/06 06:00:26 squinky86 Exp $ IUSE="" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/dc-qt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" DEPEND=">=x11-libs/qt-3.2 >=net-p2p/dctc-0.85.9 diff --git a/net-p2p/dc-qt/dc-qt-0.1.2.ebuild b/net-p2p/dc-qt/dc-qt-0.1.2.ebuild new file mode 100644 index 000000000000..4bd96714e39a --- /dev/null +++ b/net-p2p/dc-qt/dc-qt-0.1.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/dc-qt-0.1.2.ebuild,v 1.1 2004/09/06 06:00:26 squinky86 Exp $ + +IUSE="" + +DESCRIPTION="Direct Connect Text Client, QT Gui" +HOMEPAGE="http://dc-qt.sourceforge.net/" +SRC_URI="mirror://sourceforge/dc-qt/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" + +DEPEND=">=x11-libs/qt-3.2 + >=net-p2p/dctc-0.85.9 + >=media-libs/xine-lib-1_rc5" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} diff --git a/net-p2p/dc-qt/files/digest-dc-qt-0.1.2 b/net-p2p/dc-qt/files/digest-dc-qt-0.1.2 new file mode 100644 index 000000000000..85a909e3b5db --- /dev/null +++ b/net-p2p/dc-qt/files/digest-dc-qt-0.1.2 @@ -0,0 +1 @@ +MD5 2653c020cd2cc3957d35f2c1e77b4d46 dc-qt-0.1.2.tar.gz 349695 |