diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2010-02-02 18:25:02 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2010-02-02 18:25:02 +0000 |
commit | a10534148c80598d1160f7a64aeeaa3e9ef01df9 (patch) | |
tree | d41ca800f60b7473cee3cba966d84e52c2f77eb7 /app-editors/bluefish | |
parent | Version bump. (diff) | |
download | gentoo-2-a10534148c80598d1160f7a64aeeaa3e9ef01df9.tar.gz gentoo-2-a10534148c80598d1160f7a64aeeaa3e9ef01df9.tar.bz2 gentoo-2-a10534148c80598d1160f7a64aeeaa3e9ef01df9.zip |
Version bump. Remove old.
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2.0.0_rc1.ebuild | 80 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2.0.0_rc3.ebuild (renamed from app-editors/bluefish/bluefish-2.0.0_rc2.ebuild) | 2 |
3 files changed, 9 insertions, 82 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 3efa162e126d..6b767c86dd5e 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,13 @@ # 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.68 2010/01/25 22:30:26 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.69 2010/02/02 18:25:02 billie Exp $ + +*bluefish-2.0.0_rc3 (02 Feb 2010) + + 02 Feb 2010; Daniel Pielmeier <billie@gentoo.org> + -bluefish-2.0.0_rc1.ebuild, -bluefish-2.0.0_rc2.ebuild, + +bluefish-2.0.0_rc3.ebuild: + Version bump. Remove old. *bluefish-2.0.0_rc2 (25 Jan 2010) diff --git a/app-editors/bluefish/bluefish-2.0.0_rc1.ebuild b/app-editors/bluefish/bluefish-2.0.0_rc1.ebuild deleted file mode 100644 index d4af5679dd9e..000000000000 --- a/app-editors/bluefish/bluefish-2.0.0_rc1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# 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_rc1.ebuild,v 1.1 2010/01/22 23:57:50 billie Exp $ - -EAPI=2 - -inherit autotools eutils fdo-mime - -IUSE="nls spell gnome python" - -MY_P=${P/_/-} - -DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer." -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -HOMEPAGE="http://bluefish.openoffice.nl/" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -SLOT="0" - -RDEPEND=" - dev-libs/libpcre - x11-libs/gtk+:2 - spell? ( app-text/enchant[aspell] )" - -DEPEND="${RDEPEND} - dev-libs/glib:2 - dev-libs/libxml2 - dev-util/pkgconfig - x11-libs/pango - gnome? ( gnome-extra/gucharmap ) - nls? ( sys-devel/gettext dev-util/intltool ) - python? ( dev-lang/python )" - -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}"/${P}-gucharmap-automagic.patch - eautoreconf -} - -src_configure() { - econf \ - --disable-dependency-tracking \ - --disable-update-databases \ - --disable-xml-catalog-update \ - $(use_enable nls) \ - $(use_enable spell spell-check) \ - $(use_enable gnome charmap) \ - $(use_enable python) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} - -pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - - einfo "Adding XML catalog entries..." - /usr/bin/xmlcatalog --noout \ - --add 'public' 'Bluefish/DTD/Bflang' 'bflang.dtd' \ - --add 'system' 'http://bluefish.openoffice.nl/DTD/bflang.dtd' 'bflang.dtd' \ - --add 'rewriteURI' 'http://bluefish.openoffice.nl/DTD' '/usr/share/xml/bluefish-unstable' \ - /etc/xml/catalog \ - || ewarn "Failed to add XML catalog entries." -} - -pkg_postrm() { - einfo "Removing XML catalog entries..." - /usr/bin/xmlcatalog --noout \ - --del 'Bluefish/DTD/Bflang' \ - --del 'http://bluefish.openoffice.nl/DTD/bflang.dtd' \ - --del 'http://bluefish.openoffice.nl/DTD' \ - /etc/xml/catalog \ - || ewarn "Failed to remove XML catalog entries." -} diff --git a/app-editors/bluefish/bluefish-2.0.0_rc2.ebuild b/app-editors/bluefish/bluefish-2.0.0_rc3.ebuild index d7fb4f7161a3..7708add6ed8a 100644 --- a/app-editors/bluefish/bluefish-2.0.0_rc2.ebuild +++ b/app-editors/bluefish/bluefish-2.0.0_rc3.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_rc2.ebuild,v 1.1 2010/01/25 22:30:26 billie Exp $ +# $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 $ EAPI=2 |