diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-10 05:23:31 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-10 05:23:31 +0000 |
commit | e8b6920a4cd07572927753a8bc7de3291118bb38 (patch) | |
tree | c8034a37daed7fa2527d872ef494d8ebbfd17a6a /app-shells | |
parent | Grab for cluster herd. (diff) | |
download | gentoo-2-e8b6920a4cd07572927753a8bc7de3291118bb38.tar.gz gentoo-2-e8b6920a4cd07572927753a8bc7de3291118bb38.tar.bz2 gentoo-2-e8b6920a4cd07572927753a8bc7de3291118bb38.zip |
Bump.
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dsh/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/dsh/dsh-0.25.7.ebuild | 27 | ||||
-rw-r--r-- | app-shells/dsh/files/digest-dsh-0.25.7 | 3 |
3 files changed, 37 insertions, 2 deletions
diff --git a/app-shells/dsh/ChangeLog b/app-shells/dsh/ChangeLog index e37ae58ab46a..45de1ece9bfc 100644 --- a/app-shells/dsh/ChangeLog +++ b/app-shells/dsh/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-shells/dsh -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/ChangeLog,v 1.9 2005/01/01 15:58:10 eradicator Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/ChangeLog,v 1.10 2006/10/10 05:23:31 dberkholz Exp $ + +*dsh-0.25.7 (10 Oct 2006) + + 10 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; +dsh-0.25.7.ebuild: + Bump. *dsh-0.25.3 (09 Aug 2004) diff --git a/app-shells/dsh/dsh-0.25.7.ebuild b/app-shells/dsh/dsh-0.25.7.ebuild new file mode 100644 index 000000000000..0e0db690930b --- /dev/null +++ b/app-shells/dsh/dsh-0.25.7.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.7.ebuild,v 1.1 2006/10/10 05:23:31 dberkholz Exp $ + +DESCRIPTION="Distributed Shell" +HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/downloads/" +SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="nls" + +DEPEND="dev-libs/libdshconfig" +RDEPEND="${RDEPEND} + virtual/ssh" + +src_compile() { + econf --sysconfdir=/etc/dsh `use_enable nls` || die "econf failed" + emake || die "emake failed" +} + +src_install() { + emake install DESTDIR="${D}" || die "install failed" + dodir /etc/dsh/group + dodoc TODO README ChangeLog +} diff --git a/app-shells/dsh/files/digest-dsh-0.25.7 b/app-shells/dsh/files/digest-dsh-0.25.7 new file mode 100644 index 000000000000..34f25f4caf45 --- /dev/null +++ b/app-shells/dsh/files/digest-dsh-0.25.7 @@ -0,0 +1,3 @@ +MD5 28808e77310fdf346fefee4cd3f42050 dsh-0.25.7.tar.gz 391977 +RMD160 ce60acc8577e952adc38a8a4ebcb53071b308d80 dsh-0.25.7.tar.gz 391977 +SHA256 c39edb793e1f540907b4908128864aba864bc939c5d893c50a80e16c739195df dsh-0.25.7.tar.gz 391977 |