summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Huebel <jhuebel@gentoo.org>2004-12-16 23:24:50 +0000
committerJason Huebel <jhuebel@gentoo.org>2004-12-16 23:24:50 +0000
commite3c88530d4609be16a213ee67d8ea5543436d7bf (patch)
tree2bb8d6239399bf8bceee9e25fa606ec81dc8f0d2 /net-misc/putty
parentInitial add. Closes bug #74688, thanks Vanquirius (diff)
downloadhistorical-e3c88530d4609be16a213ee67d8ea5543436d7bf.tar.gz
historical-e3c88530d4609be16a213ee67d8ea5543436d7bf.tar.bz2
historical-e3c88530d4609be16a213ee67d8ea5543436d7bf.zip
removed ut_time patch from 0.56, bug #69411
Diffstat (limited to 'net-misc/putty')
-rw-r--r--net-misc/putty/ChangeLog5
-rw-r--r--net-misc/putty/Manifest4
-rw-r--r--net-misc/putty/putty-0.56.ebuild5
3 files changed, 7 insertions, 7 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog
index c335945d2da3..27ae25e263b0 100644
--- a/net-misc/putty/ChangeLog
+++ b/net-misc/putty/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/putty
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.19 2004/10/27 13:37:40 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.20 2004/12/16 23:24:50 jhuebel Exp $
+
+ 16 Dec 2004; Jason Huebel <jhuebel@gentoo.org> putty-0.56.ebuild:
+ removed ut_time patch from 0.56, bug #69411
*putty-0.56 (27 Oct 2004)
diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest
index 76b5241beaad..a6d49f43f1ea 100644
--- a/net-misc/putty/Manifest
+++ b/net-misc/putty/Manifest
@@ -1,6 +1,6 @@
-MD5 fb87f79b51c46f88784cadb528b031bd putty-0.56.ebuild 1503
-MD5 61df3c58de32eed74959f5a87ec350d3 ChangeLog 2951
+MD5 ebbe4b8b6a0d88930a45194c3ea1582c ChangeLog 3067
MD5 a95f430323d2b9413a9ae45efb4d616c metadata.xml 549
+MD5 e9cb92efefe74c331e230dbc3b37417f putty-0.56.ebuild 1417
MD5 9c9702ff2e96719b8479ed60106f9b1a files/digest-putty-0.56 63
MD5 4f674a5fd23877ac6d76c6d9baa33041 files/putty-ut_time.patch 824
MD5 85355228c88a7a925e751df0f058f0ea files/putty.desktop 207
diff --git a/net-misc/putty/putty-0.56.ebuild b/net-misc/putty/putty-0.56.ebuild
index 8e8f175f2b65..6765768b7bcd 100644
--- a/net-misc/putty/putty-0.56.ebuild
+++ b/net-misc/putty/putty-0.56.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.56.ebuild,v 1.1 2004/10/27 13:37:40 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.56.ebuild,v 1.2 2004/12/16 23:24:50 jhuebel Exp $
inherit eutils
@@ -28,9 +28,6 @@ src_unpack() {
ebegin "Setting CFLAGS"
sed -i "s!-O2!${CFLAGS}!g" ${S}/unix/Makefile.gtk
eend $?
-
- # apply ut_time patch for amd64
- use amd64 && epatch ${FILESDIR}/putty-ut_time.patch
}
src_compile() {