diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-17 15:38:33 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-17 15:38:33 +0000 |
commit | 4bd4d81f2e1946706ec72aa4ccfe37a117cf8256 (patch) | |
tree | 2394e3a83c640cdcaabbb14d5a4c95b3a221c667 /net-p2p | |
parent | Fixing compile error with gcc 3.3, patch by brandy in bug #32965 (diff) | |
download | historical-4bd4d81f2e1946706ec72aa4ccfe37a117cf8256.tar.gz historical-4bd4d81f2e1946706ec72aa4ccfe37a117cf8256.tar.bz2 historical-4bd4d81f2e1946706ec72aa4ccfe37a117cf8256.zip |
Initial import.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qtorrent/ChangeLog | 9 | ||||
-rw-r--r-- | net-p2p/qtorrent/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/qtorrent/files/digest-qtorrent-0.9.5 | 1 | ||||
-rw-r--r-- | net-p2p/qtorrent/metadata.xml | 8 | ||||
-rw-r--r-- | net-p2p/qtorrent/qtorrent-0.9.5.ebuild | 17 |
5 files changed, 39 insertions, 0 deletions
diff --git a/net-p2p/qtorrent/ChangeLog b/net-p2p/qtorrent/ChangeLog new file mode 100644 index 000000000000..33e628a23c41 --- /dev/null +++ b/net-p2p/qtorrent/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-p2p/qtorrent +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/ChangeLog,v 1.1 2004/03/17 15:38:33 aliz Exp $ + +*qtorrent-0.9.5 (17 Mar 2004) + + 17 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> qtorrent-0.9.5.ebuild: + Initial import. + diff --git a/net-p2p/qtorrent/Manifest b/net-p2p/qtorrent/Manifest new file mode 100644 index 000000000000..000294d7e316 --- /dev/null +++ b/net-p2p/qtorrent/Manifest @@ -0,0 +1,4 @@ +MD5 fb55db2ec500d6a0c82bb4c4966bd025 qtorrent-0.9.5.ebuild 552 +MD5 ea400e1b2e0be51e8bb71811ebdcb05b ChangeLog 333 +MD5 37236013e0d26d43c6bff35a8a48e8ec metadata.xml 220 +MD5 998185a0741756afc893e0074882eacb files/digest-qtorrent-0.9.5 66 diff --git a/net-p2p/qtorrent/files/digest-qtorrent-0.9.5 b/net-p2p/qtorrent/files/digest-qtorrent-0.9.5 new file mode 100644 index 000000000000..79a7030640b3 --- /dev/null +++ b/net-p2p/qtorrent/files/digest-qtorrent-0.9.5 @@ -0,0 +1 @@ +MD5 5249c19a5d1bfec48bfb3f983a73818a qtorrent-0.9.5.tar.bz2 73698 diff --git a/net-p2p/qtorrent/metadata.xml b/net-p2p/qtorrent/metadata.xml new file mode 100644 index 000000000000..8060c04f89e1 --- /dev/null +++ b/net-p2p/qtorrent/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>aliz@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/net-p2p/qtorrent/qtorrent-0.9.5.ebuild b/net-p2p/qtorrent/qtorrent-0.9.5.ebuild new file mode 100644 index 000000000000..116234f70459 --- /dev/null +++ b/net-p2p/qtorrent/qtorrent-0.9.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/qtorrent-0.9.5.ebuild,v 1.1 2004/03/17 15:38:33 aliz Exp $ +DESCRIPTION="QTorrent is a PyQt GUI for BitTorrent." +HOMEPAGE="http://thegraveyard.org/qtorrent.php" +SRC_URI="http://thegraveyard.org/files/${P}.tar.bz2" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="dev-python/PyQt" +#RDEPEND="" +S=${WORKDIR}/${P} + +src_install() { + python setup.py install --prefix=${D}/usr +} |