diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-12-30 00:05:23 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-12-30 00:05:23 +0000 |
commit | f3f20847ce22d08b49d5b96114b342515b3bdbdb (patch) | |
tree | 33a305400b448816b331357c175644751c981da5 /app-editors/bluefish | |
parent | New 3.0_p1 version (just a rename of 3.0-r4 to fix version to proper name) an... (diff) | |
download | gentoo-2-f3f20847ce22d08b49d5b96114b342515b3bdbdb.tar.gz gentoo-2-f3f20847ce22d08b49d5b96114b342515b3bdbdb.tar.bz2 gentoo-2-f3f20847ce22d08b49d5b96114b342515b3bdbdb.zip |
unmasking for 1.4
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r-- | app-editors/bluefish/bluefish-0.7-r2.ebuild | 45 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-0.8.ebuild | 4 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-0.7-r2 | 1 |
3 files changed, 2 insertions, 48 deletions
diff --git a/app-editors/bluefish/bluefish-0.7-r2.ebuild b/app-editors/bluefish/bluefish-0.7-r2.ebuild deleted file mode 100644 index 092ce06bd606..000000000000 --- a/app-editors/bluefish/bluefish-0.7-r2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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-r2.ebuild,v 1.14 2002/12/09 04:17:38 manson 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" -HOMEPAGE="http://bluefish.openoffice.nl/" - -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc " -SLOT="0" -IUSE="nls perl" - -DEPEND="=x11-libs/gtk+-1.2* - >=media-libs/imlib-1.9.10-r1 - perl? ( sys-devel/perl ) - nls? ( sys-devel/gettext )" - -src_compile() { - local myconf="--with-autocomplet" - use perl && myconf="${myconf} --with-perl" - use nls || myconf="${myconf} --disable-nls" - econf ${myconf} - - emake || die -} - -src_install() { - makefiles=`find . -name Makefile` - for f in $makefiles; do - mv $f $f.orig - sed -e 's#$(prefix)#$(DESTDIR)$(prefix)#' \ - -e 's#${prefix}#$(DESTDIR)${prefix}#' \ - -e 's#/usr/share/pixmaps#$(DESTDIR)$(prefix)/share/pixmaps#' \ - $f.orig > $f - done - - make \ - DESTDIR=${D} \ - mandir=${D}/usr/share/man \ - install || die - - dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README TODO - mv manual ${D}usr/share/doc/${PF} -} diff --git a/app-editors/bluefish/bluefish-0.8.ebuild b/app-editors/bluefish/bluefish-0.8.ebuild index a1f46b6e1afd..e5d5d151b126 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.2 2002/12/17 13:48:55 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.8.ebuild,v 1.3 2002/12/30 00:05:23 drobbins Exp $ MY_P=${PN}-gtk2-${PV} S=${WORKDIR}/${MY_P} @@ -9,7 +9,7 @@ SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/${MY_P}.tar.bz2" HOMEPAGE="http://bluefish.openoffice.nl/" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" SLOT="0" IUSE="nls perl" diff --git a/app-editors/bluefish/files/digest-bluefish-0.7-r2 b/app-editors/bluefish/files/digest-bluefish-0.7-r2 deleted file mode 100644 index 2f86ca5aa08d..000000000000 --- a/app-editors/bluefish/files/digest-bluefish-0.7-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 f3085245839edb278b77f6c3619ed396 bluefish-0.7.tar.bz2 1686219 |