public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
Date: Thu, 25 Feb 2021 19:07:43 +0000 (UTC)	[thread overview]
Message-ID: <1614280056.f2a11e7cec6c3d4defd78e3776152dd2efc19d17.sam@gentoo> (raw)

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}
-}


             reply	other threads:[~2021-02-25 19:07 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-25 19:07 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-18 12:45 [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/ 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 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
2016-03-21 21:38 Anthony G. Basile
2015-12-26  1:11 Anthony G. Basile

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=1614280056.f2a11e7cec6c3d4defd78e3776152dd2efc19d17.sam@gentoo \
    --to=sam@gentoo.org \
    --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