summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-03-30 22:15:26 +0000
committerHanno Böck <hanno@gentoo.org>2008-03-30 22:15:26 +0000
commit6db8fa05b11594abe38f9af4d76be57e6ac4d551 (patch)
treedc10108400f0976071a8462ffe00af5d8bcb3e34 /app-editors/bluefish/bluefish-1.0.6.ebuild
parentRemove bindnow for bug #214087 and fix fperms that must be run after fowners (diff)
downloadgentoo-2-6db8fa05b11594abe38f9af4d76be57e6ac4d551.tar.gz
gentoo-2-6db8fa05b11594abe38f9af4d76be57e6ac4d551.tar.bz2
gentoo-2-6db8fa05b11594abe38f9af4d76be57e6ac4d551.zip
remove old bluefish ebuilds
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/bluefish/bluefish-1.0.6.ebuild')
-rw-r--r--app-editors/bluefish/bluefish-1.0.6.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-editors/bluefish/bluefish-1.0.6.ebuild b/app-editors/bluefish/bluefish-1.0.6.ebuild
deleted file mode 100644
index ded09bf9f63a..000000000000
--- a/app-editors/bluefish/bluefish-1.0.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.0.6.ebuild,v 1.1 2006/10/04 03:52:54 hanno Exp $
-
-inherit eutils fdo-mime
-
-IUSE="nls spell gnome"
-
-DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer."
-SRC_URI="http://www.bennewitz.com/bluefish/stable/source/${P}.tar.bz2"
-HOMEPAGE="http://bluefish.openoffice.nl/"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-
-RDEPEND=">=x11-libs/gtk+-2
- dev-libs/libpcre
- spell? ( app-text/aspell )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( sys-devel/gettext )
- gnome? ( gnome-base/libgnomeui )"
-
-src_compile() {
- econf --disable-update-databases \
- `use_enable nls` \
- `use_with gnome libgnomeui` || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}
-
-pkg_postinst() {
- update-mime-database /usr/share/mime
-}