From: Raúl Porcel Date: Sat, 24 Feb 2007 11:41:28 +0000 (+0000) Subject: Remove ROOT, bug 168039 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1afcd75943961ff475c37be8354c225e8f1b4e5d;p=gentoo.git Remove ROOT, bug 168039 Package-Manager: portage-2.1.2-r11 --- 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 bittornado-0.3.15.ebuild, + bittornado-0.3.18.ebuild: + Remove ROOT, bug 168039 23 Feb 2007; Raúl Porcel 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 diff --git a/net-p2p/transmission/ChangeLog b/net-p2p/transmission/ChangeLog index 3f1d00df0fb0..3e98f882fa6e 100644 --- a/net-p2p/transmission/ChangeLog +++ b/net-p2p/transmission/ChangeLog @@ -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 + transmission-0.6.1-r1.ebuild: + Remove ROOT, bug 168039 10 Feb 2007; Steve Dibb transmission-0.6.1.ebuild: amd64 stable, bug 161420 diff --git a/net-p2p/transmission/transmission-0.6.1-r1.ebuild b/net-p2p/transmission/transmission-0.6.1-r1.ebuild index ed3ad1f032fc..5f19751e9818 100644 --- a/net-p2p/transmission/transmission-0.6.1-r1.ebuild +++ b/net-p2p/transmission/transmission-0.6.1-r1.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/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