diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-10 11:56:19 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-10 11:56:19 +0000 |
commit | e5007af8d155f468050c7833a7d7e04f2538eced (patch) | |
tree | aaba976aca7d77281e5d7f75c7c939fb45fa5959 /x11-drivers/xf86-video-dummy | |
parent | Mark -sparc because it sigbuses (diff) | |
download | gentoo-2-e5007af8d155f468050c7833a7d7e04f2538eced.tar.gz gentoo-2-e5007af8d155f468050c7833a7d7e04f2538eced.tar.bz2 gentoo-2-e5007af8d155f468050c7833a7d7e04f2538eced.zip |
old
(Portage version: 2.2_rc91/cvs/Linux x86_64)
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/xf86-video-dummy-0.3.2.ebuild | 22 |
2 files changed, 5 insertions, 23 deletions
diff --git a/x11-drivers/xf86-video-dummy/ChangeLog b/x11-drivers/xf86-video-dummy/ChangeLog index 9815462b6e12..fe4ffe798bcd 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.62 2010/09/19 20:02:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.63 2010/10/10 11:56:19 scarabeus Exp $ + + 10 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-dummy-0.3.2.ebuild: + old 19 Sep 2010; Raúl Porcel <armin76@gentoo.org> xf86-video-dummy-0.3.3.ebuild: diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.2.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.2.ebuild deleted file mode 100644 index 8c61c0f9a6fd..000000000000 --- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 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.3.2.ebuild,v 1.9 2009/12/15 19:29:12 ranger Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org driver for dummy cards" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xf86dgaproto - x11-proto/xproto" |