summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-02 05:05:01 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-02 05:05:01 +0000
commitac16a67367c9b39566cad2df234d34cfc55a32aa (patch)
tree5e0a86efe1056d2c2322c688f9dddf44ca6d0b5b /app-editors/bluefish
parentmodernised (diff)
downloadhistorical-ac16a67367c9b39566cad2df234d34cfc55a32aa.tar.gz
historical-ac16a67367c9b39566cad2df234d34cfc55a32aa.tar.bz2
historical-ac16a67367c9b39566cad2df234d34cfc55a32aa.zip
modernised
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r--app-editors/bluefish/bluefish-0.7-r2.ebuild8
-rw-r--r--app-editors/bluefish/bluefish-2002.06.23.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/app-editors/bluefish/bluefish-0.7-r2.ebuild b/app-editors/bluefish/bluefish-0.7-r2.ebuild
index d8e4def6f038..6f48fc7a58aa 100644
--- a/app-editors/bluefish/bluefish-0.7-r2.ebuild
+++ b/app-editors/bluefish/bluefish-0.7-r2.ebuild
@@ -1,6 +1,6 @@
# 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.5 2002/07/16 09:49:59 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.7-r2.ebuild,v 1.6 2002/08/02 05:05:01 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Bluefish is a GTK HTML editor for the experienced web designer or programmer."
@@ -11,7 +11,7 @@ KEYWORDS="x86"
SLOT="0"
DEPEND="=x11-libs/gtk+-1.2*
- >=media-libs/imlib-1.9.10-r1
+ >=media-libs/imlib-1.9.10-r1
perl? ( sys-devel/perl )
nls? ( sys-devel/gettext )"
@@ -37,7 +37,7 @@ src_install () {
makefiles=`find . -name Makefile`
for f in $makefiles; do
mv $f $f.orig
- sed -e 's#$(prefix)#$(DESTDIR)$(prefix)#' \
+ sed -e 's#$(prefix)#$(DESTDIR)$(prefix)#' \
-e 's#${prefix}#$(DESTDIR)${prefix}#' \
-e 's#/usr/share/pixmaps#$(DESTDIR)$(prefix)/share/pixmaps#' \
$f.orig > $f
@@ -48,6 +48,6 @@ src_install () {
mandir=${D}/usr/share/man \
install || die
- dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README TODO
+ 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.06.23.ebuild b/app-editors/bluefish/bluefish-2002.06.23.ebuild
index 4fea8cd86e32..839d650c86fe 100644
--- a/app-editors/bluefish/bluefish-2002.06.23.ebuild
+++ b/app-editors/bluefish/bluefish-2002.06.23.ebuild
@@ -1,6 +1,6 @@
# 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-2002.06.23.ebuild,v 1.1 2002/07/16 09:49:59 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2002.06.23.ebuild,v 1.2 2002/08/02 05:05:01 seemant Exp $
MY_PV=`echo ${PV} | sed -e 's/\./-/g'`
S=${WORKDIR}/${PN}-gtk2
@@ -13,7 +13,7 @@ SLOT="0"
DEPEND=">=x11-libs/gtk+-2.0.5
>=media-libs/freetype-2.0.9
- >=media-libs/gdk-pixbuf-0.18
+ >=media-libs/gdk-pixbuf-0.18
perl? ( sys-devel/perl )
nls? ( sys-devel/gettext )"
@@ -41,7 +41,7 @@ src_install () {
makefiles=`find . -name Makefile`
for f in $makefiles; do
mv $f $f.orig
- sed -e 's#$(prefix)#$(DESTDIR)$(prefix)#' \
+ sed -e 's#$(prefix)#$(DESTDIR)$(prefix)#' \
-e 's#${prefix}#$(DESTDIR)${prefix}#' \
-e 's#/usr/share/pixmaps#$(DESTDIR)$(prefix)/share/pixmaps#' \
$f.orig > $f
@@ -52,6 +52,6 @@ src_install () {
mandir=${D}/usr/share/man \
install || die
- dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README TODO
+ dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README TODO
mv manual ${D}usr/share/doc/${PF}
}