* [gentoo-commits] gentoo-x86 commit in dev-libs/DirectFB: metadata.xml ChangeLog DirectFB-1.4.3.ebuild DirectFB-1.4.2.ebuild
@ 2010-09-13 19:05 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2010-09-13 19:05 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/09/13 19:05:14
Modified: metadata.xml ChangeLog DirectFB-1.4.3.ebuild
DirectFB-1.4.2.ebuild
Log:
remove fusion support since dev-libs/linux-fusion is gone.
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.4 dev-libs/DirectFB/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/metadata.xml?r1=1.3&r2=1.4
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml 30 Nov 2008 00:15:45 -0000 1.3
+++ metadata.xml 13 Sep 2010 19:05:14 -0000 1.4
@@ -12,7 +12,6 @@
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>
1.106 dev-libs/DirectFB/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/ChangeLog?r1=1.105&r2=1.106
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog 31 Jul 2010 20:31:32 -0000 1.105
+++ ChangeLog 13 Sep 2010 19:05:14 -0000 1.106
@@ -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
1.10 dev-libs/DirectFB/DirectFB-1.4.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.3.ebuild?r1=1.9&r2=1.10
Index: DirectFB-1.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- DirectFB-1.4.3.ebuild 31 Jul 2010 20:31:32 -0000 1.9
+++ DirectFB-1.4.3.ebuild 13 Sep 2010 19:05:14 -0000 1.10
@@ -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 @@
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 @@
$(use_enable png) \
$(use_enable gif) \
$(use_enable truetype freetype) \
- $(use_enable fusion multi) \
$(use_enable debug) \
$(use_enable sysfs) \
$(use_enable zlib) \
1.12 dev-libs/DirectFB/DirectFB-1.4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.2.ebuild?r1=1.11&r2=1.12
Index: DirectFB-1.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.4.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- DirectFB-1.4.2.ebuild 15 Jan 2010 08:19:18 -0000 1.11
+++ DirectFB-1.4.2.ebuild 13 Sep 2010 19:05:14 -0000 1.12
@@ -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 @@
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 @@
$(use_enable png) \
$(use_enable gif) \
$(use_enable truetype freetype) \
- $(use_enable fusion multi) \
$(use_enable debug) \
$(use_enable sysfs) \
$(use_enable zlib) \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-13 19:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 19:05 [gentoo-commits] gentoo-x86 commit in dev-libs/DirectFB: metadata.xml ChangeLog DirectFB-1.4.3.ebuild DirectFB-1.4.2.ebuild Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox