diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2005-07-30 21:48:23 +0000 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2005-07-30 21:48:23 +0000 |
commit | 8ba9011dae5fb85e1e53bb6adb122a5615fb32e3 (patch) | |
tree | 9923c0730cd78b86ec8c924d3cd55f25e147649e /x11-libs/xproto | |
parent | Del old ebuilds (diff) | |
download | portage-8ba9011dae5fb85e1e53bb6adb122a5615fb32e3.tar.xz |
move gentoofr overlay to ..
Diffstat (limited to 'x11-libs/xproto')
-rw-r--r-- | x11-libs/xproto/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/xproto/files/digest-xproto-9999 | 0 | ||||
-rw-r--r-- | x11-libs/xproto/xproto-9999.ebuild | 31 |
3 files changed, 33 insertions, 0 deletions
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 --- /dev/null +++ b/x11-libs/xproto/files/digest-xproto-9999 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" +} |