From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BA1C138334 for ; Wed, 11 Sep 2019 16:21:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48EF1E09FD; Wed, 11 Sep 2019 16:21:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 049D1E09FD for ; Wed, 11 Sep 2019 16:21:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 031AB34B082 for ; Wed, 11 Sep 2019 16:21:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83CFE802 for ; Wed, 11 Sep 2019 16:21:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568218877.e04ed5cbcec4c0d5e207661c6147512b84b983e1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/stumpwm/Manifest x11-wm/stumpwm/stumpwm-1.0.1_rc.ebuild X-VCS-Directories: x11-wm/stumpwm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e04ed5cbcec4c0d5e207661c6147512b84b983e1 X-VCS-Branch: master Date: Wed, 11 Sep 2019 16:21:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 980527c7-4dfd-40e7-944f-d5ce3c89ca05 X-Archives-Hash: b718f18462258210ba83af73f50cd559 commit: e04ed5cbcec4c0d5e207661c6147512b84b983e1 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 11 11:27:42 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 11 16:21:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04ed5cb x11-wm/stumpwm: Drop old Signed-off-by: Michał Górny gentoo.org> x11-wm/stumpwm/Manifest | 1 - x11-wm/stumpwm/stumpwm-1.0.1_rc.ebuild | 79 ---------------------------------- 2 files changed, 80 deletions(-) diff --git a/x11-wm/stumpwm/Manifest b/x11-wm/stumpwm/Manifest index 1f6eb268fc1..2daac8ab8df 100644 --- a/x11-wm/stumpwm/Manifest +++ b/x11-wm/stumpwm/Manifest @@ -1,2 +1 @@ -DIST stumpwm-1.0.1_rc.tar.gz 197530 BLAKE2B 2883ee8a0f75d3c673f6b6f65675c98e9fad8ef181b3ed9cf8bbd5eed7c0d63f3f48d021d056265d4e6c14dd0594bfe3a36492cd9bcdf2b3379d2aa62eba1f67 SHA512 3ba68987e61bdb46fde9c6bbed82b630be1db3272bdfb844a9d7abf3f810e94e560a28d4951308cab5af1f93b35710b10bb1a1a35450a8445a1b959888266df2 DIST stumpwm-18.05.tar.gz 199467 BLAKE2B d532a531b7ceec7a80be66563dc2f36a6f1957d1e0f014ccf61cac1edf23073370dbe7cf3d7004f6dab144a88a4b54360e82ce7b13bdbc40cba59adfcb8e8af1 SHA512 a28c0af3a82670c0f31a5839227301672cc0706c47fb353355f90f791944556fb6125f3fa4d8547e6fbcf4817cdac5b0fe47de2dbae3a304d631a895af6ddb35 diff --git a/x11-wm/stumpwm/stumpwm-1.0.1_rc.ebuild b/x11-wm/stumpwm/stumpwm-1.0.1_rc.ebuild deleted file mode 100644 index 9b097e9195f..00000000000 --- a/x11-wm/stumpwm/stumpwm-1.0.1_rc.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 autotools elisp-common xdg-utils versionator - -MY_PV="$(replace_version_separator '_' '-')" - -DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp." -HOMEPAGE="https://stumpwm.github.io/" -SRC_URI="https://github.com/stumpwm/stumpwm/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="contrib doc emacs" - -RESTRICT="strip mirror" - -RDEPEND="dev-lisp/alexandria - dev-lisp/cl-ppcre - dev-lisp/clx - >=dev-lisp/sbcl-1.3.0 - emacs? ( virtual/emacs app-emacs/slime )" -DEPEND="${RDEPEND} - sys-apps/texinfo - doc? ( virtual/texi2dvi )" - -PDEPEND="contrib? ( x11-wm/stumpwm-contrib )" - -S="${WORKDIR}/${PN}-${MY_PV}" -SITEFILE=70${PN}-gentoo.el -CLPKGDIR="${CLSOURCEROOT}/${CLPACKAGE}" - -install_docs() { - local pdffile="${PN}.pdf" - - texi2pdf -o "${pdffile}" "${PN}.texi.in" && dodoc "${pdffile}" || die - cp "${FILESDIR}/README.Gentoo" . && sed -i "s:@VERSION@:${PV}:" README.Gentoo || die - dodoc AUTHORS NEWS README.md README.Gentoo - doinfo "${PN}.info" - docinto examples - dodoc sample-stumpwmrc.lisp -} - -src_prepare() { - default - eautoreconf -} - -src_configure() { - xdg_environment_reset - econf --with-lisp=sbcl -} - -src_compile() { - emake -j1 -} - -src_install() { - dobin stumpwm - make_session_desktop StumpWM /usr/bin/stumpwm - - common-lisp-install-sources *.lisp - common-lisp-install-asdf - # Fix ASDF dir - sed -i -e "/(:directory/c\ (:directory \"${CLPKGDIR}\")" \ - "${D}${CLPKGDIR}/load-stumpwm.lisp" || die - use doc && install_docs -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -}