diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-14 20:22:47 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-14 20:22:47 +0000 |
commit | 963429799c72458fa05679d923a121350e6512cc (patch) | |
tree | 4d8717dc3d8bd24efd0f480c2def98b63e9a7927 /x11-wm/stumpwm | |
parent | Remove old. (diff) | |
download | gentoo-2-963429799c72458fa05679d923a121350e6512cc.tar.gz gentoo-2-963429799c72458fa05679d923a121350e6512cc.tar.bz2 gentoo-2-963429799c72458fa05679d923a121350e6512cc.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-wm/stumpwm')
-rw-r--r-- | x11-wm/stumpwm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/stumpwm/stumpwm-0.9.7.ebuild | 50 |
2 files changed, 4 insertions, 51 deletions
diff --git a/x11-wm/stumpwm/ChangeLog b/x11-wm/stumpwm/ChangeLog index e822e61dc93f..e6b0fb928a02 100644 --- a/x11-wm/stumpwm/ChangeLog +++ b/x11-wm/stumpwm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/stumpwm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.13 2015/01/06 13:42:30 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.14 2015/04/14 20:22:47 mrueg Exp $ + + 14 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -stumpwm-0.9.7.ebuild: + Remove old. 06 Jan 2015; Chema Alonso <nimiux@gentoo.org> stumpwm-0.9.9.ebuild, metadata.xml: diff --git a/x11-wm/stumpwm/stumpwm-0.9.7.ebuild b/x11-wm/stumpwm/stumpwm-0.9.7.ebuild deleted file mode 100644 index db9a245fdb28..000000000000 --- a/x11-wm/stumpwm/stumpwm-0.9.7.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/stumpwm-0.9.7.ebuild,v 1.3 2014/08/10 20:00:16 slyfox Exp $ - -EAPI="2" - -inherit common-lisp eutils - -DESCRIPTION="Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp" -HOMEPAGE="http://www.nongnu.org/stumpwm/index.html" -SRC_URI="http://download.savannah.nongnu.org/releases/stumpwm/${P}.tgz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="sbcl clisp emacs doc" - -CLPACKAGE="stumpwm" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cl-ppcre - doc? ( sys-apps/texinfo )" - -# If clisp is selected, we need at least dev-lisp/clisp-2.38-r2 - -RDEPEND="${DEPEND} - emacs? ( app-emacs/slime ) - !clisp? ( !sbcl? ( !amd64? ( dev-lisp/cmucl ) ) ) - clisp? ( >=dev-lisp/clisp-2.38-r2[X,-new-clx] ) - sbcl? ( dev-lisp/sbcl dev-lisp/cl-clx )" - -src_configure() { - sed "s,@PACKAGE_VERSION@,$PV,g" version.lisp.in > version.lisp -} - -src_compile() { - use doc && makeinfo stumpwm.texi.in -} - -src_install() { - common-lisp-install *.lisp stumpwm.asd - common-lisp-system-symlink - dodoc README NEWS ChangeLog "${FILESDIR}/README.Gentoo" || die - use doc && doinfo stumpwm.info -} - -pkg_postinst() { - common-lisp_pkg_postinst - cat "${FILESDIR}/README.Gentoo" -} |