From a5ba170bfbcefe58d29b84ebd18f04168f4cc9b4 Mon Sep 17 00:00:00 2001 From: David Shakaryan Date: Sun, 12 Oct 2008 19:27:53 +0000 Subject: Remove older versions. (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64) --- x11-wm/openbox/ChangeLog | 6 ++++- x11-wm/openbox/openbox-3.4.6.1.ebuild | 45 ----------------------------------- x11-wm/openbox/openbox-3.4.7.1.ebuild | 45 ----------------------------------- 3 files changed, 5 insertions(+), 91 deletions(-) delete mode 100644 x11-wm/openbox/openbox-3.4.6.1.ebuild delete mode 100644 x11-wm/openbox/openbox-3.4.7.1.ebuild (limited to 'x11-wm') diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index d546b65f2f45..6f4bed12b90f 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/openbox # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.173 2008/10/10 09:46:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.174 2008/10/12 19:27:53 omp Exp $ + + 12 Oct 2008; David Shakaryan -openbox-3.4.6.1.ebuild, + -openbox-3.4.7.1.ebuild: + Remove older versions. 10 Oct 2008; Raúl Porcel openbox-3.4.7.2.ebuild: alpha/sparc stable wrt #231450 diff --git a/x11-wm/openbox/openbox-3.4.6.1.ebuild b/x11-wm/openbox/openbox-3.4.6.1.ebuild deleted file mode 100644 index d19a3f6df60c..000000000000 --- a/x11-wm/openbox/openbox-3.4.6.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.4.6.1.ebuild,v 1.8 2008/03/19 04:44:19 jer Exp $ - -DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager." -HOMEPAGE="http://icculus.org/openbox/" -SRC_URI="http://icculus.org/openbox/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="3" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="nls startup-notification xinerama" - -RDEPEND=">=dev-libs/glib-2.6 - >=dev-libs/libxml2-2.0 - >=media-libs/fontconfig-2 - virtual/xft - x11-libs/libXrandr - x11-libs/libXt - >=x11-libs/pango-1.8 - nls? ( sys-devel/gettext ) - startup-notification? ( >=x11-libs/startup-notification-0.8 ) - xinerama? ( x11-libs/libXinerama )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xextproto - x11-proto/xf86vidmodeproto - xinerama? ( x11-proto/xineramaproto )" - -src_compile() { - econf \ - --docdir=/usr/share/doc/${PF} \ - $(use_enable nls) \ - $(use_enable startup-notification) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - dodir /etc/X11/Sessions - echo "/usr/bin/openbox-session" > "${D}/etc/X11/Sessions/${PN}" - fperms a+x /etc/X11/Sessions/${PN} - - emake DESTDIR="${D}" install || die "emake install failed" -} diff --git a/x11-wm/openbox/openbox-3.4.7.1.ebuild b/x11-wm/openbox/openbox-3.4.7.1.ebuild deleted file mode 100644 index 3b9027c30e92..000000000000 --- a/x11-wm/openbox/openbox-3.4.7.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.4.7.1.ebuild,v 1.1 2008/04/18 07:43:42 omp Exp $ - -DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager." -HOMEPAGE="http://icculus.org/openbox/" -SRC_URI="http://icculus.org/openbox/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="3" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="nls startup-notification xinerama" - -RDEPEND=">=dev-libs/glib-2.6 - >=dev-libs/libxml2-2.0 - >=media-libs/fontconfig-2 - virtual/xft - x11-libs/libXrandr - x11-libs/libXt - >=x11-libs/pango-1.8 - nls? ( sys-devel/gettext ) - startup-notification? ( >=x11-libs/startup-notification-0.8 ) - xinerama? ( x11-libs/libXinerama )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xextproto - x11-proto/xf86vidmodeproto - xinerama? ( x11-proto/xineramaproto )" - -src_compile() { - econf \ - --docdir=/usr/share/doc/${PF} \ - $(use_enable nls) \ - $(use_enable startup-notification) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - dodir /etc/X11/Sessions - echo "/usr/bin/openbox-session" > "${D}/etc/X11/Sessions/${PN}" - fperms a+x /etc/X11/Sessions/${PN} - - emake DESTDIR="${D}" install || die "emake install failed" -} -- cgit v1.2.3-65-gdbad