summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2015-05-07 18:33:52 +0000
committerMatt Turner <mattst88@gentoo.org>2015-05-07 18:33:52 +0000
commit2a68020119fe9ae80ba1b3a9134ae574ea8ee04f (patch)
tree2ce4fefac567fcac85478fa4b402e9a4e2ae4eff
parentAdd multilib support, thanks to Karol Herbst. Part of https://github.com/gent... (diff)
downloadgentoo-2-2a68020119fe9ae80ba1b3a9134ae574ea8ee04f.tar.gz
gentoo-2-2a68020119fe9ae80ba1b3a9134ae574ea8ee04f.tar.bz2
gentoo-2-2a68020119fe9ae80ba1b3a9134ae574ea8ee04f.zip
Version bump to 1.5.3, straight to stable.
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 974CA72A)
-rw-r--r--x11-drivers/xf86-video-cirrus/ChangeLog10
-rw-r--r--x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.3.ebuild13
2 files changed, 21 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-cirrus/ChangeLog b/x11-drivers/xf86-video-cirrus/ChangeLog
index 2f4ebd1996af..1061c1e3b9d2 100644
--- a/x11-drivers/xf86-video-cirrus/ChangeLog
+++ b/x11-drivers/xf86-video-cirrus/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-cirrus
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cirrus/ChangeLog,v 1.58 2013/10/08 05:05:52 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cirrus/ChangeLog,v 1.59 2015/05/07 18:33:52 mattst88 Exp $
+
+*xf86-video-cirrus-1.5.3 (07 May 2015)
+
+ 07 May 2015; Matt Turner <mattst88@gentoo.org>
+ +xf86-video-cirrus-1.5.3.ebuild:
+ Version bump to 1.5.3, straight to stable.
08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-cirrus-1.5.2.ebuild:
Stable for x86, wrt bug #475480
diff --git a/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.3.ebuild b/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.3.ebuild
new file mode 100644
index 000000000000..9a7640893e87
--- /dev/null
+++ b/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.3.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.3.ebuild,v 1.1 2015/05/07 18:33:52 mattst88 Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="Cirrus Logic video driver"
+KEYWORDS="alpha amd64 ia64 ppc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}"