summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2007-01-07 02:24:16 +0000
committerAron Griffis <agriffis@gentoo.org>2007-01-07 02:24:16 +0000
commit88b0a6b84392e0d44c9c8a2ee4784e78e44c28c4 (patch)
tree6fff364c830d4abed56b6e1ae72499074e8b679b /dev-util/mercurial
parentQA: Removed unused versions. (diff)
downloadgentoo-2-88b0a6b84392e0d44c9c8a2ee4784e78e44c28c4.tar.gz
gentoo-2-88b0a6b84392e0d44c9c8a2ee4784e78e44c28c4.tar.bz2
gentoo-2-88b0a6b84392e0d44c9c8a2ee4784e78e44c28c4.zip
Mark 0.9.3 stable on alpha. #159856
(Portage version: 2.1.2_pre3-r1)
Diffstat (limited to 'dev-util/mercurial')
-rw-r--r--dev-util/mercurial/ChangeLog7
-rw-r--r--dev-util/mercurial/mercurial-0.9.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/mercurial/ChangeLog b/dev-util/mercurial/ChangeLog
index 928df167d460..4ff38687c991 100644
--- a/dev-util/mercurial/ChangeLog
+++ b/dev-util/mercurial/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/mercurial
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/ChangeLog,v 1.38 2006/12/19 08:44:26 aross Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/ChangeLog,v 1.39 2007/01/07 02:24:16 agriffis Exp $
+
+ 07 Jan 2007; Aron Griffis <agriffis@gentoo.org> mercurial-0.9.3.ebuild:
+ Mark 0.9.3 stable on alpha. #159856
*mercurial-0.9.3 (19 Dec 2006)
diff --git a/dev-util/mercurial/mercurial-0.9.3.ebuild b/dev-util/mercurial/mercurial-0.9.3.ebuild
index 0fdbe19256f6..72b65084a7e4 100644
--- a/dev-util/mercurial/mercurial-0.9.3.ebuild
+++ b/dev-util/mercurial/mercurial-0.9.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/mercurial-0.9.3.ebuild,v 1.1 2006/12/19 08:44:26 aross Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/mercurial-0.9.3.ebuild,v 1.2 2007/01/07 02:24:16 agriffis Exp $
inherit bash-completion distutils elisp-common flag-o-matic
@@ -12,7 +12,7 @@ SRC_URI="http://www.selenic.com/mercurial/release/${PN}-${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="emacs"
RDEPEND=">=dev-lang/python-2.3"