diff options
author | 2009-11-08 17:12:47 +0000 | |
---|---|---|
committer | 2009-11-08 17:12:47 +0000 | |
commit | 6099576c2c35ee0439cedf2c8d7aa03f745cafeb (patch) | |
tree | b01ee56770407a385ad1fe646bb78776c34c4881 /app-emacs/rst | |
parent | Version bump, remove old ebuilds (diff) | |
download | gentoo-2-6099576c2c35ee0439cedf2c8d7aa03f745cafeb.tar.gz gentoo-2-6099576c2c35ee0439cedf2c8d7aa03f745cafeb.tar.bz2 gentoo-2-6099576c2c35ee0439cedf2c8d7aa03f745cafeb.zip |
Stable on alpha, bug #290041
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/rst')
-rw-r--r-- | app-emacs/rst/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/rst/rst-0.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/rst/ChangeLog b/app-emacs/rst/ChangeLog index 2285cf338aaf..587253e376ff 100644 --- a/app-emacs/rst/ChangeLog +++ b/app-emacs/rst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/rst # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.32 2009/10/30 11:09:21 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.33 2009/11/08 17:12:47 klausman Exp $ + + 08 Nov 2009; Tobias Klausmann <klausman@gentoo.org> rst-0.5-r1.ebuild: + Stable on alpha, bug #290041 30 Oct 2009; Markus Meier <maekke@gentoo.org> rst-0.5-r1.ebuild: amd64/x86 stable, bug #290041 diff --git a/app-emacs/rst/rst-0.5-r1.ebuild b/app-emacs/rst/rst-0.5-r1.ebuild index 5343b7bf360e..909e9c90ae62 100644 --- a/app-emacs/rst/rst-0.5-r1.ebuild +++ b/app-emacs/rst/rst-0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/rst-0.5-r1.ebuild,v 1.2 2009/10/30 11:09:21 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/rst-0.5-r1.ebuild,v 1.3 2009/11/08 17:12:47 klausman Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/docutils/docutils-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" S="${WORKDIR}/docutils-${PV}/tools/editors/emacs" |