summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-02-11 21:33:19 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-02-11 21:33:19 +0000
commit50f8e99243645be4fc13c38239391f8b92966382 (patch)
tree3f60b4f58cd3a64a68160fdb3f18c1d44f55bef6 /net-p2p/bittorrent
parentVersion bumped. Closes 34961 (Manifest recommit) (diff)
downloadgentoo-2-50f8e99243645be4fc13c38239391f8b92966382.tar.gz
gentoo-2-50f8e99243645be4fc13c38239391f8b92966382.tar.bz2
gentoo-2-50f8e99243645be4fc13c38239391f8b92966382.zip
correcting einfo. closes 36277
Diffstat (limited to 'net-p2p/bittorrent')
-rw-r--r--net-p2p/bittorrent/ChangeLog7
-rw-r--r--net-p2p/bittorrent/bittorrent-3.2.1b-r4.ebuild4
-rw-r--r--net-p2p/bittorrent/bittorrent-3.3.0.ebuild13
3 files changed, 10 insertions, 14 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog
index d2127e059fa8..9c736bc13e80 100644
--- a/net-p2p/bittorrent/ChangeLog
+++ b/net-p2p/bittorrent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/bittorrent
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.20 2004/01/06 03:27:32 avenj Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.21 2004/02/11 21:33:19 mholzer Exp $
+
+ 11 Feb 2004; Martin Holzer <mholzer@gentoo.org> bittorrent-3.3.0.ebuild:
+ correcting einfo. closes 36277
05 Jan 2004; Jon Portnoy <avenj@gentoo.org> bittorrent-3.3.0.ebuild :
AMD64 keywords.
diff --git a/net-p2p/bittorrent/bittorrent-3.2.1b-r4.ebuild b/net-p2p/bittorrent/bittorrent-3.2.1b-r4.ebuild
index 97b596b34534..a6ffc63123b6 100644
--- a/net-p2p/bittorrent/bittorrent-3.2.1b-r4.ebuild
+++ b/net-p2p/bittorrent/bittorrent-3.2.1b-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.2.1b-r4.ebuild,v 1.2 2003/12/17 18:35:13 luke-jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.2.1b-r4.ebuild,v 1.3 2004/02/11 21:33:19 mholzer Exp $
inherit distutils
@@ -11,7 +11,7 @@ SRC_URI="http://bitconjurer.org/BitTorrent/${MY_P}.tar.gz"
HOMEPAGE="http://bitconjurer.org/BitTorrent"
SLOT="0"
LICENSE="MIT"
-KEYWORDS="x86 ~ppc alpha ~sparc"
+KEYWORDS="x86 ~ppc ~sparc"
IUSE="X"
diff --git a/net-p2p/bittorrent/bittorrent-3.3.0.ebuild b/net-p2p/bittorrent/bittorrent-3.3.0.ebuild
index 925cdc87d7b3..231278b377a4 100644
--- a/net-p2p/bittorrent/bittorrent-3.3.0.ebuild
+++ b/net-p2p/bittorrent/bittorrent-3.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.3.0.ebuild,v 1.3 2004/01/06 03:27:32 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.3.0.ebuild,v 1.4 2004/02/11 21:33:19 mholzer Exp $
inherit distutils
@@ -54,13 +54,6 @@ src_install() {
}
pkg_postinst() {
- einfo "Please note that the net-p2p/bittorrent package no longer has"
- einfo "unofficial feature additions. If you would like advanced features,"
- einfo "please look into the other BitTorrent clients in Portage:"
- einfo " net-p2p/bittorrent-stats - Only the -stats patch"
- einfo " (formerly net-p2p/bittorrent)"
- einfo " net-p2p/bittorrent-mxs - mxs's patched BT client"
- einfo " net-p2p/bittorrent-theshadow - TheSHAD0W's client. Recommended."
- einfo " net-p2p/azureus-bin - Java BT client"
+ einfo "unofficial feature additions. If you would like statistics, please"
+ einfo "install net-p2p/bittorrent-stats."
}
-