Version bump.
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Sun, 1 Jan 2012 14:28:01 +0000 (14:28 +0000)
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Sun, 1 Jan 2012 14:28:01 +0000 (14:28 +0000)
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64

x11-drivers/xf86-video-dummy/ChangeLog
x11-drivers/xf86-video-dummy/Manifest
x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5.ebuild [new file with mode: 0644]

index 534da157ce37c1cf47a367cc8932a9ad30ab4eab..da6e89bfb3d1dc5a4ed82f41d037d5d301efbe19 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for x11-drivers/xf86-video-dummy
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.70 2011/02/14 23:56:24 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.71 2012/01/01 14:28:01 chithanh Exp $
+
+*xf86-video-dummy-0.3.5 (01 Jan 2012)
+
+  01 Jan 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +xf86-video-dummy-0.3.5.ebuild:
+  Version bump.
 
   14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
   xf86-video-dummy-0.3.4.ebuild:
index 2a224ecec297f26efc01129a6819c4f151c0a501..0c40f98b7c5b8c681c04b4c724e46a46c3786d2d 100644 (file)
@@ -1,4 +1,6 @@
 DIST xf86-video-dummy-0.3.4.tar.bz2 255658 RMD160 aac23243d85dc9b17447de96b7aaf5e7e5d4d504 SHA1 876ed7165ea2821bbddd73232a1ce0b79c1f14ff SHA256 7e84dff50eb3a783c0bc718a08f82f1f34583531469c98ca75a815d177871bdc
+DIST xf86-video-dummy-0.3.5.tar.bz2 274761 RMD160 e94053e75a2e314c4cc29cdbf244cd0a3d70ba84 SHA1 41cfcaec986ab13e931d260953c5a3f626fd1d2b SHA256 d5adc63543bb93b6d88008ea746303a2ab3e8b570974704926e81d882728d95f
 EBUILD xf86-video-dummy-0.3.4.ebuild 589 RMD160 71bdf6187d3b79896f73b222b0f99b47d0d4043c SHA1 c75fa4e07e46e86eb6f2a1348bb994cc31194db4 SHA256 48e3d492fac1047772d5144d7adbc61529c8b5cf9efcd36104d24283536c17ed
-MISC ChangeLog 8832 RMD160 7b93e086f05ccf0edf8228fc25a85ed8f4ab30bf SHA1 90a51f5c560e4005f2ae76843d65e2d84a4a6f0b SHA256 40c77e79ea8ed1f06a83a4da6abc6674bdd779557197c86e298b74bc2cd5a293
+EBUILD xf86-video-dummy-0.3.5.ebuild 588 RMD160 0fe7c6c4e61f44f1ac16ef5f29c7b0d22c25e6e4 SHA1 e2089af2e60a99b696eac23d20d516d03a15483b SHA256 2d919b9c6202c03f3707e871c77cc4b4a22071013506c5265135625d41e9f945
+MISC ChangeLog 8989 RMD160 2e2ea0a5c8a4682003380aff90752666595bf21b SHA1 c2479bfe7e98da7d5e16cce7e5431492c77252e5 SHA256 1914fe016e04d58a3ee218cd1617ef545ef98d1e790d3929aa7d772d4a7a4e22
 MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5.ebuild
new file mode 100644 (file)
index 0000000..b4fc94d
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 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.5.ebuild,v 1.1 2012/01/01 14:28:01 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="X.Org driver for dummy cards"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="dga"
+
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}
+       dga? (
+               x11-proto/xf86dgaproto
+       )"
+
+pkg_setup() {
+       XORG_CONFIGURE_OPTIONS=(
+               $(use_enable dga)
+       )
+       xorg-2_pkg_setup
+}