From fb5906470dfe7804acbc1f530834ca394ba780c3 Mon Sep 17 00:00:00 2001 From: Marcin Kryczek Date: Mon, 24 Oct 2005 19:56:36 +0000 Subject: Fixed documentation moving (bug #110268) Package-Manager: portage-2.0.52-r1 --- net-p2p/bittorrent/ChangeLog | 6 +++++- net-p2p/bittorrent/Manifest | 8 ++++---- net-p2p/bittorrent/bittorrent-4.1.6-r1.ebuild | 12 +++++++----- net-p2p/bittorrent/bittorrent-4.1.6-r2.ebuild | 13 +++++++------ 4 files changed, 23 insertions(+), 16 deletions(-) (limited to 'net-p2p/bittorrent') diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index a281e1cdcaef..9ae3cbc9a90d 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/bittorrent # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.65 2005/10/20 23:22:27 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.66 2005/10/24 19:56:36 mkay Exp $ + + 24 Oct 2005; bittorrent-4.1.6-r1.ebuild, + bittorrent-4.1.6-r2.ebuild: + Fixed documentation moving (bug #110268) *bittorrent-4.1.6-r2 (20 Oct 2005) diff --git a/net-p2p/bittorrent/Manifest b/net-p2p/bittorrent/Manifest index 4aea4f516fb9..cda92466f359 100644 --- a/net-p2p/bittorrent/Manifest +++ b/net-p2p/bittorrent/Manifest @@ -1,13 +1,13 @@ -MD5 6df06222476561088e50d5ac6eec7df4 ChangeLog 10272 +MD5 f7e3767a8be1821a7b21ff04e59006d4 ChangeLog 10407 MD5 4cd212682be24bfbff707f07b8549f83 bittorrent-3.4.2-r2.ebuild 1930 MD5 d6f1c6f8065a984e5ebefed06d3fabfd bittorrent-4.0.2.ebuild 1973 MD5 462e522f275310b5d305c18a6ef57829 bittorrent-4.0.4.ebuild 2045 MD5 326a6256ced48cc425034755fd3d5c4a bittorrent-4.1.3.ebuild 2168 -MD5 6c942f2d89711fe775a838da6ce4b457 bittorrent-4.1.4.ebuild 2305 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 +MD5 6c942f2d89711fe775a838da6ce4b457 bittorrent-4.1.4.ebuild 2305 +MD5 6dd8a756207c789d78c9dff8d8e8c840 bittorrent-4.1.6-r1.ebuild 2580 +MD5 234c219e2044a5e7c6934d5f0ae468a2 bittorrent-4.1.6-r2.ebuild 2011 MD5 4cc659a077dc3dbf02ad922c9175cb81 bittorrent-4.1.6.ebuild 2305 -MD5 6ab119c930ad668919b114f90b649a94 bittorrent-4.1.6-r1.ebuild 2533 -MD5 6ebefdf591f1aa04943ae861f6cb6108 bittorrent-4.1.6-r2.ebuild 1962 MD5 21ec89d06de83ddcc4cf6d6616355190 files/bittorrent-4.1.0-fix-all.patch 2483 MD5 139c4a4367e37fcf7dc6bd18515456c2 files/btdownloadgui.desktop 166 MD5 a94d4e97cceef0143a1a5c8784b6f70c files/bttrack.conf 728 diff --git a/net-p2p/bittorrent/bittorrent-4.1.6-r1.ebuild b/net-p2p/bittorrent/bittorrent-4.1.6-r1.ebuild index 7d5db7af0101..b2ef06d15f5a 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.1 2005/10/19 15:57:06 mkay Exp $ +# $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 $ inherit distutils fdo-mime eutils @@ -50,10 +50,12 @@ src_install() { dodir etc cp -pPR /etc/mailcap ${D}/etc/ - rm ${D}/usr/share/doc/${P}/redirdonate.html - mv ${D}/usr/share/doc/${MY_P}/* ${D}/usr/share/doc/${P}/ - rm -fr ${D}/usr/share/doc/${MY_P} - + 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 e530aba25c21..1919c1ff6dea 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.1 2005/10/20 23:22:27 mkay Exp $ +# $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 $ inherit distutils fdo-mime eutils @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} dev-python/dnspython" PROVIDE="virtual/bittorrent" -DOCS="TRACKERLESS.txt LICENSE.txt" +DOCS="TRACKERLESS.txt LICENSE.txt public.key" PYTHON_MODNAME="BitTorrent" src_unpack() { @@ -48,10 +48,11 @@ src_install() { fi dohtml redirdonate.html - rm ${D}/usr/share/doc/${P}/redirdonate.html - mv ${D}/usr/share/doc/${MY_P}/* ${D}/usr/share/doc/${P}/ - rm -fr ${D}/usr/share/doc/${MY_P} - + 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} + if use gtk ; then cp ${D}/usr/share/pixmaps/${MY_P}/bittorrent.ico ${D}/usr/share/pixmaps/ make_desktop_entry "bittorrent" "BitTorrent" \ -- cgit v1.2.3-65-gdbad