diff options
author | James Cloos <cloos@jhcloos.com> | 2008-05-10 22:44:44 -0400 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2008-05-10 22:45:51 -0400 |
commit | cf80512056f6ee9e665809bd312db89a2fe280ca (patch) | |
tree | fdb63e5c98153a417ea03a915ef51963afdea5c9 /x11-libs/libXext | |
parent | mesa-9999: update for current git: xcb support, driver dir. (diff) | |
download | x11-cf80512056f6ee9e665809bd312db89a2fe280ca.tar.gz x11-cf80512056f6ee9e665809bd312db89a2fe280ca.tar.bz2 x11-cf80512056f6ee9e665809bd312db89a2fe280ca.zip |
Add (package-masked) live ebuilds for the rest of the Xorg libraries
Diffstat (limited to 'x11-libs/libXext')
-rw-r--r-- | x11-libs/libXext/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXext/libXext-9999.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-libs/libXext/Manifest b/x11-libs/libXext/Manifest new file mode 100644 index 00000000..4c61d7ac --- /dev/null +++ b/x11-libs/libXext/Manifest @@ -0,0 +1 @@ +EBUILD libXext-9999.ebuild 339 RMD160 e4889a816a543356e059349fd960395a61d678f0 SHA1 e853a79e849beee561eca9d9f9c1d0ee789fb761 SHA256 5b09c94c080c263fded04452247dfcb7a0f2aed3d79fc9c96c1074784deed208 diff --git a/x11-libs/libXext/libXext-9999.ebuild b/x11-libs/libXext/libXext-9999.ebuild new file mode 100644 index 00000000..41f8a4b9 --- /dev/null +++ b/x11-libs/libXext/libXext-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +inherit x-modular + +DESCRIPTION="X.Org Xext library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +RDEPEND="x11-libs/libX11 + x11-proto/xextproto" +DEPEND="${RDEPEND} + x11-proto/xproto" |