diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-12-27 01:53:51 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-12-27 01:53:51 +0000 |
commit | 8abd7c3f8847221b3a8473e51ad6e85d5b81494d (patch) | |
tree | debed652a99b332303efbd4f8e75092694a1d327 /net-proxy | |
parent | Put doc files in proper docdir, bug #395951 (diff) | |
download | gentoo-2-8abd7c3f8847221b3a8473e51ad6e85d5b81494d.tar.gz gentoo-2-8abd7c3f8847221b3a8473e51ad6e85d5b81494d.tar.bz2 gentoo-2-8abd7c3f8847221b3a8473e51ad6e85d5b81494d.zip |
Added README TODO INSTALL ChangeLog to docs
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy')
-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 |