diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-21 13:05:48 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-21 13:05:48 +0000 |
commit | 2d38a428b62bf1a267d8528054d5bca05b8600a4 (patch) | |
tree | 5ce8ab6c023691820be9b787849a926946d392f8 /net-p2p/bittorrent | |
parent | Stable on x86, bug #159298. (diff) | |
download | gentoo-2-2d38a428b62bf1a267d8528054d5bca05b8600a4.tar.gz gentoo-2-2d38a428b62bf1a267d8528054d5bca05b8600a4.tar.bz2 gentoo-2-2d38a428b62bf1a267d8528054d5bca05b8600a4.zip |
Fix documentation issues and add info about upgrading, bug 159406
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-p2p/bittorrent')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <armin76@gentoo.org> 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 } |