From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gmid/
Date: Thu, 7 Jul 2022 02:57:14 +0000 (UTC) [thread overview]
Message-ID: <1657162612.d94460aa04cd8556359eb1d3e2839cb82886e858.cybertailor@gentoo> (raw)
commit: d94460aa04cd8556359eb1d3e2839cb82886e858
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jul 7 02:33:32 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jul 7 02:56:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d94460aa
net-misc/gmid: add 1.8.4, drop 1.8.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-misc/gmid/Manifest | 4 ++--
net-misc/gmid/{gmid-1.8.1.ebuild => gmid-1.8.4.ebuild} | 18 +++++++-----------
net-misc/gmid/gmid-9999.ebuild | 2 +-
3 files changed, 10 insertions(+), 14 deletions(-)
diff --git a/net-misc/gmid/Manifest b/net-misc/gmid/Manifest
index 8d299e514..85b6deb31 100644
--- a/net-misc/gmid/Manifest
+++ b/net-misc/gmid/Manifest
@@ -1,4 +1,4 @@
-DIST gmid-1.8.1.sha.sig 704 BLAKE2B 47a22ff05df3e1e18ca20d4846d2776e945ffad9bcd03085f3f1dd57a114af00e606d7f77833adf5c47bd66c12a36d25ac4eb3a0b7594af0ff917166a89a2c53 SHA512 284bbb38322bf28395d527f65427e2a628a2a67cd3e4eae21d8a9bc0a6bff1688e09bb701691043b2be2992cf4f342f372823ca1dedeb6b1313f2e3a470c600c
-DIST gmid-1.8.1.tar.gz 140350 BLAKE2B 4dba9f32ba8524bfa6f2c8eac9310e7b692e3bed8781eba427924c4ae9df3aa6259c5d88eaa6eb3c45a8b3e9f6d0ca266621147a552f8fec941fa246be479d66 SHA512 7304119bfb3d6a0b394a907217bfe2bd50e2082f1148ee6eb3ab0f261b57a903bfaa9ed57ca7fdac7c130dcd51ed0596afa53c4bbc8a3c35c660ccb0c5a33eeb
DIST gmid-1.8.3.sha.sig 1073 BLAKE2B e2f8ce0ef14e2300631ad00a32d6717bf88a1f65d5d3be327bec09d22d38d79fa023fcb7522b7b3b5aa436968e6b5be4d9b3c4dbd8d7176fe39540e7ef3dd2d8 SHA512 cfb0b4fc00e65c7c33ab522edd2a1e19b856e2c7932bf0f88d6501b596c5e6a9f067fe6e5ed8e9f573ea422fdf150682312fb034ffd2369bf41259b782ffeb10
DIST gmid-1.8.3.tar.gz 141650 BLAKE2B 1e079bb4314fbb5d34f1d0ad2faf035f6487c7df83d6b07b9763e4a2eb10dbd616f6b62dcfeab7a574a26803472b617cadebedaee455a57b257b1065ee965152 SHA512 2b54f8a65210d2312234dbef74f4c4eee39f2b2dc36a1f0a51946ac342a520c30e2a98f46f387ac1432e44a6df08facdb790d7fdfccab3dda546b3254c9cef75
+DIST gmid-1.8.4.sha.sig 587 BLAKE2B bcc6ababc3592f662445364c87a1ef7672cf881e853a0e7225b7d9420b7be99b1ccef0b6a3199f571b45a1bb59b9c8c311ef7094b006935bbcf74861e7344e5f SHA512 1b74f133e55a976b0ededeefec354442843118ad4c428fbc7e33598cf419b3a0b96aad9a32547f8e291c95e7dcc9519eb946fccde98105fdfc86edc31358e93d
+DIST gmid-1.8.4.tar.gz 111267 BLAKE2B bac9d3501239742d011d14f1a9c72e9ced8be85a5d730f678edbe4012a0c67472e1abc29b2edaf4bae4dc7f396de3c92b4d610838abd8e4802c98ed270c22522 SHA512 c2e53a8765ea6b994292fb3eda28f9737b6e7acbb9109a4140b24fb54efbb53c29e09153742339992fa2d2f3dea12059ce6afcd61f30bf2d15b6d073077af65a
diff --git a/net-misc/gmid/gmid-1.8.1.ebuild b/net-misc/gmid/gmid-1.8.4.ebuild
similarity index 89%
rename from net-misc/gmid/gmid-1.8.1.ebuild
rename to net-misc/gmid/gmid-1.8.4.ebuild
index 2fc106948..00bbddd7a 100644
--- a/net-misc/gmid/gmid-1.8.1.ebuild
+++ b/net-misc/gmid/gmid-1.8.4.ebuild
@@ -6,7 +6,7 @@ EAPI=8
SSL_DAYS=36500
SSL_CERT_MANDATORY=1
VERIFY_SIG_METHOD="signify"
-inherit ssl-cert systemd toolchain-funcs verify-sig
+inherit edo ssl-cert systemd toolchain-funcs verify-sig
DESCRIPTION="Simple and secure Gemini server"
HOMEPAGE="https://gmid.omarpolo.com"
@@ -45,7 +45,7 @@ fi
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/signify-keys/${PN}-$(ver_cut 1-2).pub"
-DOCS=( README.md ChangeLog contrib/README )
+#DOCS=( README.md ChangeLog contrib/README )
src_unpack() {
if [[ ${PV} == 9999 ]]; then
@@ -68,30 +68,26 @@ src_configure() {
# note: not an autoconf configure script
conf_args=(
- PREFIX="${EPREFIX}"/usr/share
- BINDIR="${EPREFIX}"/usr/bin
+ PREFIX="${EPREFIX}"/usr
+ MANDIR="${EPREFIX}"/usr/share/man
$(use_enable seccomp sandbox)
)
- ./configure "${conf_args[@]}" || die
+ edo ./configure "${conf_args[@]}"
if use seccomp && has usersandbox ${FEATURES} ; then
export SKIP_RUNTIME_TESTS=1
fi
}
-src_test() {
- emake regress
-}
-
src_install() {
default
insinto /etc/gmid
doins "${FILESDIR}"/gmid.conf
- insinto /usr/share/vim/vimfiles
- doins -r contrib/vim/*
+ #insinto /usr/share/vim/vimfiles
+ #doins -r contrib/vim/*
systemd_dounit "${FILESDIR}"/gmid.service
newinitd "${FILESDIR}"/gmid.initd gmid
diff --git a/net-misc/gmid/gmid-9999.ebuild b/net-misc/gmid/gmid-9999.ebuild
index f7138233f..dd7c358eb 100644
--- a/net-misc/gmid/gmid-9999.ebuild
+++ b/net-misc/gmid/gmid-9999.ebuild
@@ -73,7 +73,7 @@ src_configure() {
$(use_enable seccomp sandbox)
)
- edo ./configure "${conf_args[@]}" || die
+ edo ./configure "${conf_args[@]}"
if use seccomp && has usersandbox ${FEATURES} ; then
export SKIP_RUNTIME_TESTS=1
next reply other threads:[~2022-07-07 2:57 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-07 2:57 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-19 13:00 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gmid/ Anna Vyalkova
2024-09-07 9:53 Anna Vyalkova
2024-08-25 12:19 Anna Vyalkova
2024-08-09 0:10 Anna Vyalkova
2024-04-09 1:24 Anna Vyalkova
2024-02-01 16:49 Anna Vyalkova
2024-01-14 16:36 Anna Vyalkova
2023-05-09 13:21 Anna Vyalkova
2022-12-12 20:26 Anna Vyalkova
2022-12-12 20:26 Anna Vyalkova
2022-11-03 3:09 Anna Vyalkova
2022-05-30 17:47 Anna Vyalkova
2022-03-31 7:24 Anna Vyalkova
2022-02-17 21:11 Anna Vyalkova
2022-01-02 18:26 Anna Vyalkova
2022-01-02 15:04 Andrew Ammerlaan
2021-12-19 14:13 Anna Vyalkova
2021-10-17 5:24 Anna Vyalkova
2021-09-24 17:52 Anna Vyalkova
2021-09-20 11:09 Anna Vyalkova
2021-08-08 15:54 Anna Vyalkova
2021-07-22 8:29 Anna Vyalkova
2021-07-12 19:03 Anna Vyalkova
2021-07-08 18:55 Anna Vyalkova
2021-07-07 18:49 Anna Vyalkova
2021-05-03 9:36 Andrew Ammerlaan
2021-03-30 8:53 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-30 8:53 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1657162612.d94460aa04cd8556359eb1d3e2839cb82886e858.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox