From 7ef386c140615e251b092619b2a828c36ea68c64 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Mon, 8 Sep 2003 07:06:26 +0000 Subject: repoman: fix leading whitespace --- net-p2p/bittorrent/Manifest | 6 +++--- net-p2p/bittorrent/bittorrent-3.2.1.ebuild | 15 +++++++-------- net-p2p/bittorrent/bittorrent-3.2.1b-r1.ebuild | 14 +++++++------- net-p2p/bittorrent/bittorrent-3.2.1b.ebuild | 14 +++++++------- 4 files changed, 24 insertions(+), 25 deletions(-) (limited to 'net-p2p/bittorrent') diff --git a/net-p2p/bittorrent/Manifest b/net-p2p/bittorrent/Manifest index 8e48064e42bd..d791684d2083 100644 --- a/net-p2p/bittorrent/Manifest +++ b/net-p2p/bittorrent/Manifest @@ -1,9 +1,9 @@ MD5 8950bda8f310b6f634ee56549f78b260 ChangeLog 2392 -MD5 41a014fa295e307a91a3d3560e05f896 bittorrent-3.2.1.ebuild 1207 -MD5 6099d936c15b910885298da61f1f76b2 bittorrent-3.2.1b-r1.ebuild 1287 +MD5 754d49e31f71fe1da1b1774cb4ff75a9 bittorrent-3.2.1.ebuild 1186 +MD5 6729b30318083966fa83daf20b6cbcd5 bittorrent-3.2.1b.ebuild 1188 +MD5 93d489712317173e2b9ce797a78c3d4c bittorrent-3.2.1b-r1.ebuild 1267 MD5 78ff5f95fa1fc16340582e6793a77f62 bittorrent-3.2.1b-r2.ebuild 1441 MD5 407711b13084d7c3b015522966b9ec5e bittorrent-3.2.1b-r3.ebuild 1598 -MD5 e6bcaed5c1bb4770c0d01b90456a7837 bittorrent-3.2.1b.ebuild 1208 MD5 6b4dd8a0972596ff8edca38823c3fdc2 bittorrent-3.2.1b-r4.ebuild 1649 MD5 e7e7d0aa3c6c5d57b54db37b53ac066a files/digest-bittorrent-3.2.1 68 MD5 18e4d423bad1434f67f294f131f2e181 files/digest-bittorrent-3.2.1b 69 diff --git a/net-p2p/bittorrent/bittorrent-3.2.1.ebuild b/net-p2p/bittorrent/bittorrent-3.2.1.ebuild index b328fc9b9520..565666418f32 100644 --- a/net-p2p/bittorrent/bittorrent-3.2.1.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.2.1.ebuild,v 1.3 2003/07/13 20:28:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.2.1.ebuild,v 1.4 2003/09/08 07:06:22 msterret Exp $ inherit distutils @@ -26,14 +26,13 @@ mydoc="FAQ.txt README.txt LICENSE.txt" pkg_postinst() { MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\"" - if [ -n "`grep 'application/x-bittorrent' /etc/mailcap`" ]; then - # replace bittorrent entry if it already exists + if [ -n "`grep 'application/x-bittorrent' /etc/mailcap`" ]; then + # replace bittorrent entry if it already exists einfo "updating bittorrent mime info" - sed -i "s,application/x-bittorrent;.*,${MAILCAP_STRING}," /etc/mailcap - else - # add bittorrent entry if it doesn't exist - einfo "adding bittorrent mime info" + sed -i "s,application/x-bittorrent;.*,${MAILCAP_STRING}," /etc/mailcap + else + # add bittorrent entry if it doesn't exist + einfo "adding bittorrent mime info" echo "${MAILCAP_STRING}" >> /etc/mailcap fi } - diff --git a/net-p2p/bittorrent/bittorrent-3.2.1b-r1.ebuild b/net-p2p/bittorrent/bittorrent-3.2.1b-r1.ebuild index 2a4f157ce36f..bf63954f1f2c 100644 --- a/net-p2p/bittorrent/bittorrent-3.2.1b-r1.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.2.1b-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.2.1b-r1.ebuild,v 1.2 2003/07/13 20:28:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.2.1b-r1.ebuild,v 1.3 2003/09/08 07:06:22 msterret Exp $ inherit distutils @@ -32,13 +32,13 @@ src_unpack() { pkg_postinst() { MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\"" - if [ -n "`grep 'application/x-bittorrent' /etc/mailcap`" ]; then - # replace bittorrent entry if it already exists + if [ -n "`grep 'application/x-bittorrent' /etc/mailcap`" ]; then + # replace bittorrent entry if it already exists einfo "updating bittorrent mime info" - sed -i "s,application/x-bittorrent;.*,${MAILCAP_STRING}," /etc/mailcap - else - # add bittorrent entry if it doesn't exist - einfo "adding bittorrent mime info" + sed -i "s,application/x-bittorrent;.*,${MAILCAP_STRING}," /etc/mailcap + else + # add bittorrent entry if it doesn't exist + einfo "adding bittorrent mime info" echo "${MAILCAP_STRING}" >> /etc/mailcap fi } diff --git a/net-p2p/bittorrent/bittorrent-3.2.1b.ebuild b/net-p2p/bittorrent/bittorrent-3.2.1b.ebuild index 0e7d5bdbdc40..795e54834a59 100644 --- a/net-p2p/bittorrent/bittorrent-3.2.1b.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.2.1b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.2.1b.ebuild,v 1.2 2003/07/13 20:28:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.2.1b.ebuild,v 1.3 2003/09/08 07:06:22 msterret Exp $ inherit distutils @@ -26,13 +26,13 @@ mydoc="FAQ.txt README.txt LICENSE.txt" pkg_postinst() { MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\"" - if [ -n "`grep 'application/x-bittorrent' /etc/mailcap`" ]; then - # replace bittorrent entry if it already exists + if [ -n "`grep 'application/x-bittorrent' /etc/mailcap`" ]; then + # replace bittorrent entry if it already exists einfo "updating bittorrent mime info" - sed -i "s,application/x-bittorrent;.*,${MAILCAP_STRING}," /etc/mailcap - else - # add bittorrent entry if it doesn't exist - einfo "adding bittorrent mime info" + sed -i "s,application/x-bittorrent;.*,${MAILCAP_STRING}," /etc/mailcap + else + # add bittorrent entry if it doesn't exist + einfo "adding bittorrent mime info" echo "${MAILCAP_STRING}" >> /etc/mailcap fi } -- cgit v1.2.3-65-gdbad