* [gentoo-commits] gentoo-x86 commit in app-shells/mksh: ChangeLog mksh-39b.ebuild
@ 2010-02-23 14:51 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2010-02-23 14:51 UTC (permalink / raw
To: gentoo-commits
patrick 10/02/23 14:51:35
Modified: ChangeLog
Added: mksh-39b.ebuild
Log:
Buuump
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Revision Changes Path
1.17 app-shells/mksh/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/mksh/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/mksh/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/mksh/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 26 Aug 2009 22:16:50 -0000 1.16
+++ ChangeLog 23 Feb 2010 14:51:34 -0000 1.17
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/mksh
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v 1.16 2009/08/26 22:16:50 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v 1.17 2010/02/23 14:51:34 patrick Exp $
+
+*mksh-39b (23 Feb 2010)
+
+ 23 Feb 2010; Patrick Lauer <patrick@gentoo.org> +mksh-39b.ebuild:
+ Buuump
*mksh-39 (26 Aug 2009)
1.1 app-shells/mksh/mksh-39b.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/mksh/mksh-39b.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/mksh/mksh-39b.ebuild?rev=1.1&content-type=text/plain
Index: mksh-39b.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-39b.ebuild,v 1.1 2010/02/23 14:51:34 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
sh Build.sh -r || 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:[~2010-02-23 14:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-23 14:51 [gentoo-commits] gentoo-x86 commit in app-shells/mksh: ChangeLog mksh-39b.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