summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-03-01 19:52:19 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-03-01 19:52:19 +0000
commit4c97b5ececd5ca44e482cbd453b897dcf8f922a5 (patch)
tree245711e7548542effac9c063c99f0d3069d8d363 /net-p2p
parentFix for gcc 4.3.3 / fortify_sources, closes #257823. Patch by <DarkNRG@gmx.de> (diff)
downloadgentoo-2-4c97b5ececd5ca44e482cbd453b897dcf8f922a5.tar.gz
gentoo-2-4c97b5ececd5ca44e482cbd453b897dcf8f922a5.tar.bz2
gentoo-2-4c97b5ececd5ca44e482cbd453b897dcf8f922a5.zip
Fix description of rtorrent.rc location to take into account compression of doc files. Bug 260772. Thanks to Victor Ostorga <vostorga@gmail.com>.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rtorrent/ChangeLog8
-rw-r--r--net-p2p/rtorrent/rtorrent-0.7.9.ebuild6
-rw-r--r--net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild6
-rw-r--r--net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild6
-rw-r--r--net-p2p/rtorrent/rtorrent-0.8.3.ebuild6
-rw-r--r--net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild4
6 files changed, 21 insertions, 15 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog
index 01d1c9170f0a..e5c34512be6c 100644
--- a/net-p2p/rtorrent/ChangeLog
+++ b/net-p2p/rtorrent/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/rtorrent
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.131 2009/02/15 15:08:02 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.132 2009/03/01 19:52:19 loki_val Exp $
+
+ 01 Mar 2009; Peter Alfredsen <loki_val@gentoo.org> rtorrent-0.7.9.ebuild,
+ rtorrent-0.8.2-r3.ebuild, rtorrent-0.8.2-r5.ebuild, rtorrent-0.8.3.ebuild,
+ rtorrent-0.8.4-r1.ebuild:
+ Fix description of rtorrent.rc location to take into account compression
+ of doc files. Bug 260772. Thanks to Victor Ostorga <vostorga@gmail.com>.
15 Feb 2009; Brent Baude <ranger@gentoo.org> rtorrent-0.8.4-r1.ebuild:
Marking rtorrent-0.8.4-r1 ppc for bug 255756
diff --git a/net-p2p/rtorrent/rtorrent-0.7.9.ebuild b/net-p2p/rtorrent/rtorrent-0.7.9.ebuild
index 04e6e3230090..966994199c59 100644
--- a/net-p2p/rtorrent/rtorrent-0.7.9.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.7.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild,v 1.9 2008/10/04 23:44:24 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild,v 1.10 2009/03/01 19:52:19 loki_val Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -41,7 +41,7 @@ src_compile() {
pkg_postinst() {
elog "rtorrent now supports a configuration file."
elog "A sample configuration file for rtorrent is can be found"
- elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz."
+ elog "in rtorrent.rc in ${ROOT}usr/share/doc/${PF}/"
}
src_install() {
diff --git a/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild b/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild
index 95c30a2dff00..1ff4882cde5d 100644
--- a/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild,v 1.10 2008/10/04 23:44:24 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild,v 1.11 2009/03/01 19:52:19 loki_val Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -57,7 +57,7 @@ src_install() {
pkg_postinst() {
elog "rtorrent now supports a configuration file."
elog "A sample configuration file for rtorrent can be found"
- elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz."
+ elog "in rtorrent.rc in ${ROOT}usr/share/doc/${PF}/"
elog ""
ewarn "If you're upgrading from rtorrent <0.8.0, you will have to delete your"
ewarn "session directory or run the fixSession080-c.py script from this address:"
diff --git a/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild b/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild
index 42c59ec2841c..75a7805155c3 100644
--- a/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild,v 1.9 2008/10/28 02:10:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild,v 1.10 2009/03/01 19:52:19 loki_val Exp $
inherit eutils autotools toolchain-funcs flag-o-matic
@@ -61,7 +61,7 @@ src_install() {
pkg_postinst() {
elog "rtorrent now supports a configuration file."
elog "A sample configuration file for rtorrent can be found"
- elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz."
+ elog "in rtorrent.rc in ${ROOT}usr/share/doc/${PF}/"
elog ""
ewarn "If you're upgrading from rtorrent <0.8.0, you will have to delete your"
ewarn "session directory or run the fixSession080-c.py script from this address:"
diff --git a/net-p2p/rtorrent/rtorrent-0.8.3.ebuild b/net-p2p/rtorrent/rtorrent-0.8.3.ebuild
index 13cb1268dfed..ef6569b52dec 100644
--- a/net-p2p/rtorrent/rtorrent-0.8.3.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.8.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild,v 1.3 2008/10/28 02:10:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild,v 1.4 2009/03/01 19:52:19 loki_val Exp $
inherit base eutils toolchain-funcs flag-o-matic
@@ -48,7 +48,7 @@ src_install() {
pkg_postinst() {
elog "rtorrent now supports a configuration file."
elog "A sample configuration file for rtorrent can be found"
- elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz."
+ elog "in rtorrent.rc in ${ROOT}usr/share/doc/${PF}/"
elog ""
ewarn "If you're upgrading from rtorrent <0.8.0, you will have to delete your"
ewarn "session directory or run the fixSession080-c.py script from this address:"
diff --git a/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild b/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild
index 980f792d4d68..f41b661ef323 100644
--- a/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild,v 1.4 2009/02/15 15:08:02 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild,v 1.5 2009/03/01 19:52:19 loki_val Exp $
inherit base eutils toolchain-funcs flag-o-matic
@@ -55,7 +55,7 @@ src_install() {
pkg_postinst() {
elog "rtorrent now supports a configuration file."
elog "A sample configuration file for rtorrent can be found"
- elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz."
+ elog "in rtorrent.rc in ${ROOT}usr/share/doc/${PF}/"
elog ""
ewarn "If you're upgrading from rtorrent <0.8.0, you will have to delete your"
ewarn "session directory or run the fixSession080-c.py script from this address:"