summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-04-14 16:07:03 +0000
committerJeroen Roovers <jer@gentoo.org>2011-04-14 16:07:03 +0000
commit88e1aba8d42834d8ffaa45bf51dddf979b6df6dc (patch)
tree2b722caa10db4da784f56c1d97238cab6664d212
parentStable for HPPA (bug #363507). (diff)
downloadgentoo-2-88e1aba8d42834d8ffaa45bf51dddf979b6df6dc.tar.gz
gentoo-2-88e1aba8d42834d8ffaa45bf51dddf979b6df6dc.tar.bz2
gentoo-2-88e1aba8d42834d8ffaa45bf51dddf979b6df6dc.zip
Old.
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
-rw-r--r--x11-libs/libSM/libSM-1.1.1.ebuild31
1 files changed, 0 insertions, 31 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
-}