diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-04-23 02:54:28 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-04-23 02:54:28 +0000 |
commit | a9a128da2643cc5a16fdb4229f7f789fb4e9ae8f (patch) | |
tree | ae99b7cbfdb84ad3cee641c811a86f37f95cebc8 /app-shells/dsh | |
parent | Fix sip dep in PyQt4 ebuilds (diff) | |
download | gentoo-2-a9a128da2643cc5a16fdb4229f7f789fb4e9ae8f.tar.gz gentoo-2-a9a128da2643cc5a16fdb4229f7f789fb4e9ae8f.tar.bz2 gentoo-2-a9a128da2643cc5a16fdb4229f7f789fb4e9ae8f.zip |
Bump to EAPI=3, add prefix keywords
(Portage version: v2.2_rc67-76-g044010d/cvs/Linux i686)
Diffstat (limited to 'app-shells/dsh')
-rw-r--r-- | app-shells/dsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/dsh/dsh-0.25.10.ebuild | 13 |
2 files changed, 12 insertions, 8 deletions
diff --git a/app-shells/dsh/ChangeLog b/app-shells/dsh/ChangeLog index f9f9f9cb6af5..45526915b333 100644 --- a/app-shells/dsh/ChangeLog +++ b/app-shells/dsh/ChangeLog @@ -1,6 +1,9 @@ # 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.20 2008/05/12 16:18:13 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/ChangeLog,v 1.21 2010/04/23 02:54:28 abcd Exp $ + + 23 Apr 2010; Jonathan Callen <abcd@gentoo.org> dsh-0.25.10.ebuild: + Bump to EAPI=3, add prefix keywords 12 May 2008; Markus Meier <maekke@gentoo.org> dsh-0.25.10.ebuild: amd64 stable, bug #217599 diff --git a/app-shells/dsh/dsh-0.25.10.ebuild b/app-shells/dsh/dsh-0.25.10.ebuild index 4c096c3312b0..d1eff8b1045e 100644 --- a/app-shells/dsh/dsh-0.25.10.ebuild +++ b/app-shells/dsh/dsh-0.25.10.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 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.5 2008/05/12 16:18:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.10.ebuild,v 1.6 2010/04/23 02:54:28 abcd Exp $ + +EAPI="3" DESCRIPTION="Distributed Shell" HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/dsh.html.en" @@ -8,16 +10,15 @@ SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="nls" DEPEND="dev-libs/libdshconfig" RDEPEND="${DEPEND} virtual/ssh" -src_compile() { - econf --sysconfdir=/etc/dsh $(use_enable nls) || die "econf failed." - emake || die "emake failed." +src_configure() { + econf --sysconfdir="${EPREFIX}"/etc/dsh $(use_enable nls) } src_install() { |