summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-02-19 15:05:54 +0000
committerMarinus Schraal <foser@gentoo.org>2003-02-19 15:05:54 +0000
commitaf8aeb8064219a30f96cd37d0f2b77249b38232c (patch)
tree5fc43d510841042b138789db48d584c76f3da65d /app-editors/bluefish
parentFixed Changelog 1.1.0 -> 1.1.1 (diff)
downloadhistorical-af8aeb8064219a30f96cd37d0f2b77249b38232c.tar.gz
historical-af8aeb8064219a30f96cd37d0f2b77249b38232c.tar.bz2
historical-af8aeb8064219a30f96cd37d0f2b77249b38232c.zip
fixes
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r--app-editors/bluefish/ChangeLog5
-rw-r--r--app-editors/bluefish/bluefish-0.9.ebuild26
2 files changed, 14 insertions, 17 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog
index 48b81d8430c2..19999acc2d30 100644
--- a/app-editors/bluefish/ChangeLog
+++ b/app-editors/bluefish/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-editors/bluefish
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.16 2003/02/18 11:34:23 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.17 2003/02/19 15:05:54 foser Exp $
*bluefish-0.9 (18 Feb 2003)
+ 19 Feb 2003; foser <foser@gentoo.org> bluefish-0.9.ebuild :
+ Fixes to DEP/USE
+
18 Feb 2003; Luca Barbato <lu_zero@gentoo.org> bluefish-0.9.ebuild :
New version
diff --git a/app-editors/bluefish/bluefish-0.9.ebuild b/app-editors/bluefish/bluefish-0.9.ebuild
index 59aa687e377b..7863ebb834b6 100644
--- a/app-editors/bluefish/bluefish-0.9.ebuild
+++ b/app-editors/bluefish/bluefish-0.9.ebuild
@@ -1,33 +1,27 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.9.ebuild,v 1.2 2003/02/18 13:11:17 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.9.ebuild,v 1.3 2003/02/19 15:05:54 foser Exp $
-#MY_P=${PN}-gtk2-${PV}
-#S=${WORKDIR}/${MY_P}
DESCRIPTION="Bluefish is 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"
+KEYWORDS="~x86 ~ppc ~sparc"
SLOT="0"
-IUSE="nls perl"
+IUSE=""
-DEPEND=">=x11-libs/gtk+-2.0.5
- >=media-libs/freetype-2.0.9
- >=media-libs/gdk-pixbuf-0.18
- dev-libs/libpcre
- perl? ( sys-devel/perl )
- nls? ( sys-devel/gettext )"
+DEPEND=">=x11-libs/gtk+-2
+ dev-libs/libpcre"
+
+RDEPEND="${DEPEND}
+ sys-devel/gettext"
src_compile() {
- local myconf="--with-autocomplet"
- use perl && myconf="${myconf} --with-perl"
- use nls || myconf="${myconf} --disable-nls"
- econf ${myconf}
+ local myconf
+ econf ${myconf} || die
emake || die
-
}
src_install() {