summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-01-30 14:02:01 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-01-30 14:02:01 +0000
commit568d6fa65c3f18a1a5712eac0f2ac2582cb44fcb (patch)
treeb64ab10ecaa790a225da9571dec6dd9d93c0f4ef /x11-plugins
parentapply patch for proper compilation on amd64. Contributed by Yu Yuwei <acever... (diff)
downloadgentoo-2-568d6fa65c3f18a1a5712eac0f2ac2582cb44fcb.tar.gz
gentoo-2-568d6fa65c3f18a1a5712eac0f2ac2582cb44fcb.tar.bz2
gentoo-2-568d6fa65c3f18a1a5712eac0f2ac2582cb44fcb.zip
sparc stable wrt #207718, remove old
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/bfm/ChangeLog6
-rw-r--r--x11-plugins/bfm/bfm-0.6.4-r1.ebuild4
-rw-r--r--x11-plugins/bfm/bfm-0.6.4.ebuild39
-rw-r--r--x11-plugins/bfm/files/bfm-0.6.4-Makefile.patch11
-rw-r--r--x11-plugins/bfm/files/digest-bfm-0.6.43
5 files changed, 7 insertions, 56 deletions
diff --git a/x11-plugins/bfm/ChangeLog b/x11-plugins/bfm/ChangeLog
index 25085153dafd..235bd37d381a 100644
--- a/x11-plugins/bfm/ChangeLog
+++ b/x11-plugins/bfm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/bfm
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.7 2008/01/30 01:33:43 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.8 2008/01/30 14:02:00 armin76 Exp $
+
+ 30 Jan 2008; Raúl Porcel <armin76@gentoo.org>
+ -files/bfm-0.6.4-Makefile.patch, -bfm-0.6.4.ebuild, bfm-0.6.4-r1.ebuild:
+ sparc stable wrt #207718, remove old
30 Jan 2008; Dawid Węgliński <cla@gentoo.org> bfm-0.6.4-r1.ebuild:
Stable on x86 (bug #207718)
diff --git a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild b/x11-plugins/bfm/bfm-0.6.4-r1.ebuild
index 87ff5f032a63..856369a04356 100644
--- a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild
+++ b/x11-plugins/bfm/bfm-0.6.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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-r1.ebuild,v 1.2 2008/01/30 01:33:43 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v 1.3 2008/01/30 14:02:00 armin76 Exp $
inherit multilib toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="http://www.jnrowe.ukfsn.org/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
IUSE="gkrellm"
RDEPEND=">=x11-libs/gtk+-2
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"
-}
diff --git a/x11-plugins/bfm/files/bfm-0.6.4-Makefile.patch b/x11-plugins/bfm/files/bfm-0.6.4-Makefile.patch
deleted file mode 100644
index 493b9a172ab2..000000000000
--- a/x11-plugins/bfm/files/bfm-0.6.4-Makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile 2004-11-13 00:25:05.091914208 +0100
-+++ Makefile 2004-11-13 00:25:32.086810360 +0100
-@@ -35,7 +35,7 @@
-
- # optimization cflags
- #CFLAGS = -O3 -Wall ${EXTRA}
--CFLAGS = ${EXTRA}
-+CFLAGS = ${GENTOO_CFLAGS} ${EXTRA}
-
- # profiling cflags
- # CFLAGS = -ansi -Wall -pg -O3 ${EXTRA} -DPRO
diff --git a/x11-plugins/bfm/files/digest-bfm-0.6.4 b/x11-plugins/bfm/files/digest-bfm-0.6.4
deleted file mode 100644
index f2977dc9eb5f..000000000000
--- a/x11-plugins/bfm/files/digest-bfm-0.6.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 db6395852d7d08a2481139497cc6a957 bfm-0.6.4.tar.bz2 50634
-RMD160 3d0221098978fb86e5189e60a3403cba82a9f026 bfm-0.6.4.tar.bz2 50634
-SHA256 e5afb9eaebb67428c441c1eb0a98e5ad1aae46d2dcfe36567f9151c763ca04f9 bfm-0.6.4.tar.bz2 50634