diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-11 22:56:42 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-11 22:56:42 +0000 |
commit | 372527a8a19477077d9a6078deb87788c4d5b4fa (patch) | |
tree | 437d28f3262c5d90c2e6873e6c046aa33e87a2a0 /x11-proto/randrproto | |
parent | QA fixes, unquoted variables (diff) | |
download | gentoo-2-372527a8a19477077d9a6078deb87788c4d5b4fa.tar.gz gentoo-2-372527a8a19477077d9a6078deb87788c4d5b4fa.tar.bz2 gentoo-2-372527a8a19477077d9a6078deb87788c4d5b4fa.zip |
x11-proto/randrproto: bump to 1.3.1, sync with overlay
(Portage version: 2.2_rc45/cvs/Linux i686)
Diffstat (limited to 'x11-proto/randrproto')
-rw-r--r-- | x11-proto/randrproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/randrproto/randrproto-1.3.1.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/x11-proto/randrproto/ChangeLog b/x11-proto/randrproto/ChangeLog index 88fe6a50a02d..0ccd24b3e146 100644 --- a/x11-proto/randrproto/ChangeLog +++ b/x11-proto/randrproto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-proto/randrproto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.62 2009/10/11 10:47:55 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.63 2009/10/11 22:56:42 remi Exp $ + +*randrproto-1.3.1 (11 Oct 2009) + + 11 Oct 2009; Rémi Cardona <remi@gentoo.org> +randrproto-1.3.1.ebuild: + bump to 1.3.1, sync with overlay 11 Oct 2009; nixnut <nixnut@gentoo.org> randrproto-1.3.0.ebuild: ppc stable #282290 diff --git a/x11-proto/randrproto/randrproto-1.3.1.ebuild b/x11-proto/randrproto/randrproto-1.3.1.ebuild new file mode 100644 index 000000000000..48ffadf3c2ec --- /dev/null +++ b/x11-proto/randrproto/randrproto-1.3.1.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/randrproto/randrproto-1.3.1.ebuild,v 1.1 2009/10/11 22:56:42 remi Exp $ + +inherit x-modular + +DESCRIPTION="X.Org Randr protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |