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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6CF615808B for ; Fri, 4 Mar 2022 09:33:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF9C7E0ACD; Fri, 4 Mar 2022 09:33:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71583E0ACD for ; Fri, 4 Mar 2022 09:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7774A342E31 for ; Fri, 4 Mar 2022 09:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CA532D3 for ; Fri, 4 Mar 2022 09:33:22 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1646386356.20a6555584c15ee0c3e2c852c6a84cd3738f65dd.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-10.1-r1.ebuild sys-cluster/glusterfs/glusterfs-10.1.ebuild sys-cluster/glusterfs/glusterfs-8.6-r1.ebuild sys-cluster/glusterfs/glusterfs-8.6.ebuild sys-cluster/glusterfs/glusterfs-9.4-r1.ebuild sys-cluster/glusterfs/glusterfs-9.4.ebuild sys-cluster/glusterfs/glusterfs-9.5-r1.ebuild sys-cluster/glusterfs/glusterfs-9.5.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 20a6555584c15ee0c3e2c852c6a84cd3738f65dd X-VCS-Branch: master Date: Fri, 4 Mar 2022 09:33:22 +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: 2623bd80-750d-45e1-8486-4fa10628f372 X-Archives-Hash: 67b6661826e0cf821a790f8d48ba49de commit: 20a6555584c15ee0c3e2c852c6a84cd3738f65dd Author: Jaco Kroon uls co za> AuthorDate: Fri Mar 4 09:02:16 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Fri Mar 4 09:32:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a65555 sys-cluster/glusterfs: systemd support. Closes: https://bugs.gentoo.org/834502 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jaco Kroon uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/24401 Signed-off-by: Matthew Smith gentoo.org> .../glusterfs/{glusterfs-10.1.ebuild => glusterfs-10.1-r1.ebuild} | 4 +++- .../glusterfs/{glusterfs-8.6.ebuild => glusterfs-8.6-r1.ebuild} | 4 +++- .../glusterfs/{glusterfs-9.4.ebuild => glusterfs-9.4-r1.ebuild} | 4 +++- .../glusterfs/{glusterfs-9.5.ebuild => glusterfs-9.5-r1.ebuild} | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/sys-cluster/glusterfs/glusterfs-10.1.ebuild b/sys-cluster/glusterfs/glusterfs-10.1-r1.ebuild similarity index 96% rename from sys-cluster/glusterfs/glusterfs-10.1.ebuild rename to sys-cluster/glusterfs/glusterfs-10.1-r1.ebuild index 8508cba135bb..0a6d2135e8ca 100644 --- a/sys-cluster/glusterfs/glusterfs-10.1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-10.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..10} ) -inherit autotools elisp-common python-single-r1 tmpfiles +inherit autotools elisp-common python-single-r1 tmpfiles systemd DESCRIPTION="GlusterFS is a powerful network/cluster filesystem" HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/" @@ -156,6 +156,8 @@ src_install() { keepdir /var/log/${PN} keepdir /var/lib/glusterd/{events,glusterfind/.keys} + systemd_dounit extras/systemd/{glusterd,glustereventsd,glusterfssharedstorage,gluster-ta-volume}.service + # QA rm -r "${ED}/var/run/" || die if ! use static-libs; then diff --git a/sys-cluster/glusterfs/glusterfs-8.6.ebuild b/sys-cluster/glusterfs/glusterfs-8.6-r1.ebuild similarity index 96% rename from sys-cluster/glusterfs/glusterfs-8.6.ebuild rename to sys-cluster/glusterfs/glusterfs-8.6-r1.ebuild index ce2768ed4c16..a5b272273e64 100644 --- a/sys-cluster/glusterfs/glusterfs-8.6.ebuild +++ b/sys-cluster/glusterfs/glusterfs-8.6-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8,9} ) -inherit autotools elisp-common python-single-r1 tmpfiles +inherit autotools elisp-common python-single-r1 tmpfiles systemd DESCRIPTION="GlusterFS is a powerful network/cluster filesystem" HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/" @@ -153,6 +153,8 @@ src_install() { keepdir /var/log/${PN} keepdir /var/lib/glusterd/{events,glusterfind/.keys} + systemd_dounit extras/systemd/{glusterd,glustereventsd,glusterfssharedstorage,gluster-ta-volume}.service + # QA rm -r "${ED}/var/run/" || die if ! use static-libs; then diff --git a/sys-cluster/glusterfs/glusterfs-9.4.ebuild b/sys-cluster/glusterfs/glusterfs-9.4-r1.ebuild similarity index 96% rename from sys-cluster/glusterfs/glusterfs-9.4.ebuild rename to sys-cluster/glusterfs/glusterfs-9.4-r1.ebuild index 37cc6cd45e94..b896cdd9efd7 100644 --- a/sys-cluster/glusterfs/glusterfs-9.4.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9.4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..10} ) -inherit autotools elisp-common python-single-r1 tmpfiles +inherit autotools elisp-common python-single-r1 tmpfiles systemd DESCRIPTION="GlusterFS is a powerful network/cluster filesystem" HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/" @@ -154,6 +154,8 @@ src_install() { keepdir /var/log/${PN} keepdir /var/lib/glusterd/{events,glusterfind/.keys} + systemd_dounit extras/systemd/{glusterd,glustereventsd,glusterfssharedstorage,gluster-ta-volume}.service + # QA rm -r "${ED}/var/run/" || die if ! use static-libs; then diff --git a/sys-cluster/glusterfs/glusterfs-9.5.ebuild b/sys-cluster/glusterfs/glusterfs-9.5-r1.ebuild similarity index 96% rename from sys-cluster/glusterfs/glusterfs-9.5.ebuild rename to sys-cluster/glusterfs/glusterfs-9.5-r1.ebuild index ffb3c2ae5413..c9b758588aef 100644 --- a/sys-cluster/glusterfs/glusterfs-9.5.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9.5-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..10} ) -inherit autotools elisp-common python-single-r1 tmpfiles +inherit autotools elisp-common python-single-r1 tmpfiles systemd DESCRIPTION="GlusterFS is a powerful network/cluster filesystem" HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/" @@ -154,6 +154,8 @@ src_install() { keepdir /var/log/${PN} keepdir /var/lib/glusterd/{events,glusterfind/.keys} + systemd_dounit extras/systemd/{glusterd,glustereventsd,glusterfssharedstorage,gluster-ta-volume}.service + # QA rm -r "${ED}/var/run/" || die if ! use static-libs; then