diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2023-01-19 18:57:57 +0300 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2023-01-19 23:10:20 -0800 |
commit | baecf6809f8c5569d74d816b26c997d4f0fc0726 (patch) | |
tree | 0fbc7327e870413d54a14e2f2bac1628c222f254 /dev-db/etcd/metadata.xml | |
parent | dev-lang/spidermonkey: add 102.7.0 (diff) | |
download | gentoo-baecf6809f8c5569d74d816b26c997d4f0fc0726.tar.gz gentoo-baecf6809f8c5569d74d816b26c997d4f0fc0726.tar.bz2 gentoo-baecf6809f8c5569d74d816b26c997d4f0fc0726.zip |
dev-db/etcd: fixes to package
Update to EAPI8.
Update init.d/conf.d files to use correct options and new config file, update
tmpfiles.d configuration.
Closes: https://bugs.gentoo.org/891397
Closes: https://bugs.gentoo.org/829695
Closes: https://bugs.gentoo.org/766015
Closes: https://github.com/gentoo/gentoo/pull/29172
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-db/etcd/metadata.xml')
-rw-r--r-- | dev-db/etcd/metadata.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-db/etcd/metadata.xml b/dev-db/etcd/metadata.xml index 46163bd16f36..c5db413df944 100644 --- a/dev-db/etcd/metadata.xml +++ b/dev-db/etcd/metadata.xml @@ -2,10 +2,8 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <upstream> - <bugs-to>https://github.com/coreos/etcd/issues</bugs-to> - <changelog>https://raw.githubusercontent.com/coreos/etcd/master/CHANGELOG</changelog> - <doc>https://github.com/coreos/etcd/blob/master/README.md/</doc> - <remote-id type="github">coreos/etcd</remote-id> + <bugs-to>https://github.com/etcd-io/etcd/issues</bugs-to> + <remote-id type="github">etcd-io/etcd</remote-id> </upstream> <use> <flag name="server">Installs etcd daemon</flag> |