diff options
author | Hanno Boeck <hanno@gentoo.org> | 2005-08-05 14:24:53 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2005-08-05 14:24:53 +0000 |
commit | 33c746a270190d5a6c83869427ef1cc3d5091c53 (patch) | |
tree | b7e4bd561649d8351ea34a5f00306919adb6292b /app-editors | |
parent | Cleanup old ebuilds. (diff) | |
download | historical-33c746a270190d5a6c83869427ef1cc3d5091c53.tar.gz historical-33c746a270190d5a6c83869427ef1cc3d5091c53.tar.bz2 historical-33c746a270190d5a6c83869427ef1cc3d5091c53.zip |
bluefish version bump
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/bluefish/Manifest | 15 | ||||
-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 |
8 files changed, 22 insertions, 124 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/Manifest b/app-editors/bluefish/Manifest index 2fca30197cab..1f9842f869da 100644 --- a/app-editors/bluefish/Manifest +++ b/app-editors/bluefish/Manifest @@ -1,19 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 10ccf0b5bdc1fa7e624e525f8191d78e bluefish-0.13.ebuild 839 +MD5 9472c82a947444156c0eaf34bd445c6d ChangeLog 6083 MD5 1b7fcc5c167d3fd3b689b7784866d6a0 bluefish-1.0.ebuild 888 -MD5 933c86977050493cf6e6aa46b6aef967 bluefish-0.12.ebuild 1710 -MD5 661b3f3c7feca4b53ef19c4fab5edb45 ChangeLog 5965 MD5 a72a06a37ca4e5905085ebff07fe9e9e metadata.xml 217 +MD5 387355913ede91692759147273543555 bluefish-1.0.2.ebuild 897 MD5 4f4082139d50854cf37bf254207ad1b1 files/digest-bluefish-1.0 66 -MD5 e60836fae74fcfb183148e9df9dc75df files/digest-bluefish-0.12 66 -MD5 870f031f504c06b82c5c85a73b813a02 files/digest-bluefish-0.13 67 -MD5 3b49e1ecdc735c10a145dd6dc9c528ee files/bluefish-make-destdir.patch 2052 +MD5 52bca1b5248301ce7359f135e824a98f files/digest-bluefish-1.0.2 68 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCrcydViELBEf1JB0RAgoyAJwPj12Rr1NJaEuWK11R58zRbVPi7gCfQgbl -1weHztEZhVXNuzfOGsycIZY= -=oUFn +iD8DBQFC83cer2QksT29OyARAo2iAKCERgFdENVULN7eTmiAR3Vohrtb5ACfX+ol +4/StW7MXy+M6K2gxtGaIP2k= +=5Nbd -----END PGP SIGNATURE----- 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 |