diff options
author | Hanno Böck <hanno@gentoo.org> | 2006-10-04 03:52:54 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2006-10-04 03:52:54 +0000 |
commit | ff9118e508c571f4ee830c787e2627d0b6c0832d (patch) | |
tree | 8017e45272149d7edf2d9181fe02d36901008f71 /app-editors/bluefish | |
parent | Merged changes with gcj-overlay, bug #145769. (diff) | |
download | gentoo-2-ff9118e508c571f4ee830c787e2627d0b6c0832d.tar.gz gentoo-2-ff9118e508c571f4ee830c787e2627d0b6c0832d.tar.bz2 gentoo-2-ff9118e508c571f4ee830c787e2627d0b6c0832d.zip |
bluefish version bump
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-1.0.6.ebuild | 39 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-1.0.6 | 3 |
3 files changed, 48 insertions, 1 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 2971cbd7b649..114bf1f44b08 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/bluefish # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.53 2006/02/19 23:08:33 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.54 2006/10/04 03:52:54 hanno Exp $ + +*bluefish-1.0.6 (04 Oct 2006) + + 04 Oct 2006; Hanno Boeck <hanno@gentoo.org> +bluefish-1.0.6.ebuild: + Version bump. *bluefish-1.0.5 (19 Feb 2006) diff --git a/app-editors/bluefish/bluefish-1.0.6.ebuild b/app-editors/bluefish/bluefish-1.0.6.ebuild new file mode 100644 index 000000000000..ded09bf9f63a --- /dev/null +++ b/app-editors/bluefish/bluefish-1.0.6.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.0.6.ebuild,v 1.1 2006/10/04 03:52:54 hanno Exp $ + +inherit eutils fdo-mime + +IUSE="nls spell gnome" + +DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer." +SRC_URI="http://www.bennewitz.com/bluefish/stable/source/${P}.tar.bz2" +HOMEPAGE="http://bluefish.openoffice.nl/" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +SLOT="0" + +RDEPEND=">=x11-libs/gtk+-2 + dev-libs/libpcre + spell? ( app-text/aspell )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + nls? ( sys-devel/gettext ) + gnome? ( gnome-base/libgnomeui )" + +src_compile() { + econf --disable-update-databases \ + `use_enable nls` \ + `use_with gnome libgnomeui` || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} + +pkg_postinst() { + update-mime-database /usr/share/mime +} diff --git a/app-editors/bluefish/files/digest-bluefish-1.0.6 b/app-editors/bluefish/files/digest-bluefish-1.0.6 new file mode 100644 index 000000000000..30d0a5db41e0 --- /dev/null +++ b/app-editors/bluefish/files/digest-bluefish-1.0.6 @@ -0,0 +1,3 @@ +MD5 99eed255d05c3373a6e610e948626aa6 bluefish-1.0.6.tar.bz2 1504685 +RMD160 2ed4a6cae2bcf6886f15fbcb2be2bc997d767ad8 bluefish-1.0.6.tar.bz2 1504685 +SHA256 e7a60db3e51b4365e30a3efba2a8982d36cbce973ed5ed12c792956fb7de2e0c bluefish-1.0.6.tar.bz2 1504685 |