summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-12 11:50:48 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-12 11:50:48 +0000
commit88dc7be69325064bd050751531b79db7eaafe47d (patch)
treeff63c3a8c8a1312220c98cbade901b7f8d982f31 /x11-proto
parentStable for amd64, wrt bug #425924 (diff)
downloadgentoo-2-88dc7be69325064bd050751531b79db7eaafe47d.tar.gz
gentoo-2-88dc7be69325064bd050751531b79db7eaafe47d.tar.bz2
gentoo-2-88dc7be69325064bd050751531b79db7eaafe47d.zip
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/dri2proto/ChangeLog9
-rw-r--r--x11-proto/dri2proto/dri2proto-2.8.ebuild14
2 files changed, 21 insertions, 2 deletions
diff --git a/x11-proto/dri2proto/ChangeLog b/x11-proto/dri2proto/ChangeLog
index 7bd9897a132a..ef0bccb68c0c 100644
--- a/x11-proto/dri2proto/ChangeLog
+++ b/x11-proto/dri2proto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/dri2proto
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/dri2proto/ChangeLog,v 1.45 2012/05/09 01:09:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/dri2proto/ChangeLog,v 1.46 2012/07/12 11:50:48 chithanh Exp $
+
+*dri2proto-2.8 (12 Jul 2012)
+
+ 12 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +dri2proto-2.8.ebuild:
+ Version bump.
09 May 2012; Alexis Ballier <aballier@gentoo.org> dri2proto-2.6.ebuild:
keyword ~amd64-fbsd
@@ -167,4 +173,3 @@
10 Jun 2008; Donnie Berkholz <dberkholz@gentoo.org>; +metadata.xml,
+dri2proto-9999.ebuild:
New package: X.Org DRI2 protocol headers.
-
diff --git a/x11-proto/dri2proto/dri2proto-2.8.ebuild b/x11-proto/dri2proto/dri2proto-2.8.ebuild
new file mode 100644
index 000000000000..1d5c54f3c459
--- /dev/null
+++ b/x11-proto/dri2proto/dri2proto-2.8.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/dri2proto/dri2proto-2.8.ebuild,v 1.1 2012/07/12 11:50:48 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="X.Org DRI2 protocol headers"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"