summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-01-26 13:41:39 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2011-01-26 13:41:39 +0100
commiteb7bde8c7dbc410fc57668e1d436ea04d16c3ea3 (patch)
tree558b40f178585469fb712a50fde3f972ce597339 /x11-misc
parent[x11-misc/xkeyboard-config] Use only ~keywords. (diff)
downloadx11-eb7bde8c7dbc410fc57668e1d436ea04d16c3ea3.tar.gz
x11-eb7bde8c7dbc410fc57668e1d436ea04d16c3ea3.tar.bz2
x11-eb7bde8c7dbc410fc57668e1d436ea04d16c3ea3.zip
EAPI4 cleanups.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xcb-demo/Manifest2
-rw-r--r--x11-misc/xcb-demo/xcb-demo-0.1.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-misc/xcb-demo/Manifest b/x11-misc/xcb-demo/Manifest
index c76234f5..10d8817b 100644
--- a/x11-misc/xcb-demo/Manifest
+++ b/x11-misc/xcb-demo/Manifest
@@ -1,3 +1,3 @@
DIST xcb-demo-0.1.tar.bz2 80289 RMD160 2f76ad4b6d7d9b40d7142cc27ab314cc584794e4 SHA1 b580e9940cb9a2393cdc1d01ea2077c2d93845a4 SHA256 20753bb59558dc00311a5a296fc6c4b3fcff04b86b2579fcb459c89b17d733a4
-EBUILD xcb-demo-0.1.ebuild 567 RMD160 fec39ae1b2b9f1e6272720bcd4e12b3763d49984 SHA1 65e37140eeec83fd04f3fba35be6ada88f7d5f88 SHA256 acbc16de6bfad53de26d7376e7c882d6b149dca13a40779f3f60ef568c424269
+EBUILD xcb-demo-0.1.ebuild 400 RMD160 dc49cb3d17d6879db85a6143e538edd0ece32cf6 SHA1 bf5c384b1b4d9e85fcf33bc38116332e84e654d2 SHA256 00fedf4a7705c1168b8f6b40abd8bf3e094e2fd10171b2df4d41782ab9026dad
EBUILD xcb-demo-9999.ebuild 450 RMD160 d29a1415538cfd0c207c624c79ff63f366606d21 SHA1 f95869ea9efd9d7e158b6b42a357056d60c1c34b SHA256 02986206a85a37acc9eadfdbdf60b7cc8fa81ede4ee87b9ef851fe9006a8e7ec
diff --git a/x11-misc/xcb-demo/xcb-demo-0.1.ebuild b/x11-misc/xcb-demo/xcb-demo-0.1.ebuild
index 651c6f90..e1380450 100644
--- a/x11-misc/xcb-demo/xcb-demo-0.1.ebuild
+++ b/x11-misc/xcb-demo/xcb-demo-0.1.ebuild
@@ -1,16 +1,15 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0.5.ebuild,v 1.1 2006/04/29 04:23:28 joshuabaergen Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
+# $Header: $
EAPI=4
+
inherit xorg-2
DESCRIPTION="X C-language Bindings demos"
SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+
RDEPEND="x11-libs/libxcb
x11-libs/xcb-util"
DEPEND="${RDEPEND}"