diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 02:27:38 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 02:27:38 +0000 |
commit | 55d84b94f684dcbfff2b3e60a7ea7fe27dc2dab6 (patch) | |
tree | 0849d46019297c8a4f7deb64752e9df24792bd3a /x11-proto | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-55d84b94f684dcbfff2b3e60a7ea7fe27dc2dab6.tar.gz gentoo-2-55d84b94f684dcbfff2b3e60a7ea7fe27dc2dab6.tar.bz2 gentoo-2-55d84b94f684dcbfff2b3e60a7ea7fe27dc2dab6.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/randrproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/randrproto/randrproto-1.5.0.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-proto/randrproto/ChangeLog b/x11-proto/randrproto/ChangeLog index 99d294399d87..4a3af4637b87 100644 --- a/x11-proto/randrproto/ChangeLog +++ b/x11-proto/randrproto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-proto/randrproto # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.109 2015/03/24 14:44:34 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.110 2015/07/02 02:27:38 mrueg Exp $ + +*randrproto-1.5.0 (02 Jul 2015) + + 02 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +randrproto-1.5.0.ebuild: + Version bump. *randrproto-1.4.1 (24 Mar 2015) diff --git a/x11-proto/randrproto/randrproto-1.5.0.ebuild b/x11-proto/randrproto/randrproto-1.5.0.ebuild new file mode 100644 index 000000000000..d23efe8f4590 --- /dev/null +++ b/x11-proto/randrproto/randrproto-1.5.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/randrproto-1.5.0.ebuild,v 1.1 2015/07/02 02:27:38 mrueg Exp $ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Randr protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |