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: Mon, 12 Jul 2021 19:03:21 +0000 (UTC)	[thread overview]
Message-ID: <1626116189.12ce19ca54b50d2be8e07100c4b1f222473762cd.cybertailor@gentoo> (raw)

commit:     12ce19ca54b50d2be8e07100c4b1f222473762cd
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jul 12 18:54:42 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Jul 12 18:56:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12ce19ca

net-misc/gmid: bump to 1.7.1, update live

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

 net-misc/gmid/Manifest                               |  2 +-
 net-misc/gmid/{gmid-1.7.ebuild => gmid-1.7.1.ebuild} |  9 +--------
 net-misc/gmid/gmid-9999.ebuild                       | 16 +++++++++++++---
 3 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/net-misc/gmid/Manifest b/net-misc/gmid/Manifest
index 857b18fce..489538487 100644
--- a/net-misc/gmid/Manifest
+++ b/net-misc/gmid/Manifest
@@ -1 +1 @@
-DIST gmid-1.7.tar.gz 78157 BLAKE2B a48cd98621874f1a725b0c4b4ee70af45ebfec56734d00478e52d194f3d5a090ea3c4f8001159863149fdc400619685a1e355ab695b81e76d3b483d0101ef5a4 SHA512 d7aaddcc14ea48b4f8377ca841905071f4d82ce96168a39c38e2896b0d1253e31450a9a3794f6a2699afbbb266ffce2e301adc4acf41075a10e11eb878732ad4
+DIST gmid-1.7.1.tar.gz 78237 BLAKE2B 99e425d40f6787156dffbff9fb5b94f0522ed2810e2090aa1eafee82fe34dc9b3ec1fad8b0ca2196c8486354fe3e42549712fa81eced7e9d181f927ce6bc4c45 SHA512 450614dab361d1a55a8a5d089ca681f00845efa86c59e89c84044cf62b7856061e190b5e4580043e42a7b2e58e0bf098c5b67ec511c036ca1361531117a11e05

diff --git a/net-misc/gmid/gmid-1.7.ebuild b/net-misc/gmid/gmid-1.7.1.ebuild
similarity index 90%
rename from net-misc/gmid/gmid-1.7.ebuild
rename to net-misc/gmid/gmid-1.7.1.ebuild
index a5904dd5a..1649bff67 100644
--- a/net-misc/gmid/gmid-1.7.ebuild
+++ b/net-misc/gmid/gmid-1.7.1.ebuild
@@ -7,7 +7,7 @@ SSL_DAYS=36500
 inherit ssl-cert toolchain-funcs
 
 DESCRIPTION="Simple and secure Gemini server"
-HOMEPAGE="https://www.omarpolo.com/pages/gmid.html"
+HOMEPAGE="https://gmid.omarpolo.com"
 
 if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/omar-polo/${PN}.git https://git.omarpolo.com/${PN}"
@@ -37,13 +37,6 @@ RDEPEND="${DEPEND}"
 
 DOCS=( README.md ChangeLog )
 
-src_prepare() {
-	default
-
-	# QA Notice: make jobserver unavailable
-	sed 's/make -C regress/${MAKE} -C regress/' -i Makefile || die
-}
-
 src_configure() {
 	local conf_args
 	tc-export CC

diff --git a/net-misc/gmid/gmid-9999.ebuild b/net-misc/gmid/gmid-9999.ebuild
index f793b7936..161299f0a 100644
--- a/net-misc/gmid/gmid-9999.ebuild
+++ b/net-misc/gmid/gmid-9999.ebuild
@@ -4,10 +4,10 @@
 EAPI=7
 
 SSL_DAYS=36500
-inherit ssl-cert toolchain-funcs
+inherit ssl-cert systemd toolchain-funcs
 
 DESCRIPTION="Simple and secure Gemini server"
-HOMEPAGE="https://www.omarpolo.com/pages/gmid.html"
+HOMEPAGE="https://gmid.omarpolo.com"
 
 if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/omar-polo/${PN}.git https://git.omarpolo.com/${PN}"
@@ -35,7 +35,13 @@ BDEPEND="
 "
 RDEPEND="${DEPEND}"
 
-DOCS=( README.md ChangeLog )
+DOCS=( README.md ChangeLog contrib/README )
+
+src_prepare() {
+	default
+
+	sed "s:/etc/gmid.conf:/etc/gmid/gmid.conf:" -i contrib/gmid.service || die
+}
 
 src_configure() {
 	local conf_args
@@ -72,6 +78,10 @@ src_install() {
 	insinto /etc/gmid
 	doins "${FILESDIR}"/gmid.conf
 
+	insinto /usr/share/vim/vimfiles
+	doins -r contrib/vim/*
+
+	systemd_dounit contrib/gmid.service
 	newinitd "${FILESDIR}"/gmid.initd gmid
 	newconfd "${FILESDIR}"/gmid.confd gmid
 


             reply	other threads:[~2021-07-12 19:03 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-12 19:03 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-07-07  2:57 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-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=1626116189.12ce19ca54b50d2be8e07100c4b1f222473762cd.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