summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-09-13 19:05:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-09-13 19:05:14 +0000
commit28ea66adb1b9a55d8e9304c995d88e7d5497434d (patch)
tree6b4e7526dcc087e11cb2006c006a53d40f21a145 /dev-libs/DirectFB
parentRespect LDFLAGS, #335590. (diff)
downloadgentoo-2-28ea66adb1b9a55d8e9304c995d88e7d5497434d.tar.gz
gentoo-2-28ea66adb1b9a55d8e9304c995d88e7d5497434d.tar.bz2
gentoo-2-28ea66adb1b9a55d8e9304c995d88e7d5497434d.zip
remove fusion support since dev-libs/linux-fusion is gone.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-libs/DirectFB')
-rw-r--r--dev-libs/DirectFB/ChangeLog6
-rw-r--r--dev-libs/DirectFB/DirectFB-1.4.2.ebuild6
-rw-r--r--dev-libs/DirectFB/DirectFB-1.4.3.ebuild6
-rw-r--r--dev-libs/DirectFB/metadata.xml1
4 files changed, 9 insertions, 10 deletions
diff --git a/dev-libs/DirectFB/ChangeLog b/dev-libs/DirectFB/ChangeLog
index 4f38853c903d..351092358141 100644
--- a/dev-libs/DirectFB/ChangeLog
+++ b/dev-libs/DirectFB/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/DirectFB
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/ChangeLog,v 1.105 2010/07/31 20:31:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/ChangeLog,v 1.106 2010/09/13 19:05:14 mr_bones_ Exp $
+
+ 13 Sep 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ DirectFB-1.4.2.ebuild, DirectFB-1.4.3.ebuild, metadata.xml:
+ remove fusion support since dev-libs/linux-fusion is gone.
31 Jul 2010; Raúl Porcel <armin76@gentoo.org> DirectFB-1.4.3.ebuild:
ia64 stable wrt #315195
diff --git a/dev-libs/DirectFB/DirectFB-1.4.2.ebuild b/dev-libs/DirectFB/DirectFB-1.4.2.ebuild
index 8e80b97f2b74..70c26ca04d22 100644
--- a/dev-libs/DirectFB/DirectFB-1.4.2.ebuild
+++ b/dev-libs/DirectFB/DirectFB-1.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.2.ebuild,v 1.11 2010/01/15 08:19:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.2.ebuild,v 1.12 2010/09/13 19:05:14 mr_bones_ Exp $
inherit eutils toolchain-funcs
@@ -31,9 +31,8 @@ SRC_URI="http://directfb.org/downloads/Core/${PN}-${PV:0:3}/${P}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 -mips ppc ppc64 sh -sparc x86"
-IUSE="debug fbcon fusion gif jpeg mmx png sdl sse sysfs truetype v4l v4l2 X zlib ${IUV} ${IUD}"
+IUSE="debug fbcon gif jpeg mmx png sdl sse sysfs truetype v4l v4l2 X zlib ${IUV} ${IUD}"
-# fusion? ( >=dev-libs/linux-fusion-8.0.0 )
RDEPEND="sdl? ( media-libs/libsdl )
gif? ( media-libs/giflib )
png? ( media-libs/libpng )
@@ -100,7 +99,6 @@ src_compile() {
$(use_enable png) \
$(use_enable gif) \
$(use_enable truetype freetype) \
- $(use_enable fusion multi) \
$(use_enable debug) \
$(use_enable sysfs) \
$(use_enable zlib) \
diff --git a/dev-libs/DirectFB/DirectFB-1.4.3.ebuild b/dev-libs/DirectFB/DirectFB-1.4.3.ebuild
index d5acb5176095..970e6b8f76e9 100644
--- a/dev-libs/DirectFB/DirectFB-1.4.3.ebuild
+++ b/dev-libs/DirectFB/DirectFB-1.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.3.ebuild,v 1.9 2010/07/31 20:31:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.3.ebuild,v 1.10 2010/09/13 19:05:14 mr_bones_ Exp $
inherit eutils toolchain-funcs
@@ -31,9 +31,8 @@ SRC_URI="http://directfb.org/downloads/Core/${PN}-${PV:0:3}/${P}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 -mips ppc ppc64 sh -sparc x86"
-IUSE="debug fbcon fusion gif jpeg mmx png sdl sse sysfs truetype v4l v4l2 X zlib ${IUV} ${IUD}"
+IUSE="debug fbcon gif jpeg mmx png sdl sse sysfs truetype v4l v4l2 X zlib ${IUV} ${IUD}"
-# fusion? ( >=dev-libs/linux-fusion-8.0.0 )
RDEPEND="sdl? ( media-libs/libsdl )
gif? ( media-libs/giflib )
png? ( media-libs/libpng )
@@ -109,7 +108,6 @@ src_compile() {
$(use_enable png) \
$(use_enable gif) \
$(use_enable truetype freetype) \
- $(use_enable fusion multi) \
$(use_enable debug) \
$(use_enable sysfs) \
$(use_enable zlib) \
diff --git a/dev-libs/DirectFB/metadata.xml b/dev-libs/DirectFB/metadata.xml
index d269193764f0..57bdf0b51219 100644
--- a/dev-libs/DirectFB/metadata.xml
+++ b/dev-libs/DirectFB/metadata.xml
@@ -12,7 +12,6 @@ underlying hardware. DirectFB adds graphical power to embedded systems and
sets a new standard for graphics under Linux
</longdescription>
<use>
- <flag name='fusion'>Add Multi Application support (fusion kernel device)</flag>
<flag name='sysfs'>Add support for the sysfs filesystem (requires Linux-2.6+)</flag>
</use>
</pkgmetadata>