diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2006-11-03 02:50:43 +0100 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2006-11-03 02:50:43 +0100 |
commit | 7c4481390352c682410c6e51b563c249e7c1c5d6 (patch) | |
tree | 4303502b23a4b2a3b7f422aae4ee78ead3379e09 /x11-libs/xcb-proto | |
parent | ejabberd: add missing files + jmc (diff) | |
download | portage-7c4481390352c682410c6e51b563c249e7c1c5d6.tar.xz |
change xcb deps for evas
del xcb-proto as in portage now
Diffstat (limited to 'x11-libs/xcb-proto')
-rw-r--r-- | x11-libs/xcb-proto/Manifest | 6 | ||||
-rw-r--r-- | x11-libs/xcb-proto/files/digest-xcb-proto-9999 | 0 | ||||
-rw-r--r-- | x11-libs/xcb-proto/xcb-proto-9999.ebuild | 33 |
3 files changed, 0 insertions, 39 deletions
diff --git a/x11-libs/xcb-proto/Manifest b/x11-libs/xcb-proto/Manifest deleted file mode 100644 index 80caf94c..00000000 --- a/x11-libs/xcb-proto/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-xcb-proto-9999 0 -RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 files/digest-xcb-proto-9999 0 -SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 files/digest-xcb-proto-9999 0 -MD5 513db039976616b008707ce4b860db81 xcb-proto-9999.ebuild 540 -RMD160 528e890eb67bb2cb9b7d37fd43cdd373fb2972da xcb-proto-9999.ebuild 540 -SHA256 41fb725355c5b0970b7dd5821a2e01c9ec22d455428413c448a5f77f40d4fb32 xcb-proto-9999.ebuild 540 diff --git a/x11-libs/xcb-proto/files/digest-xcb-proto-9999 b/x11-libs/xcb-proto/files/digest-xcb-proto-9999 deleted file mode 100644 index e69de29b..00000000 --- a/x11-libs/xcb-proto/files/digest-xcb-proto-9999 +++ /dev/null diff --git a/x11-libs/xcb-proto/xcb-proto-9999.ebuild b/x11-libs/xcb-proto/xcb-proto-9999.ebuild deleted file mode 100644 index 3c695c72..00000000 --- a/x11-libs/xcb-proto/xcb-proto-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit cvs - -ECVS_SERVER="cvs.freedesktop.org:/cvs/xcb" -ECVS_MODULE="${PN}" - -DESCRIPTION="XCB-Proto" -HOMEPAGE="http://freedesktop.org/Software/xcb" - -LICENSE="AS-IS" -SLOT="0" -IUSE="" - -DEPEND="dev-libs/check - dev-util/pkgconfig - dev-libs/libxslt" -RDEPEND="" - -S=${WORKDIR}/${PN} - -src_compile() -{ - ./autogen.sh || die "autogen.sh failed" - econf || die "econf failed" -} - -src_install() -{ - einstall || die "einstall failed" -} |