summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-09-10 18:25:21 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-09-10 18:25:21 +0000
commitf7eb98cf69733961c397d948c7ec79ab6e9ca557 (patch)
treead7657425b373934c623c64f74e22d69d053cae8 /x11-proto
parentrm (diff)
downloadgentoo-2-f7eb98cf69733961c397d948c7ec79ab6e9ca557.tar.gz
gentoo-2-f7eb98cf69733961c397d948c7ec79ab6e9ca557.tar.bz2
gentoo-2-f7eb98cf69733961c397d948c7ec79ab6e9ca557.zip
rm
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/xcb-proto/ChangeLog6
-rw-r--r--x11-proto/xcb-proto/xcb-proto-1.5.ebuild18
2 files changed, 5 insertions, 19 deletions
diff --git a/x11-proto/xcb-proto/ChangeLog b/x11-proto/xcb-proto/ChangeLog
index f16c5559866a..ecb4314c3d6a 100644
--- a/x11-proto/xcb-proto/ChangeLog
+++ b/x11-proto/xcb-proto/ChangeLog
@@ -1,6 +1,10 @@
# 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.50 2010/08/02 18:13:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.51 2010/09/10 18:25:20 scarabeus Exp $
+
+ 10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -xcb-proto-1.5.ebuild:
+ rm
02 Aug 2010; Raúl Porcel <armin76@gentoo.org> xcb-proto-1.6.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #308521
diff --git a/x11-proto/xcb-proto/xcb-proto-1.5.ebuild b/x11-proto/xcb-proto/xcb-proto-1.5.ebuild
deleted file mode 100644
index f0e6529c4da4..000000000000
--- a/x11-proto/xcb-proto/xcb-proto-1.5.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2009 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.5.ebuild,v 1.9 2009/12/15 19:53:07 ranger Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X C-language Bindings protocol headers"
-HOMEPAGE="http://xcb.freedesktop.org/"
-SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-libs/libxml2
- >=dev-lang/python-2.5"