diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
commit | 85bf0780b54b0388919f656d5d2475ac8dfbfc7d (patch) | |
tree | 5462eacfdcae74754e7ca88e02f792ab14b385f0 /app-editors/bluefish | |
parent | version bump, first gpg-signed package ;) (Manifest recommit) (diff) | |
download | gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.gz gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.bz2 gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.zip |
dont install uselss COPYING file and fix other stuff while i'm at it
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r-- | app-editors/bluefish/bluefish-0.11.ebuild | 14 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-0.9.ebuild | 19 |
2 files changed, 11 insertions, 22 deletions
diff --git a/app-editors/bluefish/bluefish-0.11.ebuild b/app-editors/bluefish/bluefish-0.11.ebuild index b7fffd72e9c8..35d5206e3d01 100644 --- a/app-editors/bluefish/bluefish-0.11.ebuild +++ b/app-editors/bluefish/bluefish-0.11.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.11.ebuild,v 1.5 2003/12/04 15:52:38 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.11.ebuild,v 1.6 2004/05/31 22:12:03 vapier 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" +DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer" HOMEPAGE="http://bluefish.openoffice.nl/" +SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc" SLOT="0" +KEYWORDS="x86 ~ppc sparc" +IUSE="nls spell" RDEPEND=">=x11-libs/gtk+-2 dev-libs/libpcre spell? ( app-text/aspell )" - DEPEND="${RDEPEND} dev-util/pkgconfig nls? ( sys-devel/gettext )" diff --git a/app-editors/bluefish/bluefish-0.9.ebuild b/app-editors/bluefish/bluefish-0.9.ebuild index 3f12e39649b8..2d9727cad8e1 100644 --- a/app-editors/bluefish/bluefish-0.9.ebuild +++ b/app-editors/bluefish/bluefish-0.9.ebuild @@ -1,31 +1,22 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.9.ebuild,v 1.10 2003/10/02 18:30:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.9.ebuild,v 1.11 2004/05/31 22:12:03 vapier Exp $ -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" +DESCRIPTION="Bluefish is a GTK HTML editor for the experienced web designer or programmer" HOMEPAGE="http://bluefish.openoffice.nl/" +SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" SLOT="0" +KEYWORDS="x86 ppc sparc" IUSE="" DEPEND=">=x11-libs/gtk+-2 dev-libs/libpcre" - RDEPEND="${DEPEND} sys-devel/gettext" -src_compile() { - local myconf - - econf ${myconf} || die - emake || die -} - src_install() { - cd ${S} sed -i -e "s:"/usr/share/pixmaps/b":"${D}/usr/share/pixmaps/b":g" Makefile cd data sed -i -e "s:"/usr/share":"${D}/usr/share":g" Makefile |