summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-08-18 15:22:47 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-08-18 15:22:47 +0000
commitedbe5871eebffe72ad45007c2ce605c30cfc2067 (patch)
tree0f4a1c5d88c738a73d521edc43e9feabbf0b68fa /net-misc/putty
parentfix SRC_URI (diff)
downloadhistorical-edbe5871eebffe72ad45007c2ce605c30cfc2067.tar.gz
historical-edbe5871eebffe72ad45007c2ce605c30cfc2067.tar.bz2
historical-edbe5871eebffe72ad45007c2ce605c30cfc2067.zip
Adding || die to helper functions
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'net-misc/putty')
-rw-r--r--net-misc/putty/ChangeLog7
-rw-r--r--net-misc/putty/Manifest14
-rw-r--r--net-misc/putty/putty-0.60.ebuild26
3 files changed, 23 insertions, 24 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog
index cb8119a4c838..4451ceffc317 100644
--- a/net-misc/putty/ChangeLog
+++ b/net-misc/putty/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/putty
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.43 2009/07/23 08:20:03 mrness Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.44 2009/08/18 15:22:47 vostorga Exp $
+
+ 18 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> putty-0.60.ebuild:
+ Adding die to helper functions, bug #281323
23 Jul 2009; Alin Năstac <mrness@gentoo.org> putty-0.60.ebuild:
Remove net-proxy/sshproxy blocker (#248193).
diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest
index 27e25667b82e..735bf441f4c9 100644
--- a/net-misc/putty/Manifest
+++ b/net-misc/putty/Manifest
@@ -1,15 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
AUX putty.xpm 1301 RMD160 b0df1b3d975981391fb7713cb62b6546ab5226cd SHA1 b9a3998fdebba527554d9ef840ec999496438e50 SHA256 7cd656cb2d5e1d4d55624a3992f9e57366c38204633aea197a5efc8a3e84bd75
DIST putty-0.60.tar.gz 1743711 RMD160 9c56ee4d2d05f5b1079c65f19a5d9d06b596aba3 SHA1 8d99f8f1077b7ab25f014126b5d812a1ad55ce37 SHA256 b2bbaaf9324997e85cf15d44ed41e8e89539c8215dceac9d6d7272a37dbc2849
-EBUILD putty-0.60.ebuild 1538 RMD160 76f01bcc4ecbc56fa4700149d27e759fc5083743 SHA1 7e223c5d2a559bad25f5e3fc768774fdb78cdf97 SHA256 1c9fcabad61b8e1249a4580d05adee91f59c1ba9907a1411136151560107ab8c
-MISC ChangeLog 5597 RMD160 04037b22700aa28327ddf1999569594e43254324 SHA1 0783284e1f6010d50e90472edc64fe13e83ed681 SHA256 8d63c5460efdf316eb90b0b4651df1d3548926c9b29b82b16ed0b07d4310d482
+EBUILD putty-0.60.ebuild 1737 RMD160 b46c7331d64feb86af97e04c4652192570596d0e SHA1 dc8e464e894c0e77f5461089b1edaa387a988640 SHA256 bfe0a6a6e294296a336fec8a4115ebd58efabdbd7221e169b234844f1e8aac1b
+MISC ChangeLog 5718 RMD160 66f02543241a77bb25123d95f0e7ea0db84b8710 SHA1 677ae532915fe27f0fd88f85c291ccdbc8a1bac2 SHA256 3c3b3f8b62250194c8d2af4d014909b42842a273a47601e00b3932241b63d5a1
MISC metadata.xml 554 RMD160 8418938a6bbf9c88b5a96d9541c1a6efd2c6b7d1 SHA1 00319b37814b1fa5f9080aa044e6a48bed5529d1 SHA256 9939628b0319a6b8e55bc8f76602685f6dec27896ca4c74ced0f77937d428c91
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.11 (GNU/Linux)
-
-iEYEARECAAYFAkpoHTkACgkQ9A5kJBGSrsvkpQCgkR8W8/ZK8gb8xpI/3zODfxU+
-UU8AnR2NpD0MDyiD+wtI8hmNA6ce6LNt
-=iFOV
------END PGP SIGNATURE-----
diff --git a/net-misc/putty/putty-0.60.ebuild b/net-misc/putty/putty-0.60.ebuild
index b07b60377dbc..e77cb27b8123 100644
--- a/net-misc/putty/putty-0.60.ebuild
+++ b/net-misc/putty/putty-0.60.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.60.ebuild,v 1.8 2009/07/23 08:20:03 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.60.ebuild,v 1.9 2009/08/18 15:22:47 vostorga Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -28,28 +28,34 @@ src_compile() {
use gtk && append-flags '`gtk-config --cflags`'
emake -f Makefile.gtk ${ptargets:-all} CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}"
+ CFLAGS="${CFLAGS}" || die "emake failed"
}
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
+ if use gtk; then
+ doman pterm.1 putty.1 puttytel.1 || die "doman failed"
+ fi
+ if use doc; then
+ dohtml *.html || die "dohtml failed"
+ fi
+ dodoc puttydoc.txt || die "dodoc failed"
+ doman puttygen.1 plink.1 || die "doman failed"
cd "${S}"/unix
- use gtk && dobin pterm putty puttytel
- dobin puttygen plink pscp psftp
+ if use gtk; then
+ dobin pterm putty puttytel || die "dobin failed"
+ fi
+ dobin puttygen plink pscp psftp || die "dobin failed"
cd "${S}"
dodoc README CHECKLST.txt LATEST.VER
# install desktop file provided by Gustav Schaffter in #49577
- use gtk && {
+ if use gtk; then
doicon "${FILESDIR}"/${PN}.xpm
make_desktop_entry "putty" "PuTTY" putty "Network"
- }
+ fi
if test ! -c /dev/ptmx; then
ewarn