summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2015-01-27 10:08:26 +0000
committerSergey Popov <pinkbyte@gentoo.org>2015-01-27 10:08:26 +0000
commit4922081f36180b5a546ab08b1a6ce2084bcfaf2f (patch)
treef838f1357e80c96c499a0beab7d8a860ddfd16b7 /net-dialup
parentx86 keyword, bug #533344 (diff)
downloadgentoo-2-4922081f36180b5a546ab08b1a6ce2084bcfaf2f.tar.gz
gentoo-2-4922081f36180b5a546ab08b1a6ce2084bcfaf2f.tar.bz2
gentoo-2-4922081f36180b5a546ab08b1a6ce2084bcfaf2f.zip
Adjust HOMEPAGE and SRC_URI, wrt bug #537770. Drop old revision
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/radiusclient-ng/ChangeLog8
-rw-r--r--net-dialup/radiusclient-ng/radiusclient-ng-0.5.6-r1.ebuild8
-rw-r--r--net-dialup/radiusclient-ng/radiusclient-ng-0.5.6.ebuild22
3 files changed, 10 insertions, 28 deletions
diff --git a/net-dialup/radiusclient-ng/ChangeLog b/net-dialup/radiusclient-ng/ChangeLog
index af072e377fd9..7d0bdd5020e7 100644
--- a/net-dialup/radiusclient-ng/ChangeLog
+++ b/net-dialup/radiusclient-ng/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/radiusclient-ng
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/radiusclient-ng/ChangeLog,v 1.24 2014/03/03 23:50:31 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/radiusclient-ng/ChangeLog,v 1.25 2015/01/27 10:08:26 pinkbyte Exp $
+
+ 27 Jan 2015; Sergey Popov <pinkbyte@gentoo.org>
+ -radiusclient-ng-0.5.6.ebuild, radiusclient-ng-0.5.6-r1.ebuild:
+ Adjust HOMEPAGE and SRC_URI, wrt bug #537770. Drop old revision
03 Mar 2014; Pacho Ramos <pacho@gentoo.org> radiusclient-ng-0.5.6-r1.ebuild:
amd64 stable, bug #495836
diff --git a/net-dialup/radiusclient-ng/radiusclient-ng-0.5.6-r1.ebuild b/net-dialup/radiusclient-ng/radiusclient-ng-0.5.6-r1.ebuild
index ee52125b7d49..263b2bba612d 100644
--- a/net-dialup/radiusclient-ng/radiusclient-ng-0.5.6-r1.ebuild
+++ b/net-dialup/radiusclient-ng/radiusclient-ng-0.5.6-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/radiusclient-ng/radiusclient-ng-0.5.6-r1.ebuild,v 1.3 2014/03/03 23:50:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/radiusclient-ng/radiusclient-ng-0.5.6-r1.ebuild,v 1.4 2015/01/27 10:08:26 pinkbyte Exp $
EAPI=5
@@ -8,8 +8,8 @@ AUTOTOOLS_AUTORECONF=1
inherit autotools-utils eutils toolchain-funcs
DESCRIPTION="RadiusClient NextGeneration - library for RADIUS clients accompanied with several client utilities"
-HOMEPAGE="http://developer.berlios.de/projects/radiusclient-ng/"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
+HOMEPAGE="http://sourceforge.net/projects/radiusclient-ng.berlios/"
+SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
diff --git a/net-dialup/radiusclient-ng/radiusclient-ng-0.5.6.ebuild b/net-dialup/radiusclient-ng/radiusclient-ng-0.5.6.ebuild
deleted file mode 100644
index 47c7b94c863c..000000000000
--- a/net-dialup/radiusclient-ng/radiusclient-ng-0.5.6.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/radiusclient-ng/radiusclient-ng-0.5.6.ebuild,v 1.7 2009/03/03 21:05:37 mrness Exp $
-
-DESCRIPTION="RadiusClient NextGeneration - library for RADIUS clients accompanied with several client utilities"
-HOMEPAGE="http://developer.berlios.de/projects/radiusclient-ng/"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND="!net-dialup/radiusclient
- !net-dialup/freeradius-client"
-RDEPEND="${DEPEND}"
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc README BUGS CHANGES COPYRIGHT
- dohtml doc/instop.html
-}