diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-25 16:11:59 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-25 16:11:59 +0000 |
commit | 03a28271b21caadcd4dedd78554ce563b0aace88 (patch) | |
tree | fe621dd128886dbfc1449568db72f65c42102c1d /net-misc/putty | |
parent | x86 stable (diff) | |
download | gentoo-2-03a28271b21caadcd4dedd78554ce563b0aace88.tar.gz gentoo-2-03a28271b21caadcd4dedd78554ce563b0aace88.tar.bz2 gentoo-2-03a28271b21caadcd4dedd78554ce563b0aace88.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/files/putty.desktop | 10 | ||||
-rw-r--r-- | net-misc/putty/putty-0.58.ebuild | 59 | ||||
-rw-r--r-- | net-misc/putty/putty-0.59.ebuild | 59 |
3 files changed, 0 insertions, 128 deletions
diff --git a/net-misc/putty/files/putty.desktop b/net-misc/putty/files/putty.desktop deleted file mode 100644 index 0ce40261457c..000000000000 --- a/net-misc/putty/files/putty.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=PuTTY -Comment[sv]=ssh, ftp och telnet klient -Comment=ssh, ftp and telnet client -Exec=/usr/bin/putty -;Icon= -Terminal=false -Type=Application -Categories=Application;Network; diff --git a/net-misc/putty/putty-0.58.ebuild b/net-misc/putty/putty-0.58.ebuild deleted file mode 100644 index 80ba34232bdb..000000000000 --- a/net-misc/putty/putty-0.58.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# 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.9 2007/12/23 06:03:18 halcy0n Exp $ - -inherit eutils toolchain-funcs flag-o-matic - -DESCRIPTION="UNIX port of the famous Telnet and SSH client" -HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" -SRC_URI="http://the.earth.li/~sgtatham/putty/${PV}/${P}.tar.gz" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="doc gtk ipv6" - -RDEPEND="gtk? ( =x11-libs/gtk+-1.2* )" -DEPEND="${RDEPEND} dev-lang/perl" - -src_compile() { - use gtk && unset ptargets || local ptargets="puttygen plink pscp psftp" - - cd "${S}"/unix - - append-flags '-I.././' '-I../charset/' '-I../unix/' - - use ipv6 || append-flags '-DNO_IPV6' - use gtk && append-flags '`gtk-config --cflags`' - - emake -f Makefile.gtk ${ptargets:-all} CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" -} - -src_install() { - 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 - use gtk && dobin pterm putty puttytel - dobin puttygen plink pscp psftp - - cd "${S}" - dodoc README README.txt CHECKLST.txt LATEST.VER - - # install desktop file provided by Gustav Schaffter in #49577 - use gtk && { - dodir /usr/share/applications - insinto /usr/share/applications - doins "${FILESDIR}"/putty.desktop - } - - if test ! -c /dev/ptmx; then - ewarn - ewarn "The pterm application requires kernel UNIX98 PTY support to operate." - ewarn - fi -} diff --git a/net-misc/putty/putty-0.59.ebuild b/net-misc/putty/putty-0.59.ebuild deleted file mode 100644 index a5acf9bba006..000000000000 --- a/net-misc/putty/putty-0.59.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# 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.2 2007/12/23 06:03:18 halcy0n Exp $ - -inherit eutils toolchain-funcs flag-o-matic - -DESCRIPTION="UNIX port of the famous Telnet and SSH client" -HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" -SRC_URI="http://the.earth.li/~sgtatham/putty/${PV}/${P}.tar.gz" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="doc gtk ipv6" - -RDEPEND="gtk? ( =x11-libs/gtk+-1.2* )" -DEPEND="${RDEPEND} dev-lang/perl" - -src_compile() { - use gtk && unset ptargets || local ptargets="puttygen plink pscp psftp" - - cd "${S}"/unix - - append-flags '-I.././' '-I../charset/' '-I../unix/' - - use ipv6 || append-flags '-DNO_IPV6' - use gtk && append-flags '`gtk-config --cflags`' - - emake -f Makefile.gtk ${ptargets:-all} CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" -} - -src_install() { - 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 - use gtk && dobin pterm putty puttytel - dobin puttygen plink pscp psftp - - cd "${S}" - dodoc README README.txt CHECKLST.txt LATEST.VER - - # install desktop file provided by Gustav Schaffter in #49577 - use gtk && { - dodir /usr/share/applications - insinto /usr/share/applications - doins "${FILESDIR}"/putty.desktop - } - - if test ! -c /dev/ptmx; then - ewarn - ewarn "The pterm application requires kernel UNIX98 PTY support to operate." - ewarn - fi -} |