summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2005-06-02 17:19:21 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2005-06-02 17:19:21 +0000
commitb9f73dc3c00d9ae3a7c92d81adfb29183c10ca5e (patch)
tree2bffd2dbab0383fbc079ab4815f0f2c1c1f85fe9 /net-p2p
parentno-herd instead of empty herd tag (diff)
downloadgentoo-2-b9f73dc3c00d9ae3a7c92d81adfb29183c10ca5e.tar.gz
gentoo-2-b9f73dc3c00d9ae3a7c92d81adfb29183c10ca5e.tar.bz2
gentoo-2-b9f73dc3c00d9ae3a7c92d81adfb29183c10ca5e.zip
Renamed PYTHON_MODULE to PYTHON_MODNAME, so that python modules can be compiled/cleaned, bug #78905
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bittorrent/ChangeLog8
-rw-r--r--net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild4
-rw-r--r--net-p2p/bittorrent/bittorrent-4.0.1.ebuild4
-rw-r--r--net-p2p/bittorrent/bittorrent-4.0.2.ebuild4
-rw-r--r--net-p2p/bittorrent/bittorrent-4.1.0.ebuild4
-rw-r--r--net-p2p/bittorrent/bittorrent-4.1.1.ebuild4
6 files changed, 17 insertions, 11 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog
index 7cca8e42d2e3..511f8989c2cb 100644
--- a/net-p2p/bittorrent/ChangeLog
+++ b/net-p2p/bittorrent/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/bittorrent
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.48 2005/05/29 22:02:58 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.49 2005/06/02 17:19:21 sekretarz Exp $
+
+ 02 Jun 2005; Karol Wojtaszek <sekretarz@gentoo.org>
+ bittorrent-3.4.2-r2.ebuild, bittorrent-4.0.1.ebuild,
+ bittorrent-4.0.2.ebuild, bittorrent-4.1.0.ebuild, bittorrent-4.1.1.ebuild:
+ Renamed PYTHON_MODULE to PYTHON_MODNAME, so that python modules can be
+ compiled/cleaned, bug #78905
*bittorrent-4.1.1 (29 May 2005)
*bittorrent-4.0.2 (29 May 2005)
diff --git a/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild b/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild
index f15a1595f3e1..010412238c47 100644
--- a/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild
+++ b/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild,v 1.7 2005/05/05 23:27:49 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild,v 1.8 2005/06/02 17:19:21 sekretarz Exp $
inherit distutils
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
PROVIDE="virtual/bittorrent"
DOCS="credits.txt"
-PYTHON_MODULE="BitTorrent"
+PYTHON_MODNAME="BitTorrent"
src_install() {
distutils_src_install
diff --git a/net-p2p/bittorrent/bittorrent-4.0.1.ebuild b/net-p2p/bittorrent/bittorrent-4.0.1.ebuild
index 9d097d4fff4c..4b230e68bff1 100644
--- a/net-p2p/bittorrent/bittorrent-4.0.1.ebuild
+++ b/net-p2p/bittorrent/bittorrent-4.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.0.1.ebuild,v 1.3 2005/05/29 22:02:58 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.0.1.ebuild,v 1.4 2005/06/02 17:19:21 sekretarz Exp $
inherit distutils
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
PROVIDE="virtual/bittorrent"
DOCS="credits.txt"
-PYTHON_MODULE="BitTorrent"
+PYTHON_MODNAME="BitTorrent"
src_install() {
distutils_src_install
diff --git a/net-p2p/bittorrent/bittorrent-4.0.2.ebuild b/net-p2p/bittorrent/bittorrent-4.0.2.ebuild
index 1957f8c1b9a9..c1f343faebc9 100644
--- a/net-p2p/bittorrent/bittorrent-4.0.2.ebuild
+++ b/net-p2p/bittorrent/bittorrent-4.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.0.2.ebuild,v 1.1 2005/05/29 22:02:58 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.0.2.ebuild,v 1.2 2005/06/02 17:19:21 sekretarz Exp $
inherit distutils
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
PROVIDE="virtual/bittorrent"
DOCS="credits.txt"
-PYTHON_MODULE="BitTorrent"
+PYTHON_MODNAME="BitTorrent"
src_install() {
distutils_src_install
diff --git a/net-p2p/bittorrent/bittorrent-4.1.0.ebuild b/net-p2p/bittorrent/bittorrent-4.1.0.ebuild
index 121a7a5bcc42..b3c5b0429f1a 100644
--- a/net-p2p/bittorrent/bittorrent-4.1.0.ebuild
+++ b/net-p2p/bittorrent/bittorrent-4.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.1.0.ebuild,v 1.1 2005/05/24 18:18:32 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.1.0.ebuild,v 1.2 2005/06/02 17:19:21 sekretarz Exp $
inherit distutils
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
PROVIDE="virtual/bittorrent"
DOCS="credits.txt"
-PYTHON_MODULE="BitTorrent"
+PYTHON_MODNAME="BitTorrent"
src_unpack() {
unpack ${A}
diff --git a/net-p2p/bittorrent/bittorrent-4.1.1.ebuild b/net-p2p/bittorrent/bittorrent-4.1.1.ebuild
index a7fd85aad582..1141993c31da 100644
--- a/net-p2p/bittorrent/bittorrent-4.1.1.ebuild
+++ b/net-p2p/bittorrent/bittorrent-4.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.1.1.ebuild,v 1.2 2005/05/30 14:57:25 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.1.1.ebuild,v 1.3 2005/06/02 17:19:21 sekretarz Exp $
inherit distutils
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
PROVIDE="virtual/bittorrent"
DOCS="credits.txt"
-PYTHON_MODULE="BitTorrent"
+PYTHON_MODNAME="BitTorrent"
src_install() {
distutils_src_install