diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-08-16 18:29:05 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-08-16 18:29:05 +0000 |
commit | 155beaa21a135a6c92aa17d6768a91884a7d113e (patch) | |
tree | c6e8d3406cbf0a4674707b161a1de44d4cda21ee /x11-drivers/xf86-video-neomagic | |
parent | sync live ebuild (diff) | |
download | gentoo-2-155beaa21a135a6c92aa17d6768a91884a7d113e.tar.gz gentoo-2-155beaa21a135a6c92aa17d6768a91884a7d113e.tar.bz2 gentoo-2-155beaa21a135a6c92aa17d6768a91884a7d113e.zip |
Version bump 1.2.8, straight to stable, bug 434468.
(Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-drivers/xf86-video-neomagic')
-rw-r--r-- | x11-drivers/xf86-video-neomagic/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.2.8.ebuild | 13 |
2 files changed, 21 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-neomagic/ChangeLog b/x11-drivers/xf86-video-neomagic/ChangeLog index 2871112d02d9..bc52be068df6 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-neomagic/ChangeLog,v 1.50 2012/12/28 11:19:36 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-neomagic/ChangeLog,v 1.51 2013/08/16 18:29:05 mattst88 Exp $ + +*xf86-video-neomagic-1.2.8 (16 Aug 2013) + + 16 Aug 2013; Matt Turner <mattst88@gentoo.org> + +xf86-video-neomagic-1.2.8.ebuild: + Version bump 1.2.8, straight to stable, bug 434468. 28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xf86-video-neomagic-1.2.7.ebuild: diff --git a/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.2.8.ebuild b/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.2.8.ebuild new file mode 100644 index 000000000000..e47e935e0cf4 --- /dev/null +++ b/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.2.8.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 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.8.ebuild,v 1.1 2013/08/16 18:29:05 mattst88 Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="Neomagic video driver" +KEYWORDS="amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="<x11-base/xorg-server-1.12.99" +DEPEND="${RDEPEND}" |