diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-08-26 16:12:12 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-08-26 16:12:12 +0000 |
commit | 855ef7679c2de7d971d857cc457707963a626b71 (patch) | |
tree | c757926ba1977a4ce164dfafe4e5908ebd4cd420 /net-dialup | |
parent | Fixing the LOAD_MODULE replacement (as reported in #189916 thanks to Marius K... (diff) | |
download | gentoo-2-855ef7679c2de7d971d857cc457707963a626b71.tar.gz gentoo-2-855ef7679c2de7d971d857cc457707963a626b71.tar.bz2 gentoo-2-855ef7679c2de7d971d857cc457707963a626b71.zip |
Fix man page installation (#190185).
(Portage version: 2.1.2.12)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/pppconfig/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/pppconfig/files/digest-pppconfig-2.3.17-r1 (renamed from net-dialup/pppconfig/files/digest-pppconfig-2.3.17) | 0 | ||||
-rw-r--r-- | net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild (renamed from net-dialup/pppconfig/pppconfig-2.3.17.ebuild) | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net-dialup/pppconfig/ChangeLog b/net-dialup/pppconfig/ChangeLog index 3dc173aa2584..4bc56006f087 100644 --- a/net-dialup/pppconfig/ChangeLog +++ b/net-dialup/pppconfig/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dialup/pppconfig # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v 1.25 2007/08/26 15:05:59 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v 1.26 2007/08/26 16:12:12 mrness Exp $ + +*pppconfig-2.3.17-r1 (26 Aug 2007) + + 26 Aug 2007; Alin Năstac <mrness@gentoo.org> -pppconfig-2.3.17.ebuild, + +pppconfig-2.3.17-r1.ebuild: + Fix man page installation (#190185). 26 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> pppconfig-2.3.17.ebuild: diff --git a/net-dialup/pppconfig/files/digest-pppconfig-2.3.17 b/net-dialup/pppconfig/files/digest-pppconfig-2.3.17-r1 index 3476fc5af4a9..3476fc5af4a9 100644 --- a/net-dialup/pppconfig/files/digest-pppconfig-2.3.17 +++ b/net-dialup/pppconfig/files/digest-pppconfig-2.3.17-r1 diff --git a/net-dialup/pppconfig/pppconfig-2.3.17.ebuild b/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild index 35a30bca0e18..e5dc0cbd0681 100644 --- a/net-dialup/pppconfig/pppconfig-2.3.17.ebuild +++ b/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.17.ebuild,v 1.2 2007/08/26 15:05:59 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild,v 1.1 2007/08/26 16:12:12 mrness Exp $ DESCRIPTION="A text menu based utility for configuring ppp." SRC_URI="http://http.us.debian.org/debian/pool/main/p/pppconfig/${PN}_${PV}.tar.gz" @@ -26,7 +26,7 @@ src_install () { dosbin 0dns-down 0dns-up dns-clean newsbin pppconfig pppconfig.real dosbin "${FILESDIR}/pppconfig" - doman pppconfig.8 + doman man/pppconfig.8 dodoc debian/{copyright,changelog} if use nls; then |