diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-11 22:07:36 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-11 22:07:36 +0000 |
commit | e848877ca2b9009618d820d0a8a640248f720889 (patch) | |
tree | e1595fb59e3cb1f27142f2f56146d18710c0761a /x11-wm/openbox | |
parent | add QA_PRESTRIPPED for binary files. Bug #295110 (diff) | |
download | gentoo-2-e848877ca2b9009618d820d0a8a640248f720889.tar.gz gentoo-2-e848877ca2b9009618d820d0a8a640248f720889.tar.bz2 gentoo-2-e848877ca2b9009618d820d0a8a640248f720889.zip |
Remove old ebuilds
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-3.4.10.ebuild | 53 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-3.4.11.1.ebuild | 53 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-3.4.11.ebuild | 55 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-3.4.7.2.ebuild | 46 |
5 files changed, 6 insertions, 208 deletions
diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index 027576eec97d..616dc2c3cf92 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/openbox # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.213 2010/07/11 19:28:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.214 2010/07/11 22:07:36 hwoarang Exp $ + + 11 Jul 2010; Markos Chandras <hwoarang@gentoo.org> + -openbox-3.4.7.2.ebuild, -openbox-3.4.10.ebuild, -openbox-3.4.11.ebuild, + -openbox-3.4.11.1.ebuild: + Remove old ebuilds 11 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> openbox-3.4.11.2.ebuild: diff --git a/x11-wm/openbox/openbox-3.4.10.ebuild b/x11-wm/openbox/openbox-3.4.10.ebuild deleted file mode 100644 index ae6dbeecb839..000000000000 --- a/x11-wm/openbox/openbox-3.4.10.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.4.10.ebuild,v 1.9 2010/05/06 23:36:31 jer Exp $ - -EAPI="2" -inherit eutils - -MY_P=${P/_/-} -DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager." -HOMEPAGE="http://openbox.org/" -SRC_URI="http://openbox.org/dist/openbox/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="3" -KEYWORDS="alpha amd64 arm 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 - x11-libs/libXft - x11-libs/libXrandr - x11-libs/libXt - >=x11-libs/pango-1.8[X] - 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 )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-gnome-session-3.4.9.patch -} - -src_configure() { - econf \ - --docdir=/usr/share/doc/${PF} \ - $(use_enable nls) \ - $(use_enable startup-notification) -} - -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.11.1.ebuild b/x11-wm/openbox/openbox-3.4.11.1.ebuild deleted file mode 100644 index 9d9c59c6a0c7..000000000000 --- a/x11-wm/openbox/openbox-3.4.11.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.4.11.1.ebuild,v 1.4 2010/05/28 13:15:20 maekke Exp $ - -EAPI="2" -WANT_AUTOMAKE="1.9" -inherit eutils - -MY_P=${P/_/-} -DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager" -HOMEPAGE="http://openbox.org/" -SRC_URI="http://openbox.org/dist/openbox/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="3" -KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd" -IUSE="nls +startup-notification xinerama" - -RDEPEND="dev-libs/glib:2 - >=dev-libs/libxml2-2.0 - >=media-libs/fontconfig-2 - x11-libs/libXft - x11-libs/libXrandr - x11-libs/libXt - >=x11-libs/pango-1.8[X] - 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 )" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-gnome-session-3.4.9.patch -} - -src_configure() { - econf --docdir=/usr/share/doc/${PF} \ - $(use_enable nls) \ - $(use_enable startup-notification) -} - -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 -} diff --git a/x11-wm/openbox/openbox-3.4.11.ebuild b/x11-wm/openbox/openbox-3.4.11.ebuild deleted file mode 100644 index 249a06583e7c..000000000000 --- a/x11-wm/openbox/openbox-3.4.11.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.4.11.ebuild,v 1.2 2010/03/29 21:58:35 yngwin Exp $ - -EAPI="2" -WANT_AUTOMAKE="1.9" -inherit eutils - -MY_P=${P/_/-} -DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager" -HOMEPAGE="http://openbox.org/" -SRC_URI="http://openbox.org/dist/openbox/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="+imlib nls +startup-notification xinerama" - -RDEPEND="dev-libs/glib:2 - >=dev-libs/libxml2-2.0 - >=media-libs/fontconfig-2 - x11-libs/libXft - x11-libs/libXrandr - x11-libs/libXt - >=x11-libs/pango-1.8[X] - imlib? ( media-libs/imlib2 ) - 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 )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-gnome-session-3.4.9.patch -} - -src_configure() { - econf --docdir=/usr/share/doc/${PF} \ - $(use_enable imlib imlib2) \ - $(use_enable nls) \ - $(use_enable startup-notification) -} - -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.2.ebuild b/x11-wm/openbox/openbox-3.4.7.2.ebuild deleted file mode 100644 index 3ce39cc568cd..000000000000 --- a/x11-wm/openbox/openbox-3.4.7.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2009 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.2.ebuild,v 1.11 2009/03/16 13:06:56 armin76 Exp $ - -EAPI="2" -inherit eutils - -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 ~arm 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 - x11-libs/libXft - x11-libs/libXrandr - x11-libs/libXt - >=x11-libs/pango-1.8[X] - 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_configure() { - econf \ - --docdir=/usr/share/doc/${PF} \ - $(use_enable nls) \ - $(use_enable startup-notification) -} - -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" -} |