diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-05-08 21:31:49 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-05-08 21:31:49 +0000 |
commit | 4cdeeb9134bd44b4a20590d27a775e81cc9dc7f8 (patch) | |
tree | 98cf03744efd438b386c9cec63def93c9b3cb0fc /x11-proto/dri2proto | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-4cdeeb9134bd44b4a20590d27a775e81cc9dc7f8.tar.gz gentoo-2-4cdeeb9134bd44b4a20590d27a775e81cc9dc7f8.tar.bz2 gentoo-2-4cdeeb9134bd44b4a20590d27a775e81cc9dc7f8.zip |
x11-proto/dri2proto: bump to 2.0 (identical to 1.99.3)
(Portage version: 2.2_rc32/cvs/Linux i686)
Diffstat (limited to 'x11-proto/dri2proto')
-rw-r--r-- | x11-proto/dri2proto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/dri2proto/dri2proto-2.0.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/x11-proto/dri2proto/ChangeLog b/x11-proto/dri2proto/ChangeLog index 22f478292ca7..629ded47099b 100644 --- a/x11-proto/dri2proto/ChangeLog +++ b/x11-proto/dri2proto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-proto/dri2proto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/dri2proto/ChangeLog,v 1.12 2009/05/05 15:04:52 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/dri2proto/ChangeLog,v 1.13 2009/05/08 21:31:49 remi Exp $ + +*dri2proto-2.0 (08 May 2009) + + 08 May 2009; Rémi Cardona <remi@gentoo.org> +dri2proto-2.0.ebuild: + bump to 2.0 (identical to 1.99.3) 05 May 2009; Christian Faulhammer <fauli@gentoo.org> dri2proto-1.1.ebuild, dri2proto-1.99.3.ebuild: diff --git a/x11-proto/dri2proto/dri2proto-2.0.ebuild b/x11-proto/dri2proto/dri2proto-2.0.ebuild new file mode 100644 index 000000000000..95ad21069051 --- /dev/null +++ b/x11-proto/dri2proto/dri2proto-2.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/dri2proto/dri2proto-2.0.ebuild,v 1.1 2009/05/08 21:31:49 remi Exp $ + +inherit x-modular + +DESCRIPTION="X.Org DRI2 protocol headers" + +LICENSE="X11" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="" +DEPEND="${RDEPEND}" |