public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/blueness:master commit in: net-misc/tor/
@ 2011-02-09 23:39 Anthony G. Basile
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile @ 2011-02-09 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3cc5b557ea0143fe8dd74e57528af5a22abc3bec
Author:     Anthony G. Basile <basile <AT> opensource <DOT> dyc <DOT> edu>
AuthorDate: Wed Feb  9 23:39:53 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Feb  9 23:39:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=3cc5b557

Fixed installation of /etc/tor/torrc

(Portage version: 2.1.9.25/git/Linux x86_64, unsigned Manifest commit)

---
 net-misc/tor/Manifest               |    2 +-
 net-misc/tor/tor-0.2.1.29-r1.ebuild |   14 +++++++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/net-misc/tor/Manifest b/net-misc/tor/Manifest
index 268a2dc..8b27e6c 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 2557 RMD160 79ec269b4a7956f477ed64a1debf30a20b0784e1 SHA1 3bdc5983c2c8c53ed4ba8ac46a6b507985767ad4 SHA256 524a622c6b636e0284d29deabdb8b8e9deac6602659466744ec051a04cf8ce51
+EBUILD tor-0.2.1.29-r1.ebuild 2677 RMD160 257868fa109a3ee8f8f49a2ec82a0643e36b14d2 SHA1 3aec05fa063d097485915dd7a82a19f444dfa344 SHA256 67a6a2a2916194ad6541fcd293f8242396fa3cb8c3141b5bd4de66ac51e45813
 MISC ChangeLog 33657 RMD160 ce2baf60eed66b47c2f201d86cf8a409b8da0c71 SHA1 f22157e4c62c51a192e410d351ea8cab5fd4d59f SHA256 a4c077d16fdd9799045748a1c55af4fc453749aad5ee46933f32a491020b8c7a
 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 efc07c7..855242e 100644
--- a/net-misc/tor/tor-0.2.1.29-r1.ebuild
+++ b/net-misc/tor/tor-0.2.1.29-r1.ebuild
@@ -62,8 +62,8 @@ src_install() {
 	fperms 755 /var/run/tor
 	fowners tor:tor /var/lib/tor /var/log/tor /var/run/tor
 
-	insinto /etc/tor
-	newins "${FILESDIR}"/torrc
+	insinto /etc/tor/
+	doins "${FILESDIR}"/torrc
 
 	insinto /etc/logrotate.d
 	newins contrib/tor.logrotate tor
@@ -74,9 +74,13 @@ src_install() {
 }
 
 pkg_postinst() {
-	elog "You must create /etc/tor/torrc, you can use the sample that is in that directory"
-	elog "To have privoxy and tor working together you must add:"
+	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 "forward-socks4a / localhost:9050 ."
+	elog ""
 	elog "(notice the . at the end of the line)"
-	elog "to /etc/privoxy/config"
+	elog "to /etc/privoxy/config."
 }



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/blueness:master commit in: net-misc/tor/
@ 2011-02-09 23:54 Anthony G. Basile
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile @ 2011-02-09 23:54 UTC (permalink / raw
  To: gentoo-commits

commit:     dfba08c5a363530a519d0cb22a5b05b74f485478
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:54:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=dfba08c5

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
 }



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/blueness:master commit in: net-misc/tor/
@ 2011-02-09 23:55 Anthony G. Basile
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile @ 2011-02-09 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     3e89cbb378a4392d8e5f1183aa4da55f6a8108bc
Author:     Anthony G. Basile <basile <AT> opensource <DOT> dyc <DOT> edu>
AuthorDate: Wed Feb  9 23:39:53 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Feb  9 23:55:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=3e89cbb3

net-misc/tor: Fixed installation of /etc/tor/torrc

---
 net-misc/tor/Manifest               |    2 +-
 net-misc/tor/tor-0.2.1.29-r1.ebuild |   14 +++++++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/net-misc/tor/Manifest b/net-misc/tor/Manifest
index 268a2dc..8b27e6c 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 2557 RMD160 79ec269b4a7956f477ed64a1debf30a20b0784e1 SHA1 3bdc5983c2c8c53ed4ba8ac46a6b507985767ad4 SHA256 524a622c6b636e0284d29deabdb8b8e9deac6602659466744ec051a04cf8ce51
+EBUILD tor-0.2.1.29-r1.ebuild 2677 RMD160 257868fa109a3ee8f8f49a2ec82a0643e36b14d2 SHA1 3aec05fa063d097485915dd7a82a19f444dfa344 SHA256 67a6a2a2916194ad6541fcd293f8242396fa3cb8c3141b5bd4de66ac51e45813
 MISC ChangeLog 33657 RMD160 ce2baf60eed66b47c2f201d86cf8a409b8da0c71 SHA1 f22157e4c62c51a192e410d351ea8cab5fd4d59f SHA256 a4c077d16fdd9799045748a1c55af4fc453749aad5ee46933f32a491020b8c7a
 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 efc07c7..855242e 100644
--- a/net-misc/tor/tor-0.2.1.29-r1.ebuild
+++ b/net-misc/tor/tor-0.2.1.29-r1.ebuild
@@ -62,8 +62,8 @@ src_install() {
 	fperms 755 /var/run/tor
 	fowners tor:tor /var/lib/tor /var/log/tor /var/run/tor
 
-	insinto /etc/tor
-	newins "${FILESDIR}"/torrc
+	insinto /etc/tor/
+	doins "${FILESDIR}"/torrc
 
 	insinto /etc/logrotate.d
 	newins contrib/tor.logrotate tor
@@ -74,9 +74,13 @@ src_install() {
 }
 
 pkg_postinst() {
-	elog "You must create /etc/tor/torrc, you can use the sample that is in that directory"
-	elog "To have privoxy and tor working together you must add:"
+	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 "forward-socks4a / localhost:9050 ."
+	elog ""
 	elog "(notice the . at the end of the line)"
-	elog "to /etc/privoxy/config"
+	elog "to /etc/privoxy/config."
 }



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/blueness:master commit in: net-misc/tor/
@ 2011-02-09 23:55 Anthony G. Basile
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile @ 2011-02-09 23:55 UTC (permalink / raw
  To: gentoo-commits

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
 }



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/blueness:master commit in: net-misc/tor/
@ 2011-05-30 16:50 Anthony G. Basile
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile @ 2011-05-30 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     40903a055d58d84410d50af16b333b5cf9a19a8b
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 16:50:42 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon May 30 16:50:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=40903a05

net-misc/tor: version bump of alpha to beta

(Portage version: 2.1.9.42/git/Linux x86_64, signed Manifest commit with key 0xD0455535)

---
 net-misc/tor/ChangeLog                |    6 ++
 net-misc/tor/Manifest                 |   10 ++--
 net-misc/tor/tor-0.2.2.27_beta.ebuild |   84 +++++++++++++++++++++++++++++++++
 3 files changed, 96 insertions(+), 4 deletions(-)

diff --git a/net-misc/tor/ChangeLog b/net-misc/tor/ChangeLog
index 9887167..f5b38f3 100644
--- a/net-misc/tor/ChangeLog
+++ b/net-misc/tor/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.253 2011/04/29 20:15:56 blueness Exp $
 
+*tor-0.2.2.27_beta (30 May 2011)
+
+  30 May 2011; Anthony G. Basile <blueness@gentoo.org>
+  +tor-0.2.2.27_beta.ebuild:
+  Version bump of alpha to beta
+
   10 May 2011; Anthony G. Basile <blueness@gentoo.org>
   -files/torrc.sample-0.1.2.6.patch, -files/tor-0.2.1.19-logrotate.patch,
   -files/tor-0.2.2.24_alpha-respect-CFLAGS.patch, -tor-0.2.3.1_alpha.ebuild,

diff --git a/net-misc/tor/Manifest b/net-misc/tor/Manifest
index fa85021..f838e38 100644
--- a/net-misc/tor/Manifest
+++ b/net-misc/tor/Manifest
@@ -1,12 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-MISC ChangeLog 37103 RMD160 84f50c5c6be079df7b0855a9140b4ca34c9813cb SHA1 39e9e2395185e5fd7c9548e9ed95083ce7201e82 SHA256 22a8f3627e27d8e3e648f60f2db8998c1dfda1cbf9f3f9e6dacd43b9897d7349
+DIST tor-0.2.2.27-beta.tar.gz 2633715 RMD160 5a475497b035e676b953e1c0b531bead45ecbccb SHA1 c49d0970ecd5d418128d068a4db87cc25349f366 SHA256 61e184846ec38f4301ccfc7445567e89168e1d3e6c2e4bfed2d4ba5517ff4d68
+EBUILD tor-0.2.2.27_beta.ebuild 2375 RMD160 53f8494ce98a86e56638d152ceeeac4185a6c1f0 SHA1 d56bf448cfea86d44f90875308795cf40c58c693 SHA256 4351c3cfcd94fb1919b399d20854a895cfb3792706fecdeff2d1e0c1c0b86c9c
+MISC ChangeLog 37254 RMD160 e55d254e19c644b7484fbcc1c107369ddbedc1a6 SHA1 65e00c523c451883f19ebeee70b0cdde33ab0c3d SHA256 ea5451b27103a030a5c28d5c123ade113c2bf15b68242f176e687d5b53d766eb
 MISC metadata.xml 363 RMD160 b21bb38c95a109d36b252b8e48b9c6724f75721c SHA1 6354a0d53fa168ddcd650f87872124f1edb345ef SHA256 650857d8f3d615ee0d0bcdb3d600d98eb58bae0d98c021dc6ff5ec774d77a142
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iEYEAREIAAYFAk3JHt8ACgkQl5yvQNBFVTW1XACfZ2KfQM2U81bAoCTPqwqSQIWC
-pcIAnjQUt0NShZCz7G8VYhwgqq9Z/lJK
-=7wO/
+iEYEAREIAAYFAk3jyuIACgkQl5yvQNBFVTX2CwCdEig3SPfewvh518wpxQISH9JM
+e50AmgMXeWS/53IZnI5JK0BSP+owrpyt
+=oKJT
 -----END PGP SIGNATURE-----

diff --git a/net-misc/tor/tor-0.2.2.27_beta.ebuild b/net-misc/tor/tor-0.2.2.27_beta.ebuild
new file mode 100644
index 0000000..77b7ee7
--- /dev/null
+++ b/net-misc/tor/tor-0.2.2.27_beta.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.2.25_alpha.ebuild,v 1.1 2011/04/29 20:11:45 blueness Exp $
+
+EAPI=3
+
+inherit autotools eutils flag-o-matic versionator
+
+MY_PV="$(replace_version_separator 4 -)"
+MY_PF="${PN}-${MY_PV}"
+DESCRIPTION="Anonymizing overlay network for TCP"
+HOMEPAGE="http://www.torproject.org/"
+SRC_URI="http://www.torproject.org/dist/${MY_PF}.tar.gz"
+S="${WORKDIR}/${MY_PF}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-libs/openssl
+	>=dev-libs/libevent-2.0"
+# The tordns patch for tsocks avoids some leakage of information thus raising anonymity
+RDEPEND="${DEPEND}
+	net-proxy/tsocks[tordns]"
+
+pkg_setup() {
+	enewgroup tor
+	enewuser tor -1 -1 /var/lib/tor tor
+}
+
+src_prepare() {
+	epatch "${FILESDIR}"/torrc.sample-0.1.2.6.patch
+	epatch "${FILESDIR}"/${PN}-0.2.1.19-logrotate.patch
+
+	einfo "Regenerating autotools files ..."
+	epatch "${FILESDIR}"/${PN}-0.2.2.24_alpha-respect-CFLAGS.patch
+	eautoreconf || die "eautoreconf failed"
+}
+
+src_configure() {
+	# Upstream isn't sure of all the user provided CFLAGS that
+	# will break tor, but does recommend against -fstrict-aliasing.
+	# We'll filter-flags them here as we encounter them.
+	filter-flags -fstrict-aliasing
+	econf --docdir=/usr/share/doc/${PF}
+}
+
+src_install() {
+	newinitd "${FILESDIR}"/tor.initd-r4 tor
+	emake DESTDIR="${D}" install || die
+	keepdir /var/{lib,log,run}/tor
+
+	dodoc README ChangeLog ReleaseNotes \
+		doc/{HACKING,TODO} \
+		doc/spec/README
+
+	fperms 750 /var/lib/tor /var/log/tor
+	fperms 755 /var/run/tor
+	fowners tor:tor /var/lib/tor /var/log/tor /var/run/tor
+
+	insinto /etc/tor/
+	doins "${FILESDIR}"/torrc
+
+	insinto /etc/logrotate.d
+	newins contrib/tor.logrotate tor
+
+	# allow the tor user more open files to avoid errors, see bug 251171
+	insinto /etc/security/limits.d/
+	doins "${FILESDIR}"/tor.conf
+}
+
+pkg_postinst() {
+	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 guide.  Also, to have privoxy work with tor"
+	elog "just add the following line"
+	elog
+	elog "forward-socks4a / localhost:9050 ."
+	elog
+	elog "to /etc/privoxy/config.  Notice the . at the end!"
+	elog
+}



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/blueness:master commit in: net-misc/tor/
@ 2011-07-19 17:02 Anthony G. Basile
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile @ 2011-07-19 17:02 UTC (permalink / raw
  To: gentoo-commits

commit:     8c452ca6d2d74498c61a02a11a4077ff273ba183
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 17:01:22 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 17:01:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=8c452ca6

net-misc/tor: Bumped to EAPI=4 to avoid || die's

(Portage version: 2.1.10.3/git/Linux x86_64, signed Manifest commit with key 0xD0455535)

---
 net-misc/tor/ChangeLog                   |    4 ++++
 net-misc/tor/Manifest                    |   12 ++++++------
 net-misc/tor/tor-0.2.2.30_rc-r1.ebuild   |    2 +-
 net-misc/tor/tor-0.2.3.2_alpha-r1.ebuild |    2 +-
 4 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/net-misc/tor/ChangeLog b/net-misc/tor/ChangeLog
index d23db82..69c0053 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.261 2011/07/19 09:39:12 blueness Exp $
 
+  19 Jul 2011; Anthony G. Basile <blueness@gentoo.org>
+  tor-0.2.2.30_rc-r1.ebuild, tor-0.2.3.2_alpha-r1.ebuild:
+  Bumped to EAPI=4 to avoid || die's
+
 *tor-0.2.3.2_alpha-r1 (19 Jul 2011)
 *tor-0.2.2.30_rc-r1 (19 Jul 2011)
 

diff --git a/net-misc/tor/Manifest b/net-misc/tor/Manifest
index ef7ffa0..3122888 100644
--- a/net-misc/tor/Manifest
+++ b/net-misc/tor/Manifest
@@ -9,14 +9,14 @@ AUX torrc 169 RMD160 f3fe077f017af465013e34f7b50f95f65d063cf0 SHA1 48061474d7176
 AUX torrc.sample-0.1.2.6.patch 1145 RMD160 3656774f05abe54ec22a121954a1d437fe1da520 SHA1 a0c658eafc8feb134e4ce8c7a5cdf94074ad79f5 SHA256 5b94e1d8c097626402b0b388fefb15f11b95db112b23d358e04cfe55331911f1
 DIST tor-0.2.2.30-rc.tar.gz 2672619 RMD160 7a363a07a9fa42e9e4b4c64637145e0082b0ce48 SHA1 77b29de85caf72bbfb9d0af9212ca4e731405759 SHA256 aec780b20388128df05f7e1190ad89af90dd563683209c87808602f5beed0876
 DIST tor-0.2.3.2-alpha.tar.gz 2755750 RMD160 d34ac6b45360af873202a6884ce12ccf0420adee SHA1 020eb00aaaafa1e7102ae8fd95d3d6a719a61289 SHA256 8f423af73c8d8477752858cfcc0c15860f487a0f9a390e791eaea22f4b467edd
-EBUILD tor-0.2.2.30_rc-r1.ebuild 2526 RMD160 a149762d159f58d5053fa4e2e315babef0e74f1a SHA1 a6440b16b4b067dacff579cc370e0089321e709c SHA256 24fd7f2408c4c464f00bab5a7f85bacb377bcb12460744c27226b210bf06e83f
-EBUILD tor-0.2.3.2_alpha-r1.ebuild 2649 RMD160 ca1081a2016b310295bc8fad38d698f5c28ff11f SHA1 be75b10f7c30e444da2a5ad96f0b06fc53dae1c6 SHA256 cf228e48d46c661ca9197d8a75e14481914f973c46bd058efc73342ae1b1fa66
-MISC ChangeLog 38707 RMD160 cabacda2649696c4802a83529c2977995e5b98e5 SHA1 19d81836ba75e2617814d5e827e8b569437ffbe5 SHA256 6dc7fc3e1fa91f360a1a07eb55a28c5ebbb291dabf3ca419e1da1ada6df62b78
+EBUILD tor-0.2.2.30_rc-r1.ebuild 2526 RMD160 8dfc7677911a739ded5cbb890d5ca906f98524c2 SHA1 88625dc5704f8276c5f73d9b539962f016fa7c53 SHA256 d3fa3d07e107c61b19e2795815fdbbe52a86e757f4c2c667347b2c86347459ec
+EBUILD tor-0.2.3.2_alpha-r1.ebuild 2649 RMD160 43a7ec7841886016b656721bc1352908ca3210ac SHA1 08cb05025327679ea45f3b7c3fc72e39c9ce69cf SHA256 ba8a166e95126a20603ed16620ce86919875bb9a4e4bc3ebb9a087eb7af54b68
+MISC ChangeLog 38858 RMD160 864cf91000d5098abdaa03c673a600600e248d68 SHA1 6833cf911f36b82a5ba3e6b71f06fd5710818778 SHA256 b51ee3e76c2c3bb81008d3fbde3de5a6a3f7be33b9bdd817cd160817ad4e5094
 MISC metadata.xml 712 RMD160 d8585c57fead7661b72e383528b6450a2ace05eb SHA1 d97b0d9479c817d5a2207fbfc0fa5b567943c8a5 SHA256 53402fd0dc16696d9504c66ffeb85f3d8583c8621151d2faced9b1ffedbb2dbc
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iEYEAREIAAYFAk4lk/8ACgkQl5yvQNBFVTXO5ACfasSrRywELAVwpOm3XwCQxFkp
-zLMAniWVJeji3ZeGKSeUg3ToU6sOsCaK
-=EqHV
+iEYEAREIAAYFAk4luGEACgkQl5yvQNBFVTUIGQCfQK6neOLdyPhlfAehzWonA/3T
+bxYAoJ/7cHnWrfhGGBfWP8Quk2rHDnlF
+=JxZC
 -----END PGP SIGNATURE-----

diff --git a/net-misc/tor/tor-0.2.2.30_rc-r1.ebuild b/net-misc/tor/tor-0.2.2.30_rc-r1.ebuild
index 1b0f6c1..fa52439 100644
--- a/net-misc/tor/tor-0.2.2.30_rc-r1.ebuild
+++ b/net-misc/tor/tor-0.2.2.30_rc-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.2.30_rc.ebuild,v 1.1 2011/07/19 09:39:12 blueness Exp $
 
-EAPI=3
+EAPI=4
 
 inherit autotools eutils flag-o-matic versionator
 

diff --git a/net-misc/tor/tor-0.2.3.2_alpha-r1.ebuild b/net-misc/tor/tor-0.2.3.2_alpha-r1.ebuild
index 736032f..183e5ab 100644
--- a/net-misc/tor/tor-0.2.3.2_alpha-r1.ebuild
+++ b/net-misc/tor/tor-0.2.3.2_alpha-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.2_alpha.ebuild,v 1.1 2011/07/19 09:32:26 blueness Exp $
 
-EAPI=3
+EAPI=4
 
 inherit autotools eutils flag-o-matic versionator
 



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/blueness:master commit in: net-misc/tor/
@ 2011-08-30 11:32 Anthony G. Basile
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile @ 2011-08-30 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     77ced3c23166c56c7d33765b9574cae8550e2ea9
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 11:31:56 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 11:31:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=77ced3c2

net-misc/tor: fix Manifest

---
 net-misc/tor/Manifest |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/net-misc/tor/Manifest b/net-misc/tor/Manifest
index 69aa021..bd92412 100644
--- a/net-misc/tor/Manifest
+++ b/net-misc/tor/Manifest
@@ -1,22 +1,12 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
 AUX tor-0.2.2.24_alpha-respect-CFLAGS.patch 1001 RMD160 f623fd1f40cd2175c0c5b6bea3441fc87f7e8d0a SHA1 c8634481cd8273f98945f17f297f2506331d3b8d SHA256 2107434c7e7243d24043cf87eeccf60643e0cf94e8a883ebd725c23e13e667e8
 AUX tor-0.2.3.2_alpha-fix-asneeded.patch 654 RMD160 faf9cc37942dfa7f52dbe849c1819b24c0ab7940 SHA1 4400ed72fa60d04a96c82f0aba7c6eb41e23f5c5 SHA256 4500436719cb96a17bfd4eb67b2ebf2b1db222904bf1b14b75cc17b8f1b41345
 AUX tor.confd 44 RMD160 d19946be72538d0826667730e9e9a1736b0385ff SHA1 f9a40fadd018794e537282344f01c609e4dbeac7 SHA256 41d780f291847e19f632428bbf27c3f289414afd237546d2974da1b75384c25c
-AUX tor.initd-r5 1733 RMD160 f9c885c699884f5c7c7e0cbae48c4ea6eb6f83a2 SHA1 3db9cf78e8cde3cc0a6d9740ed12ce087acffc75 SHA256 ffd7ce8f5e88c08fa6c1c2e1db0674d5e8452bbc522aa37bad76a41bc332431d
+AUX tor.initd-r5 2251 RMD160 cd0d92439d2b00b0cf24225279ee0bd3ee1be97b SHA1 8e45b1e043135236be3fa549edfcd68a9328c30b SHA256 caaed0d9ad061cb0e131c244e2b96e7c76cd4be356f2acea2fa773d6fca76010
 AUX torrc-r1 140 RMD160 4949b9c875ee65d876381015eb7f00a2c611494c SHA1 52e5bc3cfb19f8c912697e5489cc1b7527f8059e SHA256 6766943a69e4784d02f173b5d74b8eb9345f878ef4eb36edab34bbf649ef2738
 AUX torrc.sample.patch 1281 RMD160 dfc56376c636acbf965ae80237873489659d46a2 SHA1 01ebc6c28b4d1753266bf34ef72de92937865c4f SHA256 b60b3f454eb0d475c6746ee18b70f1681f8653a4b2e032889135f8939dd13e14
 DIST tor-0.2.2.32.tar.gz 2701371 RMD160 649c21f7ec89e34774c79db6544b612f0895bb61 SHA1 4baddc836931b3e915974c261e405e111636b716 SHA256 8744328c10b54950e08ee404a75a0e76865be0615cad6f7ffc8c75af7151ef4d
 DIST tor-0.2.3.2-alpha.tar.gz 2755750 RMD160 d34ac6b45360af873202a6884ce12ccf0420adee SHA1 020eb00aaaafa1e7102ae8fd95d3d6a719a61289 SHA256 8f423af73c8d8477752858cfcc0c15860f487a0f9a390e791eaea22f4b467edd
 EBUILD tor-0.2.2.32-r1.ebuild 2381 RMD160 0bffd0fbcf2798bbd28d7d0f418ef1b7bfa1bcbe SHA1 67d33f2f8d37a4516b7935f925b697703fb6e735 SHA256 b7a4c3abeafa81c5645d1cbdd69d2200ea6d0d62d0b03ae852789ce296da2c3e
 EBUILD tor-0.2.3.2_alpha-r3.ebuild 2638 RMD160 5283a8a27e751d3275c3a229c92087a58995a5a4 SHA1 71c8257888002c40913d7d34970a7784a78c4b19 SHA256 f752c1911199bf7379b0d3811f1c8e695443086bbe745d8f9c20019136fc37da
-MISC ChangeLog 40688 RMD160 53704059532036b9cc35b3604f01ca66fcec12ed SHA1 3b8fb9b5fa47bba6aa7364909b4d273031cef84e SHA256 37bb1e58a3afc357838dae3f0238206be99f9eba480108e25bc8754c130a5f6b
+MISC ChangeLog 40807 RMD160 ed5e6e91c774062b802da5e05fc4d23311a3d2a5 SHA1 f48cf35caebed892cdc03348c0e9240df3bea4c3 SHA256 ad8138accb19334434992f1dcad9a4bd51b627580370adeb59e683d3728c8cd3
 MISC metadata.xml 712 RMD160 d8585c57fead7661b72e383528b6450a2ace05eb SHA1 d97b0d9479c817d5a2207fbfc0fa5b567943c8a5 SHA256 53402fd0dc16696d9504c66ffeb85f3d8583c8621151d2faced9b1ffedbb2dbc
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iEYEAREIAAYFAk5cYbAACgkQl5yvQNBFVTWDiQCdE5tJSvKaaJZEj5rk7I2yv4e8
-2u8An0AzKddh295DXXyFMfcfPKntCzFq
-=cvgi
------END PGP SIGNATURE-----



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-08-30 11:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09 23:39 [gentoo-commits] dev/blueness:master commit in: net-misc/tor/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2011-02-09 23:54 Anthony G. Basile
2011-02-09 23:55 Anthony G. Basile
2011-02-09 23:55 Anthony G. Basile
2011-05-30 16:50 Anthony G. Basile
2011-07-19 17:02 Anthony G. Basile
2011-08-30 11:32 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox