summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-01-26 14:21:51 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2011-01-26 14:21:51 +0100
commit4bbf40aecc613841c86ef2bae167f707a51bd542 (patch)
tree51a1da9d2150fe996fdae338670b3050c709465e /x11-misc
parent[eclass] Kill all lafiles not just some. (diff)
downloadx11-4bbf40aecc613841c86ef2bae167f707a51bd542.tar.gz
x11-4bbf40aecc613841c86ef2bae167f707a51bd542.tar.bz2
x11-4bbf40aecc613841c86ef2bae167f707a51bd542.zip
Whitespace cleanup for eapi4 commit.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xcb-demo/Manifest2
-rw-r--r--x11-misc/xcb-demo/xcb-demo-0.1.ebuild15
2 files changed, 0 insertions, 17 deletions
diff --git a/x11-misc/xcb-demo/Manifest b/x11-misc/xcb-demo/Manifest
index 10d8817b..21441c5d 100644
--- a/x11-misc/xcb-demo/Manifest
+++ b/x11-misc/xcb-demo/Manifest
@@ -1,3 +1 @@
-DIST xcb-demo-0.1.tar.bz2 80289 RMD160 2f76ad4b6d7d9b40d7142cc27ab314cc584794e4 SHA1 b580e9940cb9a2393cdc1d01ea2077c2d93845a4 SHA256 20753bb59558dc00311a5a296fc6c4b3fcff04b86b2579fcb459c89b17d733a4
-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
deleted file mode 100644
index e1380450..00000000
--- a/x11-misc/xcb-demo/xcb-demo-0.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $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}"