diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-04-14 16:18:29 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-04-14 16:18:29 +0000 |
commit | 8ea4240dd6be8ae4f2a7de5f99d981af3d7edd65 (patch) | |
tree | f7b24eb8a6281dbde0b8bc4b8a9f8ecb19199f96 | |
parent | Stable for HPPA (bug #363507). (diff) | |
download | historical-8ea4240dd6be8ae4f2a7de5f99d981af3d7edd65.tar.gz historical-8ea4240dd6be8ae4f2a7de5f99d981af3d7edd65.tar.bz2 historical-8ea4240dd6be8ae4f2a7de5f99d981af3d7edd65.zip |
Old.
Package-Manager: portage-2.2.0_alpha29/cvs/Linux i686
-rw-r--r-- | x11-libs/libSM/libSM-1.1.1.ebuild | 31 | ||||
-rw-r--r-- | x11-libs/libX11/libX11-1.3.4.ebuild | 47 | ||||
-rw-r--r-- | x11-libs/libX11/libX11-1.3.6.ebuild | 47 | ||||
-rw-r--r-- | x11-libs/libXdmcp/libXdmcp-1.0.3.ebuild | 14 | ||||
-rw-r--r-- | x11-libs/libXext/libXext-1.1.2.ebuild | 16 | ||||
-rw-r--r-- | x11-libs/libXft/libXft-2.1.14.ebuild | 28 | ||||
-rw-r--r-- | x11-libs/libXi/libXi-1.3.1.ebuild | 40 | ||||
-rw-r--r-- | x11-libs/libXmu/libXmu-1.0.5.ebuild | 18 | ||||
-rw-r--r-- | x11-libs/libXtst/libXtst-1.1.0.ebuild | 18 | ||||
-rw-r--r-- | x11-libs/libfontenc/libfontenc-1.0.5.ebuild | 20 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.6.ebuild | 33 |
11 files changed, 0 insertions, 312 deletions
diff --git a/x11-libs/libSM/libSM-1.1.1.ebuild b/x11-libs/libSM/libSM-1.1.1.ebuild deleted file mode 100644 index 301e22ee3dcb..000000000000 --- a/x11-libs/libSM/libSM-1.1.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.11 2009/12/15 19:32:55 ranger Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -EAPI="2" - -inherit x-modular - -DESCRIPTION="X.Org SM library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="ipv6 +uuid elibc_FreeBSD" - -RDEPEND=">=x11-libs/libICE-1.0.5 - x11-libs/xtrans - x11-proto/xproto - uuid? ( - !elibc_FreeBSD? ( - || ( >=sys-apps/util-linux-2.16 <sys-libs/e2fsprogs-libs-1.41.8 ) - ) - )" -DEPEND="${RDEPEND}" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable ipv6) $(use_with uuid libuuid)" - # do not use uuid even if available in libc (like on FreeBSD) - use uuid || export ac_cv_func_uuid_create=no -} diff --git a/x11-libs/libX11/libX11-1.3.4.ebuild b/x11-libs/libX11/libX11-1.3.4.ebuild deleted file mode 100644 index 093781492eb0..000000000000 --- a/x11-libs/libX11/libX11-1.3.4.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.3.4.ebuild,v 1.9 2010/10/21 01:14:47 ranger Exp $ - -EAPI=3 -inherit xorg-2 toolchain-funcs flag-o-matic - -DESCRIPTION="X.Org X11 library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="doc ipv6 test +xcb" - -RDEPEND=">=x11-libs/xtrans-1.2.3 - x11-proto/kbproto - >=x11-proto/xproto-7.0.13 - xcb? ( >=x11-libs/libxcb-1.1.92 ) - !xcb? ( - x11-libs/libXau - x11-libs/libXdmcp - )" -DEPEND="${RDEPEND} - doc? ( - app-text/ghostscript-gpl - sys-apps/groff - ) - test? ( dev-lang/perl ) - x11-proto/xf86bigfontproto - !xcb? ( - x11-proto/bigreqsproto - x11-proto/xcmiscproto - ) - x11-proto/inputproto - x11-proto/xextproto" - -pkg_setup() { - xorg-2_pkg_setup - CONFIGURE_OPTIONS="$(use_enable doc specs) $(use_enable ipv6) - $(use_with xcb)" - # xorg really doesn't like xlocale disabled. - # $(use_enable nls xlocale) -} - -src_compile() { - # [Cross-Compile Love] Disable {C,LD}FLAGS and redefine CC= for 'makekeys' - ( filter-flags -m* ; cd src/util && make CC=$(tc-getBUILD_CC) CFLAGS="${CFLAGS}" LDFLAGS="" clean all) - xorg-2_src_compile -} diff --git a/x11-libs/libX11/libX11-1.3.6.ebuild b/x11-libs/libX11/libX11-1.3.6.ebuild deleted file mode 100644 index f0cefb7d933c..000000000000 --- a/x11-libs/libX11/libX11-1.3.6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.3.6.ebuild,v 1.1 2010/09/21 08:11:11 scarabeus Exp $ - -EAPI=3 -inherit xorg-2 toolchain-funcs flag-o-matic - -DESCRIPTION="X.Org X11 library" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc ipv6 test +xcb" - -RDEPEND=">=x11-libs/xtrans-1.2.3 - x11-proto/kbproto - >=x11-proto/xproto-7.0.13 - xcb? ( >=x11-libs/libxcb-1.1.92 ) - !xcb? ( - x11-libs/libXau - x11-libs/libXdmcp - )" -DEPEND="${RDEPEND} - doc? ( - app-text/ghostscript-gpl - sys-apps/groff - ) - test? ( dev-lang/perl ) - x11-proto/xf86bigfontproto - !xcb? ( - x11-proto/bigreqsproto - x11-proto/xcmiscproto - ) - x11-proto/inputproto - x11-proto/xextproto" - -pkg_setup() { - xorg-2_pkg_setup - CONFIGURE_OPTIONS="$(use_enable doc specs) $(use_enable ipv6) - $(use_with xcb)" - # xorg really doesn't like xlocale disabled. - # $(use_enable nls xlocale) -} - -src_compile() { - # [Cross-Compile Love] Disable {C,LD}FLAGS and redefine CC= for 'makekeys' - ( filter-flags -m* ; cd src/util && make CC=$(tc-getBUILD_CC) CFLAGS="${CFLAGS}" LDFLAGS="" clean all) - xorg-2_src_compile -} diff --git a/x11-libs/libXdmcp/libXdmcp-1.0.3.ebuild b/x11-libs/libXdmcp/libXdmcp-1.0.3.ebuild deleted file mode 100644 index 226cca02d25b..000000000000 --- a/x11-libs/libXdmcp/libXdmcp-1.0.3.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdmcp/libXdmcp-1.0.3.ebuild,v 1.12 2010/06/14 17:23:17 grobian Exp $ - -EAPI=3 -inherit xorg-2 - -DESCRIPTION="X.Org Xdmcp library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" - -RDEPEND="x11-proto/xproto" -DEPEND="${RDEPEND}" diff --git a/x11-libs/libXext/libXext-1.1.2.ebuild b/x11-libs/libXext/libXext-1.1.2.ebuild deleted file mode 100644 index 059bbdc5d2d1..000000000000 --- a/x11-libs/libXext/libXext-1.1.2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXext/libXext-1.1.2.ebuild,v 1.11 2010/11/01 14:28:01 scarabeus Exp $ - -EAPI=3 -inherit xorg-2 - -DESCRIPTION="X.Org Xext library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" - -RDEPEND=">=x11-libs/libX11-1.1.99.1 - >=x11-proto/xextproto-7.0.99.2 - >=x11-proto/xproto-7.0.13" -DEPEND="${RDEPEND}" diff --git a/x11-libs/libXft/libXft-2.1.14.ebuild b/x11-libs/libXft/libXft-2.1.14.ebuild deleted file mode 100644 index ddb03f77bea2..000000000000 --- a/x11-libs/libXft/libXft-2.1.14.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXft/libXft-2.1.14.ebuild,v 1.11 2010/06/14 17:35:17 grobian Exp $ - -inherit x-modular flag-o-matic - -DESCRIPTION="X.Org Xft library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" - -RDEPEND="x11-libs/libXrender - x11-libs/libX11 - x11-libs/libXext - x11-proto/xproto - media-libs/freetype - >=media-libs/fontconfig-2.2" -DEPEND="${RDEPEND}" - -pkg_setup() { - # No such function yet - # x-modular_pkg_setup - - # (#125465) Broken with Bdirect support - filter-flags -Wl,-Bdirect - filter-ldflags -Bdirect - filter-ldflags -Wl,-Bdirect -} diff --git a/x11-libs/libXi/libXi-1.3.1.ebuild b/x11-libs/libXi/libXi-1.3.1.ebuild deleted file mode 100644 index 591e24807c98..000000000000 --- a/x11-libs/libXi/libXi-1.3.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXi/libXi-1.3.1.ebuild,v 1.12 2010/11/01 14:27:59 scarabeus Exp $ - -EAPI=3 -XORG_EAUTORECONF="yes" -inherit xorg-2 - -DESCRIPTION="X.Org Xi library" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="doc" - -RDEPEND=" - >=x11-libs/libX11-1.3 - >=x11-libs/libXext-1.1 - >=x11-proto/inputproto-2.0 - >=x11-proto/xproto-7.0.16 -" -DEPEND="${RDEPEND} - doc? ( - >=app-text/asciidoc-8.5.1 - app-text/xmlto - ) -" - -PATCHES=( "${FILESDIR}/${PV}-0001-Add-configure-switch-for-manpages-regenerating.patch" ) - -pkg_setup() { - xorg-2_pkg_setup - CONFIGURE_OPTIONS=" - $(use_with doc manpages) - " -} - -pkg_postinst() { - xorg-2_pkg_postinst - - ewarn "Some special keys and keyboard layouts may stop working." - ewarn "To fix them, recompile xorg-server." -} diff --git a/x11-libs/libXmu/libXmu-1.0.5.ebuild b/x11-libs/libXmu/libXmu-1.0.5.ebuild deleted file mode 100644 index afbe3d5923ba..000000000000 --- a/x11-libs/libXmu/libXmu-1.0.5.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXmu/libXmu-1.0.5.ebuild,v 1.10 2010/02/25 07:30:37 abcd Exp $ - -inherit x-modular - -DESCRIPTION="X.Org Xmu library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="ipv6" - -RDEPEND="x11-libs/libXt - x11-libs/libXext - x11-libs/libX11 - x11-proto/xextproto" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable ipv6)" diff --git a/x11-libs/libXtst/libXtst-1.1.0.ebuild b/x11-libs/libXtst/libXtst-1.1.0.ebuild deleted file mode 100644 index d30e224a9f1f..000000000000 --- a/x11-libs/libXtst/libXtst-1.1.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/libXtst-1.1.0.ebuild,v 1.11 2010/08/02 18:27:04 armin76 Exp $ - -inherit x-modular - -DESCRIPTION="X.Org Xtst library" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" - -RDEPEND="x11-libs/libX11 - >=x11-libs/libXext-1.0.99.4 - >=x11-libs/libXi-1.3 - >=x11-proto/recordproto-1.13.99.1 - >=x11-proto/xextproto-7.0.99.3" -DEPEND="${RDEPEND} - x11-proto/inputproto" diff --git a/x11-libs/libfontenc/libfontenc-1.0.5.ebuild b/x11-libs/libfontenc/libfontenc-1.0.5.ebuild deleted file mode 100644 index 0767bf6dec61..000000000000 --- a/x11-libs/libfontenc/libfontenc-1.0.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.0.5.ebuild,v 1.10 2010/09/10 22:52:39 scarabeus Exp $ - -# Must be before x-modular eclass is inherited -# SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org fontenc library" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="sys-libs/zlib" -DEPEND="${RDEPEND} - x11-proto/xproto" - -pkg_setup() { - CONFIGURE_OPTIONS="--with-encodingsdir=/usr/share/fonts/encodings" -} diff --git a/x11-libs/libxcb/libxcb-1.6.ebuild b/x11-libs/libxcb/libxcb-1.6.ebuild deleted file mode 100644 index 317908a4fe74..000000000000 --- a/x11-libs/libxcb/libxcb-1.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.6.ebuild,v 1.11 2010/11/01 14:27:59 scarabeus Exp $ - -EAPI=3 - -inherit python xorg-2 - -DESCRIPTION="X C-language Bindings library" -HOMEPAGE="http://xcb.freedesktop.org/" -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb" -[[ ${PV} != 9999* ]] && \ - SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="doc selinux" - -RDEPEND="x11-libs/libXau - x11-libs/libXdmcp - dev-libs/libpthread-stubs - >=x11-proto/xcb-proto-1.6" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - dev-libs/libxslt - =dev-lang/python-2*[xml]" - -pkg_setup() { - python_set_active_version 2 - xorg-2_pkg_setup - CONFIGURE_OPTIONS="$(use_enable doc build-docs) - $(use_enable selinux) - --enable-xinput" -} |