Remove ROOT, bug 168039
authorRaúl Porcel <armin76@gentoo.org>
Sat, 24 Feb 2007 11:41:28 +0000 (11:41 +0000)
committerRaúl Porcel <armin76@gentoo.org>
Sat, 24 Feb 2007 11:41:28 +0000 (11:41 +0000)
Package-Manager: portage-2.1.2-r11

net-p2p/bittornado/ChangeLog
net-p2p/bittornado/bittornado-0.3.15.ebuild
net-p2p/bittornado/bittornado-0.3.18.ebuild
net-p2p/transmission/ChangeLog
net-p2p/transmission/transmission-0.6.1-r1.ebuild

index f37772d768ccbe505d91c667710f36d0e374986f..1f1bd3ca326d5ec89353e7fc9363ae352672db52 100644 (file)
@@ -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
index 5d2e49141e1e3f5f03cc3ea804fe85b9fcc660c7..d08089f5d65cabb265c9411e28e237c7f452f82c 100644 (file)
@@ -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
index 52c64d67171d155683523c7434635c091bc46568..0eff08e65700f7ae8f8d3aaa51093ead380697c7 100644 (file)
@@ -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
index 3f1d00df0fb06efd89d5897caed673688f22230c..3e98f882fa6e6d94cad5a8d28ddf85044ab9be1d 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/transmission
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.11 2007/02/10 03:00:18 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.12 2007/02/24 11:41:28 armin76 Exp $
+
+  24 Feb 2007; Raúl Porcel <armin76@gentoo.org>
+  transmission-0.6.1-r1.ebuild:
+  Remove ROOT, bug 168039
 
   10 Feb 2007; Steve Dibb <beandog@gentoo.org> transmission-0.6.1.ebuild:
   amd64 stable, bug 161420
index ed3ad1f032fc3c95dbb5a668ab0eaedd144b1984..5f19751e9818ab07c4fd4ed3505c7d8852cb9dda 100644 (file)
@@ -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/transmission/transmission-0.6.1-r1.ebuild,v 1.2 2007/01/11 19:30:44 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-0.6.1-r1.ebuild,v 1.3 2007/02/24 11:41:28 armin76 Exp $
 
 inherit eutils
 
@@ -41,7 +41,7 @@ src_compile() {
 }
 
 src_install() {
-       make PREFIX="${D}${ROOT}usr" LOCALEDIR="\$(PREFIX)/share/locale" install \
+       make PREFIX="${D}/usr" LOCALEDIR="\$(PREFIX)/share/locale" install \
                || die "install failed"
 
        if use gtk ; then