summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2008-01-29 01:57:59 +0000
committerJustin Bronder <jsbronder@gentoo.org>2008-01-29 01:57:59 +0000
commit723b56689493d68ea6299557d447033c461738ef (patch)
tree0ea456c55013341caf03737c0e09fead73342bd5 /app-shells
parentMarking e2fsprogs-1.40.4 ppc64 for bug 207841 (diff)
downloadgentoo-2-723b56689493d68ea6299557d447033c461738ef.tar.gz
gentoo-2-723b56689493d68ea6299557d447033c461738ef.tar.bz2
gentoo-2-723b56689493d68ea6299557d447033c461738ef.zip
Version bump, bug #207909
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/dsh/ChangeLog7
-rw-r--r--app-shells/dsh/dsh-0.25.10.ebuild27
-rw-r--r--app-shells/dsh/files/digest-dsh-0.25.103
3 files changed, 36 insertions, 1 deletions
diff --git a/app-shells/dsh/ChangeLog b/app-shells/dsh/ChangeLog
index 15e886aaa2a8..cf22ed86993c 100644
--- a/app-shells/dsh/ChangeLog
+++ b/app-shells/dsh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/dsh
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/ChangeLog,v 1.15 2008/01/05 00:15:04 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/ChangeLog,v 1.16 2008/01/29 01:57:58 jsbronder Exp $
+
+*dsh-0.25.10 (29 Jan 2008)
+
+ 29 Jan 2008; Justin Bronder <jsbronder@gentoo.org> +dsh-0.25.10.ebuild:
+ Version bump, bug #207909
05 Jan 2008; Justin Bronder <jsbronder@gentoo.org> dsh-0.24.0.ebuild,
dsh-0.25.0.ebuild, dsh-0.25.3.ebuild, dsh-0.25.7.ebuild,
diff --git a/app-shells/dsh/dsh-0.25.10.ebuild b/app-shells/dsh/dsh-0.25.10.ebuild
new file mode 100644
index 000000000000..88af06a1378e
--- /dev/null
+++ b/app-shells/dsh/dsh-0.25.10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.10.ebuild,v 1.1 2008/01/29 01:57:58 jsbronder Exp $
+
+DESCRIPTION="Distributed Shell"
+HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/dsh.html.en"
+SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+
+DEPEND="dev-libs/libdshconfig"
+RDEPEND="${DEPEND}
+ virtual/ssh"
+
+src_compile() {
+ econf --sysconfdir=/etc/dsh $(use_enable nls)
+ emake || die "emake failed."
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodir /etc/dsh/group
+ dodoc AUTHORS ChangeLog NEWS README THANKS TODO
+}
diff --git a/app-shells/dsh/files/digest-dsh-0.25.10 b/app-shells/dsh/files/digest-dsh-0.25.10
new file mode 100644
index 000000000000..db05d2db1009
--- /dev/null
+++ b/app-shells/dsh/files/digest-dsh-0.25.10
@@ -0,0 +1,3 @@
+MD5 5269b26348cc1cc6252317c6dca5d219 dsh-0.25.10.tar.gz 394506
+RMD160 2a60c27f8c0b7d4546f3cf96b37aaa01cbd0579c dsh-0.25.10.tar.gz 394506
+SHA256 520031a5474c25c6b3f9a0840e06a4fea4750734043ab06342522f533fa5b4d0 dsh-0.25.10.tar.gz 394506