diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-11 18:35:42 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-11 18:35:42 +0000 |
commit | 342951e98d57738ba7dd44004667ae7a24773866 (patch) | |
tree | 7776110358ee3d79262ae24e2caa02df19e6b1ce /x11-libs | |
parent | clean up (diff) | |
download | gentoo-2-342951e98d57738ba7dd44004667ae7a24773866.tar.gz gentoo-2-342951e98d57738ba7dd44004667ae7a24773866.tar.bz2 gentoo-2-342951e98d57738ba7dd44004667ae7a24773866.zip |
x11-libs/libSM: drop old ebuilds
(Portage version: 2.2_rc36/cvs/Linux i686)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libSM/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libSM/libSM-1.0.2.ebuild | 22 | ||||
-rw-r--r-- | x11-libs/libSM/libSM-1.0.3.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/x11-libs/libSM/ChangeLog b/x11-libs/libSM/ChangeLog index c9a82b4174b3..f270eaa67f43 100644 --- a/x11-libs/libSM/ChangeLog +++ b/x11-libs/libSM/ChangeLog @@ -1,6 +1,10 @@ # 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.65 2009/06/23 21:24:35 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.66 2009/08/11 18:35:42 remi Exp $ + + 11 Aug 2009; Rémi Cardona <remi@gentoo.org> -libSM-1.0.2.ebuild, + -libSM-1.0.3.ebuild: + drop old ebuilds 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> libSM-1.1.0.ebuild: Stable on alpha for xorg-server-1.5/xorg-x11-7.4 diff --git a/x11-libs/libSM/libSM-1.0.2.ebuild b/x11-libs/libSM/libSM-1.0.2.ebuild deleted file mode 100644 index 0c34c68e9317..000000000000 --- a/x11-libs/libSM/libSM-1.0.2.ebuild +++ /dev/null @@ -1,22 +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.0.2.ebuild,v 1.13 2009/05/04 17:01:42 ssuominen 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" -DEPEND="${RDEPEND}" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable ipv6)" -} diff --git a/x11-libs/libSM/libSM-1.0.3.ebuild b/x11-libs/libSM/libSM-1.0.3.ebuild deleted file mode 100644 index 94bde2764271..000000000000 --- a/x11-libs/libSM/libSM-1.0.3.ebuild +++ /dev/null @@ -1,22 +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.0.3.ebuild,v 1.9 2009/05/04 17:01:42 ssuominen 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" -DEPEND="${RDEPEND}" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable ipv6)" -} |