summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2007-04-21 15:39:29 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2007-04-21 15:39:29 +0000
commitadc2d669d8e7b4b5b9f720e48fdbf6e151e70aac (patch)
tree942f0037f2613ce094ac4a2beb2030398707c5d8 /x11-libs/libX11/libX11-1.0.1-r1.ebuild
parentia64 stable (diff)
downloadgentoo-2-adc2d669d8e7b4b5b9f720e48fdbf6e151e70aac.tar.gz
gentoo-2-adc2d669d8e7b4b5b9f720e48fdbf6e151e70aac.tar.bz2
gentoo-2-adc2d669d8e7b4b5b9f720e48fdbf6e151e70aac.zip
Clean up several unused versions.
(Portage version: 2.1.2.4)
Diffstat (limited to 'x11-libs/libX11/libX11-1.0.1-r1.ebuild')
-rw-r--r--x11-libs/libX11/libX11-1.0.1-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-libs/libX11/libX11-1.0.1-r1.ebuild b/x11-libs/libX11/libX11-1.0.1-r1.ebuild
deleted file mode 100644
index 036fcf99f921..000000000000
--- a/x11-libs/libX11/libX11-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.0.1-r1.ebuild,v 1.12 2007/02/04 18:23:48 joshuabaergen Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org X11 library"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="ipv6"
-RDEPEND="x11-libs/xtrans
- x11-libs/libXau
- x11-libs/libXdmcp
- x11-proto/kbproto
- x11-proto/inputproto
- !>=x11-proto/xproto-7.0.6"
-DEPEND="${RDEPEND}
- x11-proto/xf86bigfontproto
- x11-proto/bigreqsproto
- x11-proto/xextproto
- x11-proto/xcmiscproto
- >=x11-misc/util-macros-0.99.0_p20051007"
-
-PATCHES="${FILESDIR}/${P}-setuid.diff"
-
-CONFIGURE_OPTIONS="$(use_enable ipv6)"
-# xorg really doesn't like xlocale disabled.
-# $(use_enable nls xlocale)
-
-src_install() {
- x-modular_src_install
-
- local ENVD="10libx11"
- echo "LDPATH=\"/usr/lib\"" > ${T}/${ENVD}
- doenvd ${T}/${ENVD}
-}