From 63067169ceb16b743ca1cfc6c2897e4d0f2dc7f7 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 24 May 2024 18:45:54 +0200 Subject: x11-wm/stumpwm-contrib: EAPI 6 -> 7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- .../stumpwm-contrib-20180128-r1.ebuild | 31 +++++++++++++++++++++ .../stumpwm-contrib-20180128.ebuild | 32 ---------------------- 2 files changed, 31 insertions(+), 32 deletions(-) create mode 100644 x11-wm/stumpwm-contrib/stumpwm-contrib-20180128-r1.ebuild delete mode 100644 x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild (limited to 'x11-wm/stumpwm-contrib') diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128-r1.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128-r1.ebuild new file mode 100644 index 000000000000..9c35b4e30c50 --- /dev/null +++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit common-lisp-3 + +DESCRIPTION="Extension Modules for StumpWM" +HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/" + +if [[ ${PV} == 9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/stumpwm/stumpwm-contrib/" +else + SRC_URI="mirror://gentoo/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2 GPL-3 BSD-2" +SLOT="0" + +RDEPEND=">=x11-wm/stumpwm-1.0.0" + +CONTRIBCATEGORIES="media minor-mode modeline util" + +src_install() { + common-lisp-install-sources -t all ${CONTRIBCATEGORIES} + dobin util/stumpish/stumpish + dobin util/pinentry/stumpwm-pinentry + dodoc README.org +} diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild deleted file mode 100644 index 3277f2bf98cf..000000000000 --- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -DESCRIPTION="Extension Modules for StumpWM" -HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/" - -if [[ ${PV} == 9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/stumpwm/stumpwm-contrib/" -else - SRC_URI="mirror://gentoo/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2 GPL-3 BSD-2" -SLOT="0" -IUSE="" - -RDEPEND=">=x11-wm/stumpwm-1.0.0" - -CONTRIBCATEGORIES="media minor-mode modeline util" - -src_install() { - common-lisp-install-sources -t all ${CONTRIBCATEGORIES} - dobin util/stumpish/stumpish - dobin util/pinentry/stumpwm-pinentry - dodoc README.org -} -- cgit v1.2.3-65-gdbad