diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 04:26:39 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 04:26:39 +0000 |
commit | b5962db2a597de5def93ccf0f4eae1a205521010 (patch) | |
tree | 865f0c19ba5de4ecd958c5349392c11da0ebd572 /x11-libs/libXau | |
parent | Initial commit for modular X. (diff) | |
download | gentoo-2-b5962db2a597de5def93ccf0f4eae1a205521010.tar.gz gentoo-2-b5962db2a597de5def93ccf0f4eae1a205521010.tar.bz2 gentoo-2-b5962db2a597de5def93ccf0f4eae1a205521010.zip |
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-libs/libXau')
-rw-r--r-- | x11-libs/libXau/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/libXau/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/libXau/files/digest-libXau-0.99.0 | 1 | ||||
-rw-r--r-- | x11-libs/libXau/libXau-0.99.0.ebuild | 19 |
4 files changed, 32 insertions, 0 deletions
diff --git a/x11-libs/libXau/ChangeLog b/x11-libs/libXau/ChangeLog new file mode 100644 index 000000000000..1af29b2244a4 --- /dev/null +++ b/x11-libs/libXau/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-libs/libXau +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/ChangeLog,v 1.1 2005/08/08 04:24:14 spyderous Exp $ + +*libXau-0.99.0 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +libXau-0.99.0.ebuild: + Initial commit for modular X. + diff --git a/x11-libs/libXau/Manifest b/x11-libs/libXau/Manifest new file mode 100644 index 000000000000..1d1af7030dfd --- /dev/null +++ b/x11-libs/libXau/Manifest @@ -0,0 +1,2 @@ +MD5 ea10ad1d619e6a0e18d45f2af91e770f libXau-0.99.0.ebuild 413 +MD5 307da1c8c237ae455de8b9e27ddb38fc files/digest-libXau-0.99.0 66 diff --git a/x11-libs/libXau/files/digest-libXau-0.99.0 b/x11-libs/libXau/files/digest-libXau-0.99.0 new file mode 100644 index 000000000000..9021381130eb --- /dev/null +++ b/x11-libs/libXau/files/digest-libXau-0.99.0 @@ -0,0 +1 @@ +MD5 1c5c9779d78f45267cae2e6cc1856517 libXau-0.99.0.tar.bz2 198317 diff --git a/x11-libs/libXau/libXau-0.99.0.ebuild b/x11-libs/libXau/libXau-0.99.0.ebuild new file mode 100644 index 000000000000..c471a0e0665d --- /dev/null +++ b/x11-libs/libXau/libXau-0.99.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/libXau-0.99.0.ebuild,v 1.1 2005/08/08 04:24:14 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Xau library" +#HOMEPAGE="http://foo.bar.com/" +#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" +#LICENSE="" +#SLOT="0" +KEYWORDS="~x86" +#IUSE="X gnome" +RDEPEND="" +DEPEND="${RDEPEND} + x11-proto/xproto" |