summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-01-23 20:40:18 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-01-23 20:40:18 +0000
commitab0d780104ed38f846b2843a85a17f730778fe48 (patch)
treef5ffc811be89d6fedc5ea01d47a647d1cd1dc63a /x11-libs/libSM
parentDelete older ebuilds. (diff)
downloadgentoo-2-ab0d780104ed38f846b2843a85a17f730778fe48.tar.gz
gentoo-2-ab0d780104ed38f846b2843a85a17f730778fe48.tar.bz2
gentoo-2-ab0d780104ed38f846b2843a85a17f730778fe48.zip
rm
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libSM')
-rw-r--r--x11-libs/libSM/ChangeLog7
-rw-r--r--x11-libs/libSM/libSM-1.1.0.ebuild23
2 files changed, 5 insertions, 25 deletions
diff --git a/x11-libs/libSM/ChangeLog b/x11-libs/libSM/ChangeLog
index 8ffb28fc9bb0..10dcf20c66d3 100644
--- a/x11-libs/libSM/ChangeLog
+++ b/x11-libs/libSM/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libSM
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.77 2009/12/15 19:32:55 ranger Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.78 2010/01/23 20:40:18 scarabeus Exp $
+
+ 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -libSM-1.1.0.ebuild:
+ rm
15 Dec 2009; Brent Baude <ranger@gentoo.org> libSM-1.1.1.ebuild:
Marking libSM-1.1.1 ppc64 stable for bug 294958
diff --git a/x11-libs/libSM/libSM-1.1.0.ebuild b/x11-libs/libSM/libSM-1.1.0.ebuild
deleted file mode 100644
index 989638314a08..000000000000
--- a/x11-libs/libSM/libSM-1.1.0.ebuild
+++ /dev/null
@@ -1,23 +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.0.ebuild,v 1.13 2009/06/23 21:24:35 klausman Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-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"
-
-RDEPEND="x11-libs/libICE
- x11-libs/xtrans
- x11-proto/xproto
- || ( sys-libs/e2fsprogs-libs sys-fs/e2fsprogs )"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- CONFIGURE_OPTIONS="$(use_enable ipv6)"
-}