From: "Lucio Sauer" <watermanpaint@posteo.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-db/sqlcmd/ Date: Thu, 18 Jul 2024 16:39:30 +0000 (UTC) [thread overview] Message-ID: <1721313286.a08b91c39bd84c6b76c27d2de47e8db47bc257d5.watermanpaint@gentoo> (raw) commit: a08b91c39bd84c6b76c27d2de47e8db47bc257d5 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Thu Jul 18 14:29:58 2024 +0000 Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> CommitDate: Thu Jul 18 14:34:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a08b91c3 dev-db/sqlcmd: make DOCS local to avoid variable pollution Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> dev-db/sqlcmd/sqlcmd-1.7.0.ebuild | 11 +++++------ dev-db/sqlcmd/sqlcmd-1.8.0.ebuild | 11 ++++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-db/sqlcmd/sqlcmd-1.7.0.ebuild b/dev-db/sqlcmd/sqlcmd-1.7.0.ebuild index e4c60d445..ddc5c2180 100644 --- a/dev-db/sqlcmd/sqlcmd-1.7.0.ebuild +++ b/dev-db/sqlcmd/sqlcmd-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,11 +19,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -DOCS=( - "README.md" - "SECURITY.md" -) - src_compile() { ego build -o "${PN}" -ldflags="-X main.version=${PV}" ./cmd/modern } @@ -39,5 +34,9 @@ src_install() { dofishcomp "completions/${PN}.fish" dozshcomp "completions/_${PN}" + local DOCS=( + "README.md" + "SECURITY.md" + ) einstalldocs } diff --git a/dev-db/sqlcmd/sqlcmd-1.8.0.ebuild b/dev-db/sqlcmd/sqlcmd-1.8.0.ebuild index d6c9071a8..af122c844 100644 --- a/dev-db/sqlcmd/sqlcmd-1.8.0.ebuild +++ b/dev-db/sqlcmd/sqlcmd-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,9 +34,10 @@ src_install() { dofishcomp "completions/${PN}.fish" dozshcomp "completions/_${PN}" -DOCS=( - "README.md" - "SECURITY.md" -) + local DOCS=( + "README.md" + "SECURITY.md" + ) + einstalldocs }
WARNING: multiple messages have this Message-ID (diff)
From: "Lucio Sauer" <watermanpaint@posteo.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-db/sqlcmd/ Date: Thu, 18 Jul 2024 14:36:09 +0000 (UTC) [thread overview] Message-ID: <1721313286.a08b91c39bd84c6b76c27d2de47e8db47bc257d5.watermanpaint@gentoo> (raw) Message-ID: <20240718143609.Xd3Llcb9UEu9HVgCPTOToWivWxE2cVXm-soe3qju54k@z> (raw) commit: a08b91c39bd84c6b76c27d2de47e8db47bc257d5 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Thu Jul 18 14:29:58 2024 +0000 Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> CommitDate: Thu Jul 18 14:34:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a08b91c3 dev-db/sqlcmd: make DOCS local to avoid variable pollution Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> dev-db/sqlcmd/sqlcmd-1.7.0.ebuild | 11 +++++------ dev-db/sqlcmd/sqlcmd-1.8.0.ebuild | 11 ++++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-db/sqlcmd/sqlcmd-1.7.0.ebuild b/dev-db/sqlcmd/sqlcmd-1.7.0.ebuild index e4c60d445..ddc5c2180 100644 --- a/dev-db/sqlcmd/sqlcmd-1.7.0.ebuild +++ b/dev-db/sqlcmd/sqlcmd-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,11 +19,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -DOCS=( - "README.md" - "SECURITY.md" -) - src_compile() { ego build -o "${PN}" -ldflags="-X main.version=${PV}" ./cmd/modern } @@ -39,5 +34,9 @@ src_install() { dofishcomp "completions/${PN}.fish" dozshcomp "completions/_${PN}" + local DOCS=( + "README.md" + "SECURITY.md" + ) einstalldocs } diff --git a/dev-db/sqlcmd/sqlcmd-1.8.0.ebuild b/dev-db/sqlcmd/sqlcmd-1.8.0.ebuild index d6c9071a8..af122c844 100644 --- a/dev-db/sqlcmd/sqlcmd-1.8.0.ebuild +++ b/dev-db/sqlcmd/sqlcmd-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,9 +34,10 @@ src_install() { dofishcomp "completions/${PN}.fish" dozshcomp "completions/_${PN}" -DOCS=( - "README.md" - "SECURITY.md" -) + local DOCS=( + "README.md" + "SECURITY.md" + ) + einstalldocs }
next reply other threads:[~2024-07-18 16:39 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-07-18 16:39 Lucio Sauer [this message] 2024-07-18 14:36 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-db/sqlcmd/ Lucio Sauer -- strict thread matches above, loose matches on Subject: below -- 2025-05-15 5:48 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu 2025-05-15 5:48 Viorel Munteanu 2024-09-02 9:58 David Roman 2024-09-02 9:58 David Roman 2024-07-18 16:39 Lucio Sauer 2024-06-15 11:12 Julien Roy
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=1721313286.a08b91c39bd84c6b76c27d2de47e8db47bc257d5.watermanpaint@gentoo \ --to=watermanpaint@posteo.net \ --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: linkBe 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