summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/bfm/bfm-0.6.4.ebuild')
-rw-r--r--x11-plugins/bfm/bfm-0.6.4.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-plugins/bfm/bfm-0.6.4.ebuild b/x11-plugins/bfm/bfm-0.6.4.ebuild
deleted file mode 100644
index cb8175515530..000000000000
--- a/x11-plugins/bfm/bfm-0.6.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4.ebuild,v 1.5 2007/01/26 14:43:53 s4t4n Exp $
-
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="Dock application that combines timecop's bubblemon and wmfishtime together."
-HOMEPAGE="http://www.jnrowe.ukfsn.org/projects/bfm.html"
-SRC_URI="http://www.jnrowe.ukfsn.org/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-
-RDEPEND=">=x11-libs/gtk+-2.4.9-r1"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack()
-{
- unpack ${A}
- cd ${S}
-
- # Patch to honour Gentoo CFLAGS
- epatch ${FILESDIR}/${P}-Makefile.patch
-}
-
-src_compile()
-{
- emake GENTOO_CFLAGS="${CFLAGS}" || die "Compilation failed"
-}
-
-src_install ()
-{
- dodoc ChangeLog README doc/Xdefaults.sample README.bubblemon
- einstall PREFIX="${D}/usr" || die "Installation failed"
-}