summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-02-24 11:36:46 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-02-24 11:36:46 +0000
commit9f09acd7c997e3ecaff3c05586449539c7a3633e (patch)
treedfea720de98d9d108ef16fa86d3ab77be2a55840 /net-p2p/bittornado
parentremoved unused autotools import thanks to Flameeyes (diff)
downloadgentoo-2-9f09acd7c997e3ecaff3c05586449539c7a3633e.tar.gz
gentoo-2-9f09acd7c997e3ecaff3c05586449539c7a3633e.tar.bz2
gentoo-2-9f09acd7c997e3ecaff3c05586449539c7a3633e.zip
Remove ROOT, bug 168039
(Portage version: 2.1.2-r11)
Diffstat (limited to 'net-p2p/bittornado')
-rw-r--r--net-p2p/bittornado/ChangeLog6
-rw-r--r--net-p2p/bittornado/bittornado-0.3.15.ebuild6
-rw-r--r--net-p2p/bittornado/bittornado-0.3.18.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/net-p2p/bittornado/ChangeLog b/net-p2p/bittornado/ChangeLog
index f37772d768cc..1f1bd3ca326d 100644
--- a/net-p2p/bittornado/ChangeLog
+++ b/net-p2p/bittornado/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/bittornado
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.60 2007/02/23 11:15:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.61 2007/02/24 11:36:46 armin76 Exp $
+
+ 24 Feb 2007; Raúl Porcel <armin76@gentoo.org> bittornado-0.3.15.ebuild,
+ bittornado-0.3.18.ebuild:
+ Remove ROOT, bug 168039
23 Feb 2007; Raúl Porcel <armin76@gentoo.org> bittornado-0.3.18.ebuild:
minorsyn fixes
diff --git a/net-p2p/bittornado/bittornado-0.3.15.ebuild b/net-p2p/bittornado/bittornado-0.3.15.ebuild
index 5d2e49141e1e..d08089f5d65c 100644
--- a/net-p2p/bittornado/bittornado-0.3.15.ebuild
+++ b/net-p2p/bittornado/bittornado-0.3.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.15.ebuild,v 1.7 2006/10/20 23:37:14 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.15.ebuild,v 1.8 2007/02/24 11:36:46 armin76 Exp $
inherit distutils eutils
@@ -41,7 +41,7 @@ src_install() {
distutils_src_install
dodir /etc
- cp -pPR ${ROOT}/etc/mailcap ${D}/etc/
+ cp -pPR /etc/mailcap ${D}/etc/
MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\""
if use gtk; then
diff --git a/net-p2p/bittornado/bittornado-0.3.18.ebuild b/net-p2p/bittornado/bittornado-0.3.18.ebuild
index 52c64d67171d..0eff08e65700 100644
--- a/net-p2p/bittornado/bittornado-0.3.18.ebuild
+++ b/net-p2p/bittornado/bittornado-0.3.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.18.ebuild,v 1.6 2007/02/23 11:15:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.18.ebuild,v 1.7 2007/02/24 11:36:46 armin76 Exp $
inherit distutils eutils
@@ -41,7 +41,7 @@ src_install() {
distutils_src_install
dodir /etc
- cp -pPR ${ROOT}/etc/mailcap ${D}/etc/
+ cp -pPR /etc/mailcap ${D}/etc/
MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\""
if use gtk; then