public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-shells/mksh: mksh-47.ebuild ChangeLog
@ 2013-08-05  9:16 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2013-08-05  9:16 UTC (permalink / raw
  To: gentoo-commits

patrick     13/08/05 09:16:46

  Modified:             ChangeLog
  Added:                mksh-47.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha194/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.45                 app-shells/mksh/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mksh/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mksh/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mksh/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	4 May 2013 08:23:39 -0000	1.44
+++ ChangeLog	5 Aug 2013 09:16:46 -0000	1.45
@@ -1,6 +1,11 @@
 # ChangeLog for app-shells/mksh
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v 1.44 2013/05/04 08:23:39 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v 1.45 2013/08/05 09:16:46 patrick Exp $
+
+*mksh-47 (05 Aug 2013)
+
+  05 Aug 2013; Patrick Lauer <patrick@gentoo.org> +mksh-47.ebuild:
+  Bump
 
 *mksh-46 (04 May 2013)
 



1.1                  app-shells/mksh/mksh-47.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mksh/mksh-47.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mksh/mksh-47.ebuild?rev=1.1&content-type=text/plain

Index: mksh-47.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-47.ebuild,v 1.1 2013/08/05 09:16:46 patrick Exp $

EAPI=4

inherit eutils toolchain-funcs

DESCRIPTION="MirBSD KSH Shell"
HOMEPAGE="http://mirbsd.de/mksh"
SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="static"
DEPEND="static? ( dev-libs/klibc )"
RDEPEND=""
S="${WORKDIR}/${PN}"

src_compile() {
	tc-export CC
	# we want to build static with klibc
	if use static; then unset CC; export CC="/usr/bin/klcc"; export LDSTATIC="-static"; fi
	export CPPFLAGS="${CPPFLAGS} -DMKSH_DEFAULT_PROFILEDIR=\\\"${EPREFIX}/etc\\\""
	# we can't assume lto existing/enabled, so we add a fallback
	sh Build.sh -r -c lto || sh Rebuild.sh || die
}

src_install() {
	exeinto /bin
	doexe mksh
	doman mksh.1
	dodoc dot.mkshrc
}

src_test() {
	./test.sh || die
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-05  9:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-05  9:16 [gentoo-commits] gentoo-x86 commit in app-shells/mksh: mksh-47.ebuild ChangeLog Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox