summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Duft <mduft@gentoo.org>2010-11-05 09:37:19 +0000
committerMarkus Duft <mduft@gentoo.org>2010-11-05 09:37:19 +0000
commitcac78fbb18606e6e4d3f7356fd54d16000f8de11 (patch)
tree5b7faffd78b011ca47641d40aeca14991432d7cc /x11-proto
parentFix support for IPv6 only proxies. (diff)
downloadgentoo-2-cac78fbb18606e6e4d3f7356fd54d16000f8de11.tar.gz
gentoo-2-cac78fbb18606e6e4d3f7356fd54d16000f8de11.tar.bz2
gentoo-2-cac78fbb18606e6e4d3f7356fd54d16000f8de11.zip
migrate to xorg-2 eclass, raise EAPI accordingly.
(Portage version: 2.2.01.17086-prefix/cvs/Interix x86)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/xcb-proto/ChangeLog5
-rw-r--r--x11-proto/xcb-proto/xcb-proto-1.6.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-proto/xcb-proto/ChangeLog b/x11-proto/xcb-proto/ChangeLog
index ecb4314c3d6a..64c9288ff5fb 100644
--- a/x11-proto/xcb-proto/ChangeLog
+++ b/x11-proto/xcb-proto/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.51 2010/09/10 18:25:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.52 2010/11/05 09:37:19 mduft Exp $
+
+ 05 Nov 2010; Markus Duft <mduft@gentoo.org> xcb-proto-1.6.ebuild:
+ migrate to xorg-2 eclass, raise EAPI accordingly.
10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-xcb-proto-1.5.ebuild:
diff --git a/x11-proto/xcb-proto/xcb-proto-1.6.ebuild b/x11-proto/xcb-proto/xcb-proto-1.6.ebuild
index 3096e7659db5..2a19b731ca8e 100644
--- a/x11-proto/xcb-proto/xcb-proto-1.6.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-1.6.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6.ebuild,v 1.12 2010/08/02 18:13:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6.ebuild,v 1.13 2010/11/05 09:37:19 mduft Exp $
+EAPI=3
PYTHON_DEPEND="2:2.5"
-inherit python x-modular
+inherit python xorg-2
DESCRIPTION="X C-language Bindings protocol headers"
HOMEPAGE="http://xcb.freedesktop.org/"
@@ -24,7 +25,7 @@ pkg_setup() {
}
src_install() {
- x-modular_src_install
+ xorg-2_src_install
python_clean_installation_image
}