diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-10-04 17:35:39 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-10-04 17:35:39 +0000 |
commit | 60b9586f6909ec80dd35c8387fbe8bce52ca7c10 (patch) | |
tree | 0ffcba2667e669324ceac926e349d319c9653ed2 /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 | historical-60b9586f6909ec80dd35c8387fbe8bce52ca7c10.tar.gz historical-60b9586f6909ec80dd35c8387fbe8bce52ca7c10.tar.bz2 historical-60b9586f6909ec80dd35c8387fbe8bce52ca7c10.zip |
remove INSTALL from docs
Package-Manager: portage-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/Manifest | 10 | ||||
-rw-r--r-- | net-dialup/cistronradius/cistronradius-1.6.7-r1.ebuild | 4 |
3 files changed, 12 insertions, 8 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/Manifest b/net-dialup/cistronradius/Manifest index 72d6a33ef0a5..400406437da1 100644 --- a/net-dialup/cistronradius/Manifest +++ b/net-dialup/cistronradius/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 81b1e06ba6c29037fa02ea947a1b64c9 ChangeLog 1639 -MD5 635434751b56bc53e6d4786916afe0dc cistronradius-1.6.7-r1.ebuild 1386 +MD5 73638ce360ef9bf75ec848a983bbdd07 ChangeLog 1758 +MD5 d2098e94b0bce35534311d5e7f2ea7bb cistronradius-1.6.7-r1.ebuild 1378 MD5 3f483f25444f849daf5aff5d81f38d83 metadata.xml 387 MD5 5d4f1b24150e2bf15b722250050bb697 files/cistronradius.rc 839 MD5 0f419b58334af5333e515168bb4588ce files/digest-cistronradius-1.6.7-r1 73 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCikcCjiC39V7gKu0RAqq6AKDaCCBAVc4QeDtOd9jVCxD09r1vtQCZAbeU -T8QITuKy6ja+qQFibwFr5No= -=36Nt +iD8DBQFDQr2LNSP4Vda7IdsRAmg7AKCNcO5jC7jVAawwilJLDUEGenM15QCfeGul +AwSYYLXaN2hVkIattkth1og= +=h4DL -----END PGP SIGNATURE----- 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} } |