public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/blueness:master commit in: net-proxy/obfsproxy/
@ 2012-03-11  3:23 Anthony G. Basile
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile @ 2012-03-11  3:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7229c71ccd703cf5c668c1330e69a278637e248e
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 11 03:23:08 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 03:23:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=7229c71c

net-proxy/obfsproxy: added deps and postinst message

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

---
 net-proxy/obfsproxy/Manifest               |   12 +++++++-
 net-proxy/obfsproxy/obfsproxy-0.1.0.ebuild |   40 +++++++++++++++++++++++++--
 2 files changed, 48 insertions(+), 4 deletions(-)

diff --git a/net-proxy/obfsproxy/Manifest b/net-proxy/obfsproxy/Manifest
index 853892e..6d825a1 100644
--- a/net-proxy/obfsproxy/Manifest
+++ b/net-proxy/obfsproxy/Manifest
@@ -1,3 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
 DIST obfsproxy-0.1.0.tar.gz 189632 RMD160 9f37e6e17174c764fdacd8a259cf9cb519df613a SHA1 a7c1b74e23ed3e12e9a46a91bf649aafa0a8f9b9 SHA256 45024f71cbb2e472d884aa94373e153fd179432da00bac763fa19a5a9c5213c8
-EBUILD obfsproxy-0.1.0.ebuild 425 RMD160 5e9d4f0ccea4c7cbca526b8158609c103793079c SHA1 460e1a5c1a6f0003d0f644974d24e0bf6b03be03 SHA256 521e1d1543a05db6619adbdf17cf633256b742aff0ba610431e6a1b447c1d875
+EBUILD obfsproxy-0.1.0.ebuild 1377 RMD160 4d531b4d25ed0ff19cedadc39c37d3037b8f3e64 SHA1 51a93027f9c05b6aeb51e94b36a165dfbe4175fd SHA256 047adca70b7579b810ca45aa1c4fdc98234ef1bad794f380388b9ac2181c500a
 MISC metadata.xml 238 RMD160 6401efde1642c40e91d5a41a966b9dbff0512eab SHA1 9751c07b46aec3d4f96133758cdd23a3e2ca2835 SHA256 f13e6e7b65d20beb9ae945d520160ef0dba80c1965754958945904d7e3c0a75f
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEAREIAAYFAk9cGpwACgkQl5yvQNBFVTVZpACfb1rBQT95KhBJTEtv1C8WWj/r
+P14An3WoykicVAwNO8Jf6PVXfw5GMoEA
+=5ez9
+-----END PGP SIGNATURE-----

diff --git a/net-proxy/obfsproxy/obfsproxy-0.1.0.ebuild b/net-proxy/obfsproxy/obfsproxy-0.1.0.ebuild
index fbc9fe1..b510f8d 100644
--- a/net-proxy/obfsproxy/obfsproxy-0.1.0.ebuild
+++ b/net-proxy/obfsproxy/obfsproxy-0.1.0.ebuild
@@ -10,9 +10,43 @@ SRC_URI="https://www.torproject.org/dist/obfsproxy/obfsproxy-0.1.0.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
 
-DEPEND=""
+DEPEND="dev-libs/openssl
+	>=dev-libs/libevent-2
+	>=net-misc/tor-0.2.3.12_alpha
+	sys-libs/zlib"
 RDEPEND="${DEPEND}"
 
+src_install() {
+	emake DESTDIR="${D}" install
+	dodoc README ChangeLog
+	dodoc -r doc/*
+}
+
+pkg_postinst() {
+	einfo
+	einfo "To run ${PN} with a tor client, add the following to your torrc file:"
+	einfo
+	einfo " SocksPort 5000"
+	einfo " UseBridges 1"
+	einfo " Bridge obfs2 <bridge address>:1051"
+	einfo " ClientTransportPlugin obfs2 exec /usr/bin/${PN} --managed"
+	einfo
+	einfo
+	einfo "To run ${PN} with a tor bridge, add the following to your torrc file:"
+	einfo
+	einfo " ORPort 5001"
+	einfo " BridgeRelay 1"
+	einfo " ExitPolicy reject *:*"
+	einfo " ServerTransportPlugin obfs2 exec /usr/bin/${PN} --managed"
+	einfo
+	einfo "You should see a message similar to:"
+	einfo
+	einfo " [warn] Registered server transport 'obfs2' at '0.0.0.0:33578'"
+	einfo
+	einfo "Note down the port number, '33578' in this case, and report it"
+	einfo "to your bridge clients."
+	einfo
+}



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

* [gentoo-commits] dev/blueness:master commit in: net-proxy/obfsproxy/
@ 2012-03-11 15:15 Anthony G. Basile
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile @ 2012-03-11 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     790433d2ce959aa1e033eb0326a8a57797ff3411
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 11 15:15:32 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 15:15:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=790433d2

net-proxy/obfsproxy: moved to tree

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

---
 net-proxy/obfsproxy/Manifest               |   13 -------
 net-proxy/obfsproxy/metadata.xml           |    8 ----
 net-proxy/obfsproxy/obfsproxy-0.1.0.ebuild |   52 ----------------------------
 3 files changed, 0 insertions(+), 73 deletions(-)

diff --git a/net-proxy/obfsproxy/Manifest b/net-proxy/obfsproxy/Manifest
deleted file mode 100644
index 6d825a1..0000000
--- a/net-proxy/obfsproxy/Manifest
+++ /dev/null
@@ -1,13 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST obfsproxy-0.1.0.tar.gz 189632 RMD160 9f37e6e17174c764fdacd8a259cf9cb519df613a SHA1 a7c1b74e23ed3e12e9a46a91bf649aafa0a8f9b9 SHA256 45024f71cbb2e472d884aa94373e153fd179432da00bac763fa19a5a9c5213c8
-EBUILD obfsproxy-0.1.0.ebuild 1377 RMD160 4d531b4d25ed0ff19cedadc39c37d3037b8f3e64 SHA1 51a93027f9c05b6aeb51e94b36a165dfbe4175fd SHA256 047adca70b7579b810ca45aa1c4fdc98234ef1bad794f380388b9ac2181c500a
-MISC metadata.xml 238 RMD160 6401efde1642c40e91d5a41a966b9dbff0512eab SHA1 9751c07b46aec3d4f96133758cdd23a3e2ca2835 SHA256 f13e6e7b65d20beb9ae945d520160ef0dba80c1965754958945904d7e3c0a75f
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iEYEAREIAAYFAk9cGpwACgkQl5yvQNBFVTVZpACfb1rBQT95KhBJTEtv1C8WWj/r
-P14An3WoykicVAwNO8Jf6PVXfw5GMoEA
-=5ez9
------END PGP SIGNATURE-----

diff --git a/net-proxy/obfsproxy/metadata.xml b/net-proxy/obfsproxy/metadata.xml
deleted file mode 100644
index 1e75873..0000000
--- a/net-proxy/obfsproxy/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer>
-		<email>blueness@gentoo.org</email>
-		<name>Anthony G. Basile</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/net-proxy/obfsproxy/obfsproxy-0.1.0.ebuild b/net-proxy/obfsproxy/obfsproxy-0.1.0.ebuild
deleted file mode 100644
index b510f8d..0000000
--- a/net-proxy/obfsproxy/obfsproxy-0.1.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-DESCRIPTION="obfsproxy is a tor-compliant pluggable transports proxy"
-HOMEPAGE="https://www.torproject.org/projects/obfsproxy.html.en"
-SRC_URI="https://www.torproject.org/dist/obfsproxy/obfsproxy-0.1.0.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="dev-libs/openssl
-	>=dev-libs/libevent-2
-	>=net-misc/tor-0.2.3.12_alpha
-	sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc README ChangeLog
-	dodoc -r doc/*
-}
-
-pkg_postinst() {
-	einfo
-	einfo "To run ${PN} with a tor client, add the following to your torrc file:"
-	einfo
-	einfo " SocksPort 5000"
-	einfo " UseBridges 1"
-	einfo " Bridge obfs2 <bridge address>:1051"
-	einfo " ClientTransportPlugin obfs2 exec /usr/bin/${PN} --managed"
-	einfo
-	einfo
-	einfo "To run ${PN} with a tor bridge, add the following to your torrc file:"
-	einfo
-	einfo " ORPort 5001"
-	einfo " BridgeRelay 1"
-	einfo " ExitPolicy reject *:*"
-	einfo " ServerTransportPlugin obfs2 exec /usr/bin/${PN} --managed"
-	einfo
-	einfo "You should see a message similar to:"
-	einfo
-	einfo " [warn] Registered server transport 'obfs2' at '0.0.0.0:33578'"
-	einfo
-	einfo "Note down the port number, '33578' in this case, and report it"
-	einfo "to your bridge clients."
-	einfo
-}



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

* [gentoo-commits] dev/blueness:master commit in: net-proxy/obfsproxy/
@ 2013-01-19  4:13 Anthony G. Basile
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile @ 2013-01-19  4:13 UTC (permalink / raw
  To: gentoo-commits

commit:     43a44fac23cd76be155133e2d4de76107b2a9139
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 19 04:13:25 2013 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jan 19 04:13:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=43a44fac

net-proxy/obfsproxy: fix name of installed initd scripts

Package-Manager: portage-2.1.11.31
Manifest-Sign-Key: 0xF52D4BBA

---
 net-proxy/obfsproxy/Manifest                  |   22 +---------------------
 net-proxy/obfsproxy/obfsproxy-0.1.4-r1.ebuild |    4 ++--
 2 files changed, 3 insertions(+), 23 deletions(-)

diff --git a/net-proxy/obfsproxy/Manifest b/net-proxy/obfsproxy/Manifest
index 7d38d8e..324c044 100644
--- a/net-proxy/obfsproxy/Manifest
+++ b/net-proxy/obfsproxy/Manifest
@@ -1,25 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
 AUX obfsproxy.confd 1483 SHA256 df00fef80b4ca403dd91e7327f61ec6ece9139dde08e453493776a826a26b583 SHA512 138a6d1181ddacd73a0176c182e0a79a7a87b65200b24e9f2648183700144a6788bff1d277d9ca211b6a4e16faf44833affeb6facf931ee907ea65de70f5ea6d WHIRLPOOL ee08e9fe3695aa7a21624fa5f99d110dbc84db1a0724fb5d39cc768b6cad7655e30f9325308744368c90ac203b0d790bbf3e3c87b2390aa49ed94411728b146d
 AUX obfsproxy.initd 1067 SHA256 666498e69db5079faed44e8719929c0f41497be6e575e19adc24191859cca278 SHA512 510401d2f2ac593001700656ad8e0a6a81cce28e53816388830cb9754b51416a7c9a092728a8567640865e87117f7bf69de6c38c6e8d837ea93ede2ad258c24f WHIRLPOOL 7b15f1d5e81e95845e491e6cc8e95e6e60047b84a13412d76bae3e723a7e2d2df056aec2eabf0d23642a596985a1b020e3a56e82e60bbedc196b1ef900bd5012
 DIST obfsproxy-0.1.4.tar.gz 217518 SHA256 6e0ed147e9be4b9f89862b5e2597d355427e977a69c8dfb6e15c04530d3bedb3 SHA512 5bf06be42e4a7ec4677252dcd9def3f26ca0ce2dfca3c4f514271561b3014937421929ec0432f508368fe3f885a4a6c186f3bf0d48b7cd48097c4532b1f5102f WHIRLPOOL fa219d58bce96bdf25e2beaef59e1b04c68bcd36cda6763976526de45f66f47a4f645917234cbf9adc1a36597ee7d1e4533a96a4ea57baa35dbe5d2197d027f9
-EBUILD obfsproxy-0.1.4-r1.ebuild 1984 SHA256 e05c4284623206925065368e5eff6721a64e2bfb7d9f2f92d511e5eec6f858fb SHA512 f2a2050eca8c6042cce245e827277e03b9cf69bb1984e803221922559c2a798a832dc290c4a496e73f9d35698178c91a0d545d74210bdeb0e6522e0970cbb4a5 WHIRLPOOL a6a6fa3384beba87988967881e49603cab9bb060cc1e072b10804f1b931c1fa2aa41d2d4bea79b04248f626fb7d342497bbef829ffbc636a6ae0a5e2f90acdef
+EBUILD obfsproxy-0.1.4-r1.ebuild 1996 SHA256 c2c7e7d492d43685f8ae76f7b687b481e3909954ec3c275607ae0f424ff40e74 SHA512 9d0931cd2a1467576acf837788cb9a2babc9aa1eae9faa2b91a4e8052caf77ceba3e590f93a0283c088c3202f7785a0a61db0fe4595db0b085cdd6a3d90515ea WHIRLPOOL 8304e77b770a44eb895d12731f8a686a53990b616ea6aecbf11ccec1da2de1bdf6c06420cf8097281d741305889985453e760cba5b03d2156a014f5139da63e8
 MISC metadata.xml 319 SHA256 1f131e89abe09d6120753980e23dcb5e4438359f11fb10d2bb20d554d9fc6dea SHA512 5c9bceffaa09973714dd04e28e4f23639bc0f3d7f790d2a0e7666b5397c3fa16ca0227555bf904fe5c335d9f0daa6a05db2bbb3ea1ff25fcdbcb7436621b52f4 WHIRLPOOL 7ee9236cbd0e478c1a267145e4c945e9bdc8548255ca0ef9d1d569bdca4fe49568fc0ddad91588ee545581cc2b0c72681389ef4a57e14dae2542c81117b4146c
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iQIcBAEBCAAGBQJQ+hxiAAoJEJOE+m71LUu67xIQAI0oGxHNb9vuW+ybxF0oEOTJ
-0LH58QQ8Js9QXouuezeiSDsGPpOO+LAazL2t7mSyuryXIjsu1Iti8fBSfCQv5GlO
-D7s0IcYYzNHvLDGNzLdLG24vkbz8xzDMjYZaeC9w+lctds3OEb98aBMcOEtBR7U/
-13TYfTp/fQ/gNfdStKi5w7OzsAQrrX8bnT6/yz7gFmZPs6WrrVY7tqQiZqUEQWS2
-RdTJD9+uFEr363rHYfR9FXlSZgNVxb4uToZXpT2LGpdRfqBICgGyL5e+SYLNZT2p
-njNoZv1DSso9NSbU5bGiFBK+kk7H5mQCETR+2pwMoqsSTuxK1HoD+bVihCP6tjtP
-l03aFLd6mSrQSKcWN32NlNJ9dlyDhvIrjhN5Jnol4F3erplkeRSa+0NmCjn39xNv
-6VrD7yr7zkr6VGrww82f3fN49QdvmuBjrYL7X33Qwtp5cAUQF+SC1e1A+QXQ6dcH
-NpRvqlxpUHCvQM4E/e3tX/nvLY+breq5TIHapnlZpLkSFHC9TzyMp6ZcOl4kkyAC
-8Vr/BALIm6ftnOqMYmA+ybZStGY1YvU/7oAdrYRwOzptekaIkRHeELKDJeSQp7Cc
-jYwZkXznlSqw4INaIxjqf3U+/2JSyXxZAuLQnZTVTKRUafA+QDoPMqF8b9TpHw0Q
-+tOzYOuDlaAq3rmmPgL0
-=pa7J
------END PGP SIGNATURE-----

diff --git a/net-proxy/obfsproxy/obfsproxy-0.1.4-r1.ebuild b/net-proxy/obfsproxy/obfsproxy-0.1.4-r1.ebuild
index eafdbcb..2be9479 100644
--- a/net-proxy/obfsproxy/obfsproxy-0.1.4-r1.ebuild
+++ b/net-proxy/obfsproxy/obfsproxy-0.1.4-r1.ebuild
@@ -26,8 +26,8 @@ src_prepare() {
 
 src_install() {
 	if use daemon; then
-		newconfd "${FILESDIR}"/obfsproxy.confd tor
-		newinitd "${FILESDIR}"/obfsproxy.initd tor
+		newconfd "${FILESDIR}"/obfsproxy.confd obfsproxy
+		newinitd "${FILESDIR}"/obfsproxy.initd obfsproxy
 	fi
 
 	emake DESTDIR="${D}" install


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

* [gentoo-commits] dev/blueness:master commit in: net-proxy/obfsproxy/
@ 2013-01-19 13:52 Anthony G. Basile
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile @ 2013-01-19 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     5d7c6c4eba08fb7f44365c6d6ea7bf0c03ad4761
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 19 13:52:36 2013 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jan 19 13:52:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=5d7c6c4e

net-proxy/obfsproxy: fix manifest

Package-Manager: portage-2.1.11.31
Manifest-Sign-Key: 0xF52D4BBA

---
 net-proxy/obfsproxy/Manifest |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-proxy/obfsproxy/Manifest b/net-proxy/obfsproxy/Manifest
index 324c044..3929383 100644
--- a/net-proxy/obfsproxy/Manifest
+++ b/net-proxy/obfsproxy/Manifest
@@ -1,5 +1,5 @@
-AUX obfsproxy.confd 1483 SHA256 df00fef80b4ca403dd91e7327f61ec6ece9139dde08e453493776a826a26b583 SHA512 138a6d1181ddacd73a0176c182e0a79a7a87b65200b24e9f2648183700144a6788bff1d277d9ca211b6a4e16faf44833affeb6facf931ee907ea65de70f5ea6d WHIRLPOOL ee08e9fe3695aa7a21624fa5f99d110dbc84db1a0724fb5d39cc768b6cad7655e30f9325308744368c90ac203b0d790bbf3e3c87b2390aa49ed94411728b146d
-AUX obfsproxy.initd 1067 SHA256 666498e69db5079faed44e8719929c0f41497be6e575e19adc24191859cca278 SHA512 510401d2f2ac593001700656ad8e0a6a81cce28e53816388830cb9754b51416a7c9a092728a8567640865e87117f7bf69de6c38c6e8d837ea93ede2ad258c24f WHIRLPOOL 7b15f1d5e81e95845e491e6cc8e95e6e60047b84a13412d76bae3e723a7e2d2df056aec2eabf0d23642a596985a1b020e3a56e82e60bbedc196b1ef900bd5012
+AUX obfsproxy.confd 1484 SHA256 3b35bcdcaaeb869ecb2cc10b73c79c1728cc805607b067e521899168ee609815 SHA512 02a1a726b1fb716ecdac31f2401d8746b7779ac65b9bd4d71b4c82037895d9b57d2e98a7793a4d960a78a7c5ae472a111ac1fb6cb48a2ac78dac501d0043a53d WHIRLPOOL dbb8a2cabef07671e8c2a444a10439617c0cd03f42be4128852f67358f4d5287ebf88535d04246cf117257272c0198e678cf3131f8c7fe272f35ea7f61a1678d
+AUX obfsproxy.initd 1214 SHA256 7ae764a295884ec00ad97eee1f2cbd89a92bf49c4fbf415499ed80a69086bf8c SHA512 836d6ed69ca34eb683eccfdcc43b6b6dff97173cc2ae00e72cff7e721618d9b6cee4615c996915689aa6699758a31e53d540c2d4a99336c526800d09853052e4 WHIRLPOOL 748c3c9dc188b4b9839cc3281b9c63b1f769faef208b954b457d7682c9689d82a2a45b34eba3fd5de744bc8adb395cecd9dcced3269b16de77ef83b1a1721a8d
 DIST obfsproxy-0.1.4.tar.gz 217518 SHA256 6e0ed147e9be4b9f89862b5e2597d355427e977a69c8dfb6e15c04530d3bedb3 SHA512 5bf06be42e4a7ec4677252dcd9def3f26ca0ce2dfca3c4f514271561b3014937421929ec0432f508368fe3f885a4a6c186f3bf0d48b7cd48097c4532b1f5102f WHIRLPOOL fa219d58bce96bdf25e2beaef59e1b04c68bcd36cda6763976526de45f66f47a4f645917234cbf9adc1a36597ee7d1e4533a96a4ea57baa35dbe5d2197d027f9
 EBUILD obfsproxy-0.1.4-r1.ebuild 1996 SHA256 c2c7e7d492d43685f8ae76f7b687b481e3909954ec3c275607ae0f424ff40e74 SHA512 9d0931cd2a1467576acf837788cb9a2babc9aa1eae9faa2b91a4e8052caf77ceba3e590f93a0283c088c3202f7785a0a61db0fe4595db0b085cdd6a3d90515ea WHIRLPOOL 8304e77b770a44eb895d12731f8a686a53990b616ea6aecbf11ccec1da2de1bdf6c06420cf8097281d741305889985453e760cba5b03d2156a014f5139da63e8
 MISC metadata.xml 319 SHA256 1f131e89abe09d6120753980e23dcb5e4438359f11fb10d2bb20d554d9fc6dea SHA512 5c9bceffaa09973714dd04e28e4f23639bc0f3d7f790d2a0e7666b5397c3fa16ca0227555bf904fe5c335d9f0daa6a05db2bbb3ea1ff25fcdbcb7436621b52f4 WHIRLPOOL 7ee9236cbd0e478c1a267145e4c945e9bdc8548255ca0ef9d1d569bdca4fe49568fc0ddad91588ee545581cc2b0c72681389ef4a57e14dae2542c81117b4146c


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

* [gentoo-commits] dev/blueness:master commit in: net-proxy/obfsproxy/
@ 2013-10-06 11:12 Anthony G. Basile
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile @ 2013-10-06 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e257f392af5dcbb20b35135f1d0fd7cff0e26675
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 11:13:11 2013 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 11:13:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=e257f392

net-proxy/obfsproxy: testing python rewrite

Package-Manager: portage-2.2.1
Manifest-Sign-Key: 0xF52D4BBA

---
 net-proxy/obfsproxy/Manifest               |  5 +++++
 net-proxy/obfsproxy/metadata.xml           | 11 +++++++++++
 net-proxy/obfsproxy/obfsproxy-0.2.3.ebuild | 21 +++++++++++++++++++++
 net-proxy/obfsproxy/obfsproxy-0.2.4.ebuild | 21 +++++++++++++++++++++
 4 files changed, 58 insertions(+)

diff --git a/net-proxy/obfsproxy/Manifest b/net-proxy/obfsproxy/Manifest
new file mode 100644
index 0000000..31aed1b
--- /dev/null
+++ b/net-proxy/obfsproxy/Manifest
@@ -0,0 +1,5 @@
+DIST obfsproxy-0.2.3.tar.gz 50020 SHA256 a0be3f2f0934f6114363e375cdce39d36b7e72ddb63d8f16b21c1c8cedc11cc9 SHA512 22c72c9d41a19f9b5887d4ac4ab2c7467b141e85eb1eea3ca85e52cc909e43abd783f5d1327b642a6ea211eafdc94917ca7ed3b936c3396d8cfe9a7bf178d067 WHIRLPOOL 161cf0ec7456029e8b947ab0007484ee7b97a0ac879e15eb0a8b141095e7831de7cfcb5adc4c137dae634304e5401b84a04a46b3b436c38f2305048e88eeee1d
+DIST obfsproxy-0.2.4.tar.gz 50979 SHA256 b0f34860cb7c9a1e6eedc95c3b3549baf67e90e4c32036bb9c4c015370734e43 SHA512 65708747c653613e2b2950c4d12643a449970da8026b43cf7bb38d1a94a195bcd41e30a34777ba844007794a5cd6e9d5df17b10cbd89048b310c7ee506069bb0 WHIRLPOOL 8d000fdf233340e6fc7777a96985db019e0a02816ec588efe77cf9d28728dc0f32ab945a50df71f17a92d9b25c5aa5d734795940a8ac8dcc4a4f76c7ec1f0c1b
+EBUILD obfsproxy-0.2.3.ebuild 607 SHA256 5b3af0be861adb27dbeb977b238fa3a9124c797874516f6810a2be0a4cb6b511 SHA512 10f495d37726a2185b70b20eda64c6e4c03c9ecac8d78f107fff9a040d3993475e3d8d5dab5af8ea37cb185206d9931e7f506bb4c8f00a5813696b235b29abca WHIRLPOOL 3e46d54b8ed9b085286cec9fcf05a8cb52b678c251edfc7d0e679c4c7ede43d7afd10c779a63f11683a6e0af7ec20f37fdd938f8a7a6263bf963ffc578ccabc5
+EBUILD obfsproxy-0.2.4.ebuild 607 SHA256 5b3af0be861adb27dbeb977b238fa3a9124c797874516f6810a2be0a4cb6b511 SHA512 10f495d37726a2185b70b20eda64c6e4c03c9ecac8d78f107fff9a040d3993475e3d8d5dab5af8ea37cb185206d9931e7f506bb4c8f00a5813696b235b29abca WHIRLPOOL 3e46d54b8ed9b085286cec9fcf05a8cb52b678c251edfc7d0e679c4c7ede43d7afd10c779a63f11683a6e0af7ec20f37fdd938f8a7a6263bf963ffc578ccabc5
+MISC metadata.xml 319 SHA256 1f131e89abe09d6120753980e23dcb5e4438359f11fb10d2bb20d554d9fc6dea SHA512 5c9bceffaa09973714dd04e28e4f23639bc0f3d7f790d2a0e7666b5397c3fa16ca0227555bf904fe5c335d9f0daa6a05db2bbb3ea1ff25fcdbcb7436621b52f4 WHIRLPOOL 7ee9236cbd0e478c1a267145e4c945e9bdc8548255ca0ef9d1d569bdca4fe49568fc0ddad91588ee545581cc2b0c72681389ef4a57e14dae2542c81117b4146c

diff --git a/net-proxy/obfsproxy/metadata.xml b/net-proxy/obfsproxy/metadata.xml
new file mode 100644
index 0000000..959210f
--- /dev/null
+++ b/net-proxy/obfsproxy/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>blueness@gentoo.org</email>
+		<name>Anthony G. Basile</name>
+	</maintainer>
+	<use>
+		<flag name='daemon'>Run obfsproxy as a standalone daemon</flag>
+	</use>
+</pkgmetadata>

diff --git a/net-proxy/obfsproxy/obfsproxy-0.2.3.ebuild b/net-proxy/obfsproxy/obfsproxy-0.2.3.ebuild
new file mode 100644
index 0000000..97c4128
--- /dev/null
+++ b/net-proxy/obfsproxy/obfsproxy-0.2.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/yenc/yenc-0.4.0-r1.ebuild,v 1.3 2013/01/04 01:15:59 floppym Exp $
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="An obfuscating proxy using Tor's pluggable transport protocol"
+HOMEPAGE="https://www.torproject.org/projects/obfsproxy.html"
+SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DOCS=( ChangeLog INSTALL README TODO doc/HOWTO.txt )
+
+RDEPEND="dev-python/pyptlib"

diff --git a/net-proxy/obfsproxy/obfsproxy-0.2.4.ebuild b/net-proxy/obfsproxy/obfsproxy-0.2.4.ebuild
new file mode 100644
index 0000000..97c4128
--- /dev/null
+++ b/net-proxy/obfsproxy/obfsproxy-0.2.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/yenc/yenc-0.4.0-r1.ebuild,v 1.3 2013/01/04 01:15:59 floppym Exp $
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="An obfuscating proxy using Tor's pluggable transport protocol"
+HOMEPAGE="https://www.torproject.org/projects/obfsproxy.html"
+SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DOCS=( ChangeLog INSTALL README TODO doc/HOWTO.txt )
+
+RDEPEND="dev-python/pyptlib"


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

* [gentoo-commits] dev/blueness:master commit in: net-proxy/obfsproxy/
@ 2013-10-06 15:14 Anthony G. Basile
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile @ 2013-10-06 15:14 UTC (permalink / raw
  To: gentoo-commits

commit:     33dc8a725391de54c12ca2cb12e6ce8dd824ddeb
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 15:15:51 2013 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 15:15:51 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=33dc8a72

net-proxy/obfsproxy: fix (r)depends

Package-Manager: portage-2.2.1
Manifest-Sign-Key: 0xF52D4BBA

---
 net-proxy/obfsproxy/Manifest               |  2 +-
 net-proxy/obfsproxy/obfsproxy-0.2.4.ebuild | 10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/net-proxy/obfsproxy/Manifest b/net-proxy/obfsproxy/Manifest
index 3e3f829..2f01d82 100644
--- a/net-proxy/obfsproxy/Manifest
+++ b/net-proxy/obfsproxy/Manifest
@@ -1,4 +1,4 @@
 AUX obfsproxy-remove-argparse.patch 347 SHA256 fdc991625d620c07d8d842d9f8d4e5d7b2106202da15633d2215774a95c34bd2 SHA512 bad5c62454fb1ab43db5c7afa2f4a78b525575952cadb4af7af3dd7f18321238e44528795cf4b5ccb95d3377cdb7e04752ed897c88482566ef12b186ab26e710 WHIRLPOOL 539fe80f2441b47633f107123cbfda091252417bafa1e3c3633e305fa8f0e598b51cd7727c32c73bf9dc774b85b5edf6aabbd15a16cdd0cf33f8dfa63e29077b
 DIST obfsproxy-0.2.4.tar.gz 50979 SHA256 b0f34860cb7c9a1e6eedc95c3b3549baf67e90e4c32036bb9c4c015370734e43 SHA512 65708747c653613e2b2950c4d12643a449970da8026b43cf7bb38d1a94a195bcd41e30a34777ba844007794a5cd6e9d5df17b10cbd89048b310c7ee506069bb0 WHIRLPOOL 8d000fdf233340e6fc7777a96985db019e0a02816ec588efe77cf9d28728dc0f32ab945a50df71f17a92d9b25c5aa5d734795940a8ac8dcc4a4f76c7ec1f0c1b
-EBUILD obfsproxy-0.2.4.ebuild 1679 SHA256 12a00018f04cd8a6a0cc2009f186adeab6bee6ffe3925246a1faf24fce0f5494 SHA512 7ab7fcbd951b2619481a4291bab6a7c65a01e51be33e505fa57c74720e5d7fec99a30b799d7be1e22f1ba28086a9a1273b6b4f2ab875c35bb78e98af5496da21 WHIRLPOOL 9e933bfaf09713ae7153f67ad635588e8d46acd0bf027f48ada5ade46a8de2b17976f192ab8967f1e421451cd59e94f9426b27e7f84444f5cc9b0897589c4d66
+EBUILD obfsproxy-0.2.4.ebuild 1835 SHA256 5439955c15d4a5732804b8494f298b16396723eef59fc20dd6a8cec0a8f02cee SHA512 4ad9c7244f63bbcb653bbef1246ca7f143cca6a59d82a76fbd7f2f028f0d930b5d115e1ff4c423018f971de7b05f3bb0eb36825c8300f3a0a19b072d93c72f0d WHIRLPOOL a0e2436c289d6defcb3958ad8e022c71b0e11a6d5dc5f71e745660b86bdb968bee64e061cde429ad5bd4f465460909ba76773bea2489347444e314f541105d36
 MISC metadata.xml 238 SHA256 f13e6e7b65d20beb9ae945d520160ef0dba80c1965754958945904d7e3c0a75f SHA512 3c3d75f1cb90ffcfb98df47481fbde6d451254a29fa87577acd25bc27cbcc3e5dbc0c1efce5974be905428f0b7caf912c8b051417aff92763847fa377493a153 WHIRLPOOL 6ec3d597b87aff99014404b8b732e6f600aafc3c3eeebfab135c9c19cde2e43161cfa23f841bd72826cc3393b724e1dac115c15dcce2b74ace6f1d6ec209dbf3

diff --git a/net-proxy/obfsproxy/obfsproxy-0.2.4.ebuild b/net-proxy/obfsproxy/obfsproxy-0.2.4.ebuild
index f0da420..e2f7f5d 100644
--- a/net-proxy/obfsproxy/obfsproxy-0.2.4.ebuild
+++ b/net-proxy/obfsproxy/obfsproxy-0.2.4.ebuild
@@ -15,12 +15,14 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DOCS=( ChangeLog INSTALL README TODO doc/HOWTO.txt )
 PATCHES=( "${FILESDIR}"/${PN}-remove-argparse.patch )
+DOCS=( ChangeLog INSTALL README TODO doc/HOWTO.txt )
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
-RDEPEND="
-	>=dev-python/pyptlib-0.0.5
-"
+RDEPEND=">=dev-python/pyptlib-0.0.5[${PYTHON_USEDEP}]
+	>=dev-python/pycrypto-2.6-r2[${PYTHON_USEDEP}]
+	dev-python/twisted-core[${PYTHON_USEDEP}]"
 
 pkg_postinst() {
 	einfo


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

end of thread, other threads:[~2013-10-06 15:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-11  3:23 [gentoo-commits] dev/blueness:master commit in: net-proxy/obfsproxy/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2012-03-11 15:15 Anthony G. Basile
2013-01-19  4:13 Anthony G. Basile
2013-01-19 13:52 Anthony G. Basile
2013-10-06 11:12 Anthony G. Basile
2013-10-06 15:14 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