diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-05 21:39:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-05 21:39:00 +0000 |
commit | 2030f317a0d02f13e65af178483dbc8e078b8f93 (patch) | |
tree | 6f5c2c745c3f5b43037d6266f03fcff1af3b6b34 /x11-drivers/xf86-video-dummy | |
parent | Depend on version 1.2 of upnp or it won't work correctly. THanks to Colin Car... (diff) | |
download | historical-2030f317a0d02f13e65af178483dbc8e078b8f93.tar.gz historical-2030f317a0d02f13e65af178483dbc8e078b8f93.tar.bz2 historical-2030f317a0d02f13e65af178483dbc8e078b8f93.zip |
Add ~x86-fbsd keyword.
Package-Manager: portage-2.1_rc4-r2
Diffstat (limited to 'x11-drivers/xf86-video-dummy')
-rw-r--r-- | x11-drivers/xf86-video-dummy/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-dummy/files/digest-xf86-video-dummy-0.1.0.5 | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-dummy/xf86-video-dummy-0.2.0.ebuild | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-dummy/ChangeLog b/x11-drivers/xf86-video-dummy/ChangeLog index 6790d79214a5..edc128b6e34d 100644 --- a/x11-drivers/xf86-video-dummy/ChangeLog +++ b/x11-drivers/xf86-video-dummy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-dummy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.18 2006/04/16 14:09:48 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.19 2006/06/05 21:25:03 flameeyes Exp $ + + 05 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> + xf86-video-dummy-0.2.0.ebuild: + Add ~x86-fbsd keyword. 16 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> xf86-video-dummy-0.1.0.5.ebuild: diff --git a/x11-drivers/xf86-video-dummy/files/digest-xf86-video-dummy-0.1.0.5 b/x11-drivers/xf86-video-dummy/files/digest-xf86-video-dummy-0.1.0.5 index 16f18ed27570..08382734ac61 100644 --- a/x11-drivers/xf86-video-dummy/files/digest-xf86-video-dummy-0.1.0.5 +++ b/x11-drivers/xf86-video-dummy/files/digest-xf86-video-dummy-0.1.0.5 @@ -1,2 +1,6 @@ MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +RMD160 0c57d4b235d83f3d7c46691c13857fd121ddec2d x11-driver-patches-1.tar.bz2 389 +SHA256 64787d5b57d2845c0fa9297a9d924093ba191fc3551798239d9983f0bcca9b3e x11-driver-patches-1.tar.bz2 389 MD5 d0f573e3dfc844b6c8ed658ce892a194 xf86-video-dummy-0.1.0.5.tar.bz2 217055 +RMD160 6f98b3bd08fb7f5f7cdca94f90f00cada4a3bef8 xf86-video-dummy-0.1.0.5.tar.bz2 217055 +SHA256 e3cdbb097f8762365b214bac1ae92c1bc46cbd52ce4b1819a4ecb33bb9b8fccc xf86-video-dummy-0.1.0.5.tar.bz2 217055 diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.2.0.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.2.0.ebuild index 28ad6546fcf9..e777781f1edd 100644 --- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.2.0.ebuild +++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.2.0.ebuild,v 1.1 2006/04/14 17:30:42 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.2.0.ebuild,v 1.2 2006/06/05 21:25:03 flameeyes Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org driver for dummy cards" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/fontsproto |