diff options
author | Patrick Lauer <patrick@gentoo.org> | 2011-02-13 00:22:39 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2011-02-13 00:22:39 +0000 |
commit | eae64f93d09a000e72320384e46b2c00abe8ea6e (patch) | |
tree | f736ab3db8c235065a0210aa605de282b43ec1ad /app-shells/mksh | |
parent | Add updated vpnc-script as it should have happened before (diff) | |
download | gentoo-2-eae64f93d09a000e72320384e46b2c00abe8ea6e.tar.gz gentoo-2-eae64f93d09a000e72320384e46b2c00abe8ea6e.tar.bz2 gentoo-2-eae64f93d09a000e72320384e46b2c00abe8ea6e.zip |
Minor cleanup of live ebuild
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/mksh')
-rw-r--r-- | app-shells/mksh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/mksh/mksh-9999.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-shells/mksh/ChangeLog b/app-shells/mksh/ChangeLog index fa774a38fc96..dc8f41072dbf 100644 --- a/app-shells/mksh/ChangeLog +++ b/app-shells/mksh/ChangeLog @@ -1,6 +1,9 @@ # 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.22 2011/02/11 15:50:21 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/ChangeLog,v 1.23 2011/02/13 00:22:39 patrick Exp $ + + 13 Feb 2011; Patrick Lauer <patrick@gentoo.org> mksh-9999.ebuild: + Minor cleanup of live ebuild *mksh-9999 (11 Feb 2011) diff --git a/app-shells/mksh/mksh-9999.ebuild b/app-shells/mksh/mksh-9999.ebuild index 4197be1b3553..de81ca435daa 100644 --- a/app-shells/mksh/mksh-9999.ebuild +++ b/app-shells/mksh/mksh-9999.ebuild @@ -1,6 +1,6 @@ # 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-9999.ebuild,v 1.1 2011/02/11 15:50:21 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-9999.ebuild,v 1.2 2011/02/13 00:22:39 patrick Exp $ inherit eutils cvs @@ -9,14 +9,13 @@ ECVS_MODULE="mksh" ECVS_USER="_anoncvs" ECVS_AUTH="ext" -DESCRIPTION="MirBSD KSH Shell" +DESCRIPTION="MirBSD Korn Shell" HOMEPAGE="http://mirbsd.de/mksh" -ARC4_VERSION="1.14" LICENSE="BSD" SLOT="0" KEYWORDS="" IUSE="" -DEPEND="app-arch/cpio" +DEPEND="" RDEPEND="" S="${WORKDIR}/${PN}" |