public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 31 Mar 2022 07:24:21 +0000 (UTC)	[thread overview]
Message-ID: <1648693132.285ac31e803329d442757e3aa20a944718ac1eab.cybertailor@gentoo> (raw)

commit:     285ac31e803329d442757e3aa20a944718ac1eab
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Mar 31 02:18:52 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Mar 31 02:18:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=285ac31e

net-misc/gmid: add 1.8.3, drop 1.8

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-misc/gmid/Manifest                               |  4 ++--
 net-misc/gmid/{gmid-1.8.ebuild => gmid-1.8.3.ebuild} | 11 ++++-------
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/net-misc/gmid/Manifest b/net-misc/gmid/Manifest
index e04f46fc2..8d299e514 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.sha.sig 888 BLAKE2B 283d9996dc279591bc6537fd3be5666b55ab8e81ae0284d7de867e7d34560cf51502fcd26126f294600785d57f94ac316b545c3bb3788d0db57397ccfebb0524 SHA512 dbb08dbd890c869e09dc9bd528efd6912fb40e8f18bf07601d64c935155b51e7ec8d7722c68b816262f5df78babd0e18e1f98b9df4835960a519595aed744e1d
-DIST gmid-1.8.tar.gz 141057 BLAKE2B 299514df69c35ea0b5ac8e83261025a3a34a419998e4c3833c4f0f8abff6e526222b3c5b0ae69dffd5b2605efe9c0c27ef870fc8eee34f6059095ca7f18706a6 SHA512 ba1c755909004b8399a2323be6a5325fe5a712c0c845630cadabd83d1fb9dd636b4ac077df5b644c04b4701f1b8a92ca02126dcb5c82019ce5a46beefdc42dd5
+DIST gmid-1.8.3.sha.sig 1073 BLAKE2B e2f8ce0ef14e2300631ad00a32d6717bf88a1f65d5d3be327bec09d22d38d79fa023fcb7522b7b3b5aa436968e6b5be4d9b3c4dbd8d7176fe39540e7ef3dd2d8 SHA512 cfb0b4fc00e65c7c33ab522edd2a1e19b856e2c7932bf0f88d6501b596c5e6a9f067fe6e5ed8e9f573ea422fdf150682312fb034ffd2369bf41259b782ffeb10
+DIST gmid-1.8.3.tar.gz 141650 BLAKE2B 1e079bb4314fbb5d34f1d0ad2faf035f6487c7df83d6b07b9763e4a2eb10dbd616f6b62dcfeab7a574a26803472b617cadebedaee455a57b257b1065ee965152 SHA512 2b54f8a65210d2312234dbef74f4c4eee39f2b2dc36a1f0a51946ac342a520c30e2a98f46f387ac1432e44a6df08facdb790d7fdfccab3dda546b3254c9cef75

diff --git a/net-misc/gmid/gmid-1.8.ebuild b/net-misc/gmid/gmid-1.8.3.ebuild
similarity index 96%
rename from net-misc/gmid/gmid-1.8.ebuild
rename to net-misc/gmid/gmid-1.8.3.ebuild
index 7b929d7cc..cb329b233 100644
--- a/net-misc/gmid/gmid-1.8.ebuild
+++ b/net-misc/gmid/gmid-1.8.3.ebuild
@@ -26,17 +26,18 @@ IUSE="seccomp test"
 RESTRICT="!test? ( test )"
 
 DEPEND="
-	!elibc_Darwin? ( dev-libs/libbsd )
 	acct-user/gemini
 	dev-libs/imsg-compat
 	dev-libs/libevent:=
 	dev-libs/libretls:=
 	dev-libs/openssl:=
+	!elibc_Darwin? ( dev-libs/libbsd )
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
 	virtual/pkgconfig
 	virtual/yacc
+	seccomp? ( sys-kernel/linux-headers )
 "
 if [[ ${PV} != 9999 ]]; then
 	BDEPEND+="verify-sig? ( sec-keys/signify-keys-gmid:$(ver_cut 1-2) )"
@@ -67,8 +68,8 @@ 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)
 	)
 
@@ -79,10 +80,6 @@ src_configure() {
 	fi
 }
 
-src_test() {
-	emake regress
-}
-
 src_install() {
 	default
 


             reply	other threads:[~2022-03-31  7:24 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-31  7:24 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07  9:53 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gmid/ 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-07-07  2:57 Anna Vyalkova
2022-05-30 17:47 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=1648693132.285ac31e803329d442757e3aa20a944718ac1eab.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