diff options
author | Michael Weber <xmw@gentoo.org> | 2013-03-25 07:27:53 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-03-25 07:27:53 +0000 |
commit | 313dcda6a7ca6f38648b8022d642999c2a37e0ea (patch) | |
tree | 54ff2da90b71a1684619eeef7be882c33582c2b8 /x11-wm/spectrwm | |
parent | Version bump (diff) | |
download | gentoo-2-313dcda6a7ca6f38648b8022d642999c2a37e0ea.tar.gz gentoo-2-313dcda6a7ca6f38648b8022d642999c2a37e0ea.tar.bz2 gentoo-2-313dcda6a7ca6f38648b8022d642999c2a37e0ea.zip |
Version bump, drop old
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'x11-wm/spectrwm')
-rw-r--r-- | x11-wm/spectrwm/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/spectrwm/spectrwm-2.1.0.ebuild | 45 | ||||
-rw-r--r-- | x11-wm/spectrwm/spectrwm-2.2.0.ebuild (renamed from x11-wm/spectrwm/spectrwm-2.0.2.ebuild) | 6 |
3 files changed, 10 insertions, 49 deletions
diff --git a/x11-wm/spectrwm/ChangeLog b/x11-wm/spectrwm/ChangeLog index c19b7f63307c..3b34bee1da7f 100644 --- a/x11-wm/spectrwm/ChangeLog +++ b/x11-wm/spectrwm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-wm/spectrwm # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/ChangeLog,v 1.10 2013/02/14 18:44:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/ChangeLog,v 1.11 2013/03/25 07:27:53 xmw Exp $ + +*spectrwm-2.2.0 (25 Mar 2013) + + 25 Mar 2013; Michael Weber <xmw@gentoo.org> +spectrwm-2.2.0.ebuild, + -spectrwm-2.0.2.ebuild, -spectrwm-2.1.0.ebuild: + Version bump, drop old 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> spectrwm-2.1.1.ebuild: Stable for x86, wrt bug #457044 diff --git a/x11-wm/spectrwm/spectrwm-2.1.0.ebuild b/x11-wm/spectrwm/spectrwm-2.1.0.ebuild deleted file mode 100644 index 050da96b8d42..000000000000 --- a/x11-wm/spectrwm/spectrwm-2.1.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/spectrwm/spectrwm-2.1.0.ebuild,v 1.1 2012/11/05 18:08:56 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.0.2.ebuild b/x11-wm/spectrwm/spectrwm-2.2.0.ebuild index 2c37c9c3b0a8..8e42a1f2ac29 100644 --- a/x11-wm/spectrwm/spectrwm-2.0.2.ebuild +++ b/x11-wm/spectrwm/spectrwm-2.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.0.2.ebuild,v 1.2 2012/09/25 04:13:19 jer Exp $ +# $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 @@ -27,7 +27,7 @@ DEPEND="${DEPEND} S=${WORKDIR}/${P}/linux src_prepare() { - epatch "${FILESDIR}"/${P}-makefile.patch + epatch "${FILESDIR}"/${PN}-2.1.0-makefile.patch tc-export CC } |