summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-10-03 21:31:55 +0000
committerLars Wendler <polynomial-c@gentoo.org>2014-10-03 21:31:55 +0000
commit43c6ed5ee1b65314565a36713f229c72fb3adee7 (patch)
treeb86fb9fd18f9497ddb859c5a60de47708f92a2ee /app-shells/mksh
parentDrop old (diff)
downloadgentoo-2-43c6ed5ee1b65314565a36713f229c72fb3adee7.tar.gz
gentoo-2-43c6ed5ee1b65314565a36713f229c72fb3adee7.tar.bz2
gentoo-2-43c6ed5ee1b65314565a36713f229c72fb3adee7.zip
Version bump. Removed old
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'app-shells/mksh')
-rw-r--r--app-shells/mksh/ChangeLog8
-rw-r--r--app-shells/mksh/files/mksh-40f-etc-configurable.patch30
-rw-r--r--app-shells/mksh/mksh-50c.ebuild (renamed from app-shells/mksh/mksh-50.ebuild)2
3 files changed, 8 insertions, 32 deletions
diff --git a/app-shells/mksh/ChangeLog b/app-shells/mksh/ChangeLog
index 01d20192fc34..625075cc3e9d 100644
--- a/app-shells/mksh/ChangeLog
+++ b/app-shells/mksh/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-shells/mksh
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v 1.54 2014/09/04 08:31:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v 1.55 2014/10/03 21:31:55 polynomial-c Exp $
+
+*mksh-50c (03 Oct 2014)
+
+ 03 Oct 2014; Lars Wendler <polynomial-c@gentoo.org> -mksh-50.ebuild,
+ +mksh-50c.ebuild, -files/mksh-40f-etc-configurable.patch:
+ Version bump. Removed old.
*mksh-50b (04 Sep 2014)
diff --git a/app-shells/mksh/files/mksh-40f-etc-configurable.patch b/app-shells/mksh/files/mksh-40f-etc-configurable.patch
deleted file mode 100644
index 5d2b2e769a1a..000000000000
--- a/app-shells/mksh/files/mksh-40f-etc-configurable.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Index: sh.h
-===================================================================
-RCS file: /cvs/src/bin/mksh/sh.h,v
-retrieving revision 1.579
-retrieving revision 1.580
-diff -u -r1.579 -r1.580
---- sh.h 24 Aug 2012 19:03:21 -0000 1.579
-+++ sh.h 24 Aug 2012 19:09:34 -0000 1.580
-@@ -959,15 +959,16 @@
-
- /* Determine the location of the system (common) profile */
-
--/* This is deliberately not configurable via CPPFLAGS */
-+#ifndef MKSH_DEFAULT_PROFILEDIR
- #if defined(ANDROID)
--#define MKSH_ETC_LOCATION "/system/etc"
-+#define MKSH_DEFAULT_PROFILEDIR "/system/etc"
- #else
--#define MKSH_ETC_LOCATION "/etc"
-+#define MKSH_DEFAULT_PROFILEDIR "/etc"
-+#endif
- #endif
-
--#define MKSH_SYSTEM_PROFILE MKSH_ETC_LOCATION "/profile"
--#define MKSH_SUID_PROFILE MKSH_ETC_LOCATION "/suid_profile"
-+#define MKSH_SYSTEM_PROFILE MKSH_DEFAULT_PROFILEDIR "/profile"
-+#define MKSH_SUID_PROFILE MKSH_DEFAULT_PROFILEDIR "/suid_profile"
-
-
- /* Used by v_evaluate() and setstr() to control action when error occurs */
diff --git a/app-shells/mksh/mksh-50.ebuild b/app-shells/mksh/mksh-50c.ebuild
index b8489c1f34c9..57112dd8a84e 100644
--- a/app-shells/mksh/mksh-50.ebuild
+++ b/app-shells/mksh/mksh-50c.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/app-shells/mksh/mksh-50.ebuild,v 1.1 2014/07/01 04:05:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-50c.ebuild,v 1.1 2014/10/03 21:31:55 polynomial-c Exp $
EAPI=5