diff options
author | 2010-02-15 18:46:46 +0000 | |
---|---|---|
committer | 2010-02-15 18:46:46 +0000 | |
commit | 1034195754e516e22efe7bf691f3e9c3ad909a61 (patch) | |
tree | b3ba346650652549d5e791b5d2f70c95d63ef224 /app-editors | |
parent | Marked ppc stable for bug #301179. (diff) | |
download | gentoo-2-1034195754e516e22efe7bf691f3e9c3ad909a61.tar.gz gentoo-2-1034195754e516e22efe7bf691f3e9c3ad909a61.tar.bz2 gentoo-2-1034195754e516e22efe7bf691f3e9c3ad909a61.zip |
Version bump to final release. Remove latest release candidate.
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 10 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2.0.0.ebuild (renamed from app-editors/bluefish/bluefish-2.0.0_rc3.ebuild) | 4 | ||||
-rw-r--r-- | app-editors/bluefish/files/bluefish-2.0.0-gucharmap-automagic.patch (renamed from app-editors/bluefish/files/bluefish-2.0.0_rc1-gucharmap-automagic.patch) | 0 |
3 files changed, 11 insertions, 3 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 6b767c86dd5e..e81d536dd315 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-editors/bluefish # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.69 2010/02/02 18:25:02 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.70 2010/02/15 18:46:45 billie Exp $ + +*bluefish-2.0.0 (15 Feb 2010) + + 15 Feb 2010; Daniel Pielmeier <billie@gentoo.org> + -bluefish-2.0.0_rc3.ebuild, +bluefish-2.0.0.ebuild, + +files/bluefish-2.0.0-gucharmap-automagic.patch, + -files/bluefish-2.0.0_rc1-gucharmap-automagic.patch: + Version bump to final release. Remove latest release candidate. *bluefish-2.0.0_rc3 (02 Feb 2010) diff --git a/app-editors/bluefish/bluefish-2.0.0_rc3.ebuild b/app-editors/bluefish/bluefish-2.0.0.ebuild index 7708add6ed8a..0b8d170e3fd0 100644 --- a/app-editors/bluefish/bluefish-2.0.0_rc3.ebuild +++ b/app-editors/bluefish/bluefish-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.0.0_rc3.ebuild,v 1.1 2010/02/02 18:25:02 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.0.0.ebuild,v 1.1 2010/02/15 18:46:45 billie Exp $ EAPI=2 @@ -37,7 +37,7 @@ S=${WORKDIR}/${MY_P} src_prepare () { # Fixes automagic installation of charmap plugin # Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=570990 - epatch "${FILESDIR}"/${PN}-2.0.0_rc1-gucharmap-automagic.patch + epatch "${FILESDIR}"/${P}-gucharmap-automagic.patch eautoreconf } diff --git a/app-editors/bluefish/files/bluefish-2.0.0_rc1-gucharmap-automagic.patch b/app-editors/bluefish/files/bluefish-2.0.0-gucharmap-automagic.patch index d6097c6d6e00..d6097c6d6e00 100644 --- a/app-editors/bluefish/files/bluefish-2.0.0_rc1-gucharmap-automagic.patch +++ b/app-editors/bluefish/files/bluefish-2.0.0-gucharmap-automagic.patch |