diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-08-05 14:24:53 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-08-05 14:24:53 +0000 |
commit | adee1fc70958ac25cfbc3e10e42e15bdac0cf9ac (patch) | |
tree | e44d3ac42b117e3dd1e66647fc5df61d233e34cc /app-editors | |
parent | Cleanup old ebuilds. (diff) | |
download | gentoo-2-adee1fc70958ac25cfbc3e10e42e15bdac0cf9ac.tar.gz gentoo-2-adee1fc70958ac25cfbc3e10e42e15bdac0cf9ac.tar.bz2 gentoo-2-adee1fc70958ac25cfbc3e10e42e15bdac0cf9ac.zip |
bluefish version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-0.12.ebuild | 58 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-1.0.2.ebuild (renamed from app-editors/bluefish/bluefish-0.13.ebuild) | 15 | ||||
-rw-r--r-- | app-editors/bluefish/files/bluefish-make-destdir.patch | 48 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-0.12 | 1 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-0.13 | 1 | ||||
-rw-r--r-- | app-editors/bluefish/files/digest-bluefish-1.0.2 | 1 |
7 files changed, 16 insertions, 115 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 6acb20c40aad..4560cd19b4b2 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/bluefish # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.49 2005/06/13 18:09:42 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.50 2005/08/05 14:24:52 hanno Exp $ + +*bluefish-1.0.2 (05 Aug 2005) + + 05 Aug 2005; Hanno Boeck <hanno@gentoo.org> +bluefish-1.0.2.ebuild: + Version bump. 13 Jun 2005; Fernando J. Pereda <ferdy@gentoo.org> bluefish-1.0.ebuild: alpha stable diff --git a/app-editors/bluefish/bluefish-0.12.ebuild b/app-editors/bluefish/bluefish-0.12.ebuild deleted file mode 100644 index 8828d46e6413..000000000000 --- a/app-editors/bluefish/bluefish-0.12.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.12.ebuild,v 1.10 2005/01/01 13:21:27 eradicator Exp $ - -IUSE="nls spell" - -DESCRIPTION="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 ~amd64 alpha ia64 ppc64" -SLOT="0" - -RDEPEND=">=x11-libs/gtk+-2 - dev-libs/libpcre - spell? ( app-text/aspell )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - nls? ( sys-devel/gettext )" - -src_compile() { - # Fix for icon location (bug #31770) - sed -i -e 's:ICONDIR/::g' data/bluefish.desktop.in - - local myconf - myconf="" - # --enable-auto-optimization let bluefish determine optimization - # --disable-splash-screen disables the splash screen - - use nls || myconf="${myconf} --disable-nls" - - econf ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install() { - dodir /usr/bin - dodir /usr/share/pixmaps - dodir /usr/share/applications - dodir /usr/share/gnome/apps - - einstall \ - datadir=${D}/usr/share \ - pkgdatadir=${D}/usr/share/bluefish \ - pixmapsdir=${D}/usr/share/pixmaps \ - iconpath=${D}/usr/share/pixmaps \ - gnome2menupath=${D}/usr/share/applications \ - gnome1menupath=${D}/usr/share/gnome/apps \ - || die "make install failed" - #fix to remove unneeded path - sed -e "s:${D}::" ${D}/usr/share/applications/bluefish.desktop \ - > ${S}/tmp.desktop - mv ${S}/tmp.desktop ${D}/usr/share/applications/bluefish.desktop - cp ${D}/usr/share/applications/bluefish.desktop \ - ${D}/usr/share/gnome/apps/Applications/ -} diff --git a/app-editors/bluefish/bluefish-0.13.ebuild b/app-editors/bluefish/bluefish-1.0.2.ebuild index 4051f73e1095..00ac4fb2bda1 100644 --- a/app-editors/bluefish/bluefish-0.13.ebuild +++ b/app-editors/bluefish/bluefish-1.0.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.13.ebuild,v 1.8 2005/04/01 02:29:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.0.2.ebuild,v 1.1 2005/08/05 14:24:52 hanno Exp $ -inherit eutils +inherit eutils fdo-mime IUSE="nls spell" @@ -11,7 +11,7 @@ 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 ~amd64 alpha ia64 ~ppc64" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" RDEPEND=">=x11-libs/gtk+-2 @@ -23,12 +23,15 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_compile() { - epatch ${FILESDIR}/bluefish-make-destdir.patch - - econf `use_enable nls` || die + econf --disable-update-databases \ + `use_enable nls` || die emake || die } src_install() { make DESTDIR=${D} install || die } + +pkg_postinst() { + update-mime-database /usr/share/mime +} diff --git a/app-editors/bluefish/files/bluefish-make-destdir.patch b/app-editors/bluefish/files/bluefish-make-destdir.patch deleted file mode 100644 index 3e2f11c9f550..000000000000 --- a/app-editors/bluefish/files/bluefish-make-destdir.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff -rNu bluefish-0.13.orig/Makefile.in bluefish-0.13/Makefile.in ---- bluefish-0.13.orig/Makefile.in 2004-04-09 12:30:01.000000000 +0200 -+++ bluefish-0.13/Makefile.in 2004-09-02 15:48:12.046968018 +0200 -@@ -75,7 +75,8 @@ - $(INSTALL_DIR) $(DESTDIR)$(pkgdatadir) - $(INSTALL_DATA) images/bluefish_splash.png $(DESTDIR)$(pkgdatadir) - @cd icons/ && $(MAKE) install -- if [ -d $(iconpath) ]; then \ -+ if [ -n $(iconpath) ]; then \ -+ mkdir $(DESTDIR)$(iconpath) ;\ - $(INSTALL_DATA) inline_images/bluefish_icon1.png $(DESTDIR)$(iconpath)/bluefish-icon.png ;\ - fi - @cd src/ && $(MAKE) install -diff -rNu bluefish-0.13.orig/data/Makefile.in bluefish-0.13/data/Makefile.in ---- bluefish-0.13.orig/data/Makefile.in 2004-04-09 12:30:01.000000000 +0200 -+++ bluefish-0.13/data/Makefile.in 2004-09-02 15:33:13.168328851 +0200 -@@ -52,21 +52,26 @@ - @for file in $(FUNCREFFILES) ; do \ - $(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$file ;\ - done -- if [ -d $(gnome2applications) ] ; then \ -+ if [ -n $(gnome2applications) ] ; then \ -+ mkdir $(DESTDIR)$(gnome2applications) ;\ - $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome2applications) ;\ - fi -- if [ -d $(gnome1menupath) ] ; then \ -+ if [ -n $(gnome1menupath) ] ; then \ -+ mkdir $(DESTDIR)$(gnome1menupath) ;\ - $(INSTALL_DIR) $(DESTDIR)$(gnome1menupath)/Applications ;\ - $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome1menupath)/Applications ;\ - fi -- if [ -d $(gnome2appreg) ] ; then \ -+ if [ -n $(gnome2appreg) ] ; then \ -+ mkdir $(DESTDIR)$(gnome2appreg) ;\ - $(INSTALL_DATA) bluefish.applications $(DESTDIR)$(gnome2appreg) ;\ - fi -- if [ -d $(gnome2mime-info) ] ; then \ -+ if [ -n $(gnome2mime-info) ] ; then \ -+ mkdir $(DESTDIR)$(gnome2mime-info) ;\ - $(INSTALL_DATA) bluefish.mime $(DESTDIR)$(gnome2mime-info) ;\ - $(INSTALL_DATA) bluefish.keys $(DESTDIR)$(gnome2mime-info) ;\ - fi -- if [ -d $(gnome2icons) ] ; then \ -+ if [ -n $(gnome2icons) ] ; then \ -+ mkdir $(DESTDIR)$(gnome2icons) ;\ - $(INSTALL_DATA) gnome-application-bluefish.png $(DESTDIR)$(gnome2icons) ;\ - fi - diff --git a/app-editors/bluefish/files/digest-bluefish-0.12 b/app-editors/bluefish/files/digest-bluefish-0.12 deleted file mode 100644 index edf48a76cf79..000000000000 --- a/app-editors/bluefish/files/digest-bluefish-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 9b01162747c7be6e2fc46475544bf995 bluefish-0.12.tar.bz2 868677 diff --git a/app-editors/bluefish/files/digest-bluefish-0.13 b/app-editors/bluefish/files/digest-bluefish-0.13 deleted file mode 100644 index 91c0f1743dc2..000000000000 --- a/app-editors/bluefish/files/digest-bluefish-0.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 e5f1f5eff0933dc68a51adcdce352826 bluefish-0.13.tar.bz2 1325135 diff --git a/app-editors/bluefish/files/digest-bluefish-1.0.2 b/app-editors/bluefish/files/digest-bluefish-1.0.2 new file mode 100644 index 000000000000..e3fa10149347 --- /dev/null +++ b/app-editors/bluefish/files/digest-bluefish-1.0.2 @@ -0,0 +1 @@ +MD5 281d72f5c45c913671c36bc6b7b45445 bluefish-1.0.2.tar.bz2 1461034 |