diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-05 08:33:38 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-05 08:33:38 +0000 |
commit | 7e0a1b6f5fe6d12458df791c28acc236fa664b18 (patch) | |
tree | fd68809b9c6f3ed7b444e7fbb1c9d9c1043cb28f /x11-drivers/xf86-video-neomagic | |
parent | Drop useless patch (diff) | |
download | gentoo-2-7e0a1b6f5fe6d12458df791c28acc236fa664b18.tar.gz gentoo-2-7e0a1b6f5fe6d12458df791c28acc236fa664b18.tar.bz2 gentoo-2-7e0a1b6f5fe6d12458df791c28acc236fa664b18.zip |
Version bump. Drop useless file.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-neomagic')
-rw-r--r-- | x11-drivers/xf86-video-neomagic/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-neomagic/files/neomagic.xinf | 9 | ||||
-rw-r--r-- | x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.2.5.ebuild | 20 |
3 files changed, 27 insertions, 10 deletions
diff --git a/x11-drivers/xf86-video-neomagic/ChangeLog b/x11-drivers/xf86-video-neomagic/ChangeLog index f8776f048bcd..fbba89862865 100644 --- a/x11-drivers/xf86-video-neomagic/ChangeLog +++ b/x11-drivers/xf86-video-neomagic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-neomagic # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-neomagic/ChangeLog,v 1.35 2010/01/23 20:15:27 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-neomagic/ChangeLog,v 1.36 2010/07/05 08:33:38 scarabeus Exp $ + +*xf86-video-neomagic-1.2.5 (05 Jul 2010) + + 05 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +xf86-video-neomagic-1.2.5.ebuild, -files/neomagic.xinf: + Version bump. Drop useless file. 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-neomagic-1.1.1.ebuild, -xf86-video-neomagic-1.2.1.ebuild, diff --git a/x11-drivers/xf86-video-neomagic/files/neomagic.xinf b/x11-drivers/xf86-video-neomagic/files/neomagic.xinf deleted file mode 100644 index 584f527ddef3..000000000000 --- a/x11-drivers/xf86-video-neomagic/files/neomagic.xinf +++ /dev/null @@ -1,9 +0,0 @@ -alias pcivideo:v000010C8d00000001sv*sd*bc*sc*i* neomagic -alias pcivideo:v000010C8d00000002sv*sd*bc*sc*i* neomagic -alias pcivideo:v000010C8d00000003sv*sd*bc*sc*i* neomagic -alias pcivideo:v000010C8d00000004sv*sd*bc*sc*i* neomagic -alias pcivideo:v000010C8d00000005sv*sd*bc*sc*i* neomagic -alias pcivideo:v000010C8d00000006sv*sd*bc*sc*i* neomagic -alias pcivideo:v000010C8d00000016sv*sd*bc*sc*i* neomagic -alias pcivideo:v000010C8d00000025sv*sd*bc*sc*i* neomagic -alias pcivideo:v000010C8d00000083sv*sd*bc*sc*i* neomagic diff --git a/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.2.5.ebuild b/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.2.5.ebuild new file mode 100644 index 000000000000..4e5bba002a9d --- /dev/null +++ b/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.2.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.2.5.ebuild,v 1.1 2010/07/05 08:33:38 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="Neomagic video driver" +KEYWORDS="~amd64 ~ia64 ~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/xextproto + x11-proto/xf86dgaproto + x11-proto/xproto" |