diff options
author | Hanno Böck <hanno@gentoo.org> | 2002-11-17 21:03:35 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2002-11-17 21:03:35 +0000 |
commit | 9eeb866d602a5bfa02b2ba67fefe5c315dd2f388 (patch) | |
tree | f400cce9a2354ee95bacd3852808bc38d8a06f00 | |
parent | stable for x86 (diff) | |
download | gentoo-2-9eeb866d602a5bfa02b2ba67fefe5c315dd2f388.tar.gz gentoo-2-9eeb866d602a5bfa02b2ba67fefe5c315dd2f388.tar.bz2 gentoo-2-9eeb866d602a5bfa02b2ba67fefe5c315dd2f388.zip |
new version of gtk2 port
-rw-r--r-- | app-editors/bluefish/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2002.06.23.ebuild | 58 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2002.11.17.ebuild (renamed from app-editors/bluefish/bluefish-2002.09.26.ebuild) | 10 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-2002.06.23 | 1 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-2002.09.26 | 1 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-2002.11.17 | 1 |
6 files changed, 11 insertions, 67 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index fb78d4066ef6..3b3c89f3357a 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,11 @@ # 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.8 2002/11/16 10:16:18 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.9 2002/11/17 21:03:35 hanno Exp $ + +*bluefish-2002.11.17 (17 Nov 2002) + + 17 Nov 2002; Hanno Boeck <hanno@gentoo.org> bluefish-2002.11.17.ebuild : + New version of gtk2 port. *bluefish-2002.11.08 (16 Nov 2002) diff --git a/app-editors/bluefish/bluefish-2002.06.23.ebuild b/app-editors/bluefish/bluefish-2002.06.23.ebuild deleted file mode 100644 index 69a864ee7ef4..000000000000 --- a/app-editors/bluefish/bluefish-2002.06.23.ebuild +++ /dev/null @@ -1,58 +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.06.23.ebuild,v 1.8 2002/10/20 18:37:25 vapier Exp $ - -IUSE="nls perl" - -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 sparc64" -SLOT="0" - -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 - use perl && myconf="${myconf} --with-perl" - use nls || myconf="${myconf} --disable-nls" - - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --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} \ - 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-2002.09.26.ebuild b/app-editors/bluefish/bluefish-2002.11.17.ebuild index 40ee4109f2da..7afc742d29e8 100644 --- a/app-editors/bluefish/bluefish-2002.09.26.ebuild +++ b/app-editors/bluefish/bluefish-2002.11.17.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-2002.09.26.ebuild,v 1.2 2002/10/20 18:37:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2002.11.17.ebuild,v 1.1 2002/11/17 21:03:35 hanno Exp $ IUSE="nls perl" @@ -25,20 +25,20 @@ src_compile() { local myconf use perl && myconf="${myconf} --with-perl" use nls || myconf="${myconf} --disable-nls" - + ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ --host=${CHOST} \ --with-autocomplet \ ${myconf} || die - + emake || die } src_install () { - + makefiles=`find . -name Makefile` for f in $makefiles; do mv $f $f.orig @@ -53,6 +53,4 @@ src_install () { 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-2002.06.23 b/app-editors/bluefish/files/digest-bluefish-2002.06.23 deleted file mode 100644 index 6689e3fad2b0..000000000000 --- a/app-editors/bluefish/files/digest-bluefish-2002.06.23 +++ /dev/null @@ -1 +0,0 @@ -MD5 a07d7a86c6289ee9c1a7b968be6c70c8 bluefish-gtk2port-2002-06-23.tgz 331821 diff --git a/app-editors/bluefish/files/digest-bluefish-2002.09.26 b/app-editors/bluefish/files/digest-bluefish-2002.09.26 deleted file mode 100644 index 7780db455cda..000000000000 --- a/app-editors/bluefish/files/digest-bluefish-2002.09.26 +++ /dev/null @@ -1 +0,0 @@ -MD5 965327b0d22375de02bb162b1c20c81f bluefish-gtk2port-2002-09-26.tgz 390390 diff --git a/app-editors/bluefish/files/digest-bluefish-2002.11.17 b/app-editors/bluefish/files/digest-bluefish-2002.11.17 new file mode 100644 index 000000000000..a5423b8cdb62 --- /dev/null +++ b/app-editors/bluefish/files/digest-bluefish-2002.11.17 @@ -0,0 +1 @@ +MD5 dc459854d810a40c4afce394c38d57ae bluefish-gtk2port-2002-11-17.tgz 433989 |