diff options
author | Michael Weber <xmw@gentoo.org> | 2011-08-05 00:30:25 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-08-05 00:30:25 +0000 |
commit | ea4ec38403180bf75e76b898fc407ebe967152e3 (patch) | |
tree | 82259d32e3acc355ab8e176c29494dfb4f9061c4 /x11-wm | |
parent | Stable for HPPA (bug #377143). (diff) | |
download | gentoo-2-ea4ec38403180bf75e76b898fc407ebe967152e3.tar.gz gentoo-2-ea4ec38403180bf75e76b898fc407ebe967152e3.tar.bz2 gentoo-2-ea4ec38403180bf75e76b898fc407ebe967152e3.zip |
Remove old version
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/cwm/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/cwm/cwm-20110323.ebuild | 38 |
2 files changed, 5 insertions, 41 deletions
diff --git a/x11-wm/cwm/ChangeLog b/x11-wm/cwm/ChangeLog index 112eadde54b3..942259ce9ea6 100644 --- a/x11-wm/cwm/ChangeLog +++ b/x11-wm/cwm/ChangeLog @@ -1,13 +1,15 @@ # ChangeLog for x11-wm/cwm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/ChangeLog,v 1.16 2011/08/04 22:27:34 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/ChangeLog,v 1.17 2011/08/05 00:30:25 xmw Exp $ + + 05 Aug 2011; Michael Weber <xmw@gentoo.org> -cwm-20110323.ebuild: + Remove old version *cwm-20110726 (04 Aug 2011) 04 Aug 2011; Michael Weber <xmw@gentoo.org> +cwm-20110726.ebuild, +files/cwm-20110726-Makefile.patch, cwm-99999999.ebuild: - Adapted changes in Makefile, Version bump to new tarball, remove old version, - ebuild cleanup + Adapted changes in Makefile, Version bump to new tarball, ebuild cleanup 04 Aug 2011; Michael Weber <xmw@gentoo.org> cwm-20110515.ebuild: Fix HOMEPAGE diff --git a/x11-wm/cwm/cwm-20110323.ebuild b/x11-wm/cwm/cwm-20110323.ebuild deleted file mode 100644 index 16805355cc14..000000000000 --- a/x11-wm/cwm/cwm-20110323.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-20110323.ebuild,v 1.1 2011/05/03 18:06:38 xmw Exp $ - -EAPI=2 - -inherit eutils toolchain-funcs - -DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager" -HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/ - https://github.com/chneukirchen/cwm.git" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~arm ~sparc ~x86" -IUSE="" - -RDEPEND="x11-libs/libXft - x11-libs/libXinerama - x11-libs/libXrandr" -DEPEND="${RDEPEND} - dev-util/pkgconfig - sys-devel/bison" - -src_prepare() { - epatch "${FILESDIR}"/${P}-Makefile.patch -} - -src_compile() { - export LDADD="${LDFLAGS}" - tc-export CC - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die -} |