public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-shells/mksh: mksh-40d.ebuild ChangeLog mksh-38c.ebuild mksh-36b.ebuild mksh-39b.ebuild mksh-40.ebuild mksh-39.ebuild
@ 2011-12-12  3:23 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2011-12-12  3:23 UTC (permalink / raw
  To: gentoo-commits

patrick     11/12/12 03:23:17

  Modified:             ChangeLog
  Added:                mksh-40d.ebuild
  Removed:              mksh-38c.ebuild mksh-36b.ebuild mksh-39b.ebuild
                        mksh-40.ebuild mksh-39.ebuild
  Log:
  Bump, remove old
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 app-shells/mksh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	1 Aug 2011 15:49:06 -0000	1.26
+++ ChangeLog	12 Dec 2011 03:23:17 -0000	1.27
@@ -1,6 +1,13 @@
 # ChangeLog for app-shells/mksh
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v 1.26 2011/08/01 15:49:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v 1.27 2011/12/12 03:23:17 patrick Exp $
+
+*mksh-40d (12 Dec 2011)
+
+  12 Dec 2011; Patrick Lauer <patrick@gentoo.org> +mksh-40d.ebuild,
+  -mksh-36b.ebuild, -mksh-38c.ebuild, -mksh-39.ebuild, -mksh-39b.ebuild,
+  -mksh-40.ebuild:
+  Bump, remove old
 
   01 Aug 2011; Patrick Lauer <patrick@gentoo.org> mksh-40b.ebuild:
   Adding lto and build system fix as suggested by upstream



1.1                  app-shells/mksh/mksh-40d.ebuild

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

Index: mksh-40d.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-40d.ebuild,v 1.1 2011/12/12 03:23:17 patrick Exp $

inherit eutils

DESCRIPTION="MirBSD KSH Shell"
HOMEPAGE="http://mirbsd.de/mksh"
ARC4_VERSION="1.14"
SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.cpio.gz
	http://www.mirbsd.org/MirOS/dist/hosted/other/arc4random.c.${ARC4_VERSION}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="app-arch/cpio"
RDEPEND=""
S="${WORKDIR}/${PN}"

src_unpack() {
	gzip -dc "${DISTDIR}/${PN}-R${PV}.cpio.gz" | cpio -mid
	cp "${DISTDIR}/arc4random.c.${ARC4_VERSION}" "${S}/arc4random.c" || die
}

src_compile() {
	tc-export CC
	# 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 || die
	doman mksh.1 || die
	dodoc dot.mkshrc || die
}

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






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

only message in thread, other threads:[~2011-12-12  3:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12  3:23 [gentoo-commits] gentoo-x86 commit in app-shells/mksh: mksh-40d.ebuild ChangeLog mksh-38c.ebuild mksh-36b.ebuild mksh-39b.ebuild mksh-40.ebuild mksh-39.ebuild 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