diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-01-16 11:46:45 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-01-16 11:46:45 +0000 |
commit | 44b55d422425347127f6d2c827038af4bba2e612 (patch) | |
tree | 5b7fae4940a45266bbd6b458d3d3ab00f1ccfb06 /app-editors | |
parent | Changed keyword substitution for vmware-workstation-5.0_beta2.ebuild from -kb... (diff) | |
download | gentoo-2-44b55d422425347127f6d2c827038af4bba2e612.tar.gz gentoo-2-44b55d422425347127f6d2c827038af4bba2e612.tar.bz2 gentoo-2-44b55d422425347127f6d2c827038af4bba2e612.zip |
bluefish version bump
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-1.0.ebuild | 37 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-1.0 | 1 |
3 files changed, 44 insertions, 1 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 2552cc8cd37a..6fddc8a90091 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.37 2005/01/16 11:44:50 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.38 2005/01/16 11:46:45 hanno Exp $ + +*bluefish-1.0 (16 Jan 2005) + + 16 Jan 2005; Hanno Boeck <hanno@gentoo.org> +bluefish-1.0.ebuild: + Version bump. 16 Jan 2005; Hanno Boeck <hanno@gentoo.org> bluefish-0.13.ebuild: Mark stable x86. diff --git a/app-editors/bluefish/bluefish-1.0.ebuild b/app-editors/bluefish/bluefish-1.0.ebuild new file mode 100644 index 000000000000..ef42e2f1dc13 --- /dev/null +++ b/app-editors/bluefish/bluefish-1.0.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.ebuild,v 1.1 2005/01/16 11:46:45 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="~x86 ~ppc ~sparc ~amd64 ~alpha ~ia64 ~ppc64" +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 b/app-editors/bluefish/files/digest-bluefish-1.0 new file mode 100644 index 000000000000..482eba069c20 --- /dev/null +++ b/app-editors/bluefish/files/digest-bluefish-1.0 @@ -0,0 +1 @@ +MD5 a3cf8abd282d850407e8c7eed38d15e7 bluefish-1.0.tar.bz2 1372325 |