From 71e614f62b8b9045eab29314d6a89e6f2cd3eee5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ra=C3=BAl=20Porcel?= Date: Sun, 21 Jan 2007 13:05:48 +0000 Subject: [PATCH] Fix documentation issues and add info about upgrading, bug 159406 Package-Manager: portage-2.1.2-r1 --- net-p2p/bittorrent/ChangeLog | 5 ++++- net-p2p/bittorrent/bittorrent-5.0.5.ebuild | 10 +++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index e1ca39eadf7a..0b5513f92dc6 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bittorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.96 2007/01/19 18:49:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.97 2007/01/21 13:05:48 armin76 Exp $ + + 21 Jan 2007; Raúl Porcel bittorrent-5.0.5.ebuild: + Fix documentation issues and add info about upgrading, bug 159406 *bittorrent-5.0.5 (19 Jan 2007) diff --git a/net-p2p/bittorrent/bittorrent-5.0.5.ebuild b/net-p2p/bittorrent/bittorrent-5.0.5.ebuild index 6e0da2bbbd80..26ee267fdbce 100644 --- a/net-p2p/bittorrent/bittorrent-5.0.5.ebuild +++ b/net-p2p/bittorrent/bittorrent-5.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.5.ebuild,v 1.1 2007/01/19 18:49:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.5.ebuild,v 1.2 2007/01/21 13:05:48 armin76 Exp $ inherit distutils fdo-mime eutils @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} dev-python/dnspython" PROVIDE="virtual/bittorrent" -DOCS="README.txt TRACKERLESS.txt public.key credits.txt" +DOCS="README.txt TRACKERLESS.txt public.key" PYTHON_MODNAME="BitTorrent" pkg_setup() { @@ -57,7 +57,6 @@ src_unpack() { src_install() { distutils_src_install use gtk || rm -f "${D}"/usr/bin/bittorrent - dohtml redirdonate.html if use gtk ; then doicon images/logo/bittorrent.ico @@ -75,6 +74,11 @@ pkg_postinst() { einfo "Remember that BitTorrent has changed file naming scheme" einfo "To run BitTorrent just execute /usr/bin/bittorrent" einfo "To run the init.d, please use /etc/init.d/bittorrent-tracker" + elog + elog "If you are upgrading from bittorrent-4.4.0 you must remove " + elog "the ~/.bittorrent dir to make this version work. Remember to " + elog "do a backup first!" + elog distutils_pkg_postinst fdo-mime_desktop_database_update } -- 2.26.2