diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-08-24 15:09:22 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-08-24 15:09:22 +0000 |
commit | 70e77d6f1f3f081ef205cf9ffec6328b7f89611f (patch) | |
tree | 2e619c7106ca1bf09a4709f7eea48de5d0b4f27b /net-p2p/bittornado | |
parent | Removed squinky86@gentoo.org from metadata (diff) | |
download | historical-70e77d6f1f3f081ef205cf9ffec6328b7f89611f.tar.gz historical-70e77d6f1f3f081ef205cf9ffec6328b7f89611f.tar.bz2 historical-70e77d6f1f3f081ef205cf9ffec6328b7f89611f.zip |
Using -pPR instead -a option in cp, bug #103487
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-p2p/bittornado')
-rw-r--r-- | net-p2p/bittornado/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/bittornado/Manifest | 10 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.10.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.12.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.8.ebuild | 4 |
5 files changed, 21 insertions, 7 deletions
diff --git a/net-p2p/bittornado/ChangeLog b/net-p2p/bittornado/ChangeLog index cf4f4e281b6d..be83ab5328e6 100644 --- a/net-p2p/bittornado/ChangeLog +++ b/net-p2p/bittornado/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/bittornado # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.39 2005/06/17 20:36:13 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.40 2005/08/24 15:09:22 sekretarz Exp $ + + 24 Aug 2005; <sekretarz@gentoo.org> bittornado-0.3.8.ebuild, + bittornado-0.3.10.ebuild, bittornado-0.3.12.ebuild: + Using -pPR instead -a option in cp, bug #103487 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> bittornado-0.3.12.ebuild: diff --git a/net-p2p/bittornado/Manifest b/net-p2p/bittornado/Manifest index 0ab98cd46167..56da04dab748 100644 --- a/net-p2p/bittornado/Manifest +++ b/net-p2p/bittornado/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 36b52a78b1e8d7e4f4c2e1a663e4ba81 ChangeLog 5686 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 30dc09db31aebe77824b5bacc3a34c67 bittornado-0.3.10.ebuild 2067 @@ -10,3 +13,10 @@ MD5 709a3dae79ddb5cfc966cce563ed15d5 files/digest-bittornado-0.3.10 69 MD5 c3329d42b780ea4163ec94d1336d610b files/digest-bittornado-0.3.12 69 MD5 68ff80aa60200feb7a3c22a3ad17bbea files/digest-bittornado-0.3.8 68 MD5 7779a7eaf51eb9f84da8a588050f53fa files/favicon.ico 1406 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDDKroZ/iYVBmujdURAo9wAJ48hEmJWFCSuiWciTvI+D+UZ56q/gCgmmva +4IbsLUWs4APFw+fiE15IEDw= +=qNEU +-----END PGP SIGNATURE----- diff --git a/net-p2p/bittornado/bittornado-0.3.10.ebuild b/net-p2p/bittornado/bittornado-0.3.10.ebuild index d61fb236e705..cafff7147512 100644 --- a/net-p2p/bittornado/bittornado-0.3.10.ebuild +++ b/net-p2p/bittornado/bittornado-0.3.10.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/bittornado/bittornado-0.3.10.ebuild,v 1.3 2005/04/09 12:48:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.10.ebuild,v 1.4 2005/08/24 15:09:22 sekretarz Exp $ inherit distutils eutils @@ -41,7 +41,7 @@ src_install() { distutils_src_install dodir etc - cp -a /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 X; then diff --git a/net-p2p/bittornado/bittornado-0.3.12.ebuild b/net-p2p/bittornado/bittornado-0.3.12.ebuild index d5fc407c0eeb..2c45b6a129cb 100644 --- a/net-p2p/bittornado/bittornado-0.3.12.ebuild +++ b/net-p2p/bittornado/bittornado-0.3.12.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/bittornado/bittornado-0.3.12.ebuild,v 1.4 2005/06/17 20:36:13 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.12.ebuild,v 1.5 2005/08/24 15:09:22 sekretarz Exp $ inherit distutils eutils @@ -41,7 +41,7 @@ src_install() { distutils_src_install dodir etc - cp -a /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 X; then diff --git a/net-p2p/bittornado/bittornado-0.3.8.ebuild b/net-p2p/bittornado/bittornado-0.3.8.ebuild index c19d4031e155..40cd2d95ebc1 100644 --- a/net-p2p/bittornado/bittornado-0.3.8.ebuild +++ b/net-p2p/bittornado/bittornado-0.3.8.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/bittornado/bittornado-0.3.8.ebuild,v 1.5 2005/04/07 16:46:38 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.8.ebuild,v 1.6 2005/08/24 15:09:22 sekretarz Exp $ inherit distutils eutils @@ -41,7 +41,7 @@ src_install() { distutils_src_install dodir etc - cp -a /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 X; then |