summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-05-30 20:12:49 +0000
committerFabian Groffen <grobian@gentoo.org>2010-05-30 20:12:49 +0000
commit8851e54d5f8114592f2ce2cd04e8a8bbb49c535f (patch)
tree2e2c07493f1abbe6bdf4b22b729b3ef919a697e2 /dev-vcs
parentMarked ~*-solaris (diff)
downloadgentoo-2-8851e54d5f8114592f2ce2cd04e8a8bbb49c535f.tar.gz
gentoo-2-8851e54d5f8114592f2ce2cd04e8a8bbb49c535f.tar.bz2
gentoo-2-8851e54d5f8114592f2ce2cd04e8a8bbb49c535f.zip
Make ebuild Prefix aware, transfer Prefix keywords, bug #321993
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/mercurial/ChangeLog5
-rw-r--r--dev-vcs/mercurial/mercurial-1.5.3.ebuild12
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog
index f86392e12c83..192209b7be9c 100644
--- a/dev-vcs/mercurial/ChangeLog
+++ b/dev-vcs/mercurial/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/mercurial
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.10 2010/05/20 00:25:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.11 2010/05/30 20:12:49 grobian Exp $
+
+ 30 May 2010; Fabian Groffen <grobian@gentoo.org> mercurial-1.5.3.ebuild:
+ Make ebuild Prefix aware, transfer Prefix keywords, bug #321993
20 May 2010; Jeroen Roovers <jer@gentoo.org> mercurial-1.5.ebuild:
Stable for HPPA (bug #314945).
diff --git a/dev-vcs/mercurial/mercurial-1.5.3.ebuild b/dev-vcs/mercurial/mercurial-1.5.3.ebuild
index 05cb7512209c..68c85a8ecd3b 100644
--- a/dev-vcs/mercurial/mercurial-1.5.3.ebuild
+++ b/dev-vcs/mercurial/mercurial-1.5.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild,v 1.1 2010/05/14 11:09:28 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild,v 1.2 2010/05/30 20:12:49 grobian Exp $
-EAPI=2
+EAPI=3
inherit bash-completion elisp-common flag-o-matic eutils distutils
@@ -12,7 +12,7 @@ SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="bugzilla emacs gpg test tk zsh-completion"
CDEPEND=">=dev-lang/python-2.4[threads]"
@@ -54,7 +54,7 @@ src_install() {
rm -f doc/*.?.txt
dodoc CONTRIBUTORS PKG-INFO README doc/*.txt
- cp hgweb*.cgi "${D}"/usr/share/doc/${PF}/
+ cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/
dobin hgeditor
dobin contrib/hgk
@@ -63,11 +63,11 @@ src_install() {
rm -f contrib/hgk contrib/hg-ssh
rm -f contrib/bash_completion
- cp -r contrib "${D}"/usr/share/doc/${PF}/
+ cp -r contrib "${ED}"/usr/share/doc/${PF}/
doman doc/*.?
cat > "${T}/80mercurial" <<-EOF
-HG=/usr/bin/hg
+HG="${EPREFIX}/usr/bin/hg"
EOF
doenvd "${T}/80mercurial"