diff options
author | Michael Weber <xmw@gentoo.org> | 2015-08-08 08:52:05 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2015-08-08 08:52:05 +0000 |
commit | d10acc4924ba4b6fc71afb85e6c6db526c825b1c (patch) | |
tree | 181baa608678dba83dfaf19efdb6b8945a56751f | |
parent | Version bump by Andreas Sturmlechner <andreas.sturmlechner@gmail.com>, bug #5... (diff) | |
download | gentoo-2-d10acc4924ba4b6fc71afb85e6c6db526c825b1c.tar.gz gentoo-2-d10acc4924ba4b6fc71afb85e6c6db526c825b1c.tar.bz2 gentoo-2-d10acc4924ba4b6fc71afb85e6c6db526c825b1c.zip |
Drop old versions.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
-rw-r--r-- | x11-wm/spectrwm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/spectrwm/spectrwm-2.1.1.ebuild | 45 | ||||
-rw-r--r-- | x11-wm/spectrwm/spectrwm-2.2.0.ebuild | 45 | ||||
-rw-r--r-- | x11-wm/spectrwm/spectrwm-2.3.0.ebuild | 45 | ||||
-rw-r--r-- | x11-wm/spectrwm/spectrwm-2.4.0.ebuild | 45 | ||||
-rw-r--r-- | x11-wm/spectrwm/spectrwm-2.5.0.ebuild | 45 |
6 files changed, 6 insertions, 226 deletions
diff --git a/x11-wm/spectrwm/ChangeLog b/x11-wm/spectrwm/ChangeLog index ed166960488d..706373e4571f 100644 --- a/x11-wm/spectrwm/ChangeLog +++ b/x11-wm/spectrwm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/spectrwm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/ChangeLog,v 1.17 2015/06/09 07:24:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/ChangeLog,v 1.18 2015/08/08 08:52:05 xmw Exp $ + + 08 Aug 2015; Michael Weber <xmw@gentoo.org> -spectrwm-2.1.1.ebuild, + -spectrwm-2.2.0.ebuild, -spectrwm-2.3.0.ebuild, -spectrwm-2.4.0.ebuild, + -spectrwm-2.5.0.ebuild: + Drop old versions. 09 Jun 2015; Agostino Sarubbo <ago@gentoo.org> spectrwm-2.6.2.ebuild: Stable for x86, wrt bug #550938 diff --git a/x11-wm/spectrwm/spectrwm-2.1.1.ebuild b/x11-wm/spectrwm/spectrwm-2.1.1.ebuild deleted file mode 100644 index 3d1a8647bc2f..000000000000 --- a/x11-wm/spectrwm/spectrwm-2.1.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/spectrwm-2.1.1.ebuild,v 1.3 2013/02/14 18:44:20 ago Exp $ - -EAPI=4 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="Small dynamic tiling window manager for X11" -HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm" -SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="x11-misc/dmenu" -DEPEND="${DEPEND} - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXrandr - x11-libs/libXtst - x11-libs/xcb-util - !x11-wm/scrotwm" - -S=${WORKDIR}/${P}/linux - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.1.0-makefile.patch - tc-export CC -} - -src_install() { - emake PREFIX="${D}"/usr LIBDIR="${D}usr/$(get_libdir)" install - - cd "${WORKDIR}"/${P} || die - - insinto /etc - doins ${PN}.conf - dodoc ${PN}_*.conf {initscreen,screenshot}.sh - - elog "Example keyboard config and helpful scripts can be found" - elog "in ${ROOT}usr/share/doc/${PF}" -} diff --git a/x11-wm/spectrwm/spectrwm-2.2.0.ebuild b/x11-wm/spectrwm/spectrwm-2.2.0.ebuild deleted file mode 100644 index 8e42a1f2ac29..000000000000 --- a/x11-wm/spectrwm/spectrwm-2.2.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/spectrwm-2.2.0.ebuild,v 1.1 2013/03/25 07:27:53 xmw Exp $ - -EAPI=4 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="Small dynamic tiling window manager for X11" -HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm" -SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-misc/dmenu" -DEPEND="${DEPEND} - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXrandr - x11-libs/libXtst - x11-libs/xcb-util - !x11-wm/scrotwm" - -S=${WORKDIR}/${P}/linux - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.1.0-makefile.patch - tc-export CC -} - -src_install() { - emake PREFIX="${D}"/usr LIBDIR="${D}usr/$(get_libdir)" install - - cd "${WORKDIR}"/${P} || die - - insinto /etc - doins ${PN}.conf - dodoc ${PN}_*.conf {initscreen,screenshot}.sh - - elog "Example keyboard config and helpful scripts can be found" - elog "in ${ROOT}usr/share/doc/${PF}" -} diff --git a/x11-wm/spectrwm/spectrwm-2.3.0.ebuild b/x11-wm/spectrwm/spectrwm-2.3.0.ebuild deleted file mode 100644 index 108a6be63739..000000000000 --- a/x11-wm/spectrwm/spectrwm-2.3.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/spectrwm-2.3.0.ebuild,v 1.1 2013/05/06 06:34:26 xmw Exp $ - -EAPI=4 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="Small dynamic tiling window manager for X11" -HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm" -SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-misc/dmenu" -DEPEND="${DEPEND} - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXrandr - x11-libs/libXtst - x11-libs/xcb-util - !x11-wm/scrotwm" - -S=${WORKDIR}/${P}/linux - -src_prepare() { - epatch "${FILESDIR}"/${P}-Makefile.patch - tc-export CC -} - -src_install() { - emake PREFIX="${D}"/usr LIBDIR="${D}usr/$(get_libdir)" install - - cd "${WORKDIR}"/${P} || die - - insinto /etc - doins ${PN}.conf - dodoc ${PN}_*.conf {initscreen,screenshot}.sh - - elog "Example keyboard config and helpful scripts can be found" - elog "in ${ROOT}usr/share/doc/${PF}" -} diff --git a/x11-wm/spectrwm/spectrwm-2.4.0.ebuild b/x11-wm/spectrwm/spectrwm-2.4.0.ebuild deleted file mode 100644 index 08d8fc0ea5a6..000000000000 --- a/x11-wm/spectrwm/spectrwm-2.4.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/spectrwm-2.4.0.ebuild,v 1.1 2015/02/27 12:50:58 xmw Exp $ - -EAPI=4 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="Small dynamic tiling window manager for X11" -HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm" -SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-misc/dmenu" -DEPEND="${DEPEND} - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXrandr - x11-libs/libXtst - x11-libs/xcb-util - !x11-wm/scrotwm" - -S=${WORKDIR}/${P}/linux - -src_prepare() { - epatch "${FILESDIR}"/${P}-Makefile.patch - tc-export CC -} - -src_install() { - emake PREFIX="${D}"/usr LIBDIR="${D}usr/$(get_libdir)" install - - cd "${WORKDIR}"/${P} || die - - insinto /etc - doins ${PN}.conf - dodoc ${PN}_*.conf {initscreen,screenshot}.sh - - elog "Example keyboard config and helpful scripts can be found" - elog "in ${ROOT}usr/share/doc/${PF}" -} diff --git a/x11-wm/spectrwm/spectrwm-2.5.0.ebuild b/x11-wm/spectrwm/spectrwm-2.5.0.ebuild deleted file mode 100644 index 9e95cac989f1..000000000000 --- a/x11-wm/spectrwm/spectrwm-2.5.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/spectrwm-2.5.0.ebuild,v 1.1 2015/02/27 12:50:58 xmw Exp $ - -EAPI=4 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="Small dynamic tiling window manager for X11" -HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm" -SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-misc/dmenu" -DEPEND="${DEPEND} - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXrandr - x11-libs/libXtst - x11-libs/xcb-util - !x11-wm/scrotwm" - -S=${WORKDIR}/${P}/linux - -src_prepare() { - epatch "${FILESDIR}"/${P}-Makefile.patch - tc-export CC -} - -src_install() { - emake PREFIX="${D}"/usr LIBDIR="${D}usr/$(get_libdir)" install - - cd "${WORKDIR}"/${P} || die - - insinto /etc - doins ${PN}.conf - dodoc ${PN}_*.conf {initscreen,screenshot}.sh - - elog "Example keyboard config and helpful scripts can be found" - elog "in ${ROOT}usr/share/doc/${PF}" -} |