diff options
author | 2012-05-21 20:06:04 +0000 | |
---|---|---|
committer | 2012-05-21 20:06:04 +0000 | |
commit | aba833d9ca8d8abcf7173e61e13a84b2da9b4865 (patch) | |
tree | 56b6b2c18f01d35251cbe757aa7d086933d6001c /net-misc/putty | |
parent | inherit eutils for make_desktop_entry (diff) | |
download | historical-aba833d9ca8d8abcf7173e61e13a84b2da9b4865.tar.gz historical-aba833d9ca8d8abcf7173e61e13a84b2da9b4865.tar.bz2 historical-aba833d9ca8d8abcf7173e61e13a84b2da9b4865.zip |
inherit eutils for make_desktop_entry
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/putty/putty-0.62.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index 79576c24ffca..66307ada0a5d 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/putty # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.68 2012/05/05 03:20:42 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.69 2012/05/21 20:01:14 ssuominen Exp $ + + 21 May 2012; Samuli Suominen <ssuominen@gentoo.org> putty-0.62.ebuild: + inherit eutils for make_desktop_entry 05 May 2012; Jeff Horelick <jdhore@gentoo.org> putty-0.62.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/net-misc/putty/putty-0.62.ebuild b/net-misc/putty/putty-0.62.ebuild index ade0de2a7c2c..a84d1070a10d 100644 --- a/net-misc/putty/putty-0.62.ebuild +++ b/net-misc/putty/putty-0.62.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.62.ebuild,v 1.5 2012/05/05 03:20:42 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.62.ebuild,v 1.6 2012/05/21 20:01:14 ssuominen Exp $ EAPI="4" -inherit autotools toolchain-funcs +inherit autotools eutils toolchain-funcs DESCRIPTION="UNIX port of the famous Telnet and SSH client" HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" |