diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-09-19 10:55:43 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-09-19 10:55:43 +0000 |
commit | 2a6a17e7c29b2f58f4a47746905246eed33894d8 (patch) | |
tree | 957722a75b7a521a1ab2c13e5282ba27065af541 /x11-proto | |
parent | fix wrong date (diff) | |
download | gentoo-2-2a6a17e7c29b2f58f4a47746905246eed33894d8.tar.gz gentoo-2-2a6a17e7c29b2f58f4a47746905246eed33894d8.tar.bz2 gentoo-2-2a6a17e7c29b2f58f4a47746905246eed33894d8.zip |
x11-proto/videoproto: bump to 2.3.0
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/videoproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/videoproto/videoproto-2.3.0.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/x11-proto/videoproto/ChangeLog b/x11-proto/videoproto/ChangeLog index d84eb1f09da8..0f5bd344fd86 100644 --- a/x11-proto/videoproto/ChangeLog +++ b/x11-proto/videoproto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-proto/videoproto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/videoproto/ChangeLog,v 1.27 2009/05/05 15:27:49 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/videoproto/ChangeLog,v 1.28 2009/09/19 10:55:43 remi Exp $ + +*videoproto-2.3.0 (19 Sep 2009) + + 19 Sep 2009; Rémi Cardona <remi@gentoo.org> +videoproto-2.3.0.ebuild: + bump to 2.3.0 05 May 2009; Christian Faulhammer <fauli@gentoo.org> videoproto-2.2.2.ebuild: diff --git a/x11-proto/videoproto/videoproto-2.3.0.ebuild b/x11-proto/videoproto/videoproto-2.3.0.ebuild new file mode 100644 index 000000000000..7863aab9d022 --- /dev/null +++ b/x11-proto/videoproto/videoproto-2.3.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/videoproto/videoproto-2.3.0.ebuild,v 1.1 2009/09/19 10:55:43 remi Exp $ + +inherit x-modular + +DESCRIPTION="X.Org Video protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |