diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-08-03 16:20:07 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-08-03 16:20:07 +0000 |
commit | 0e3205d936b2f1de9e5f53fab3f6fc6245d7d02c (patch) | |
tree | 94255809cf8f045d67c9109dc45f28e3e75a21fb /app-shells | |
parent | Update HOMEPAGE and DESCRIPTION. (diff) | |
download | gentoo-2-0e3205d936b2f1de9e5f53fab3f6fc6245d7d02c.tar.gz gentoo-2-0e3205d936b2f1de9e5f53fab3f6fc6245d7d02c.tar.bz2 gentoo-2-0e3205d936b2f1de9e5f53fab3f6fc6245d7d02c.zip |
Version bump to 0.6.18 , ebuild thanks to Michał Górny bug #280107. Fixing homepage
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/posh/ChangeLog | 12 | ||||
-rw-r--r-- | app-shells/posh/posh-0.6.18.ebuild | 19 | ||||
-rw-r--r-- | app-shells/posh/posh-0.6.ebuild | 7 |
3 files changed, 33 insertions, 5 deletions
diff --git a/app-shells/posh/ChangeLog b/app-shells/posh/ChangeLog index c90b33bd412a..31926581d5a5 100644 --- a/app-shells/posh/ChangeLog +++ b/app-shells/posh/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-shells/posh -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.11 2008/02/01 17:24:29 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.12 2009/08/03 16:20:06 vostorga Exp $ + +*posh-0.6.18 (03 Aug 2009) + + 03 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> posh-0.6.ebuild, + +posh-0.6.18.ebuild: + Version bump to 0.6.18 , ebuild thanks to Michał Górny + <gentoo@mgorny.alt.pl> + Fixing homepage *posh-0.6 (01 Feb 2008) diff --git a/app-shells/posh/posh-0.6.18.ebuild b/app-shells/posh/posh-0.6.18.ebuild new file mode 100644 index 000000000000..072aaa37d6e4 --- /dev/null +++ b/app-shells/posh/posh-0.6.18.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.6.18.ebuild,v 1.1 2009/08/03 16:20:07 vostorga Exp $ + +DESCRIPTION="stripped-down version of pdksh" +HOMEPAGE="http://packages.debian.org/posh" +SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" bindir=/bin install || die "emake install failed" +} diff --git a/app-shells/posh/posh-0.6.ebuild b/app-shells/posh/posh-0.6.ebuild index 886edc41596b..b77f6d862eb0 100644 --- a/app-shells/posh/posh-0.6.ebuild +++ b/app-shells/posh/posh-0.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.6.ebuild,v 1.1 2008/02/01 17:24:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.6.ebuild,v 1.2 2009/08/03 16:20:07 vostorga Exp $ DESCRIPTION="stripped-down version of pdksh" -HOMEPAGE="http://packages.debian.org/posh/" +HOMEPAGE="http://packages.debian.org/posh" SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.gz" LICENSE="GPL-2" @@ -12,6 +12,7 @@ KEYWORDS="~ppc ~x86" IUSE="" DEPEND="" +RDEPEND="" src_install() { emake DESTDIR="${D}" bindir=/bin install || die "emake install failed" |