summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-11-04 10:00:17 +0000
committerJeroen Roovers <jer@gentoo.org>2014-11-04 10:00:17 +0000
commit399cac0d34a66864f45a3b00ac5d68bf156212c5 (patch)
treefa2978f3924a936e864f229c71b18829627a472d /net-misc/putty
parentOld. (diff)
downloadgentoo-2-399cac0d34a66864f45a3b00ac5d68bf156212c5.tar.gz
gentoo-2-399cac0d34a66864f45a3b00ac5d68bf156212c5.tar.bz2
gentoo-2-399cac0d34a66864f45a3b00ac5d68bf156212c5.zip
Old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/putty')
-rw-r--r--net-misc/putty/ChangeLog6
-rw-r--r--net-misc/putty/putty-0.63-r1.ebuild87
-rw-r--r--net-misc/putty/putty-0.63_p20140416.ebuild88
-rw-r--r--net-misc/putty/putty-0.63_p20140820.ebuild88
4 files changed, 5 insertions, 264 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog
index ef5ac95fa12e..4c4707c46d7e 100644
--- a/net-misc/putty/ChangeLog
+++ b/net-misc/putty/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/putty
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.103 2014/11/04 09:22:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.104 2014/11/04 10:00:17 jer Exp $
+
+ 04 Nov 2014; Jeroen Roovers <jer@gentoo.org> -putty-0.63-r1.ebuild,
+ -putty-0.63_p20140416.ebuild, -putty-0.63_p20140820.ebuild:
+ Old.
04 Nov 2014; Agostino Sarubbo <ago@gentoo.org> putty-0.63_p20141002.ebuild:
Stable for sparc, wrt bug #525322
diff --git a/net-misc/putty/putty-0.63-r1.ebuild b/net-misc/putty/putty-0.63-r1.ebuild
deleted file mode 100644
index 33194c345bbf..000000000000
--- a/net-misc/putty/putty-0.63-r1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.63-r1.ebuild,v 1.8 2014/10/13 18:29:18 jer Exp $
-
-EAPI=5
-
-inherit autotools eutils gnome2-utils toolchain-funcs
-
-DESCRIPTION="A Free Telnet/SSH Client"
-HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
-SRC_URI="
- http://the.earth.li/~sgtatham/${PN}/latest/${P}.tar.gz
- http://dev.gentoo.org/~jer/${PN}-icons.tar.bz2"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc sparc x86"
-IUSE="doc +gtk ipv6 kerberos"
-
-RDEPEND="
- !net-misc/pssh
- kerberos? ( virtual/krb5 )
- gtk? ( x11-libs/gdk-pixbuf
- x11-libs/gtk+:2
- x11-libs/libX11
- x11-libs/pango
- dev-libs/glib )
-"
-DEPEND="
- ${RDEPEND}
- dev-lang/perl
- virtual/pkgconfig
-"
-
-src_prepare() {
- cd "${S}"/unix || die
- sed -i \
- -e '/AM_PATH_GTK(/d' \
- -e 's|-Wall -Werror||g' \
- configure.ac || die
-
- eautoreconf
-}
-
-src_configure() {
- cd "${S}"/unix || die
- econf \
- $(use_with kerberos gssapi) \
- $(use_with gtk)
-}
-
-src_compile() {
- cd "${S}"/unix || die
- emake AR=$(tc-getAR) $(usex ipv6 '' COMPAT=-DNO_IPV6)
-}
-
-src_install() {
- dodoc doc/puttydoc.txt
-
- if use doc; then
- dohtml doc/*.html
- fi
-
- cd "${S}"/unix || die
- default
-
- if use gtk ; then
- for i in 16 22 24 32 48 64 128 256; do
- newicon -s ${i} "${WORKDIR}"/${PN}-icons/${PN}-${i}.png ${PN}.png
- done
-
- # install desktop file provided by Gustav Schaffter in #49577
- make_desktop_entry ${PN} PuTTY ${PN} Network
- fi
-}
-
-pkg_preinst() {
- use gtk && gnome2_icon_savelist
-}
-
-pkg_postinst() {
- use gtk && gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- use gtk && gnome2_icon_cache_update
-}
diff --git a/net-misc/putty/putty-0.63_p20140416.ebuild b/net-misc/putty/putty-0.63_p20140416.ebuild
deleted file mode 100644
index 0f63409fb1fb..000000000000
--- a/net-misc/putty/putty-0.63_p20140416.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.63_p20140416.ebuild,v 1.2 2014/10/13 18:29:18 jer Exp $
-
-EAPI=5
-inherit autotools eutils gnome2-utils toolchain-funcs
-
-DESCRIPTION="A Free Telnet/SSH Client"
-HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
-SRC_URI="
- http://dev.gentoo.org/~jer/${P/_p*/}-2014-04-16.tar.gz
- http://dev.gentoo.org/~jer/${PN}-icons.tar.bz2
-"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="doc +gtk ipv6 kerberos"
-
-S=${WORKDIR}/${P/_p*/}-2014-04-16
-
-RDEPEND="
- !net-misc/pssh
- kerberos? ( virtual/krb5 )
- gtk? ( x11-libs/gdk-pixbuf
- x11-libs/gtk+:2
- x11-libs/libX11
- x11-libs/pango
- dev-libs/glib )
-"
-DEPEND="
- ${RDEPEND}
- dev-lang/perl
- virtual/pkgconfig
-"
-
-src_prepare() {
- sed -i \
- -e '/AM_PATH_GTK(/d' \
- -e 's|-Werror||g' \
- configure.ac || die
-
- eautoreconf
-}
-
-src_configure() {
- cd "${S}"/unix || die
- econf \
- $(use_with kerberos gssapi) \
- $(use_with gtk)
-}
-
-src_compile() {
- cd "${S}"/unix || die
- emake AR=$(tc-getAR) $(usex ipv6 '' COMPAT=-DNO_IPV6)
-}
-
-src_install() {
- dodoc doc/puttydoc.txt
-
- if use doc; then
- dohtml doc/*.html
- fi
-
- cd "${S}"/unix || die
- default
-
- if use gtk ; then
- for i in 16 22 24 32 48 64 128 256; do
- newicon -s ${i} "${WORKDIR}"/${PN}-icons/${PN}-${i}.png ${PN}.png
- done
-
- # install desktop file provided by Gustav Schaffter in #49577
- make_desktop_entry ${PN} PuTTY ${PN} Network
- fi
-}
-
-pkg_preinst() {
- use gtk && gnome2_icon_savelist
-}
-
-pkg_postinst() {
- use gtk && gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- use gtk && gnome2_icon_cache_update
-}
diff --git a/net-misc/putty/putty-0.63_p20140820.ebuild b/net-misc/putty/putty-0.63_p20140820.ebuild
deleted file mode 100644
index 658b7726a0be..000000000000
--- a/net-misc/putty/putty-0.63_p20140820.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.63_p20140820.ebuild,v 1.2 2014/10/13 18:29:18 jer Exp $
-
-EAPI=5
-inherit autotools eutils gnome2-utils toolchain-funcs
-
-DESCRIPTION="A Free Telnet/SSH Client"
-HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
-SRC_URI="
- http://dev.gentoo.org/~jer/${P/_p*/}-2014-08-20.tar.gz
- http://dev.gentoo.org/~jer/${PN}-icons.tar.bz2
-"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="doc +gtk ipv6 kerberos"
-
-S=${WORKDIR}/${P/_p*/}-2014-08-20
-
-RDEPEND="
- !net-misc/pssh
- kerberos? ( virtual/krb5 )
- gtk? ( x11-libs/gdk-pixbuf
- x11-libs/gtk+:2
- x11-libs/libX11
- x11-libs/pango
- dev-libs/glib )
-"
-DEPEND="
- ${RDEPEND}
- dev-lang/perl
- virtual/pkgconfig
-"
-
-src_prepare() {
- sed -i \
- -e '/AM_PATH_GTK(/d' \
- -e 's|-Werror||g' \
- configure.ac || die
-
- eautoreconf
-}
-
-src_configure() {
- cd "${S}"/unix || die
- econf \
- $(use_with kerberos gssapi) \
- $(use_with gtk)
-}
-
-src_compile() {
- cd "${S}"/unix || die
- emake AR=$(tc-getAR) $(usex ipv6 '' COMPAT=-DNO_IPV6)
-}
-
-src_install() {
- dodoc doc/puttydoc.txt
-
- if use doc; then
- dohtml doc/*.html
- fi
-
- cd "${S}"/unix || die
- default
-
- if use gtk ; then
- for i in 16 22 24 32 48 64 128 256; do
- newicon -s ${i} "${WORKDIR}"/${PN}-icons/${PN}-${i}.png ${PN}.png
- done
-
- # install desktop file provided by Gustav Schaffter in #49577
- make_desktop_entry ${PN} PuTTY ${PN} Network
- fi
-}
-
-pkg_preinst() {
- use gtk && gnome2_icon_savelist
-}
-
-pkg_postinst() {
- use gtk && gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- use gtk && gnome2_icon_cache_update
-}