diff options
author | 2011-02-14 16:02:24 +0000 | |
---|---|---|
committer | 2011-02-14 16:02:24 +0000 | |
commit | 4ba84f3738093b39d32fa2d00dfddeeb0f5fc9b2 (patch) | |
tree | 31694790ca97fcdc0b00676e4cf6bceb0e2ee9df /x11-proto/xcb-proto | |
parent | old (diff) | |
download | gentoo-2-4ba84f3738093b39d32fa2d00dfddeeb0f5fc9b2.tar.gz gentoo-2-4ba84f3738093b39d32fa2d00dfddeeb0f5fc9b2.tar.bz2 gentoo-2-4ba84f3738093b39d32fa2d00dfddeeb0f5fc9b2.zip |
Drop old.
Diffstat (limited to 'x11-proto/xcb-proto')
-rw-r--r-- | x11-proto/xcb-proto/Manifest | 1 | ||||
-rw-r--r-- | x11-proto/xcb-proto/xcb-proto-1.6.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/x11-proto/xcb-proto/Manifest b/x11-proto/xcb-proto/Manifest index c39d1968aac9..c2dbaad48455 100644 --- a/x11-proto/xcb-proto/Manifest +++ b/x11-proto/xcb-proto/Manifest @@ -1,6 +1,5 @@ AUX 1.6-fix_negative.patch 499 RMD160 3eefe90dfae305b472b289d522361eee036a8c54 SHA1 9c2008fc0b70ba8b832074549e9b53f5b3b91250 SHA256 c4587a19ba6f1659cf10c1238f8d5a5e7c63cd049525384590f9b695d5244c3b DIST xcb-proto-1.6.tar.bz2 92829 RMD160 61ffea8c3ab4b745f04eccc10c64f7f1c356692c SHA1 e82418557c7f59f29da9ec18e0906d6d78e3a164 SHA256 f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2 EBUILD xcb-proto-1.6-r1.ebuild 1146 RMD160 505abf150d24ebe80fa830848d7a9447540c89a4 SHA1 28c092346a0bb71a841ac71ec4be0a1436eaff0c SHA256 a25352df38a1a2b02799b72458f83903259178d568017530f73a6fa17c8fc8f9 -EBUILD xcb-proto-1.6.ebuild 1006 RMD160 6d4937af092953ffff11b4d0c04958173a8f3767 SHA1 b5e6fee24a9d74183acbc8bbc73bcf9014aa76a2 SHA256 a81f6032f8f9d1205de04972ee6ad96104c720d48e4fa2e8d6fefc00574dc2e8 MISC ChangeLog 7293 RMD160 52512f35651840364c1a98947f9e6dc2281a0777 SHA1 478cba34db3da4d2d6430c7bde1dcfdd5162977d SHA256 5735bf7f219c8e8df855547e788fd168722f0bd6ed335426c7aa6fcd6168c5fa MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 diff --git a/x11-proto/xcb-proto/xcb-proto-1.6.ebuild b/x11-proto/xcb-proto/xcb-proto-1.6.ebuild deleted file mode 100644 index 0dd846ebe7dd..000000000000 --- a/x11-proto/xcb-proto/xcb-proto-1.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.14 2010/11/06 14:42:30 scarabeus Exp $ - -EAPI=3 -PYTHON_DEPEND="2:2.5" - -inherit python xorg-2 - -DESCRIPTION="X C-language Bindings protocol headers" -HOMEPAGE="http://xcb.freedesktop.org/" -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto" -[[ ${PV} != 9999* ]] && \ - 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 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-libs/libxml2" - -pkg_setup() { - python_set_active_version 2 -} - -src_install() { - xorg-2_src_install - python_clean_installation_image -} - -pkg_postinst() { - python_mod_optimize xcbgen -} - -pkg_postrm() { - python_mod_cleanup xcbgen -} |