diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-07-16 09:49:59 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-07-16 09:49:59 +0000 |
commit | 9a8a379536f68bff85dec78c562207142e763473 (patch) | |
tree | 09a53af28a72f390d7cb428b4ea99b5d0b514e31 /app-editors/bluefish | |
parent | =app-editors/bluefish-2002.06.23 Masked. (GTK2+ port of bluefish) (diff) | |
download | historical-9a8a379536f68bff85dec78c562207142e763473.tar.gz historical-9a8a379536f68bff85dec78c562207142e763473.tar.bz2 historical-9a8a379536f68bff85dec78c562207142e763473.zip |
Added gtk2 port snapshot.
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-0.7-r2.ebuild | 4 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-0.7.ebuild | 47 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2002.06.23.ebuild (renamed from app-editors/bluefish/bluefish-0.7-r1.ebuild) | 30 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-0.7 | 1 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-0.7-r1 | 1 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-2002.06.23 | 1 |
7 files changed, 32 insertions, 60 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 9d86bd01a0d2..af344a6e189b 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.3 2002/03/27 22:18:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.4 2002/07/16 09:49:59 stroke Exp $ + +*bluefish-2002.06.23 (16 Jul 2002) + + 16 Jul 2002; Gabriele Giorgetti <stroke@gentoo.org> bluefish-2002.06.23.ebuild : + + Added gtk2 port snapshot. *bluefish-0.7-r2 (27 Mar 2002) diff --git a/app-editors/bluefish/bluefish-0.7-r2.ebuild b/app-editors/bluefish/bluefish-0.7-r2.ebuild index 4456ee42d2e7..d8e4def6f038 100644 --- a/app-editors/bluefish/bluefish-0.7-r2.ebuild +++ b/app-editors/bluefish/bluefish-0.7-r2.ebuild @@ -1,12 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.7-r2.ebuild,v 1.4 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.7-r2.ebuild,v 1.5 2002/07/16 09:49:59 stroke Exp $ S=${WORKDIR}/${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" +SLOT="0" DEPEND="=x11-libs/gtk+-1.2* >=media-libs/imlib-1.9.10-r1 diff --git a/app-editors/bluefish/bluefish-0.7.ebuild b/app-editors/bluefish/bluefish-0.7.ebuild deleted file mode 100644 index eb17e5b7b749..000000000000 --- a/app-editors/bluefish/bluefish-0.7.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.7.ebuild,v 1.4 2002/07/11 06:30:11 drobbins Exp $ - -S=${WORKDIR}/${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" - -DEPEND="=x11-libs/gtk+-1.2* - >=media-libs/imlib-1.9.10-r1 - perl? ( sys-devel/perl )" - -src_compile() { - - local myconf - if [ "`use perl`" ] - then - myconf="$myconf --with-perl" - fi - - ./configure --prefix=/usr \ - --host=${CHOST} \ - --with-autocomplet \ - $myconf || die - - 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} 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.7-r1.ebuild b/app-editors/bluefish/bluefish-2002.06.23.ebuild index 19f397de13e6..4fea8cd86e32 100644 --- a/app-editors/bluefish/bluefish-0.7-r1.ebuild +++ b/app-editors/bluefish/bluefish-2002.06.23.ebuild @@ -1,17 +1,23 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.7-r1.ebuild,v 1.4 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2002.06.23.ebuild,v 1.1 2002/07/16 09:49:59 stroke Exp $ -S=${WORKDIR}/${P} +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/downloads/${P}.tar.bz2" +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" +SLOT="0" -DEPEND="=x11-libs/gtk+-1.2* - >=media-libs/imlib-1.9.10-r1 - perl? ( sys-devel/perl ) - nls? ( sys-devel/gettext )" +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 )" + +RDEPEND="${DEPEND}" src_compile() { @@ -19,7 +25,9 @@ src_compile() { use perl && myconf="${myconf} --with-perl" use nls || myconf="${myconf} --disable-nls" - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ --host=${CHOST} \ --with-autocomplet \ ${myconf} || die @@ -39,7 +47,11 @@ src_install () { $f.orig > $f done - make DESTDIR=${D} install || die + 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/files/digest-bluefish-0.7 b/app-editors/bluefish/files/digest-bluefish-0.7 deleted file mode 100644 index 2f86ca5aa08d..000000000000 --- a/app-editors/bluefish/files/digest-bluefish-0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 f3085245839edb278b77f6c3619ed396 bluefish-0.7.tar.bz2 1686219 diff --git a/app-editors/bluefish/files/digest-bluefish-0.7-r1 b/app-editors/bluefish/files/digest-bluefish-0.7-r1 deleted file mode 100644 index 2f86ca5aa08d..000000000000 --- a/app-editors/bluefish/files/digest-bluefish-0.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f3085245839edb278b77f6c3619ed396 bluefish-0.7.tar.bz2 1686219 diff --git a/app-editors/bluefish/files/digest-bluefish-2002.06.23 b/app-editors/bluefish/files/digest-bluefish-2002.06.23 new file mode 100644 index 000000000000..6689e3fad2b0 --- /dev/null +++ b/app-editors/bluefish/files/digest-bluefish-2002.06.23 @@ -0,0 +1 @@ +MD5 a07d7a86c6289ee9c1a7b968be6c70c8 bluefish-gtk2port-2002-06-23.tgz 331821 |