From 8ba9011dae5fb85e1e53bb6adb122a5615fb32e3 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 30 Jul 2005 21:48:23 +0000 Subject: move gentoofr overlay to .. --- x11-libs/xproto/Manifest | 2 ++ x11-libs/xproto/files/digest-xproto-9999 | 0 x11-libs/xproto/xproto-9999.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 x11-libs/xproto/Manifest create mode 100644 x11-libs/xproto/files/digest-xproto-9999 create mode 100644 x11-libs/xproto/xproto-9999.ebuild (limited to 'x11-libs/xproto') diff --git a/x11-libs/xproto/Manifest b/x11-libs/xproto/Manifest new file mode 100644 index 00000000..4322813b --- /dev/null +++ b/x11-libs/xproto/Manifest @@ -0,0 +1,2 @@ +MD5 5fb66e323fa463406e5d665c2cdea324 xproto-9999.ebuild 491 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-xproto-9999 0 diff --git a/x11-libs/xproto/files/digest-xproto-9999 b/x11-libs/xproto/files/digest-xproto-9999 new file mode 100644 index 00000000..e69de29b diff --git a/x11-libs/xproto/xproto-9999.ebuild b/x11-libs/xproto/xproto-9999.ebuild new file mode 100644 index 00000000..ff8951c6 --- /dev/null +++ b/x11-libs/xproto/xproto-9999.ebuild @@ -0,0 +1,31 @@ +# 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/xlibs" +ECVS_MODULE="Xproto" + +DESCRIPTION="Xproto" +HOMEPAGE="http://freedesktop.org/Software/xlibs" + +LICENSE="AS-IS" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" + +S=${WORKDIR}/Xproto + +src_compile() +{ + ./autogen.sh || die "autogen.sh failed" + econf || die "econf failed" +} + +src_install() +{ + einstall || die "einstall failed" +} -- cgit v1.2.3