diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2007-12-23 06:03:18 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2007-12-23 06:03:18 +0000 |
commit | c4a41d1a3b643b0e5c020c74b8ec338b18f62491 (patch) | |
tree | 90cd0e418be08913cd083a6e646fefca739c1609 /net-misc/putty | |
parent | Remove call to prepallman bug #140697; fix some quoting (diff) | |
download | gentoo-2-c4a41d1a3b643b0e5c020c74b8ec338b18f62491.tar.gz gentoo-2-c4a41d1a3b643b0e5c020c74b8ec338b18f62491.tar.bz2 gentoo-2-c4a41d1a3b643b0e5c020c74b8ec338b18f62491.zip |
Remove call to prepallman bug #140697; fix some quoting
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/putty/putty-0.58.ebuild | 16 | ||||
-rw-r--r-- | net-misc/putty/putty-0.59.ebuild | 16 |
3 files changed, 19 insertions, 19 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index ad6164044e31..600c1c18dee7 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/putty # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.33 2007/02/22 02:43:10 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.34 2007/12/23 06:03:18 halcy0n Exp $ + + 23 Dec 2007; Mark Loeser <halcy0n@gentoo.org> putty-0.58.ebuild, + putty-0.59.ebuild: + Remove call to prepallman bug #140697; fix some quoting 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-misc/putty/putty-0.58.ebuild b/net-misc/putty/putty-0.58.ebuild index 0db1980da304..80ba34232bdb 100644 --- a/net-misc/putty/putty-0.58.ebuild +++ b/net-misc/putty/putty-0.58.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.58.ebuild,v 1.8 2007/03/05 15:15:17 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.58.ebuild,v 1.9 2007/12/23 06:03:18 halcy0n Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -19,7 +19,7 @@ DEPEND="${RDEPEND} dev-lang/perl" src_compile() { use gtk && unset ptargets || local ptargets="puttygen plink pscp psftp" - cd ${S}/unix + cd "${S}"/unix append-flags '-I.././' '-I../charset/' '-I../unix/' @@ -31,26 +31,24 @@ src_compile() { } src_install() { - cd ${S}/doc + cd "${S}"/doc use gtk && doman pterm.1 putty.1 puttytel.1 use doc && dohtml *.html dodoc puttydoc.txt doman puttygen.1 plink.1 - cd ${S}/unix + cd "${S}"/unix use gtk && dobin pterm putty puttytel dobin puttygen plink pscp psftp - cd ${S} + cd "${S}" dodoc README README.txt CHECKLST.txt LATEST.VER - prepallman - # install desktop file provided by Gustav Schaffter in #49577 use gtk && { dodir /usr/share/applications insinto /usr/share/applications - doins ${FILESDIR}/putty.desktop + doins "${FILESDIR}"/putty.desktop } if test ! -c /dev/ptmx; then diff --git a/net-misc/putty/putty-0.59.ebuild b/net-misc/putty/putty-0.59.ebuild index e9ed09be34fa..a5acf9bba006 100644 --- a/net-misc/putty/putty-0.59.ebuild +++ b/net-misc/putty/putty-0.59.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.59.ebuild,v 1.1 2007/03/05 15:15:17 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.59.ebuild,v 1.2 2007/12/23 06:03:18 halcy0n Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -19,7 +19,7 @@ DEPEND="${RDEPEND} dev-lang/perl" src_compile() { use gtk && unset ptargets || local ptargets="puttygen plink pscp psftp" - cd ${S}/unix + cd "${S}"/unix append-flags '-I.././' '-I../charset/' '-I../unix/' @@ -31,26 +31,24 @@ src_compile() { } src_install() { - cd ${S}/doc + cd "${S}"/doc use gtk && doman pterm.1 putty.1 puttytel.1 use doc && dohtml *.html dodoc puttydoc.txt doman puttygen.1 plink.1 - cd ${S}/unix + cd "${S}"/unix use gtk && dobin pterm putty puttytel dobin puttygen plink pscp psftp - cd ${S} + cd "${S}" dodoc README README.txt CHECKLST.txt LATEST.VER - prepallman - # install desktop file provided by Gustav Schaffter in #49577 use gtk && { dodir /usr/share/applications insinto /usr/share/applications - doins ${FILESDIR}/putty.desktop + doins "${FILESDIR}"/putty.desktop } if test ! -c /dev/ptmx; then |