summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-04-24 19:09:14 +0000
committerFabian Groffen <grobian@gentoo.org>2010-04-24 19:09:14 +0000
commitb746fc48dab12ee6a0c58a452e27dcc72cefdccf (patch)
tree46c1055effb341b734ee00b8fd2fb50a42e3e113
parentalpha/arm/ia64/m68k/s390/sh/sparc stable wrt #309949 (diff)
downloadgentoo-2-b746fc48dab12ee6a0c58a452e27dcc72cefdccf.tar.gz
gentoo-2-b746fc48dab12ee6a0c58a452e27dcc72cefdccf.tar.bz2
gentoo-2-b746fc48dab12ee6a0c58a452e27dcc72cefdccf.zip
Allow installation on case-insensitive filesystems, bug #310423
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
-rw-r--r--net-misc/socat/ChangeLog6
-rw-r--r--net-misc/socat/socat-1.7.1.2.ebuild6
-rw-r--r--net-misc/socat/socat-2.0.0_beta3.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog
index 89833da57a3f..cb735ecf326f 100644
--- a/net-misc/socat/ChangeLog
+++ b/net-misc/socat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/socat
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.75 2010/04/18 17:18:43 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.76 2010/04/24 19:09:14 grobian Exp $
+
+ 24 Apr 2010; Fabian Groffen <grobian@gentoo.org> socat-1.7.1.2.ebuild,
+ socat-2.0.0_beta3.ebuild:
+ Allow installation on case-insensitive filesystems, bug #310423
18 Apr 2010; <nixnut@gentoo.org> socat-1.7.1.2.ebuild:
ppc stable #312455
diff --git a/net-misc/socat/socat-1.7.1.2.ebuild b/net-misc/socat/socat-1.7.1.2.ebuild
index f7282a2b5fb2..52d18da2b3d7 100644
--- a/net-misc/socat/socat-1.7.1.2.ebuild
+++ b/net-misc/socat/socat-1.7.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.1.2.ebuild,v 1.6 2010/04/18 17:18:43 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.1.2.ebuild,v 1.7 2010/04/24 19:09:14 grobian Exp $
EAPI="2"
@@ -40,9 +40,9 @@ src_test() {
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
- dodoc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES \
+ dodoc BUGREPORTS CHANGES DEVELOPMENT \
FAQ FILES PORTING README SECURITY VERSION
docinto examples
- dodoc *.sh
+ dodoc EXAMPLES *.sh
dohtml doc/*.html doc/*.css
}
diff --git a/net-misc/socat/socat-2.0.0_beta3.ebuild b/net-misc/socat/socat-2.0.0_beta3.ebuild
index dd8a1064ca4b..b04b056eb4c0 100644
--- a/net-misc/socat/socat-2.0.0_beta3.ebuild
+++ b/net-misc/socat/socat-2.0.0_beta3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-2.0.0_beta3.ebuild,v 1.4 2010/01/17 20:24:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-2.0.0_beta3.ebuild,v 1.5 2010/04/24 19:09:14 grobian Exp $
EAPI="2"
@@ -40,9 +40,9 @@ src_test() {
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
- dodoc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES \
+ dodoc BUGREPORTS CHANGES DEVELOPMENT \
FAQ FILES PORTING README SECURITY VERSION
docinto examples
- dodoc *.sh
+ dodoc EXAMPLES *.sh
dohtml doc/*.html doc/*.css
}