diff options
-rw-r--r-- | x11-proto/randrproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/randrproto/randrproto-1.3.2.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-proto/randrproto/ChangeLog b/x11-proto/randrproto/ChangeLog index d33f3faf8336..151849e91ad3 100644 --- a/x11-proto/randrproto/ChangeLog +++ b/x11-proto/randrproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/randrproto # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.75 2010/01/23 21:19:38 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.76 2010/10/31 12:56:04 scarabeus Exp $ + +*randrproto-1.3.2 (31 Oct 2010) + + 31 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +randrproto-1.3.2.ebuild: + Version bump 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -randrproto-1.2.1.ebuild, -randrproto-1.2.2.ebuild, diff --git a/x11-proto/randrproto/randrproto-1.3.2.ebuild b/x11-proto/randrproto/randrproto-1.3.2.ebuild new file mode 100644 index 000000000000..5ffb1c56c38c --- /dev/null +++ b/x11-proto/randrproto/randrproto-1.3.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/randrproto-1.3.2.ebuild,v 1.1 2010/10/31 12:56:04 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="X.Org Randr protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |