summaryrefslogtreecommitdiff
path: root/net-dialup/cistronradius
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /net-dialup/cistronradius
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'net-dialup/cistronradius')
-rw-r--r--net-dialup/cistronradius/Manifest5
-rw-r--r--net-dialup/cistronradius/cistronradius-1.6.8-r2.ebuild48
-rw-r--r--net-dialup/cistronradius/files/cistronradius-1.6.8-gcc41.patch11
-rw-r--r--net-dialup/cistronradius/files/cistronradius.rc34
-rw-r--r--net-dialup/cistronradius/metadata.xml5
5 files changed, 0 insertions, 103 deletions
diff --git a/net-dialup/cistronradius/Manifest b/net-dialup/cistronradius/Manifest
deleted file mode 100644
index 7e074bae4241..000000000000
--- a/net-dialup/cistronradius/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX cistronradius-1.6.8-gcc41.patch 452 BLAKE2B 04fba1ec6c17ce64af916563e06cd970163da64099576df19b81f485e4283c16984d310b36a6a7d6eb2b5a39a751ab772f3cb81ffd13ac63ff296a53b4b40c74 SHA512 c99ecdaa8bb9e1152c58f8a5cce79e3af058825de1b6818679e059b1c98e0ed72640dc5cdcf6c66a7b5f91792208bd1b0d4ede2c753f5f8dacc1ed4c64091f37
-AUX cistronradius.rc 716 BLAKE2B 3bbc2458da0a7d05df9ef72e41baf5c4b53c15f5c658acfbfc806b94e91d96912ee26dc5e718c03bc8234274cda34b03c58786854f21bf5ca8280c211c5259fe SHA512 d86029f75b922f2b382f34e219462f898ffb1ca8d0517d7a57b33b239396906a89da8afa5667257995aa7bac2f3f7eda4e5284672682405d131d2cdb79491fc3
-DIST radiusd-cistron-1.6.8.tar.gz 199459 BLAKE2B 5cd40915597e8d02c4624c0ea9161ee50a09c85137f9cf2d84f99504af1581a58c52d99aab473a034ef557beefd1fc7753757b4a04c1bd460871d37a6c7479da SHA512 9d42ec39eaa78f0c35ca036cf891d45a99c38af03416e4bca2d9d883a9aac818a0da1a52b5c1d4e54a1bdb108b237ed92c16309b61b7aa24f8782d0d0e0f8de5
-EBUILD cistronradius-1.6.8-r2.ebuild 1152 BLAKE2B 3eccfd5947ac2437bdab69cd6989d40c5259387f40a5c183155e3ab501dd5cc3adb5105b84acbce58ef69af0f9d83f5e9dfe11a3e8546698b81b99d6b64ba0f7 SHA512 5111759a38483e5bdde6e821d139471d0f996cb43a607a0504fbd6c3d726d786b42f0d13dadb536fa8c06c563b92c50c726ed152e436a281f995b791404b114e
-MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a
diff --git a/net-dialup/cistronradius/cistronradius-1.6.8-r2.ebuild b/net-dialup/cistronradius/cistronradius-1.6.8-r2.ebuild
deleted file mode 100644
index 4ff41bdc7fcd..000000000000
--- a/net-dialup/cistronradius/cistronradius-1.6.8-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit epatch toolchain-funcs
-
-DESCRIPTION="Authentication and accounting server for terminal servers using RADIUS"
-HOMEPAGE="http://www.radius.cistron.nl/"
-SRC_URI="ftp://ftp.radius.cistron.nl/pub/radius/radiusd-cistron-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* x86"
-
-DEPEND="
- !net-dialup/freeradius
- !net-dialup/gnuradius"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/radiusd-cistron-${PV}"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-gcc41.patch"
- sed -i -e "s:SHAREDIR/::g" raddb/dictionary || die
- mv src/checkrad.pl src/checkrad || die
-
- epatch_user
-}
-
-src_compile() {
- emake -C src \
- CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
- BINDIR=/usr/bin SBINDIR=/usr/sbin \
- MANDIR=/usr/share/man SHAREDIR=/usr/share/radius
-}
-
-src_install() {
- insinto /etc/raddb
- doins raddb/*
- dodoc README doc/{ChangeLog,FAQ.txt,README*}
- doman doc/{*.1,*.8,*.5rad,*.8rad}
-
- dosbin src/{checkrad,radiusd,radrelay}
- dobin src/{radclient,radlast,radtest,radwho,radzap}
-
- newinitd "${FILESDIR}/cistronradius.rc" cistronradius
-}
diff --git a/net-dialup/cistronradius/files/cistronradius-1.6.8-gcc41.patch b/net-dialup/cistronradius/files/cistronradius-1.6.8-gcc41.patch
deleted file mode 100644
index 7600df739c7b..000000000000
--- a/net-dialup/cistronradius/files/cistronradius-1.6.8-gcc41.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nru radiusd-cistron-1.6.8.orig/src/radiusd.h radiusd-cistron-1.6.8/src/radiusd.h
---- radiusd-cistron-1.6.8.orig/src/radiusd.h 2003-12-08 18:12:22.000000000 +0200
-+++ radiusd-cistron-1.6.8/src/radiusd.h 2006-09-21 15:33:05.000000000 +0300
-@@ -204,7 +204,6 @@
- extern char *radwtmp_path;
- extern UINT4 expiration_seconds;
- extern UINT4 warning_seconds;
--extern int radius_pid;
- extern int use_dbm;
- extern int use_dns;
- extern int use_wtmp;
diff --git a/net-dialup/cistronradius/files/cistronradius.rc b/net-dialup/cistronradius/files/cistronradius.rc
deleted file mode 100644
index 9155ee59b6a5..000000000000
--- a/net-dialup/cistronradius/files/cistronradius.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need net
-}
-
-checkconfig() {
- if [ ! -x /usr/sbin/radiusd ] ; then
- eerror "The radius daemon was not found."
- eerror "Please (re)emerge cistronradius."
- return 1
- fi
-
- if [ ! -e /etc/raddb/clients ] ; then
- eerror "No /etc/raddb/clients file found."
- eerror "Please create the file and retry."
- return 1
- fi
-}
-
-start() {
- checkconfig || return 1
- ebegin "Starting Cistron Radius"
- start-stop-daemon --start --quiet --exec /usr/sbin/radiusd
- eend $?
-}
-
-stop() {
- ebegin "Stopping Cistron Radius"
- start-stop-daemon --stop --quiet --pidfile /var/run/radiusd.pid
- eend $?
-}
diff --git a/net-dialup/cistronradius/metadata.xml b/net-dialup/cistronradius/metadata.xml
deleted file mode 100644
index 85e4ed814fa2..000000000000
--- a/net-dialup/cistronradius/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>