public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2015-12-26  1:11 Anthony G. Basile
  0 siblings, 0 replies; 22+ messages in thread
From: Anthony G. Basile @ 2015-12-26  1:11 UTC (permalink / raw
  To: gentoo-commits

commit:     633c4217dc36a5b8ed3381b286b9adef4f804227
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 01:18:23 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 01:18:23 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633c4217

app-admin/radmind: add libressl support

Package-Manager: portage-2.2.24

 app-admin/radmind/radmind-1.14.1-r1.ebuild | 33 ++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/app-admin/radmind/radmind-1.14.1-r1.ebuild b/app-admin/radmind/radmind-1.14.1-r1.ebuild
new file mode 100644
index 0000000..ed0b79b
--- /dev/null
+++ b/app-admin/radmind/radmind-1.14.1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="command-line tools and server to remotely administer multiple Unix filesystems"
+HOMEPAGE="http://rsug.itd.umich.edu/software/radmind/"
+SRC_URI="mirror://sourceforge/radmind/${P}.tar.gz"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl"
+
+DEPEND="
+	!libressl? ( dev-libs/openssl:0 )
+	libressl? ( dev-libs/libressl )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-1.7.0-gentoo.patch
+	# remove dnssd as it doesn't compile
+	epatch "${FILESDIR}"/${PN}-1.7.1-dnssd.patch
+	epatch "${FILESDIR}"/${PN}-1.14.0-parallel-make.patch
+}
+
+src_install() {
+	default
+	dodoc README VERSION COPYRIGHT
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2016-03-21 21:38 Anthony G. Basile
  0 siblings, 0 replies; 22+ messages in thread
From: Anthony G. Basile @ 2016-03-21 21:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4a601ee022f33455841521c03e31292217c75fd7
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 21:37:32 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 21:37:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a601ee0

app-admin/radmind: fix openssl and libressl slots

Package-Manager: portage-2.2.26

 app-admin/radmind/radmind-1.14.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/radmind/radmind-1.14.1-r1.ebuild b/app-admin/radmind/radmind-1.14.1-r1.ebuild
index ed0b79b..45bb581 100644
--- a/app-admin/radmind/radmind-1.14.1-r1.ebuild
+++ b/app-admin/radmind/radmind-1.14.1-r1.ebuild
@@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="libressl"
 
 DEPEND="
-	!libressl? ( dev-libs/openssl:0 )
-	libressl? ( dev-libs/libressl )"
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2016-04-25  7:32 Jeroen Roovers
  0 siblings, 0 replies; 22+ messages in thread
From: Jeroen Roovers @ 2016-04-25  7:32 UTC (permalink / raw
  To: gentoo-commits

commit:     002b5571ac2060117c160fd69f035b5539981cee
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 07:32:17 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 07:32:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002b5571

app-admin/radmind: netmon was never the right project for this package.

Package-Manager: portage-2.2.28

 app-admin/radmind/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/app-admin/radmind/metadata.xml b/app-admin/radmind/metadata.xml
index f78e8ae..7c4843c 100644
--- a/app-admin/radmind/metadata.xml
+++ b/app-admin/radmind/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>netmon@gentoo.org</email>
-		<name>Gentoo network monitoring and analysis project</name>
-	</maintainer>
 	<longdescription>A suite of Unix command-line tools and a server designed to remotely administer
 the file systems of multiple Unix machines.</longdescription>
 	<upstream>


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2016-05-17  9:04 Austin English
  0 siblings, 0 replies; 22+ messages in thread
From: Austin English @ 2016-05-17  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     a9c36125051e62ee030b1b3e00d0533f579bd1b1
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 09:01:15 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue May 17 09:03:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c36125

app-admin/radmind: add missing maintainer-needed

 app-admin/radmind/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/radmind/metadata.xml b/app-admin/radmind/metadata.xml
index 7c4843c..482e815 100644
--- a/app-admin/radmind/metadata.xml
+++ b/app-admin/radmind/metadata.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<!-- maintainer-needed -->
 	<longdescription>A suite of Unix command-line tools and a server designed to remotely administer
 the file systems of multiple Unix machines.</longdescription>
 	<upstream>


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2017-06-08 10:16 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2017-06-08 10:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d1f73ebc3da0f31d01dae2f2aa73118c729f3cf2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 10:14:03 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 10:14:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f73ebc

app-admin/radmind: amd64 stable wrt bug #621008

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-admin/radmind/radmind-1.14.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/radmind/radmind-1.14.1-r1.ebuild b/app-admin/radmind/radmind-1.14.1-r1.ebuild
index 9d94df3075c..ee0ccba5c77 100644
--- a/app-admin/radmind/radmind-1.14.1-r1.ebuild
+++ b/app-admin/radmind/radmind-1.14.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/radmind/${P}.tar.gz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="libressl"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2017-06-09 12:51 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2017-06-09 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f453c693bdf9e21737ff9fedc30b0e26dc7a1fd6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 12:50:12 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 12:51:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f453c693

app-admin/radmind: remove 1.14.1-r0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/radmind/radmind-1.14.1.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/app-admin/radmind/radmind-1.14.1.ebuild b/app-admin/radmind/radmind-1.14.1.ebuild
deleted file mode 100644
index 946cffdfc9d..00000000000
--- a/app-admin/radmind/radmind-1.14.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="command-line tools and server to remotely administer multiple Unix filesystems"
-HOMEPAGE="http://rsug.itd.umich.edu/software/radmind/"
-SRC_URI="mirror://sourceforge/radmind/${P}.tar.gz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-
-DEPEND="dev-libs/openssl"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.7.0-gentoo.patch
-	# remove dnssd as it doesn't compile
-	epatch "${FILESDIR}"/${PN}-1.7.1-dnssd.patch
-	epatch "${FILESDIR}"/${PN}-1.14.0-parallel-make.patch
-}
-
-src_install() {
-	default
-	dodoc README VERSION COPYRIGHT
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2017-12-19 23:21 Austin English
  0 siblings, 0 replies; 22+ messages in thread
From: Austin English @ 2017-12-19 23:21 UTC (permalink / raw
  To: gentoo-commits

commit:     cadcd1931c0a1f0c540dd880668e5f18831fcf9d
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 23:20:06 2017 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 23:20:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cadcd193

app-admin/radmind: add dev-util/repo blocker

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-admin/radmind/radmind-1.14.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-admin/radmind/radmind-1.14.1-r1.ebuild b/app-admin/radmind/radmind-1.14.1-r1.ebuild
index 2637e4c0828..f571df69900 100644
--- a/app-admin/radmind/radmind-1.14.1-r1.ebuild
+++ b/app-admin/radmind/radmind-1.14.1-r1.ebuild
@@ -17,7 +17,8 @@ IUSE="libressl"
 DEPEND="
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	!dev-util/repo"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-1.7.0-gentoo.patch


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2019-01-26 12:43 Pacho Ramos
  0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2019-01-26 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1b6e0d9fc9ac14f7f6e99543f2778ba22d854f98
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 26 12:35:49 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 26 12:42:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6e0d9f

app-admin/radmind: Bump to 1.15.1

Closes: https://bugs.gentoo.org/675614
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-admin/radmind/Manifest              |  1 +
 app-admin/radmind/radmind-1.15.1.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/app-admin/radmind/Manifest b/app-admin/radmind/Manifest
index 399db035cd1..840b4bef85c 100644
--- a/app-admin/radmind/Manifest
+++ b/app-admin/radmind/Manifest
@@ -1 +1,2 @@
 DIST radmind-1.14.1.tar.gz 403553 BLAKE2B ea89c7c28714134df3d9f9ab522c4499590f5f08f3b5d6c0d02c750ee896922720d66e4f08dac70fe93933da0fa5d8776fdf0f7d32b926d76ece27cbcedb87ad SHA512 bccf9681a6899be3b500065237dd1e04cd83ffb6f9be0e355412e7b0c556325f7d13435cec65a8a5e156e4411da915744f01a615472f6361d52c4d54d8be20eb
+DIST radmind-1.15.1.tar.gz 449653 BLAKE2B 8a516ede28d561a60f7c51424c6e48ea030dd571528fd3422fab3b23b4448ee898d408136c4845ebe9c5f9088fb425ed67b341f4d1721747a415183687e6daa6 SHA512 3dd9477d00083cf9912e2143adff52f9bc127665ff6705bc200b7323e53390fb76ac125733596ba309905fca3db062c7b1bc1d1372b77a3044c3794bacb96e6c

diff --git a/app-admin/radmind/radmind-1.15.1.ebuild b/app-admin/radmind/radmind-1.15.1.ebuild
new file mode 100644
index 00000000000..6f595b238a9
--- /dev/null
+++ b/app-admin/radmind/radmind-1.15.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="command-line tools and server to remotely administer multiple Unix filesystems"
+HOMEPAGE="http://rsug.itd.umich.edu/software/radmind/ https://github.com/voretaq7/radmind"
+SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl"
+
+DEPEND="
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}
+	!dev-util/repo
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.7.0-gentoo.patch
+	"${FILESDIR}"/${PN}-1.14.1-glibc225.patch
+)
+
+src_install() {
+	default
+	keepdir /var/radmind/{cert,client,postapply,preapply}
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2019-05-08 22:56 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2019-05-08 22:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c6e02af6fc9124115ca4cb45b6e29bcc4417d979
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed May  8 18:31:56 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May  8 22:56:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e02af6

app-admin/radmind: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11942
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-admin/radmind/radmind-1.14.1-r1.ebuild | 4 ++--
 app-admin/radmind/radmind-1.15.1.ebuild    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/radmind/radmind-1.14.1-r1.ebuild b/app-admin/radmind/radmind-1.14.1-r1.ebuild
index f571df69900..e21fec83efb 100644
--- a/app-admin/radmind/radmind-1.14.1-r1.ebuild
+++ b/app-admin/radmind/radmind-1.14.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils
 
 DESCRIPTION="command-line tools and server to remotely administer multiple Unix filesystems"
-HOMEPAGE="http://rsug.itd.umich.edu/software/radmind/"
+HOMEPAGE="https://github.com/Radmind https://sourceforge.net/projects/radmind/"
 SRC_URI="mirror://sourceforge/radmind/${P}.tar.gz"
 
 LICENSE="HPND"

diff --git a/app-admin/radmind/radmind-1.15.1.ebuild b/app-admin/radmind/radmind-1.15.1.ebuild
index 6f595b238a9..62e78e98fb1 100644
--- a/app-admin/radmind/radmind-1.15.1.ebuild
+++ b/app-admin/radmind/radmind-1.15.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DESCRIPTION="command-line tools and server to remotely administer multiple Unix filesystems"
-HOMEPAGE="http://rsug.itd.umich.edu/software/radmind/ https://github.com/voretaq7/radmind"
+HOMEPAGE="https://github.com/Radmind https://sourceforge.net/projects/radmind/"
 SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
 
 LICENSE="HPND"


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2019-05-08 22:56 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2019-05-08 22:56 UTC (permalink / raw
  To: gentoo-commits

commit:     39c0349187badc03a3c40b1e9b7840722951c01b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 20:26:44 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May  8 22:56:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c03491

app-admin/radmind: Capitalise

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-admin/radmind/radmind-1.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/radmind/radmind-1.15.1.ebuild b/app-admin/radmind/radmind-1.15.1.ebuild
index 62e78e98fb1..7c4ecf7017b 100644
--- a/app-admin/radmind/radmind-1.15.1.ebuild
+++ b/app-admin/radmind/radmind-1.15.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="command-line tools and server to remotely administer multiple Unix filesystems"
+DESCRIPTION="Command-line tools and server to remotely administer multiple Unix filesystems"
 HOMEPAGE="https://github.com/Radmind https://sourceforge.net/projects/radmind/"
 SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2019-05-19 15:48 Thomas Deutschmann
  0 siblings, 0 replies; 22+ messages in thread
From: Thomas Deutschmann @ 2019-05-19 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     063035569d1367061dfa27c6d9118fbc581b6f9a
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 15:15:53 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 19 15:15:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06303556

app-admin/radmind: x86 stable (bug #684598)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-admin/radmind/radmind-1.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/radmind/radmind-1.15.1.ebuild b/app-admin/radmind/radmind-1.15.1.ebuild
index 7c4ecf7017b..15b7b00a2b5 100644
--- a/app-admin/radmind/radmind-1.15.1.ebuild
+++ b/app-admin/radmind/radmind-1.15.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="libressl"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2019-05-19 20:54 Mikle Kolyada
  0 siblings, 0 replies; 22+ messages in thread
From: Mikle Kolyada @ 2019-05-19 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     f1ca4af7d7d3851fea4757959eb4a03bb562764a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 20:54:00 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 19 20:54:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ca4af7

app-admin/radmind: amd64 stable wrt bug #684598

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-admin/radmind/radmind-1.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/radmind/radmind-1.15.1.ebuild b/app-admin/radmind/radmind-1.15.1.ebuild
index 15b7b00a2b5..3d2decf2a3d 100644
--- a/app-admin/radmind/radmind-1.15.1.ebuild
+++ b/app-admin/radmind/radmind-1.15.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="libressl"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2020-11-07 18:25 Andreas K. Hüttel
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas K. Hüttel @ 2020-11-07 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     9dce1946ac8d694128fd5e871a09c9e5e37a223d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 18:24:34 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 18:24:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dce1946

app-admin/radmind: Apply gcc-10 workaround

Bug: https://bugs.gentoo.org/706556
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 app-admin/radmind/radmind-1.15.1.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-admin/radmind/radmind-1.15.1.ebuild b/app-admin/radmind/radmind-1.15.1.ebuild
index 3d2decf2a3d..96807f42abc 100644
--- a/app-admin/radmind/radmind-1.15.1.ebuild
+++ b/app-admin/radmind/radmind-1.15.1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit flag-o-matic
+
 DESCRIPTION="Command-line tools and server to remotely administer multiple Unix filesystems"
 HOMEPAGE="https://github.com/Radmind https://sourceforge.net/projects/radmind/"
 SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
@@ -25,6 +27,11 @@ PATCHES=(
 	"${FILESDIR}"/${PN}-1.14.1-glibc225.patch
 )
 
+src_configure() {
+	append-cflags -fcommon
+	default
+}
+
 src_install() {
 	default
 	keepdir /var/radmind/{cert,client,postapply,preapply}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2021-02-09 16:59 Ben Kohler
  0 siblings, 0 replies; 22+ messages in thread
From: Ben Kohler @ 2021-02-09 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     79ab506b3c9268b40e70f0a894e7e3b10dd25756
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 16:33:53 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 16:59:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ab506b

app-admin/radmind: bump to 1.15.3

Includes gcc10 fix upstream

Bug: https://bugs.gentoo.org/706702
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-admin/radmind/Manifest              |  1 +
 app-admin/radmind/radmind-1.15.3.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/app-admin/radmind/Manifest b/app-admin/radmind/Manifest
index b7eeb46b7c6..6cc119ceb3f 100644
--- a/app-admin/radmind/Manifest
+++ b/app-admin/radmind/Manifest
@@ -1 +1,2 @@
 DIST radmind-1.15.1.tar.gz 449653 BLAKE2B 8a516ede28d561a60f7c51424c6e48ea030dd571528fd3422fab3b23b4448ee898d408136c4845ebe9c5f9088fb425ed67b341f4d1721747a415183687e6daa6 SHA512 3dd9477d00083cf9912e2143adff52f9bc127665ff6705bc200b7323e53390fb76ac125733596ba309905fca3db062c7b1bc1d1372b77a3044c3794bacb96e6c
+DIST radmind-1.15.3.tar.gz 843033 BLAKE2B 3d4446e5ce9e668039277f63a16c014dbbecca870886e68603af4100cdbf4a0adf074d26c90985968ec1a680fb483395676b85020134ec56686318b3d0664d99 SHA512 121fa2ea4dc9532bdbb1440c3ee485db1d6a1e770bd01dc0e832d51ee26112441ff47bea8e7f063feffc4d5bf3cfc5ce53d316bb469ff4ff0a65ca5463c99d11

diff --git a/app-admin/radmind/radmind-1.15.3.ebuild b/app-admin/radmind/radmind-1.15.3.ebuild
new file mode 100644
index 00000000000..7a4b40665a2
--- /dev/null
+++ b/app-admin/radmind/radmind-1.15.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Command-line tools and server to remotely administer multiple Unix filesystems"
+HOMEPAGE="https://github.com/Radmind https://sourceforge.net/projects/radmind/"
+SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl"
+
+DEPEND="
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}
+	!dev-util/repo
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.7.0-gentoo.patch
+	"${FILESDIR}"/${PN}-1.14.1-glibc225.patch
+)
+
+src_install() {
+	default
+	keepdir /var/radmind/{cert,client,postapply,preapply}
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2021-02-20 19:32 David Seifert
  0 siblings, 0 replies; 22+ messages in thread
From: David Seifert @ 2021-02-20 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     cf63dd7bd5bde2028f6823661f6a95ea01a3ff0e
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Feb 20 19:30:59 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 19:30:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf63dd7b

app-admin/radmind: Drop libressl support

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../radmind/{radmind-1.15.3.ebuild => radmind-1.15.3-r1.ebuild}  | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/app-admin/radmind/radmind-1.15.3.ebuild b/app-admin/radmind/radmind-1.15.3-r1.ebuild
similarity index 83%
rename from app-admin/radmind/radmind-1.15.3.ebuild
rename to app-admin/radmind/radmind-1.15.3-r1.ebuild
index 7a4b40665a2..a7be0069497 100644
--- a/app-admin/radmind/radmind-1.15.3.ebuild
+++ b/app-admin/radmind/radmind-1.15.3-r1.ebuild
@@ -10,15 +10,10 @@ SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
 LICENSE="HPND"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="libressl"
 
-DEPEND="
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
+DEPEND="dev-libs/openssl:0="
 RDEPEND="${DEPEND}
-	!dev-util/repo
-"
+	!dev-util/repo"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.7.0-gentoo.patch


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2021-02-25  3:24 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-02-25  3:24 UTC (permalink / raw
  To: gentoo-commits

commit:     597f5b9562e5cadf600ca6fcca8381e6185a1b8d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 03:24:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 03:24:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=597f5b95

app-admin/radmind: Stabilize 1.15.3-r1 x86, #769896

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/radmind/radmind-1.15.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/radmind/radmind-1.15.3-r1.ebuild b/app-admin/radmind/radmind-1.15.3-r1.ebuild
index a7be0069497..75d9ba668d2 100644
--- a/app-admin/radmind/radmind-1.15.3-r1.ebuild
+++ b/app-admin/radmind/radmind-1.15.3-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DEPEND="dev-libs/openssl:0="
 RDEPEND="${DEPEND}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2021-02-25 17:53 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-02-25 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     db488d0021d50516e8d725f1a75def2fe62febc3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 17:53:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 17:53:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db488d00

app-admin/radmind: Stabilize 1.15.3-r1 amd64, #769896

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/radmind/radmind-1.15.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/radmind/radmind-1.15.3-r1.ebuild b/app-admin/radmind/radmind-1.15.3-r1.ebuild
index 75d9ba668d2..0e948d4f5d2 100644
--- a/app-admin/radmind/radmind-1.15.3-r1.ebuild
+++ b/app-admin/radmind/radmind-1.15.3-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-libs/openssl:0="
 RDEPEND="${DEPEND}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2021-02-25 19:07 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-02-25 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     f2a11e7cec6c3d4defd78e3776152dd2efc19d17
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Feb 25 18:07:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 19:07:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a11e7c

app-admin/radmind: Remove old

Bug: https://bugs.gentoo.org/769896
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/radmind/Manifest              |  1 -
 app-admin/radmind/radmind-1.15.1.ebuild | 38 ---------------------------------
 2 files changed, 39 deletions(-)

diff --git a/app-admin/radmind/Manifest b/app-admin/radmind/Manifest
index 6cc119ceb3f..e5cfe77288e 100644
--- a/app-admin/radmind/Manifest
+++ b/app-admin/radmind/Manifest
@@ -1,2 +1 @@
-DIST radmind-1.15.1.tar.gz 449653 BLAKE2B 8a516ede28d561a60f7c51424c6e48ea030dd571528fd3422fab3b23b4448ee898d408136c4845ebe9c5f9088fb425ed67b341f4d1721747a415183687e6daa6 SHA512 3dd9477d00083cf9912e2143adff52f9bc127665ff6705bc200b7323e53390fb76ac125733596ba309905fca3db062c7b1bc1d1372b77a3044c3794bacb96e6c
 DIST radmind-1.15.3.tar.gz 843033 BLAKE2B 3d4446e5ce9e668039277f63a16c014dbbecca870886e68603af4100cdbf4a0adf074d26c90985968ec1a680fb483395676b85020134ec56686318b3d0664d99 SHA512 121fa2ea4dc9532bdbb1440c3ee485db1d6a1e770bd01dc0e832d51ee26112441ff47bea8e7f063feffc4d5bf3cfc5ce53d316bb469ff4ff0a65ca5463c99d11

diff --git a/app-admin/radmind/radmind-1.15.1.ebuild b/app-admin/radmind/radmind-1.15.1.ebuild
deleted file mode 100644
index 96807f42abc..00000000000
--- a/app-admin/radmind/radmind-1.15.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="Command-line tools and server to remotely administer multiple Unix filesystems"
-HOMEPAGE="https://github.com/Radmind https://sourceforge.net/projects/radmind/"
-SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="libressl"
-
-DEPEND="
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}
-	!dev-util/repo
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.7.0-gentoo.patch
-	"${FILESDIR}"/${PN}-1.14.1-glibc225.patch
-)
-
-src_configure() {
-	append-cflags -fcommon
-	default
-}
-
-src_install() {
-	default
-	keepdir /var/radmind/{cert,client,postapply,preapply}
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2022-02-13 16:10 Matthew Smith
  0 siblings, 0 replies; 22+ messages in thread
From: Matthew Smith @ 2022-02-13 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     e7de810da5e5de84618df6113677af8cceb5e2f8
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 11:02:03 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 16:09:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7de810d

app-admin/radmind: Remove obsolete blocker

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 app-admin/radmind/radmind-1.15.3-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-admin/radmind/radmind-1.15.3-r1.ebuild b/app-admin/radmind/radmind-1.15.3-r1.ebuild
index 0e948d4f5d21..972433fc9009 100644
--- a/app-admin/radmind/radmind-1.15.3-r1.ebuild
+++ b/app-admin/radmind/radmind-1.15.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,8 +12,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 
 DEPEND="dev-libs/openssl:0="
-RDEPEND="${DEPEND}
-	!dev-util/repo"
+RDEPEND="${DEPEND}"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.7.0-gentoo.patch


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2022-05-15  0:05 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-05-15  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     9eff4d0ba68af651bcccd797849bc72849faac53
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sat May 14 17:59:47 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 00:05:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eff4d0b

app-admin/radmind: Remove old

Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/25485
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/radmind/radmind-1.15.4.ebuild | 41 ---------------------------------
 1 file changed, 41 deletions(-)

diff --git a/app-admin/radmind/radmind-1.15.4.ebuild b/app-admin/radmind/radmind-1.15.4.ebuild
deleted file mode 100644
index 2cf0aaf939f6..000000000000
--- a/app-admin/radmind/radmind-1.15.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Command-line tools and server to remotely administer multiple Unix filesystems"
-HOMEPAGE="https://github.com/Radmind https://sourceforge.net/projects/radmind/"
-SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-libs/openssl:0="
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.7.0-gentoo.patch
-	"${FILESDIR}"/${PN}-1.14.1-glibc225.patch
-	# 779664
-	"${FILESDIR}"/${PN}-1.15.4-autoreconf.patch
-	"${FILESDIR}"/${PN}-1.15.4-autoreconf-libsnet.patch
-)
-
-src_prepare() {
-	default
-
-	# We really don't want these
-	# https://github.com/Radmind/radmind/pull/336
-	# https://sourceforge.net/p/libsnet/patches/7/
-	rm -f {,libsnet/}aclocal.m4 || die
-
-	eautoreconf
-}
-
-src_install() {
-	default
-	keepdir /var/radmind/{cert,client,postapply,preapply}
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2022-07-29 20:40 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-07-29 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     8e9f05a7277e0a42483b425ed394526fb8f04ac5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 09:31:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 20:35:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9f05a7

app-admin/radmind: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/radmind/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/radmind/metadata.xml b/app-admin/radmind/metadata.xml
index e980be75a6a5..4bf7c59e8555 100644
--- a/app-admin/radmind/metadata.xml
+++ b/app-admin/radmind/metadata.xml
@@ -5,6 +5,7 @@
 	<longdescription>A suite of Unix command-line tools and a server designed to remotely administer
 the file systems of multiple Unix machines.</longdescription>
 	<upstream>
+		<remote-id type="github">Radmind/radmind</remote-id>
 		<remote-id type="sourceforge">radmind</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
@ 2022-12-18 12:45 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-12-18 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     fc1accd2f8cacf4a150e71ad1940b729eddd08f4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 12:44:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 12:44:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1accd2

app-admin/radmind: Stabilize 1.15.4-r1 x86, #886649

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/radmind/radmind-1.15.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/radmind/radmind-1.15.4-r1.ebuild b/app-admin/radmind/radmind-1.15.4-r1.ebuild
index 0f568b6c08d0..5fcd12e2ac45 100644
--- a/app-admin/radmind/radmind-1.15.4-r1.ebuild
+++ b/app-admin/radmind/radmind-1.15.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="pam zlib"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-12-18 12:45 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21 21:38 [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2022-12-18 12:45 Sam James
2022-07-29 20:40 Sam James
2022-05-15  0:05 Sam James
2022-02-13 16:10 Matthew Smith
2021-02-25 19:07 Sam James
2021-02-25 17:53 Sam James
2021-02-25  3:24 Sam James
2021-02-20 19:32 David Seifert
2021-02-09 16:59 Ben Kohler
2020-11-07 18:25 Andreas K. Hüttel
2019-05-19 20:54 Mikle Kolyada
2019-05-19 15:48 Thomas Deutschmann
2019-05-08 22:56 Andreas Sturmlechner
2019-05-08 22:56 Andreas Sturmlechner
2019-01-26 12:43 Pacho Ramos
2017-12-19 23:21 Austin English
2017-06-09 12:51 Michael Palimaka
2017-06-08 10:16 Agostino Sarubbo
2016-05-17  9:04 Austin English
2016-04-25  7:32 Jeroen Roovers
2015-12-26  1:11 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox