From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/ Date: Tue, 3 Mar 2020 14:58:11 +0000 (UTC) [thread overview] Message-ID: <1583247486.4ef6e246b7b4afdd3fb2050ac48d89931eef3d2f.andrewammerlaan@gentoo> (raw) commit: 4ef6e246b7b4afdd3fb2050ac48d89931eef3d2f Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Mar 3 14:58:06 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Mar 3 14:58:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ef6e246 app-misc/vrms-gentoo: Styling fix Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild | 5 ++--- app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild | 9 ++++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild index 16976e0..f00ac0b 100644 --- a/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild +++ b/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild @@ -18,11 +18,10 @@ RDEPEND=" dev-lang/perl " -DOCS=( README.md ) - S="${WORKDIR}/${PN}-${COMMIT}" src_install() { + default + dobin "${PN}" - einstalldocs } diff --git a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild index 3ecf2e5..6490c25 100644 --- a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild +++ b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild @@ -3,12 +3,12 @@ EAPI="7" -SRC_URI="" -EGIT_REPO_URI="https://github.com/z411/${PN}.git" inherit git-r3 DESCRIPTION="vrms clone for Gentoo Linux" HOMEPAGE="https://github.com/z411/vrms-gentoo" +EGIT_REPO_URI="https://github.com/z411/${PN}.git" + LICENSE="GPL-2" SLOT="0" KEYWORDS="" @@ -18,9 +18,8 @@ RDEPEND=" dev-lang/perl " -DOCS=( README.md ) - src_install() { + default + dobin "${PN}" - einstalldocs }
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/vrms-gentoo/ Date: Sun, 8 Mar 2020 16:21:20 +0000 (UTC) [thread overview] Message-ID: <1583247486.4ef6e246b7b4afdd3fb2050ac48d89931eef3d2f.andrewammerlaan@gentoo> (raw) Message-ID: <20200308162120.77YMFqwmynjlAdBkP0JtAc5Rx8Hu40BLovATQVqhmL4@z> (raw) commit: 4ef6e246b7b4afdd3fb2050ac48d89931eef3d2f Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Mar 3 14:58:06 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Mar 3 14:58:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ef6e246 app-misc/vrms-gentoo: Styling fix Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild | 5 ++--- app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild | 9 ++++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild index 16976e0..f00ac0b 100644 --- a/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild +++ b/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild @@ -18,11 +18,10 @@ RDEPEND=" dev-lang/perl " -DOCS=( README.md ) - S="${WORKDIR}/${PN}-${COMMIT}" src_install() { + default + dobin "${PN}" - einstalldocs } diff --git a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild index 3ecf2e5..6490c25 100644 --- a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild +++ b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild @@ -3,12 +3,12 @@ EAPI="7" -SRC_URI="" -EGIT_REPO_URI="https://github.com/z411/${PN}.git" inherit git-r3 DESCRIPTION="vrms clone for Gentoo Linux" HOMEPAGE="https://github.com/z411/vrms-gentoo" +EGIT_REPO_URI="https://github.com/z411/${PN}.git" + LICENSE="GPL-2" SLOT="0" KEYWORDS="" @@ -18,9 +18,8 @@ RDEPEND=" dev-lang/perl " -DOCS=( README.md ) - src_install() { + default + dobin "${PN}" - einstalldocs }
next reply other threads:[~2020-03-03 14:58 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-03-03 14:58 Andrew Ammerlaan [this message] 2020-03-08 16:21 ` [gentoo-commits] repo/proj/guru:master commit in: app-misc/vrms-gentoo/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2024-03-16 19:36 [gentoo-commits] repo/proj/guru:dev " Sergey Alirzaev 2024-03-16 19:34 Sergey Alirzaev 2024-03-16 16:47 Sergey Alirzaev 2021-05-16 15:28 Alessandro Barbieri 2021-03-31 21:15 Alessandro Barbieri 2020-12-24 8:39 Alessandro Barbieri 2020-04-08 17:04 Alessandro Barbieri 2020-03-03 8:58 Alessandro Barbieri 2020-03-03 5:11 Alessandro Barbieri 2020-03-02 19:25 Andrew Ammerlaan 2020-02-27 17:26 Alessandro Barbieri 2020-02-23 2:52 Alessandro Barbieri
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=1583247486.4ef6e246b7b4afdd3fb2050ac48d89931eef3d2f.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.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