diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-03-18 17:39:04 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-03-18 17:39:04 +0000 |
commit | f808a662d68d416e5fe5d5b5237d919c0a7eabd8 (patch) | |
tree | 9c0f249f51061bf66108508b02219c5fbce5448d /net-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-f808a662d68d416e5fe5d5b5237d919c0a7eabd8.tar.gz gentoo-2-f808a662d68d416e5fe5d5b5237d919c0a7eabd8.tar.bz2 gentoo-2-f808a662d68d416e5fe5d5b5237d919c0a7eabd8.zip |
Do not install VERSION.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/socat/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/socat/socat-1.7.2.4.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index cee062269213..ce931b634f3d 100644 --- a/net-misc/socat/ChangeLog +++ b/net-misc/socat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/socat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.132 2014/03/18 17:16:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.133 2014/03/18 17:39:04 jer Exp $ + + 18 Mar 2014; Jeroen Roovers <jer@gentoo.org> socat-1.7.2.4.ebuild: + Do not install VERSION. *socat-1.7.2.4 (18 Mar 2014) diff --git a/net-misc/socat/socat-1.7.2.4.ebuild b/net-misc/socat/socat-1.7.2.4.ebuild index 0da44a43f65f..7ee16d6fc2e3 100644 --- a/net-misc/socat/socat-1.7.2.4.ebuild +++ b/net-misc/socat/socat-1.7.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4.ebuild,v 1.1 2014/03/18 17:16:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4.ebuild,v 1.2 2014/03/18 17:39:04 jer Exp $ EAPI=5 @@ -45,9 +45,10 @@ src_test() { src_install() { default - dodoc BUGREPORTS CHANGES DEVELOPMENT \ - FAQ FILES PORTING README SECURITY VERSION + dodoc BUGREPORTS CHANGES DEVELOPMENT FAQ FILES PORTING README SECURITY + docinto examples dodoc EXAMPLES *.sh + dohtml doc/*.html doc/*.css } |