From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/blueness:master commit in: net-misc/tor/
Date: Wed, 9 Feb 2011 23:55:59 +0000 (UTC) [thread overview]
Message-ID: <c3e3a4f79019fa919f29c622a011ff04011acbc9.blueness@gentoo> (raw)
commit: c3e3a4f79019fa919f29c622a011ff04011acbc9
Author: Anthony G. Basile <basile <AT> opensource <DOT> dyc <DOT> edu>
AuthorDate: Wed Feb 9 23:54:02 2011 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Feb 9 23:55:44 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=c3e3a4f7
net-misc/tor: Fixed pkg_postinst() message.
(Portage version: 2.1.9.25/git/Linux x86_64, unsigned Manifest commit)
---
net-misc/tor/ChangeLog | 4 ++++
net-misc/tor/Manifest | 4 ++--
net-misc/tor/tor-0.2.1.29-r1.ebuild | 15 ++++++++-------
3 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/net-misc/tor/ChangeLog b/net-misc/tor/ChangeLog
index 18bf7c7..bbd1547 100644
--- a/net-misc/tor/ChangeLog
+++ b/net-misc/tor/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.225 2011/01/07 23:54:09 fauli Exp $
+ 09 Feb 2011; Anthony G. Basile <blueness@gentoo.org>
+ tor-0.2.1.29-r1.ebuild:
+ Fixed pkg_postinst() message.
+
*tor-0.2.1.29-r1 (09 Feb 2011)
09 Feb 2011; Anthony G. Basile <blueness@gentoo.org>
diff --git a/net-misc/tor/Manifest b/net-misc/tor/Manifest
index 8b27e6c..5b1a9bb 100644
--- a/net-misc/tor/Manifest
+++ b/net-misc/tor/Manifest
@@ -4,6 +4,6 @@ AUX tor.initd-r4 1566 RMD160 410611175c20425f48d340216ef680650bf6fa3d SHA1 dbdfd
AUX torrc 119 RMD160 3b7ec5a87893d371b2659bb49ac77cf3deff0f38 SHA1 c573f42578261ccc7b223261d5083cdff5afe095 SHA256 97a80a09bb3d615b93947f0d1a9c1883ef340860e89b879f2247d61b1c2476f0
AUX torrc.sample-0.1.2.6.patch 1145 RMD160 3656774f05abe54ec22a121954a1d437fe1da520 SHA1 a0c658eafc8feb134e4ce8c7a5cdf94074ad79f5 SHA256 5b94e1d8c097626402b0b388fefb15f11b95db112b23d358e04cfe55331911f1
DIST tor-0.2.1.29.tar.gz 2521399 RMD160 2587fc9162852434a395ec796ebdcee1972d9aa9 SHA1 cd534b99c91070504f4e70008ab8940a816b5bc6 SHA256 070d314effd6c08f8b5a8a1ebb4f5c3af644d48a9e38e9cba34fd3f2e981ec64
-EBUILD tor-0.2.1.29-r1.ebuild 2677 RMD160 257868fa109a3ee8f8f49a2ec82a0643e36b14d2 SHA1 3aec05fa063d097485915dd7a82a19f444dfa344 SHA256 67a6a2a2916194ad6541fcd293f8242396fa3cb8c3141b5bd4de66ac51e45813
-MISC ChangeLog 33657 RMD160 ce2baf60eed66b47c2f201d86cf8a409b8da0c71 SHA1 f22157e4c62c51a192e410d351ea8cab5fd4d59f SHA256 a4c077d16fdd9799045748a1c55af4fc453749aad5ee46933f32a491020b8c7a
+EBUILD tor-0.2.1.29-r1.ebuild 2671 RMD160 e6b289a66b855cea8b18a888f1190e6e1a65c1e1 SHA1 eb0943be1c443455d11685a8efdded1318df5fdb SHA256 57a8ba1afab0681ed948165720eaf4107b1c112c575aae3f4fd618bb0e6b3e4f
+MISC ChangeLog 33771 RMD160 6ce73c54cdfad784f502116603dfe652ea4fb7a0 SHA1 4a3be85a0c3c413c66ea3000c4868105ccf7bcef SHA256 7a32da00c42f8325a017b8124b838678e630b0faf42ec9ce5c242b99c93d5c59
MISC metadata.xml 363 RMD160 b21bb38c95a109d36b252b8e48b9c6724f75721c SHA1 6354a0d53fa168ddcd650f87872124f1edb345ef SHA256 650857d8f3d615ee0d0bcdb3d600d98eb58bae0d98c021dc6ff5ec774d77a142
diff --git a/net-misc/tor/tor-0.2.1.29-r1.ebuild b/net-misc/tor/tor-0.2.1.29-r1.ebuild
index 855242e..c63644e 100644
--- a/net-misc/tor/tor-0.2.1.29-r1.ebuild
+++ b/net-misc/tor/tor-0.2.1.29-r1.ebuild
@@ -74,13 +74,14 @@ src_install() {
}
pkg_postinst() {
- elog "We created a configuration file for tor /etc/tor/torrc, but you can"
+ elog
+ elog "We created a configuration file for tor, /etc/tor/torrc, but you can"
elog "change it according to your needs. Use the torrc.sample that is in"
- elog "that directory as a model."
- elog "Also, to have privoxy and tor work together you must add:"
- elog ""
+ elog "that directory as a guide. Also, to have privoxy work with tor"
+ elog "just add the following line"
+ elog
elog "forward-socks4a / localhost:9050 ."
- elog ""
- elog "(notice the . at the end of the line)"
- elog "to /etc/privoxy/config."
+ elog
+ elog "to /etc/privoxy/config. Notice the . at the end!"
+ elog
}
next reply other threads:[~2011-02-09 23:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-09 23:55 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-30 11:32 [gentoo-commits] dev/blueness:master commit in: net-misc/tor/ Anthony G. Basile
2011-07-19 17:02 Anthony G. Basile
2011-05-30 16:50 Anthony G. Basile
2011-02-09 23:55 Anthony G. Basile
2011-02-09 23:54 Anthony G. Basile
2011-02-09 23:39 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c3e3a4f79019fa919f29c622a011ff04011acbc9.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox