summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-02 01:12:04 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-02 01:12:04 +0000
commit770413cf2c5da91804ba0bfd1f04c60708587b0f (patch)
tree6c0833a97cc5d6352eb2d0236892a51d75874e32 /x11-proto
parentDrop old. (diff)
downloadgentoo-2-770413cf2c5da91804ba0bfd1f04c60708587b0f.tar.gz
gentoo-2-770413cf2c5da91804ba0bfd1f04c60708587b0f.tar.bz2
gentoo-2-770413cf2c5da91804ba0bfd1f04c60708587b0f.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/kbproto/ChangeLog7
-rw-r--r--x11-proto/kbproto/kbproto-1.0.7.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-proto/kbproto/ChangeLog b/x11-proto/kbproto/ChangeLog
index fda97b8b1203..bd82b1c991ac 100644
--- a/x11-proto/kbproto/ChangeLog
+++ b/x11-proto/kbproto/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-proto/kbproto
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/kbproto/ChangeLog,v 1.79 2015/04/12 18:52:37 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/kbproto/ChangeLog,v 1.80 2015/07/02 01:12:04 mrueg Exp $
+
+*kbproto-1.0.7 (02 Jul 2015)
+
+ 02 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +kbproto-1.0.7.ebuild:
+ Version bump.
12 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -kbproto-1.0.5.ebuild,
-kbproto-1.0.6.ebuild:
diff --git a/x11-proto/kbproto/kbproto-1.0.7.ebuild b/x11-proto/kbproto/kbproto-1.0.7.ebuild
new file mode 100644
index 000000000000..c1f4eb9c2c30
--- /dev/null
+++ b/x11-proto/kbproto/kbproto-1.0.7.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/kbproto/kbproto-1.0.7.ebuild,v 1.1 2015/07/02 01:12:04 mrueg Exp $
+
+EAPI=5
+
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org KB protocol headers"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~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}"