diff options
-rw-r--r-- | net-proxy/torsocks/ChangeLog | 3 | ||||
-rw-r--r-- | net-proxy/torsocks/torsocks-1.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/net-proxy/torsocks/ChangeLog b/net-proxy/torsocks/ChangeLog index 9f578f7d5218..1a8290a24d3c 100644 --- a/net-proxy/torsocks/ChangeLog +++ b/net-proxy/torsocks/ChangeLog @@ -1,5 +1,8 @@ + 27 Dec 2011; Anthony G. Basile <blueness@gentoo.org> torsocks-1.2-r1.ebuild: + Added README TODO INSTALL ChangeLog to docs + *torsocks-1.2-r1 (27 Dec 2011) 27 Dec 2011; Anthony G. Basile <blueness@gentoo.org> +torsocks-1.2-r1.ebuild, diff --git a/net-proxy/torsocks/torsocks-1.2-r1.ebuild b/net-proxy/torsocks/torsocks-1.2-r1.ebuild index 9d782807d5e9..9ee511e64497 100644 --- a/net-proxy/torsocks/torsocks-1.2-r1.ebuild +++ b/net-proxy/torsocks/torsocks-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.1 2011/12/27 01:15:48 blueness Exp $ +# $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" @@ -32,6 +32,8 @@ src_configure() { src_install() { emake DESTDIR="${D}" install + dodoc README TODO INSTALL ChangeLog + #Remove libtool .la files cd "${D}"/usr/$(get_libdir)/torsocks rm -f *.la |