From 8c7a29afd4a01486bba8da7a7a0e1d0e83bd0e42 Mon Sep 17 00:00:00 2001 From: XGQT Date: Mon, 30 Dec 2019 02:09:42 +0100 Subject: [PATCH] x11-misc/mjwm: add x11-misc/mjwm-4.0.0 and x11-misc/mjwm-9999 Package-Manager: Portage-2.3.79, Repoman-2.3.16 --- x11-misc/mjwm/Manifest | 1 + x11-misc/mjwm/metadata.xml | 7 +++++++ x11-misc/mjwm/mjwm-4.0.0.ebuild | 34 +++++++++++++++++++++++++++++++++ x11-misc/mjwm/mjwm-9999.ebuild | 34 +++++++++++++++++++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 x11-misc/mjwm/Manifest create mode 100644 x11-misc/mjwm/metadata.xml create mode 100644 x11-misc/mjwm/mjwm-4.0.0.ebuild create mode 100644 x11-misc/mjwm/mjwm-9999.ebuild diff --git a/x11-misc/mjwm/Manifest b/x11-misc/mjwm/Manifest new file mode 100644 index 0000000..5ccef8b --- /dev/null +++ b/x11-misc/mjwm/Manifest @@ -0,0 +1 @@ +DIST mjwm-4.0.0.tar.gz 198392 BLAKE2B 6d013aa7bb5ea00c9cfbc29bf83a265116a707be0c074d7e8bdea3e60d6858a5d65904742bc6ecebe1408116ec800554bf50e568b57562a8047ea90d379d74d4 SHA512 afc452957fc9c2e79f1622ead2b76b6ab52e716e8a7294faa60d92d922ff42521870aab746a78a2235360ec0b1c9cc9844ae7c2c1d8d9bb52076127b9c8b037c diff --git a/x11-misc/mjwm/metadata.xml b/x11-misc/mjwm/metadata.xml new file mode 100644 index 0000000..0938912 --- /dev/null +++ b/x11-misc/mjwm/metadata.xml @@ -0,0 +1,7 @@ + + + + + chiku/mjwm + + diff --git a/x11-misc/mjwm/mjwm-4.0.0.ebuild b/x11-misc/mjwm/mjwm-4.0.0.ebuild new file mode 100644 index 0000000..3513f7f --- /dev/null +++ b/x11-misc/mjwm/mjwm-4.0.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="mjwm creates JWM application menu from (freedesktop) desktop files" +HOMEPAGE="https://github.com/chiku/mjwm" + +if [[ ${PV} == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/chiku/${PN}.git" + KEYWORDS="" +else + SRC_URI="https://github.com/chiku/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +RESTRICT="mirror" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +src_prepare() { + default + eautoreconf +} + +pkg_postinst() { + elog 'Please note that this program only works with JWM' + elog 'For more informations see https://github.com/chiku/mjwm' + elog 'Official JWM GitHub page https://github.com/joewing/jwm' +} diff --git a/x11-misc/mjwm/mjwm-9999.ebuild b/x11-misc/mjwm/mjwm-9999.ebuild new file mode 100644 index 0000000..3513f7f --- /dev/null +++ b/x11-misc/mjwm/mjwm-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="mjwm creates JWM application menu from (freedesktop) desktop files" +HOMEPAGE="https://github.com/chiku/mjwm" + +if [[ ${PV} == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/chiku/${PN}.git" + KEYWORDS="" +else + SRC_URI="https://github.com/chiku/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +RESTRICT="mirror" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +src_prepare() { + default + eautoreconf +} + +pkg_postinst() { + elog 'Please note that this program only works with JWM' + elog 'For more informations see https://github.com/chiku/mjwm' + elog 'Official JWM GitHub page https://github.com/joewing/jwm' +}