diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-03-27 18:55:17 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-03-27 18:55:17 +0100 |
commit | 24fe9073baa85c40afb93aa6f972c164f116fdbf (patch) | |
tree | 06649299686d85e59463fe741695688db403dd54 | |
parent | Remove ggc:8 series, not required (diff) | |
download | portage-24fe9073baa85c40afb93aa6f972c164f116fdbf.tar.bz2 portage-24fe9073baa85c40afb93aa6f972c164f116fdbf.tar.xz portage-24fe9073baa85c40afb93aa6f972c164f116fdbf.zip |
Add dlm
-rw-r--r-- | sys-cluster/dlm/Manifest | 2 | ||||
-rw-r--r-- | sys-cluster/dlm/dlm-4.2.0.ebuild | 19 |
2 files changed, 21 insertions, 0 deletions
diff --git a/sys-cluster/dlm/Manifest b/sys-cluster/dlm/Manifest new file mode 100644 index 0000000..57ee461 --- /dev/null +++ b/sys-cluster/dlm/Manifest @@ -0,0 +1,2 @@ +DIST dlm-4.2.0.tar.gz 135774 BLAKE2B fa52c21127654a0b9b723bc7fee6323907e39b48292683881e2c5f9096cea13962e9a31af66d713c7a1b3364d79cae8a73d50642a23963d19101a94d08bb5bd2 SHA512 b437373d292a6020c47bec2d2c3d630460332d2f0158033d719d156e3a6bead9bd37452ef7679da2cbac5d96a9d056a7daff203e45ddfe6dab47cc230abf48b9 +EBUILD dlm-4.2.0.ebuild 416 BLAKE2B 1f54fc93b05dd68aa1d2dc9d87ac25886c4d0fd341f66587dfa809fe775bfbd689f91f82c46e4abf4cb89f0d10d0b02380dbb835547f6aec87ed552f273547c7 SHA512 ed961b395f0d8a804550ee817a196b43aa1e4c9e3a2af73318ed2c089af0c7365a4157f31cc332ec4d06e91bac490d1f1bd81efc35ae5c213fbef6cf95b52511 diff --git a/sys-cluster/dlm/dlm-4.2.0.ebuild b/sys-cluster/dlm/dlm-4.2.0.ebuild new file mode 100644 index 0000000..2cceca8 --- /dev/null +++ b/sys-cluster/dlm/dlm-4.2.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="userspace management for linux/fs/dlm" +HOMEPAGE="https://pagure.io/dlm" +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="sys-cluster/corosync +sys-apps/util-linux +sys-apps/systemd +" +RDEPEND="${DEPEND}" +BDEPEND="sys-cluster/pacemaker" |