* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
@ 2020-02-23 2:52 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2020-02-23 2:52 UTC (permalink / raw
To: gentoo-commits
commit: 9676f7f3c9b0fa0076fdc49f363852bde22b15ec
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Feb 23 02:51:44 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Feb 23 02:51:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9676f7f3
app-misc/vrms-gentoo: new package
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-misc/vrms-gentoo/metadata.xml | 17 +++++++++++++++++
app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-misc/vrms-gentoo/metadata.xml b/app-misc/vrms-gentoo/metadata.xml
new file mode 100644
index 0000000..3ccef90
--- /dev/null
+++ b/app-misc/vrms-gentoo/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">z411/vrms-gentoo</remote-id>
+ </upstream>
+ <longdescription lang="en">This is a clone of VRMS (Virtual Richard M. Stallman) for Gentoo Linux. It scans the computer for non-free packages, and shows a list of them, if any.
+Instead of using its own list of licenses, it scans the license_group file in the local computer and compares the locally installed packages to the @FREE group. If you want it to use only the @FSF-APPROVED group you can use the --strict flag.
+</longdescription>
+</pkgmetadata>
+
+
+
diff --git a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild
new file mode 100644
index 0000000..31090f7
--- /dev/null
+++ b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND=""
+RDEPEND="
+ dev-lang/perl
+"
+
+src_install() {
+ dobin "${PN}"
+ dodoc README.md
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
@ 2020-02-27 17:26 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2020-02-27 17:26 UTC (permalink / raw
To: gentoo-commits
commit: be15cec7236bbd01631f7120c33d159765efa1ba
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Feb 27 17:22:09 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Feb 27 17:22:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be15cec7
app-misc/vrms-gentoo: latest version
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-misc/vrms-gentoo/Manifest | 1 +
app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/app-misc/vrms-gentoo/Manifest b/app-misc/vrms-gentoo/Manifest
new file mode 100644
index 0000000..29cd29d
--- /dev/null
+++ b/app-misc/vrms-gentoo/Manifest
@@ -0,0 +1 @@
+DIST vrms-gentoo-2018.11.20.tar.gz 9340 BLAKE2B 751df8ffbc0842ab535620aa706665827c780f03aac9a89729776c6f375889bd25dff9426a2875a58b8e02a61f380c4bfc82746eec0a0631cec92479aca97c21 SHA512 a3f9c48d83649f205290622a52455363e2bda58d431261dae648568b81b4b62baaa9de3363d569402ced7d1089e8e2fcff26d37942d0b71394226a32f02c8dd8
diff --git a/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
new file mode 100644
index 0000000..e2cd083
--- /dev/null
+++ b/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+COMMIT="1d45e07cfa7ceed69fb7302cfd0f3e2d2453e115"
+
+SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="vrms clone for Gentoo Linux"
+HOMEPAGE="https://github.com/z411/vrms-gentoo"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="dev-lang/perl"
+
+src_install() {
+ dobin "${PN}"
+ dodoc README.md
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
@ 2020-03-02 19:25 Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-03-02 19:25 UTC (permalink / raw
To: gentoo-commits
commit: 7a8f080b369dee3d36aa5c7ec556c10a77af4ac4
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar 2 19:25:00 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar 2 19:25:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a8f080b
app-misc/vrms-gentoo: Add S variable
to correctly find the source directory
Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild | 3 +++
1 file changed, 3 insertions(+)
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 e2cd083..4e97891 100644
--- a/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
+++ b/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
@@ -8,6 +8,7 @@ COMMIT="1d45e07cfa7ceed69fb7302cfd0f3e2d2453e115"
SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="vrms clone for Gentoo Linux"
HOMEPAGE="https://github.com/z411/vrms-gentoo"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
@@ -15,6 +16,8 @@ KEYWORDS="~amd64"
DEPEND=""
RDEPEND="dev-lang/perl"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
src_install() {
dobin "${PN}"
dodoc README.md
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
@ 2020-03-03 5:11 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2020-03-03 5:11 UTC (permalink / raw
To: gentoo-commits
commit: cb44d7d09d9cde91edd3eb2d7bbbfe6c0d50cb33
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 3 04:32:28 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 3 04:32:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb44d7d0
app-misc/vrms-gentoo: use DOCS variable
Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 4e97891..ef5da2a 100644
--- a/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
+++ b/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
@@ -16,9 +16,10 @@ KEYWORDS="~amd64"
DEPEND=""
RDEPEND="dev-lang/perl"
+DOCS=( README.md )
+
S="${WORKDIR}/${PN}-${COMMIT}"
src_install() {
dobin "${PN}"
- dodoc README.md
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
@ 2020-03-03 8:58 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2020-03-03 8:58 UTC (permalink / raw
To: gentoo-commits
commit: 9b52d69478a608e003f44906a02a299a7d0d64dc
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 3 08:40:46 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 3 08:40:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b52d694
app-misc/vrms-gentoo: call einstalldocs
Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild | 5 ++++-
app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild | 4 +++-
2 files changed, 7 insertions(+), 2 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 ef5da2a..16976e0 100644
--- a/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
+++ b/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
@@ -14,7 +14,9 @@ SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
-RDEPEND="dev-lang/perl"
+RDEPEND="
+ dev-lang/perl
+"
DOCS=( README.md )
@@ -22,4 +24,5 @@ S="${WORKDIR}/${PN}-${COMMIT}"
src_install() {
dobin "${PN}"
+ einstalldocs
}
diff --git a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild
index 31090f7..3ecf2e5 100644
--- a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild
+++ b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild
@@ -18,7 +18,9 @@ RDEPEND="
dev-lang/perl
"
+DOCS=( README.md )
+
src_install() {
dobin "${PN}"
- dodoc README.md
+ einstalldocs
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
@ 2020-03-03 14:58 Andrew Ammerlaan
2020-03-08 16:21 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-03-03 14:58 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/vrms-gentoo/
2020-03-03 14:58 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/ Andrew Ammerlaan
@ 2020-03-08 16:21 ` Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-03-08 16:21 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
@ 2020-04-08 17:04 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2020-04-08 17:04 UTC (permalink / raw
To: gentoo-commits
commit: 9e72db4f218b4509ca50fc57a16f3e2f2b8c68e3
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr 8 16:55:35 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Apr 8 17:03:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e72db4f
app-misc/vrms-gentoo: use 0_pre versionong schema
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-misc/vrms-gentoo/Manifest | 2 +-
.../{vrms-gentoo-2018.11.20.ebuild => vrms-gentoo-0_pre20181120.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/vrms-gentoo/Manifest b/app-misc/vrms-gentoo/Manifest
index 29cd29d..ea07f79 100644
--- a/app-misc/vrms-gentoo/Manifest
+++ b/app-misc/vrms-gentoo/Manifest
@@ -1 +1 @@
-DIST vrms-gentoo-2018.11.20.tar.gz 9340 BLAKE2B 751df8ffbc0842ab535620aa706665827c780f03aac9a89729776c6f375889bd25dff9426a2875a58b8e02a61f380c4bfc82746eec0a0631cec92479aca97c21 SHA512 a3f9c48d83649f205290622a52455363e2bda58d431261dae648568b81b4b62baaa9de3363d569402ced7d1089e8e2fcff26d37942d0b71394226a32f02c8dd8
+DIST vrms-gentoo-0_pre20181120.tar.gz 9340 BLAKE2B 751df8ffbc0842ab535620aa706665827c780f03aac9a89729776c6f375889bd25dff9426a2875a58b8e02a61f380c4bfc82746eec0a0631cec92479aca97c21 SHA512 a3f9c48d83649f205290622a52455363e2bda58d431261dae648568b81b4b62baaa9de3363d569402ced7d1089e8e2fcff26d37942d0b71394226a32f02c8dd8
diff --git a/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20181120.ebuild
similarity index 100%
rename from app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
rename to app-misc/vrms-gentoo/vrms-gentoo-0_pre20181120.ebuild
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
@ 2020-12-24 8:39 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2020-12-24 8:39 UTC (permalink / raw
To: gentoo-commits
commit: 4af040dcc3df4fe3856acf2d336fbc079dd0c382
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Dec 24 03:11:48 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Dec 24 08:39:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4af040dc
app-misc/vrms-gentoo: remove live ebuild
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild
deleted file mode 100644
index 6490c25c..00000000
--- a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-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=""
-
-DEPEND=""
-RDEPEND="
- dev-lang/perl
-"
-
-src_install() {
- default
-
- dobin "${PN}"
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
@ 2021-03-31 21:15 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2021-03-31 21:15 UTC (permalink / raw
To: gentoo-commits
commit: 5139e0c14e17ecfcdfea848104b7a4925de6dc3c
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Mar 31 21:14:47 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Mar 31 21:15:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5139e0c1
app-misc/vrms-gentoo: bump
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-misc/vrms-gentoo/Manifest | 1 +
.../vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-misc/vrms-gentoo/Manifest b/app-misc/vrms-gentoo/Manifest
index ea07f7964..57278a32a 100644
--- a/app-misc/vrms-gentoo/Manifest
+++ b/app-misc/vrms-gentoo/Manifest
@@ -1 +1,2 @@
DIST vrms-gentoo-0_pre20181120.tar.gz 9340 BLAKE2B 751df8ffbc0842ab535620aa706665827c780f03aac9a89729776c6f375889bd25dff9426a2875a58b8e02a61f380c4bfc82746eec0a0631cec92479aca97c21 SHA512 a3f9c48d83649f205290622a52455363e2bda58d431261dae648568b81b4b62baaa9de3363d569402ced7d1089e8e2fcff26d37942d0b71394226a32f02c8dd8
+DIST vrms-gentoo-0_pre20201102.tar.gz 9458 BLAKE2B a49342e5ef3afb0326c57b8c222b2874cc5f81a62da20edd68e23ea52c50cb2bdf0ef75f5c4779457a4c6ebdcbb0d5334b46cdff94ac6d50884037db13601043 SHA512 9c24eea49d5cc5e4afdfc4ea5467f4c89777499b6187e3b5495de90a87f88b78edf13c605edb98792b42cc36b7b5ba751dfb6ae3e62d92b48d9505de9af07246
diff --git a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
new file mode 100644
index 000000000..b414db9c8
--- /dev/null
+++ b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+COMMIT="4fd604c4816d620be3cf9c5e9dd578b2c30c21bc"
+
+SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="vrms clone for Gentoo Linux"
+HOMEPAGE="https://github.com/z411/vrms-gentoo"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="
+ dev-lang/perl
+"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_install() {
+ default
+
+ dobin "${PN}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
@ 2021-05-16 15:28 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2021-05-16 15:28 UTC (permalink / raw
To: gentoo-commits
commit: d13e1dcfea587596e4ebd113309762e4674760ae
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 16 15:22:37 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 16 15:22:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d13e1dcf
app-misc/vrms-gentoo: drop 0_pre20181120
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-misc/vrms-gentoo/Manifest | 1 -
.../vrms-gentoo/vrms-gentoo-0_pre20181120.ebuild | 27 ----------------------
2 files changed, 28 deletions(-)
diff --git a/app-misc/vrms-gentoo/Manifest b/app-misc/vrms-gentoo/Manifest
index 57278a32a..bc0f120af 100644
--- a/app-misc/vrms-gentoo/Manifest
+++ b/app-misc/vrms-gentoo/Manifest
@@ -1,2 +1 @@
-DIST vrms-gentoo-0_pre20181120.tar.gz 9340 BLAKE2B 751df8ffbc0842ab535620aa706665827c780f03aac9a89729776c6f375889bd25dff9426a2875a58b8e02a61f380c4bfc82746eec0a0631cec92479aca97c21 SHA512 a3f9c48d83649f205290622a52455363e2bda58d431261dae648568b81b4b62baaa9de3363d569402ced7d1089e8e2fcff26d37942d0b71394226a32f02c8dd8
DIST vrms-gentoo-0_pre20201102.tar.gz 9458 BLAKE2B a49342e5ef3afb0326c57b8c222b2874cc5f81a62da20edd68e23ea52c50cb2bdf0ef75f5c4779457a4c6ebdcbb0d5334b46cdff94ac6d50884037db13601043 SHA512 9c24eea49d5cc5e4afdfc4ea5467f4c89777499b6187e3b5495de90a87f88b78edf13c605edb98792b42cc36b7b5ba751dfb6ae3e62d92b48d9505de9af07246
diff --git a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20181120.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20181120.ebuild
deleted file mode 100644
index f00ac0b69..000000000
--- a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20181120.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-COMMIT="1d45e07cfa7ceed69fb7302cfd0f3e2d2453e115"
-
-SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="vrms clone for Gentoo Linux"
-HOMEPAGE="https://github.com/z411/vrms-gentoo"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="
- dev-lang/perl
-"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_install() {
- default
-
- dobin "${PN}"
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
@ 2024-03-16 16:47 Sergey Alirzaev
0 siblings, 0 replies; 14+ messages in thread
From: Sergey Alirzaev @ 2024-03-16 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 406322bcb210c1359b0dfb28fdd2edd517f9a79b
Author: Sergey Alirzaev <l29ah <AT> riseup <DOT> net>
AuthorDate: Sat Mar 16 16:47:15 2024 +0000
Commit: Sergey Alirzaev <zl29ah <AT> gmail <DOT> com>
CommitDate: Sat Mar 16 16:47:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=406322bc
app-misc/vrms-gentoo: add myself as a maintainer
Signed-off-by: Sergey Alirzaev <l29ah <AT> riseup.net>
app-misc/vrms-gentoo/metadata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/vrms-gentoo/metadata.xml b/app-misc/vrms-gentoo/metadata.xml
index afd9a96d63..7602184c04 100644
--- a/app-misc/vrms-gentoo/metadata.xml
+++ b/app-misc/vrms-gentoo/metadata.xml
@@ -3,8 +3,8 @@
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
+ <email>l29ah@riseup.net</email>
+ <name>Sergey Alirzaev</name>
</maintainer>
<upstream>
<remote-id type="github">z411/vrms-gentoo</remote-id>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
@ 2024-03-16 19:34 Sergey Alirzaev
0 siblings, 0 replies; 14+ messages in thread
From: Sergey Alirzaev @ 2024-03-16 19:34 UTC (permalink / raw
To: gentoo-commits
commit: e09fdc5617f1edfbd74377282c7788f312c2b971
Author: Sergey Alirzaev <l29ah <AT> riseup <DOT> net>
AuthorDate: Sat Mar 16 19:33:24 2024 +0000
Commit: Sergey Alirzaev <zl29ah <AT> gmail <DOT> com>
CommitDate: Sat Mar 16 19:33:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e09fdc56
app-misc/vrms-gentoo: change maintainer e-mail
https://github.com/gentoo/guru/commit/406322bcb210c1359b0dfb28fdd2edd517f9a79b#commitcomment-139867274
Signed-off-by: Sergey Alirzaev <l29ah <AT> riseup.net>
app-misc/vrms-gentoo/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/vrms-gentoo/metadata.xml b/app-misc/vrms-gentoo/metadata.xml
index 7602184c04..fbe253c241 100644
--- a/app-misc/vrms-gentoo/metadata.xml
+++ b/app-misc/vrms-gentoo/metadata.xml
@@ -3,7 +3,7 @@
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
- <email>l29ah@riseup.net</email>
+ <email>zl29ah@gmail.com</email>
<name>Sergey Alirzaev</name>
</maintainer>
<upstream>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/
@ 2024-03-16 19:36 Sergey Alirzaev
0 siblings, 0 replies; 14+ messages in thread
From: Sergey Alirzaev @ 2024-03-16 19:36 UTC (permalink / raw
To: gentoo-commits
commit: 57a0b163da251520b1a4a373eecec7f255f499d8
Author: Sergey Alirzaev <l29ah <AT> riseup <DOT> net>
AuthorDate: Sat Mar 16 19:35:47 2024 +0000
Commit: Sergey Alirzaev <zl29ah <AT> gmail <DOT> com>
CommitDate: Sat Mar 16 19:35:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57a0b163
app-misc/vrms-gentoo: pick pkgcheck nits
Signed-off-by: Sergey Alirzaev <l29ah <AT> riseup.net>
app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
index b414db9c8d..fd1a0b1b8f 100644
--- a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
+++ b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild
@@ -5,21 +5,19 @@ EAPI="7"
COMMIT="4fd604c4816d620be3cf9c5e9dd578b2c30c21bc"
-SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="vrms clone for Gentoo Linux"
HOMEPAGE="https://github.com/z411/vrms-gentoo"
+SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND=""
RDEPEND="
dev-lang/perl
"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
src_install() {
default
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-03-16 19:36 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-03 14:58 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/ Andrew Ammerlaan
2020-03-08 16:21 ` [gentoo-commits] repo/proj/guru:master " 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox