diff options
author | 2005-10-04 17:35:39 +0000 | |
---|---|---|
committer | 2005-10-04 17:35:39 +0000 | |
commit | d5128bdd384849ed8778828c21eb201464054b7a (patch) | |
tree | 3ca517d3101acf68b0154095dd43d92ee24bf60a /net-dialup/cistronradius | |
parent | Make 2.6.0-r1 and 2.7.0 multilib safe, and mark 2.6.0-r1 stable. Bug #106228 (diff) | |
download | gentoo-2-d5128bdd384849ed8778828c21eb201464054b7a.tar.gz gentoo-2-d5128bdd384849ed8778828c21eb201464054b7a.tar.bz2 gentoo-2-d5128bdd384849ed8778828c21eb201464054b7a.zip |
remove INSTALL from docs
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dialup/cistronradius')
-rw-r--r-- | net-dialup/cistronradius/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/cistronradius/cistronradius-1.6.7-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-dialup/cistronradius/ChangeLog b/net-dialup/cistronradius/ChangeLog index be98e64e4a85..67954ba39bb4 100644 --- a/net-dialup/cistronradius/ChangeLog +++ b/net-dialup/cistronradius/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/cistronradius # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.12 2005/05/17 19:32:56 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.13 2005/10/04 17:35:39 mrness Exp $ + + 04 Oct 2005; Alin Nastac <mrness@gentoo.org> + cistronradius-1.6.7-r1.ebuild: + Remove INSTALL from docs directory. *cistronradius-1.6.7-r1 (17 May 2005) diff --git a/net-dialup/cistronradius/cistronradius-1.6.7-r1.ebuild b/net-dialup/cistronradius/cistronradius-1.6.7-r1.ebuild index 9a8aee115279..9998aa8c0ca0 100644 --- a/net-dialup/cistronradius/cistronradius-1.6.7-r1.ebuild +++ b/net-dialup/cistronradius/cistronradius-1.6.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.7-r1.ebuild,v 1.1 2005/05/17 19:32:56 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.7-r1.ebuild,v 1.2 2005/10/04 17:35:39 mrness Exp $ DESCRIPTION="An authentication and accounting server for terminal servers that speak the RADIUS protocol." SRC_URI="ftp://ftp.radius.cistron.nl/pub/radius/radiusd-cistron-${PV}.tar.gz" @@ -52,6 +52,6 @@ src_install() { dodir /etc/raddb insinto /etc/raddb doins raddb/* - dodoc COPYRIGHT INSTALL README doc/{ChangeLog,FAQ.txt,README*} + dodoc COPYRIGHT README doc/{ChangeLog,FAQ.txt,README*} doman doc/{*.1,*.8,*.5rad,*.8rad} } |