diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-09-22 18:21:06 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-09-22 18:21:06 +0000 |
commit | cfbde9b44303c058aade1926d696da6a44cccc56 (patch) | |
tree | a89ca9721a8e652ffee8af3ad7109f0aaacf2533 /app-editors | |
parent | Bump to 3.5 beta1. (diff) | |
download | gentoo-2-cfbde9b44303c058aade1926d696da6a44cccc56.tar.gz gentoo-2-cfbde9b44303c058aade1926d696da6a44cccc56.tar.bz2 gentoo-2-cfbde9b44303c058aade1926d696da6a44cccc56.zip |
bluefish version bump
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-1.0.4.ebuild | 37 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-1.0.4 | 1 |
3 files changed, 44 insertions, 1 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 4560cd19b4b2..6317af24cbc7 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/bluefish # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.50 2005/08/05 14:24:52 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.51 2005/09/22 18:21:06 hanno Exp $ + +*bluefish-1.0.4 (22 Sep 2005) + + 22 Sep 2005; Hanno Boeck <hanno@gentoo.org> +bluefish-1.0.4.ebuild: + Version bump. *bluefish-1.0.2 (05 Aug 2005) diff --git a/app-editors/bluefish/bluefish-1.0.4.ebuild b/app-editors/bluefish/bluefish-1.0.4.ebuild new file mode 100644 index 000000000000..5f152ed8807d --- /dev/null +++ b/app-editors/bluefish/bluefish-1.0.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.0.4.ebuild,v 1.1 2005/09/22 18:21:06 hanno Exp $ + +inherit eutils fdo-mime + +IUSE="nls spell" + +DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer." +SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/${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 )" + +src_compile() { + econf --disable-update-databases \ + `use_enable nls` || 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.4 b/app-editors/bluefish/files/digest-bluefish-1.0.4 new file mode 100644 index 000000000000..15e4b6fdd5ea --- /dev/null +++ b/app-editors/bluefish/files/digest-bluefish-1.0.4 @@ -0,0 +1 @@ +MD5 8d5c1b7315cdc935aa024954093d2b32 bluefish-1.0.4.tar.bz2 1469951 |