public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/blueness:master commit in: net-proxy/torsocks/, net-proxy/torsocks/files/
Date: Thu,  8 Mar 2012 23:32:58 +0000 (UTC)	[thread overview]
Message-ID: <1331249570.b99849866fa4baa55f3c669e57b8855104b55069.blueness@gentoo> (raw)

commit:     b99849866fa4baa55f3c669e57b8855104b55069
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  8 23:32:50 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Mar  8 23:32:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=b9984986

net-proxy/torsocks: moved to tree

---
 net-proxy/torsocks/ChangeLog                       |   12 ------
 net-proxy/torsocks/Manifest                        |    6 ---
 net-proxy/torsocks/files/fix-docdir.patch          |   24 -----------
 net-proxy/torsocks/files/fix-symbol-notfound.patch |   16 -------
 net-proxy/torsocks/metadata.xml                    |    8 ----
 net-proxy/torsocks/torsocks-1.2-r3.ebuild          |   42 --------------------
 6 files changed, 0 insertions(+), 108 deletions(-)

diff --git a/net-proxy/torsocks/ChangeLog b/net-proxy/torsocks/ChangeLog
deleted file mode 100644
index 436bfa7..0000000
--- a/net-proxy/torsocks/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for net-proxy/torsocks
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*torsocks-1.2-r3 (19 Feb 2012)
-
-  19 Feb 2012; Anthony G. Basile <blueness@gentoo.org> +torsocks-1.2-r3.ebuild,
-  +files/fix-docdir.patch, +files/fix-error-message.patch,
-  +files/fix-symbol-notfound.patch, +metadata.xml:
-  Testing patch from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636943
-  to address https://bugs.gentoo.org/show_bug.cgi?id=395953
-

diff --git a/net-proxy/torsocks/Manifest b/net-proxy/torsocks/Manifest
deleted file mode 100644
index b9d26db..0000000
--- a/net-proxy/torsocks/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX fix-docdir.patch 1245 RMD160 e2b79f7a841a31504e49c89306a957a586831fec SHA1 1cb59c1e7f60983de5279f3b8b56d6da0d115ddf SHA256 0f5e2a84b1c77893902a35f2df5575087558822536bd64335c543f91d4bb70f0
-AUX fix-symbol-notfound.patch 731 RMD160 456de93fd3eafcc3c1795ae2e2e2b44b2f311ae4 SHA1 95dee8c2ab39c3482101cd576e33f780f38b936d SHA256 968eabea045b80a7e655533637051fcbc54ff6f83e789a1479f25609f9ca8c01
-DIST torsocks-1.2.tar.gz 456453 RMD160 eb4b16833c5f7a09424d7acb9993c6dd04f8a8d0 SHA1 b8afeb217db299892a628e28f2327a1d2697f9ad SHA256 bea57d3624d723724fd1e260f0e6b2a354c0da742c023aa994c7692270d111d4
-EBUILD torsocks-1.2-r3.ebuild 1008 RMD160 10f42dc930cc014fdccb44ee8ce3524959a9bfb3 SHA1 9dce5d9dd40887b7fa7291f5f4fed2c89e2ef3f8 SHA256 79a0331980e75846782eadaed44a6c58af78f7e6b3a489e27f3d1234a6719c8c
-MISC ChangeLog 479 RMD160 cc0bc4331ce62d22ec920e5d5fabdfe85a5e798d SHA1 4b247ad727381ee26bebc2eeb410d7d92953c707 SHA256 a972d12e6694ca1b1dd198bdb6657e5a3c0b2dd64329e56c45e1a4512a10856c
-MISC metadata.xml 238 RMD160 6401efde1642c40e91d5a41a966b9dbff0512eab SHA1 9751c07b46aec3d4f96133758cdd23a3e2ca2835 SHA256 f13e6e7b65d20beb9ae945d520160ef0dba80c1965754958945904d7e3c0a75f

diff --git a/net-proxy/torsocks/files/fix-docdir.patch b/net-proxy/torsocks/files/fix-docdir.patch
deleted file mode 100644
index 899c15b..0000000
--- a/net-proxy/torsocks/files/fix-docdir.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur torsocks-1.2.orig/doc/Makefile.am torsocks-1.2/doc/Makefile.am
---- torsocks-1.2.orig/doc/Makefile.am	2011-10-26 14:30:26.000000000 -0400
-+++ torsocks-1.2/doc/Makefile.am	2011-12-26 20:05:40.000000000 -0500
-@@ -7,8 +7,6 @@
- # Install man pages
- dist_man_MANS = torsocks.1 torsocks.8 usewithtor.1 torsocks.conf.5
- 
--dist_data_DATA = socks/SOCKS5 socks/SOCKS4.protocol socks/socks-extensions.txt \
--                 patches/compilewarnings.patch patches/conffile.patch patches/getaddrbyhost.patch \
--                 patches/getpeername.patch patches/infiniteloop.patch patches/localaddresses.patch \
--                 patches/README patches/README.TORDNS patches/tordns.patch notes/DEBUG
-+dist_doc_DATA =  socks/SOCKS5 socks/SOCKS4.protocol socks/socks-extensions.txt \
-+                 notes/DEBUG
- 
-diff -Naur torsocks-1.2.orig/test/Makefile.am torsocks-1.2/test/Makefile.am
---- torsocks-1.2.orig/test/Makefile.am	2011-10-26 14:21:57.000000000 -0400
-+++ torsocks-1.2/test/Makefile.am	2011-12-26 20:04:34.000000000 -0500
-@@ -4,4 +4,4 @@
- test_torsocks_LDFLAGS= $(TESTLDFLAGS)
- CLEANFILES= test_torsocks
- 
--dist_data_DATA = run_tests.sh expectedresults.txt
-\ No newline at end of file
-+dist_doc_DATA = run_tests.sh expectedresults.txt

diff --git a/net-proxy/torsocks/files/fix-symbol-notfound.patch b/net-proxy/torsocks/files/fix-symbol-notfound.patch
deleted file mode 100644
index df002e8..0000000
--- a/net-proxy/torsocks/files/fix-symbol-notfound.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Naur torsocks-1.2.orig//src/torsocks.c torsocks-1.2/src/torsocks.c
---- torsocks-1.2.orig//src/torsocks.c	2011-10-25 17:49:50.000000000 -0400
-+++ torsocks-1.2/src/torsocks.c	2012-02-21 11:09:20.000000000 -0500
-@@ -124,9 +124,9 @@
- #define LOAD_ERROR(s,l) { \
-     const char *error; \
-     error = dlerror(); \
--    show_msg(l, "The symbol %s() was not found in any shared " \
--                     "library. The error reported was: %s!\n", s, \
--                     (error)?error:"not found"); \
-+    if (error) \
-+        show_msg(l, "The symbol %s() was not found in any shared " \
-+            "library. The error reported was: %s!\n", s, error); \
-     dlerror(); \
-     }
-     pthread_mutex_lock(&torsocks_init_mutex);

diff --git a/net-proxy/torsocks/metadata.xml b/net-proxy/torsocks/metadata.xml
deleted file mode 100644
index 1e75873..0000000
--- a/net-proxy/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-proxy/torsocks/torsocks-1.2-r3.ebuild b/net-proxy/torsocks/torsocks-1.2-r3.ebuild
deleted file mode 100644
index 524a66f..0000000
--- a/net-proxy/torsocks/torsocks-1.2-r3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/torsocks/torsocks-1.2-r1.ebuild,v 1.2 2011/12/27 01:53:51 blueness Exp $
-
-EAPI="4"
-
-inherit autotools eutils multilib
-
-DESCRIPTION="Use most socks-friendly applications with Tor."
-HOMEPAGE="http://code.google.com/p/torsocks"
-SRC_URI="http://${PN}.googlecode.com/files/${PN}-1.2.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_prepare() {
-	epatch "${FILESDIR}"/fix-symbol-notfound.patch
-	epatch "${FILESDIR}"/fix-docdir.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf --docdir=/usr/share/doc/${PF} \
-		--disable-oldmethod \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	dodoc README TODO INSTALL ChangeLog
-
-	#Remove libtool .la files
-	cd "${D}"/usr/$(get_libdir)/torsocks
-	rm -f *.la
-}



             reply	other threads:[~2012-03-08 23:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-08 23:32 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-21 16:26 [gentoo-commits] dev/blueness:master commit in: net-proxy/torsocks/, net-proxy/torsocks/files/ Anthony G. Basile
2012-02-21 16:15 Anthony G. Basile
2012-02-19  2:34 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=1331249570.b99849866fa4baa55f3c669e57b8855104b55069.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