public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/putty/
Date: Sun, 17 Mar 2019 23:58:51 +0000 (UTC)	[thread overview]
Message-ID: <1552867129.f0cfcc44b3652f2095835be7b81020997bc03f0c.jer@gentoo> (raw)

commit:     f0cfcc44b3652f2095835be7b81020997bc03f0c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 23:57:32 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 23:58:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0cfcc44

net-misc/putty: Old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-misc/putty/Manifest          |  1 -
 net-misc/putty/putty-0.69.ebuild | 90 ----------------------------------------
 net-misc/putty/putty-0.70.ebuild | 90 ----------------------------------------
 3 files changed, 181 deletions(-)

diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest
index ee8eed0e198..e16ef746f7e 100644
--- a/net-misc/putty/Manifest
+++ b/net-misc/putty/Manifest
@@ -1,5 +1,4 @@
 DIST putty-0.68.tar.gz 2114499 BLAKE2B b7f2f216bbeaea3fa175810defd546b3b94bb7f2e182b46d05a11db1e4841266674a71f6ce2d30edeefe98e3e0093e379abf736a34fb742d60dcdfd20593afec SHA512 e3a6e4f45e1fce70d4cbb6d4769ab72b23c10920e48a88bba95b3f4c225b0193ddc1444e69d572bdec5e505d2c56fed365f07d990c156b35f272b56f978ef5d3
-DIST putty-0.69.tar.gz 2122306 BLAKE2B 25e8d5aedd214d14e0bc51aaebde2289b822cbd6b2fbfc48fb7e7409424d362f3912cb04dd4513500600fbd07cedd7c85ecfabc083eec63a6c567650610e7b05 SHA512 2739829adec60df5658709d61f8539d431f6b5d71b9b893fcefb2a04ac52bf2ace26f9ca784156d6540fa3f3e5858a86eb2921002b4cc05f9fbf22da7931ec2a
 DIST putty-0.70.tar.gz 2386108 BLAKE2B 0780b94a1c7c1450cc3f46ec5fa5419ae8c618563e2e949ab123da826e7ca5da74b8e4d009c45228e552fbee747d33ed7367b943f0e56987556e679ed3ac0277 SHA512 2aaf4fa2b4ad2d82eb5cdc4419ade79e0c5d8bd3c093db92b3c048e6107f85a5f1647f9d8203cda0906ce2b926725a75319f981cb32e6f1ebf50b1f738564fed
 DIST putty-0.71.tar.gz 2423752 BLAKE2B fa4202d76d3b96e016a62c805db3835a6f61b05e7f63900919ffcd5bbec5159ef0e06b643398ed33aef5cd9ecf04eb9a981828683de7d565b88abbd4552237f6 SHA512 f8791210bd5925b26d51b13f0558eea15dbac40808051165b236d6436226f5c2b0aa7d69288ed9e2bddc1066455678cfd0af73ef6b715a136c42f3b6f754ac07
 DIST putty-icons.tar.bz2 4878 BLAKE2B 589f1bace82e3fd202b70bd35661d2ec4ef383363f8ae6716d4a6828bd822ef624b0acde39354d3d837e2d2bb49a34dbb89e031c64c520cbc675cad79813acff SHA512 4e419a71e26770e159221f6b516e7210d29272917b4b9a9e0b67c72e73508b97278e56c82111b02e106c5d513c2561fec6da372b4b18246f29372ae618ff5f71

