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

commit:     dec01d2bd96961d411bb0d89b4c86f8b145dd82e
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 12 23:07:21 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Sep 12 23:07:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=dec01d2b

net-misc/torsocks: remove .la files

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

---
 net-misc/torsocks/ChangeLog           |    3 +++
 net-misc/torsocks/Manifest            |   10 +++++-----
 net-misc/torsocks/torsocks-1.1.ebuild |    8 ++++++++
 3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/net-misc/torsocks/ChangeLog b/net-misc/torsocks/ChangeLog
index ca411aa..8c81a08 100644
--- a/net-misc/torsocks/ChangeLog
+++ b/net-misc/torsocks/ChangeLog
@@ -1,5 +1,8 @@
 
 
+  12 Sep 2011; Anthony G. Basile <blueness@gentoo.org> torsocks-1.1.ebuild:
+  Remove .la files
+
 *torsocks-1.1 (12 Sep 2011)
 
   12 Sep 2011; Anthony G. Basile <blueness@gentoo.org> +torsocks-1.1.ebuild,

diff --git a/net-misc/torsocks/Manifest b/net-misc/torsocks/Manifest
index 0d072d4..1ba4ca9 100644
--- a/net-misc/torsocks/Manifest
+++ b/net-misc/torsocks/Manifest
@@ -3,13 +3,13 @@ Hash: SHA256
 
 AUX remove-LD_PRELOAD.patch 735 RMD160 1c572ef1a13093b98d67dd14ac2ee59c872282b0 SHA1 aea20c24ee9e78821b0207ef5a1e42726345901f SHA256 69a13799685a765662c00e8066041370e2428e1628b2fe7906bf7b4f09da78c5
 DIST torsocks-1.1.tar.gz 674386 RMD160 90282cd84f8e86c55a38492621a4ba99590b4a88 SHA1 67a0ed1115a99a5f282157cda6a743f3f20f080d SHA256 09dac54c2bb4e57cfdc449dc45b97be832910a4d81d5a2931543b469d97fdf01
-EBUILD torsocks-1.1.ebuild 851 RMD160 47949f5a95c649ebde27d2262a6de76ab187c874 SHA1 501cec975064b95e4c994cd7410445ae63f7f942 SHA256 1f6170a6d291a15f7e54872b598187fc8d810e9bb1e5279d2624f84c431714d2
-MISC ChangeLog 175 RMD160 cf1b58e577a2252fdcaa4730971398f8618acd03 SHA1 0f1a5411a238f8df5a336e6f99802afc924f8222 SHA256 d5791b41b7c3aee2a166ca61952fb59f4f60b2ce69df67d822cb1b8144a50d62
+EBUILD torsocks-1.1.ebuild 968 RMD160 32e278694c8d3728b81f8fe67c004c40915bd734 SHA1 d6899d84d7154ab9006007bb1b0fe6e1e4e83683 SHA256 f168f0633e74a4d59e6f5bf46d3ccd30195845fb3482f39f5ec943adddbcaa7e
+MISC ChangeLog 271 RMD160 9a67e70eaf9cd70f9dcac680a3f05828f367c3d6 SHA1 f91fec44b056a2458a98c5e8705703164fedc2e7 SHA256 747f8042745e3ad6470e6f46aa3a45639d7c7609d607b2389bd317535ad2ff0c
 MISC metadata.xml 382 RMD160 0631dd80787ed0fb51d60cb725b0925247bc370d SHA1 6a4acc9411c20ed2540054c755ec69923ffa7bcd SHA256 3cfd5b79381b053fbb20391ed19f544411effaed42bf4875b036249b39f1eff2
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iEYEAREIAAYFAk5ujtUACgkQl5yvQNBFVTWLsgCZAbbJz7yz/OFwzNXUThwEOdx/
-tqsAoKUIoxOdGKwcjBivSdBzEcrVwKEs
-=6yr6
+iEYEAREIAAYFAk5ukKkACgkQl5yvQNBFVTXsHwCfY8EpsUA2BKIxyZROpgLYeDUv
+DMcAnAzO5Vt2wsf/0D8aHJEwiRZ+LTvO
+=rHK2
 -----END PGP SIGNATURE-----

diff --git a/net-misc/torsocks/torsocks-1.1.ebuild b/net-misc/torsocks/torsocks-1.1.ebuild
index b754aba..a6da0da 100644
--- a/net-misc/torsocks/torsocks-1.1.ebuild
+++ b/net-misc/torsocks/torsocks-1.1.ebuild
@@ -31,6 +31,14 @@ src_configure() {
 		$(use_enable tordns)
 }
 
+src_install() {
+	emake DESTDIR="${D}" install
+
+	#Remove libtool .la files
+	cd "${D}"/usr/lib/torsocks
+	rm -f *.la
+}
+
 pkg_postinst() {
 	if ! use socksdns || ! use tordns; then
 		ewarn "To use torsocks safely, you must enable both socksdns and tordns"



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

* [gentoo-commits] dev/blueness:master commit in: net-misc/torsocks/
@ 2011-09-13 22:06 Anthony G. Basile
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2011-09-13 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     2dfe62bbcfa4edd98d320ea3c1f9f5c9eec63b23
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 22:06:21 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 22:06:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=2dfe62bb

net-misc/torsocks: moved to self made tarball, and removed socksdns and tordns USE flags

---
 net-misc/torsocks/ChangeLog            |    3 +++
 net-misc/torsocks/Manifest             |    4 ++--
 net-misc/torsocks/torsocks-1.1a.ebuild |    8 +-------
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/net-misc/torsocks/ChangeLog b/net-misc/torsocks/ChangeLog
index 8c81a08..82f3e69 100644
--- a/net-misc/torsocks/ChangeLog
+++ b/net-misc/torsocks/ChangeLog
@@ -1,5 +1,8 @@
 
 
+  13 Sep 2011; Anthony G. Basile <blueness@gentoo.org> torsocks-1.1a.ebuild:
+  Moved to self made tarball, and removed socksdns and tordns USE flags
+
   12 Sep 2011; Anthony G. Basile <blueness@gentoo.org> torsocks-1.1.ebuild:
   Remove .la files
 

diff --git a/net-misc/torsocks/Manifest b/net-misc/torsocks/Manifest
index a2c3e00..644618c 100644
--- a/net-misc/torsocks/Manifest
+++ b/net-misc/torsocks/Manifest
@@ -1,4 +1,4 @@
 DIST torsocks-1.1a.tar.gz 375896 RMD160 ace896fad0dfccb18259cda03709e1bc7bf6ebe3 SHA1 7889bb0680d911689d1c280ec41ae6918b9241cb SHA256 86cdf9eb88aff7a2fe9ff327aaf5b0663448c0a2104901cf87e6a39da897420f
-EBUILD torsocks-1.1a.ebuild 818 RMD160 d6ccd809c7d949145500a7a178099ff826db97f0 SHA1 af747e05a6e979309c451c2ae6cbd6f28b7dff16 SHA256 f62e90994aeb73d4bafd549aad77a399f0be248050e09e71dc44ab42bcd2707e
-MISC ChangeLog 271 RMD160 9a67e70eaf9cd70f9dcac680a3f05828f367c3d6 SHA1 f91fec44b056a2458a98c5e8705703164fedc2e7 SHA256 747f8042745e3ad6470e6f46aa3a45639d7c7609d607b2389bd317535ad2ff0c
+EBUILD torsocks-1.1a.ebuild 668 RMD160 0a0c829d93564cbab342a8d0677752916de7540d SHA1 58e77736f9d774c2b79cbbd6d69d928d1544888e SHA256 1e48370e04bfe1e7958f61f60a6b48f2ea56987c4ba377612b4ba7153d356981
+MISC ChangeLog 421 RMD160 c0767719ee4c34492e872164500c3a770c5fc793 SHA1 4b6c73da782a6c6871de2ea96cd7853531adc794 SHA256 000602196b70cb80cfd836b13fa846cd94320f89e40db9c2d70ad173812a8659
 MISC metadata.xml 238 RMD160 6401efde1642c40e91d5a41a966b9dbff0512eab SHA1 9751c07b46aec3d4f96133758cdd23a3e2ca2835 SHA256 f13e6e7b65d20beb9ae945d520160ef0dba80c1965754958945904d7e3c0a75f

diff --git a/net-misc/torsocks/torsocks-1.1a.ebuild b/net-misc/torsocks/torsocks-1.1a.ebuild
index 9eb4a39..0ef9991 100644
--- a/net-misc/torsocks/torsocks-1.1a.ebuild
+++ b/net-misc/torsocks/torsocks-1.1a.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-inherit autotools multilib
+inherit multilib
 
 DESCRIPTION="Use most socks-friendly applications with Tor."
 HOMEPAGE="http://code.google.com/p/torsocks"
@@ -30,9 +30,3 @@ src_install() {
 	cd "${D}"/usr/$(get_libdir)/torsocks
 	rm -f *.la
 }
-
-pkg_postinst() {
-	if ! use socksdns || ! use tordns; then
-		ewarn "To use torsocks safely, you must enable both socksdns and tordns"
-	fi
-}



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

* [gentoo-commits] dev/blueness:master commit in: net-misc/torsocks/
@ 2011-09-13 22:33 Anthony G. Basile
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2011-09-13 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a4216f362ad63b0e3eeaf26185a6f72ae152a654
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 22:06:21 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 22:33:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=a4216f36

net-misc/torsocks: removed socksdns and tordns USE flags

---
 net-misc/torsocks/ChangeLog            |    3 +++
 net-misc/torsocks/Manifest             |    4 ++--
 net-misc/torsocks/torsocks-1.1a.ebuild |    8 +-------
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/net-misc/torsocks/ChangeLog b/net-misc/torsocks/ChangeLog
index 8c81a08..82f3e69 100644
--- a/net-misc/torsocks/ChangeLog
+++ b/net-misc/torsocks/ChangeLog
@@ -1,5 +1,8 @@
 
 
+  13 Sep 2011; Anthony G. Basile <blueness@gentoo.org> torsocks-1.1a.ebuild:
+  Moved to self made tarball, and removed socksdns and tordns USE flags
+
   12 Sep 2011; Anthony G. Basile <blueness@gentoo.org> torsocks-1.1.ebuild:
   Remove .la files
 

diff --git a/net-misc/torsocks/Manifest b/net-misc/torsocks/Manifest
index a2c3e00..644618c 100644
--- a/net-misc/torsocks/Manifest
+++ b/net-misc/torsocks/Manifest
@@ -1,4 +1,4 @@
 DIST torsocks-1.1a.tar.gz 375896 RMD160 ace896fad0dfccb18259cda03709e1bc7bf6ebe3 SHA1 7889bb0680d911689d1c280ec41ae6918b9241cb SHA256 86cdf9eb88aff7a2fe9ff327aaf5b0663448c0a2104901cf87e6a39da897420f
-EBUILD torsocks-1.1a.ebuild 818 RMD160 d6ccd809c7d949145500a7a178099ff826db97f0 SHA1 af747e05a6e979309c451c2ae6cbd6f28b7dff16 SHA256 f62e90994aeb73d4bafd549aad77a399f0be248050e09e71dc44ab42bcd2707e
-MISC ChangeLog 271 RMD160 9a67e70eaf9cd70f9dcac680a3f05828f367c3d6 SHA1 f91fec44b056a2458a98c5e8705703164fedc2e7 SHA256 747f8042745e3ad6470e6f46aa3a45639d7c7609d607b2389bd317535ad2ff0c
+EBUILD torsocks-1.1a.ebuild 668 RMD160 0a0c829d93564cbab342a8d0677752916de7540d SHA1 58e77736f9d774c2b79cbbd6d69d928d1544888e SHA256 1e48370e04bfe1e7958f61f60a6b48f2ea56987c4ba377612b4ba7153d356981
+MISC ChangeLog 421 RMD160 c0767719ee4c34492e872164500c3a770c5fc793 SHA1 4b6c73da782a6c6871de2ea96cd7853531adc794 SHA256 000602196b70cb80cfd836b13fa846cd94320f89e40db9c2d70ad173812a8659
 MISC metadata.xml 238 RMD160 6401efde1642c40e91d5a41a966b9dbff0512eab SHA1 9751c07b46aec3d4f96133758cdd23a3e2ca2835 SHA256 f13e6e7b65d20beb9ae945d520160ef0dba80c1965754958945904d7e3c0a75f

diff --git a/net-misc/torsocks/torsocks-1.1a.ebuild b/net-misc/torsocks/torsocks-1.1a.ebuild
index 9eb4a39..0ef9991 100644
--- a/net-misc/torsocks/torsocks-1.1a.ebuild
+++ b/net-misc/torsocks/torsocks-1.1a.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-inherit autotools multilib
+inherit multilib
 
 DESCRIPTION="Use most socks-friendly applications with Tor."
 HOMEPAGE="http://code.google.com/p/torsocks"
@@ -30,9 +30,3 @@ src_install() {
 	cd "${D}"/usr/$(get_libdir)/torsocks
 	rm -f *.la
 }
-
-pkg_postinst() {
-	if ! use socksdns || ! use tordns; then
-		ewarn "To use torsocks safely, you must enable both socksdns and tordns"
-	fi
-}



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

* [gentoo-commits] dev/blueness:master commit in: net-misc/torsocks/
@ 2011-09-15 17:32 Anthony G. Basile
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2011-09-15 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     835fd2670bb53c3ea7550a015324779f1dcdd1b4
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 17:32:52 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 17:32:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=835fd267

net-misc/torsocks: moved to tree

---
 net-misc/torsocks/ChangeLog            |   14 --------------
 net-misc/torsocks/Manifest             |    4 ----
 net-misc/torsocks/metadata.xml         |    8 --------
 net-misc/torsocks/torsocks-1.1a.ebuild |   32 --------------------------------
 4 files changed, 0 insertions(+), 58 deletions(-)

diff --git a/net-misc/torsocks/ChangeLog b/net-misc/torsocks/ChangeLog
deleted file mode 100644
index 82f3e69..0000000
--- a/net-misc/torsocks/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-  13 Sep 2011; Anthony G. Basile <blueness@gentoo.org> torsocks-1.1a.ebuild:
-  Moved to self made tarball, and removed socksdns and tordns USE flags
-
-  12 Sep 2011; Anthony G. Basile <blueness@gentoo.org> torsocks-1.1.ebuild:
-  Remove .la files
-
-*torsocks-1.1 (12 Sep 2011)
-
-  12 Sep 2011; Anthony G. Basile <blueness@gentoo.org> +torsocks-1.1.ebuild,
-  +files/remove-LD_PRELOAD.patch, +metadata.xml:
-  Initial commit
-

diff --git a/net-misc/torsocks/Manifest b/net-misc/torsocks/Manifest
deleted file mode 100644
index 644618c..0000000
--- a/net-misc/torsocks/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST torsocks-1.1a.tar.gz 375896 RMD160 ace896fad0dfccb18259cda03709e1bc7bf6ebe3 SHA1 7889bb0680d911689d1c280ec41ae6918b9241cb SHA256 86cdf9eb88aff7a2fe9ff327aaf5b0663448c0a2104901cf87e6a39da897420f
-EBUILD torsocks-1.1a.ebuild 668 RMD160 0a0c829d93564cbab342a8d0677752916de7540d SHA1 58e77736f9d774c2b79cbbd6d69d928d1544888e SHA256 1e48370e04bfe1e7958f61f60a6b48f2ea56987c4ba377612b4ba7153d356981
-MISC ChangeLog 421 RMD160 c0767719ee4c34492e872164500c3a770c5fc793 SHA1 4b6c73da782a6c6871de2ea96cd7853531adc794 SHA256 000602196b70cb80cfd836b13fa846cd94320f89e40db9c2d70ad173812a8659
-MISC metadata.xml 238 RMD160 6401efde1642c40e91d5a41a966b9dbff0512eab SHA1 9751c07b46aec3d4f96133758cdd23a3e2ca2835 SHA256 f13e6e7b65d20beb9ae945d520160ef0dba80c1965754958945904d7e3c0a75f

diff --git a/net-misc/torsocks/metadata.xml b/net-misc/torsocks/metadata.xml
deleted file mode 100644
index 1e75873..0000000
--- a/net-misc/torsocks/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-misc/torsocks/torsocks-1.1a.ebuild b/net-misc/torsocks/torsocks-1.1a.ebuild
deleted file mode 100644
index 0ef9991..0000000
--- a/net-misc/torsocks/torsocks-1.1a.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit multilib
-
-DESCRIPTION="Use most socks-friendly applications with Tor."
-HOMEPAGE="http://code.google.com/p/torsocks"
-SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-# We do not depend on tor which might be running on a different box
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	#Remove libtool .la files
-	cd "${D}"/usr/$(get_libdir)/torsocks
-	rm -f *.la
-}



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

end of thread, other threads:[~2011-09-15 17:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15 17:32 [gentoo-commits] dev/blueness:master commit in: net-misc/torsocks/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2011-09-13 22:33 Anthony G. Basile
2011-09-13 22:06 Anthony G. Basile
2011-09-12 23:07 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