diff options
author | Hanno Böck <hanno@gentoo.org> | 2002-12-14 21:14:04 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2002-12-14 21:14:04 +0000 |
commit | eec4ac991734019b39691720b90e4b3127d8dfe5 (patch) | |
tree | 85edb78a987f3bfdf8b19d12eefa24231e594755 /app-editors | |
parent | masked omniORB-4.0.0 and omniORBpy (gcc-3.2 bug?) (diff) | |
download | gentoo-2-eec4ac991734019b39691720b90e4b3127d8dfe5.tar.gz gentoo-2-eec4ac991734019b39691720b90e4b3127d8dfe5.tar.bz2 gentoo-2-eec4ac991734019b39691720b90e4b3127d8dfe5.zip |
bluefish 0.8 ebuild, old gtk2-snapshots removed
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-0.8.ebuild (renamed from app-editors/bluefish/bluefish-2002.11.17.ebuild) | 10 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2002.11.08.ebuild | 45 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-0.8 | 1 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-2002.11.08 | 1 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-2002.11.17 | 1 |
6 files changed, 13 insertions, 53 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 4588b1493c68..58fe47f8297b 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,12 @@ # 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.12 2002/12/13 10:56:05 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.13 2002/12/14 21:14:04 hanno Exp $ + +*bluefish-0.8 (14 Dec 2002) + + 14 Dec 2002; Hanno Boeck <hanno@gentoo.org> bluefish-0.8.ebuild : + New version supporting GTK 2. + Snapshots of gtk2 port removed. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-editors/bluefish/bluefish-2002.11.17.ebuild b/app-editors/bluefish/bluefish-0.8.ebuild index d425f610d83a..1bb808f31b19 100644 --- a/app-editors/bluefish/bluefish-2002.11.17.ebuild +++ b/app-editors/bluefish/bluefish-0.8.ebuild @@ -1,15 +1,15 @@ # 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-2002.11.17.ebuild,v 1.4 2002/12/09 09:30:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.8.ebuild,v 1.1 2002/12/14 21:14:04 hanno Exp $ -MY_PV=`echo ${PV} | sed -e 's/\./-/g'` -S=${WORKDIR}/${PN}-gtk2 +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/snapshots/${PN}-gtk2port-${MY_PV}.tgz" +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/bluefish-2002.11.08.ebuild b/app-editors/bluefish/bluefish-2002.11.08.ebuild deleted file mode 100644 index bc6bdf920636..000000000000 --- a/app-editors/bluefish/bluefish-2002.11.08.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-2002.11.08.ebuild,v 1.3 2002/12/09 04:17:38 manson Exp $ - -MY_PV=`echo ${PV} | sed -e 's/\./-/g'` -S=${WORKDIR}/${PN}-gtk2 -DESCRIPTION="Bluefish is a GTK HTML editor for the experienced web designer or programmer." -SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/snapshots/${PN}-gtk2port-${MY_PV}.tgz" -HOMEPAGE="http://bluefish.openoffice.nl/" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc " -SLOT="0" -IUSE="nls perl" - -DEPEND=">=x11-libs/gtk+-2.0.5 - >=media-libs/freetype-2.0.9 - >=media-libs/gdk-pixbuf-0.18 - 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 -} diff --git a/app-editors/bluefish/files/digest-bluefish-0.8 b/app-editors/bluefish/files/digest-bluefish-0.8 new file mode 100644 index 000000000000..159fb14d97c3 --- /dev/null +++ b/app-editors/bluefish/files/digest-bluefish-0.8 @@ -0,0 +1 @@ +MD5 e23be7c0ed008d391dc45c00f6a2629f bluefish-gtk2-0.8.tar.bz2 370675 diff --git a/app-editors/bluefish/files/digest-bluefish-2002.11.08 b/app-editors/bluefish/files/digest-bluefish-2002.11.08 deleted file mode 100644 index 3d798fbd863f..000000000000 --- a/app-editors/bluefish/files/digest-bluefish-2002.11.08 +++ /dev/null @@ -1 +0,0 @@ -MD5 ca8f7353031cb6f2a20708caa1aadb66 bluefish-gtk2port-2002-11-08.tgz 413083 diff --git a/app-editors/bluefish/files/digest-bluefish-2002.11.17 b/app-editors/bluefish/files/digest-bluefish-2002.11.17 deleted file mode 100644 index a5423b8cdb62..000000000000 --- a/app-editors/bluefish/files/digest-bluefish-2002.11.17 +++ /dev/null @@ -1 +0,0 @@ -MD5 dc459854d810a40c4afce394c38d57ae bluefish-gtk2port-2002-11-17.tgz 433989 |