# 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
-# 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
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
# 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
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
# 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
# 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
}
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