summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2002-12-17 13:48:55 +0000
committerHanno Böck <hanno@gentoo.org>2002-12-17 13:48:55 +0000
commit37151fadce9332a3873b7c4d26c3a8ac5580efc5 (patch)
tree6ff0f0dfb5231a18f0f9f21a67ba78c7cce809b5 /app-editors
parentsmall fixes (diff)
downloadgentoo-2-37151fadce9332a3873b7c4d26c3a8ac5580efc5.tar.gz
gentoo-2-37151fadce9332a3873b7c4d26c3a8ac5580efc5.tar.bz2
gentoo-2-37151fadce9332a3873b7c4d26c3a8ac5580efc5.zip
fixed bug 12270
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/bluefish/ChangeLog5
-rw-r--r--app-editors/bluefish/bluefish-0.7-r3.ebuild4
-rw-r--r--app-editors/bluefish/bluefish-0.8.ebuild3
3 files changed, 8 insertions, 4 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog
index 58fe47f8297b..0cb63aebed1b 100644
--- a/app-editors/bluefish/ChangeLog
+++ b/app-editors/bluefish/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/bluefish
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.13 2002/12/14 21:14:04 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.14 2002/12/17 13:48:50 hanno Exp $
+
+ 17 Dec 2002; Hanno Boeck <hanno@gentoo.org> bluefish-0.8.ebuild :
+ Added libpcre to dependency, resolves bug #12270.
*bluefish-0.8 (14 Dec 2002)
diff --git a/app-editors/bluefish/bluefish-0.7-r3.ebuild b/app-editors/bluefish/bluefish-0.7-r3.ebuild
index 1dbc7e97bb93..7cd076d95e6c 100644
--- a/app-editors/bluefish/bluefish-0.7-r3.ebuild
+++ b/app-editors/bluefish/bluefish-0.7-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.7-r3.ebuild,v 1.3 2002/12/09 04:17:38 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.7-r3.ebuild,v 1.4 2002/12/17 13:48:54 hanno Exp $
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"
@@ -21,7 +21,7 @@ src_compile() {
use perl && myconf="${myconf} --with-perl"
use nls || myconf="${myconf} --disable-nls"
econf ${myconf}
-
+
emake || die "Compilation failed"
}
diff --git a/app-editors/bluefish/bluefish-0.8.ebuild b/app-editors/bluefish/bluefish-0.8.ebuild
index 1bb808f31b19..a1f46b6e1afd 100644
--- a/app-editors/bluefish/bluefish-0.8.ebuild
+++ b/app-editors/bluefish/bluefish-0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.8.ebuild,v 1.1 2002/12/14 21:14:04 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.8.ebuild,v 1.2 2002/12/17 13:48:55 hanno Exp $
MY_P=${PN}-gtk2-${PV}
S=${WORKDIR}/${MY_P}
@@ -16,6 +16,7 @@ IUSE="nls perl"
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 )"