diff --git a/net-misc/putty/putty-0.69.ebuild b/net-misc/putty/putty-0.69.ebuild
deleted file mode 100644
index 1d6f330296b..00000000000
--- a/net-misc/putty/putty-0.69.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils gnome2-utils toolchain-funcs
-
-DESCRIPTION="A Free Telnet/SSH Client"
-HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc +gtk ipv6 kerberos"
-SRC_URI="
-	https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2
-	https://the.earth.li/~sgtatham/${PN}/latest/${P}.tar.gz
-"
-
-RDEPEND="
-	!net-misc/pssh
-	gtk? (
-		dev-libs/glib:2
-		x11-libs/gdk-pixbuf
-		x11-libs/gtk+:3[X]
-		x11-libs/libX11
-		x11-libs/pango
-	)
-	kerberos? ( virtual/krb5 )
-"
-DEPEND="
-	${RDEPEND}
-	dev-lang/perl
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	default
-
-	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
-		docinto html
-		dodoc 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.70.ebuild b/net-misc/putty/putty-0.70.ebuild
deleted file mode 100644
index 888ed3b7bbb..00000000000
--- a/net-misc/putty/putty-0.70.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils gnome2-utils toolchain-funcs
-
-DESCRIPTION="A Free Telnet/SSH Client"
-HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc +gtk ipv6 gssapi"
-SRC_URI="
-	https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2
-	https://the.earth.li/~sgtatham/${PN}/latest/${P}.tar.gz
-"
-
-RDEPEND="
-	!net-misc/pssh
-	gtk? (
-		dev-libs/glib:2
-		x11-libs/gdk-pixbuf
-		x11-libs/gtk+:3[X]
-		x11-libs/libX11
-		x11-libs/pango
-	)
-	gssapi? ( virtual/krb5 )
-"
-DEPEND="
-	${RDEPEND}
-	dev-lang/perl
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e '/AM_PATH_GTK(/d' \
-		-e 's|-Werror||g' \
-		configure.ac || die
-
-	eautoreconf
-}
-
-src_configure() {
-	cd "${S}"/unix || die
-	econf \
-		$(use_with 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
-		docinto html
-		dodoc 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
-}


             reply	other threads:[~2019-03-17 23:58 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-17 23:58 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-31 17:51 [gentoo-commits] repo/gentoo:master commit in: net-misc/putty/ Matthew Smith
2024-04-18 16:42 Matthew Smith
2024-04-18 16:42 Matthew Smith
2024-04-18  7:27 Matthew Smith
2024-04-17 22:01 Sam James
2024-04-17  6:54 Sam James
2024-04-16  1:25 Sam James
2024-04-15 23:08 Sam James
2024-04-15 23:08 Sam James
2024-04-15 20:54 Matthew Smith
2023-12-20  9:26 Matthew Smith
2023-12-20  6:23 Arthur Zamarin
2023-12-20  6:23 Arthur Zamarin
2023-12-20  3:44 Sam James
2023-12-20  1:40 Sam James
2023-12-20  1:40 Sam James
2023-12-19 19:59 Matthew Smith
2023-12-19 19:59 Matthew Smith
2022-12-03 18:12 Arthur Zamarin
2022-12-03 17:42 Arthur Zamarin
2022-12-03 14:59 Arthur Zamarin
2022-12-03 10:54 Sam James
2022-12-03 10:37 Arthur Zamarin
2022-11-04 19:00 Matthew Smith
2022-09-29  9:32 Matthew Smith
2022-09-29  8:44 Matthew Smith
2022-09-29  8:44 Matthew Smith
2022-09-29  8:44 Matthew Smith
2022-09-17  5:38 Arthur Zamarin
2022-09-10  4:46 Sam James
2022-09-10  0:48 Sam James
2022-09-09 22:26 Jakov Smolić
2022-08-25 16:32 Matthew Smith
2022-07-10  8:40 Matthew Smith
2022-07-10  8:40 Matthew Smith
2022-07-10  8:40 Matthew Smith
2022-05-27 10:11 Lars Wendler
2022-05-27 10:11 Lars Wendler
2022-03-26  0:01 Sam James
2021-07-26  6:59 Lars Wendler
2021-07-26  4:37 Sam James
2021-07-26  2:14 Sam James
2021-07-18  6:35 Agostino Sarubbo
2021-07-18  6:34 Agostino Sarubbo
2021-07-18  6:33 Agostino Sarubbo
2021-07-17 18:25 Lars Wendler
2021-07-12  7:38 Lars Wendler
2021-06-09  6:24 Agostino Sarubbo
2021-06-08  6:59 Agostino Sarubbo
2021-06-07 13:19 Agostino Sarubbo
2021-06-06 23:19 Sam James
2021-06-06 23:19 Sam James
2021-05-09  8:35 Lars Wendler
2021-04-19 20:56 Lars Wendler
2020-11-03 22:58 Lars Wendler
2020-07-23  9:19 Jeroen Roovers
2020-07-23  9:05 Jeroen Roovers
2020-07-23  8:56 Sergei Trofimovich
2020-07-22 15:43 Jeroen Roovers
2020-07-18 18:35 Sam James
2020-07-17 23:25 Sam James
2020-07-17 23:25 Sam James
2020-07-17  0:07 Sam James
2020-07-16 23:49 Sam James
2020-06-28  7:00 Jeroen Roovers
2020-01-13  3:09 Jeroen Roovers
2019-10-14  5:46 Jeroen Roovers
2019-10-14  2:41 Matt Turner
2019-10-07  9:53 Agostino Sarubbo
2019-10-07  9:47 Agostino Sarubbo
2019-10-07  8:42 Agostino Sarubbo
2019-10-06 21:18 Thomas Deutschmann
2019-09-30 14:55 Jeroen Roovers
2019-07-23 10:42 Jeroen Roovers
2019-05-11 12:40 Jeroen Roovers
2019-04-08 16:02 Jeroen Roovers
2019-04-08  6:46 Mikle Kolyada
2019-04-06 11:38 Jeroen Roovers
2019-04-05 19:03 Sergei Trofimovich
2019-04-02  9:09 Mikle Kolyada
2019-04-02  1:37 Thomas Deutschmann
2019-03-18 16:40 Jeroen Roovers
2019-03-18  0:26 Jeroen Roovers
2019-03-17 23:52 Jeroen Roovers
2019-03-17 23:35 Jeroen Roovers
2019-01-26 14:39 Jeroen Roovers
2019-01-21 11:39 Jeroen Roovers
2019-01-20 13:40 Jeroen Roovers
2019-01-20 12:24 Jeroen Roovers
2018-05-27 16:11 Aaron Bauman
2017-07-09  4:26 Jeroen Roovers
2017-05-03 12:09 Jeroen Roovers
2017-04-10 22:41 Jeroen Roovers
2017-03-01  6:12 Jeroen Roovers
2017-03-01  6:12 Jeroen Roovers
2017-03-01  6:12 Jeroen Roovers
2017-02-28 11:22 Tobias Klausmann
2017-02-25 10:03 Agostino Sarubbo
2017-02-24 14:07 Agostino Sarubbo
2017-02-23 16:30 Agostino Sarubbo
2017-02-23 15:55 Agostino Sarubbo
2017-02-23  9:16 Jeroen Roovers
2017-02-22 16:31 Jeroen Roovers
2016-04-19 13:12 Michał Górny
2016-04-18  9:43 Patrice Clement
2016-04-03  8:25 Jeroen Roovers
2016-03-15 20:50 Tobias Klausmann
2016-03-15 16:38 Agostino Sarubbo
2016-03-08 13:41 Jeroen Roovers
2016-03-07  8:04 Agostino Sarubbo
2016-03-06 18:10 Jeroen Roovers
2016-01-10 21:52 Jeroen Roovers
2015-12-25 20:00 Mikle Kolyada
2015-11-12 10:25 Agostino Sarubbo
2015-11-09  8:40 Agostino Sarubbo
2015-11-09  8:40 Agostino Sarubbo
2015-11-09  4:33 Jeroen Roovers
2015-11-08  6:57 Jeroen Roovers
2015-11-08  6:02 Jeroen Roovers
2015-10-12  3:48 Jeroen Roovers
2015-09-22  8:57 Agostino Sarubbo
2015-09-21 11:27 Agostino Sarubbo
2015-09-19 12:32 Agostino Sarubbo
2015-09-18 18:31 Tobias Klausmann
2015-09-18  5:33 Jeroen Roovers
2015-09-18  5:33 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1552867129.f0cfcc44b3652f2095835be7b81020997bc03f0c.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox