Mark amd64, fix mailcap copying, remove old versions.
authorJon Hood <squinky86@gentoo.org>
Tue, 20 Jun 2006 15:49:57 +0000 (15:49 +0000)
committerJon Hood <squinky86@gentoo.org>
Tue, 20 Jun 2006 15:49:57 +0000 (15:49 +0000)
Package-Manager: portage-2.1_rc4-r5

net-p2p/bittornado/ChangeLog
net-p2p/bittornado/bittornado-0.3.15.ebuild

index 428d811a9030f63d3f2de48646eaf6512df7960b..5cf6c874668073bf0c06dee93085c63f28a3071f 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/bittornado
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.46 2006/04/27 22:15:11 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.47 2006/06/20 15:49:57 squinky86 Exp $
+
+  20 Jun 2006; Jon Hood <squinky86@gentoo.org> -bittornado-0.3.13.ebuild,
+  -bittornado-0.3.14.ebuild, bittornado-0.3.15.ebuild:
+  Mark amd64, fix mailcap copying, remove old versions.
 
   27 Apr 2006; Alec Warner <antarus@gentoo.org>
   files/digest-bittornado-0.3.12, files/digest-bittornado-0.3.13,
index b795119b066407fe78d8183bb6f0ca343d4905ac..f0e552f1f56b3a7d4c697f9eb24970419a5d73c3 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 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.1 2006/04/21 01:04:21 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.15.ebuild,v 1.2 2006/06/20 15:49:57 squinky86 Exp $
 
 inherit distutils eutils
 
@@ -13,7 +13,7 @@ SRC_URI="http://download2.bittornado.com/download/${MY_P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gtk"
 
 RDEPEND="gtk? ( >=dev-python/wxpython-2.4 )
@@ -40,7 +40,7 @@ src_unpack() {
 src_install() {
        distutils_src_install
 
-       dodir etc
+       dodir /etc
        cp -pPR /etc/mailcap ${D}/etc/
        MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\""