diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-06-25 10:26:11 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-06-25 10:26:11 +0000 |
commit | 840602eb5015b8b82ebb0c90ae7b9a2cc3c52cd8 (patch) | |
tree | b7fb21135562109c7d3faef78deeeb62db5981c3 /net-p2p/qtella | |
parent | new version, compiles with gcc 3.1 (diff) | |
download | gentoo-2-840602eb5015b8b82ebb0c90ae7b9a2cc3c52cd8.tar.gz gentoo-2-840602eb5015b8b82ebb0c90ae7b9a2cc3c52cd8.tar.bz2 gentoo-2-840602eb5015b8b82ebb0c90ae7b9a2cc3c52cd8.zip |
initial commit for net-p2p - these are all the p2p ebuilds listed in my mail. Note: they have not yet been removed from net-misc or media-sound
Diffstat (limited to 'net-p2p/qtella')
-rw-r--r-- | net-p2p/qtella/ChangeLog | 34 | ||||
-rw-r--r-- | net-p2p/qtella/files/digest-qtella-0.5.2 | 1 | ||||
-rw-r--r-- | net-p2p/qtella/qtella-0.5.2.ebuild | 16 |
3 files changed, 51 insertions, 0 deletions
diff --git a/net-p2p/qtella/ChangeLog b/net-p2p/qtella/ChangeLog new file mode 100644 index 000000000000..121631362063 --- /dev/null +++ b/net-p2p/qtella/ChangeLog @@ -0,0 +1,34 @@ +# ChangeLog for net-p2p/qtella +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/ChangeLog,v 1.1 2002/06/25 10:26:11 bangert Exp $ + +*qtella-0.5.2 (1 May 2002) + + 1 May 2002; Bart Verwilst <verwilst@gentoo.org> ChangeLog : + + Upgraded to 0.5.2.. This time this is more a bugfix release.. Enjoy! + +*qtella-0.5.1 (1 April 2002) + + 1 April 2002; Bart Verwilst <verwilst@gentoo.org> ChangeLog : + + Upgraded to 0.5.1, downloads from multiple hosts for the same file now + possible! Lots of bugfixes and new features.. + +*qtella-0.4.1 (1 Feb 2002) + + 13 March 2002; Bart Verwilst <verwilst@gentoo.org> ChangeLog : + + Upgraded to 0.4.1, now has KDE3/QT3 support + Lots of bugfixes, sits in KDE systemtray, and much more :o) + + +*qtella-0.3.5 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/net-p2p/qtella/files/digest-qtella-0.5.2 b/net-p2p/qtella/files/digest-qtella-0.5.2 new file mode 100644 index 000000000000..5107540e2b7a --- /dev/null +++ b/net-p2p/qtella/files/digest-qtella-0.5.2 @@ -0,0 +1 @@ +MD5 fcf183dadc16a3a86fa2ebf927519bb8 qtella-0.5.2.tar.gz 385458 diff --git a/net-p2p/qtella/qtella-0.5.2.ebuild b/net-p2p/qtella/qtella-0.5.2.ebuild new file mode 100644 index 000000000000..9b5d9707dc99 --- /dev/null +++ b/net-p2p/qtella/qtella-0.5.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Author Bart Verwilst <verwilst@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.5.2.ebuild,v 1.1 2002/06/25 10:26:11 bangert Exp $ + +inherit kde-base || die + +need-kde 3 + +S=${WORKDIR}/${P} +SRC_URI="mirror://sourceforge/qtella/${P}.tar.gz" +HOMEPAGE="http://www.qtella.net" +DESCRIPTION="Excellent KDE Gnutella Client" + + + |