diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-25 14:57:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-25 14:57:33 +0000 |
commit | d905981e287fc94858d93ba97fe471779c54b427 (patch) | |
tree | 1eae99311e0c5c9ff00489aa74a54b05edf9c9c0 /net-p2p/bittorrent | |
parent | Version bump. Fixed licence. (diff) | |
download | gentoo-2-d905981e287fc94858d93ba97fe471779c54b427.tar.gz gentoo-2-d905981e287fc94858d93ba97fe471779c54b427.tar.bz2 gentoo-2-d905981e287fc94858d93ba97fe471779c54b427.zip |
repoman: whitespace cleanup
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-p2p/bittorrent')
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.1.6-r1.ebuild | 8 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.1.6-r2.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-p2p/bittorrent/bittorrent-4.1.6-r1.ebuild b/net-p2p/bittorrent/bittorrent-4.1.6-r1.ebuild index b2ef06d15f5a..ea3e0e7f0b07 100644 --- a/net-p2p/bittorrent/bittorrent-4.1.6-r1.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.1.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.1.6-r1.ebuild,v 1.2 2005/10/24 19:56:36 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.1.6-r1.ebuild,v 1.3 2005/10/25 14:57:33 mr_bones_ Exp $ inherit distutils fdo-mime eutils @@ -50,12 +50,12 @@ src_install() { dodir etc cp -pPR /etc/mailcap ${D}/etc/ - mv ${D}/usr/share/doc/${P}/{credits-l10n.txt,credits.txt} \ + mv ${D}/usr/share/doc/${P}/{credits-l10n.txt,credits.txt} \ ${D}/usr/share/doc/${PF} rm -rf ${D}/usr/share/doc/${P} mv ${D}/usr/share/doc/${PF} ${D}/usr/share/doc/${P} - - + + MAILCAP_STRING="application/x-bittorrent; /usr/bin/bittorrent '%s'; test=test -n \"\$DISPLAY\"" if use gtk; then diff --git a/net-p2p/bittorrent/bittorrent-4.1.6-r2.ebuild b/net-p2p/bittorrent/bittorrent-4.1.6-r2.ebuild index 1919c1ff6dea..028a6ad0b7b5 100644 --- a/net-p2p/bittorrent/bittorrent-4.1.6-r2.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.1.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.1.6-r2.ebuild,v 1.2 2005/10/24 19:56:36 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.1.6-r2.ebuild,v 1.3 2005/10/25 14:57:33 mr_bones_ Exp $ inherit distutils fdo-mime eutils @@ -49,10 +49,10 @@ src_install() { dohtml redirdonate.html mv ${D}/usr/share/doc/${P}/{credits-l10n.txt,credits.txt} \ - ${D}/usr/share/doc/${PF} + ${D}/usr/share/doc/${PF} rm -rf ${D}/usr/share/doc/${P} mv ${D}/usr/share/doc/${PF} ${D}/usr/share/doc/${P} - + if use gtk ; then cp ${D}/usr/share/pixmaps/${MY_P}/bittorrent.ico ${D}/usr/share/pixmaps/ make_desktop_entry "bittorrent" "BitTorrent" \ |