diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2005-02-21 08:43:26 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2005-02-21 08:43:26 +0000 |
commit | 3bdadece28ee4472f88874bdba3e985f04849125 (patch) | |
tree | 788bafab31383ba49daf376070ced0425b21f370 /net-misc | |
parent | typo (diff) | |
download | historical-3bdadece28ee4472f88874bdba3e985f04849125.tar.gz historical-3bdadece28ee4472f88874bdba3e985f04849125.tar.bz2 historical-3bdadece28ee4472f88874bdba3e985f04849125.zip |
remove old ebuilds
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/putty/Manifest | 4 | ||||
-rw-r--r-- | net-misc/putty/files/digest-putty-0.56 | 1 | ||||
-rw-r--r-- | net-misc/putty/putty-0.56.ebuild | 63 | ||||
-rw-r--r-- | net-misc/putty/putty-0.57.ebuild | 4 |
4 files changed, 3 insertions, 69 deletions
diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest index 88cc491674b4..31dbe51f65c6 100644 --- a/net-misc/putty/Manifest +++ b/net-misc/putty/Manifest @@ -1,8 +1,6 @@ -MD5 dab0b97b10be358948019e32753a0e18 putty-0.57.ebuild 1410 -MD5 060a5276a5e90b5cb4ea069d05d63529 putty-0.56.ebuild 1416 +MD5 f9d63b4d448c375e84525ecd7d94e8d4 putty-0.57.ebuild 1409 MD5 abf0d718c9fdd240ea172a56865a8b43 ChangeLog 3190 MD5 a95f430323d2b9413a9ae45efb4d616c metadata.xml 549 -MD5 9c9702ff2e96719b8479ed60106f9b1a files/digest-putty-0.56 63 MD5 3a07269379d199e6363fbe0250c5899a files/digest-putty-0.57 63 MD5 4f674a5fd23877ac6d76c6d9baa33041 files/putty-ut_time.patch 824 MD5 85355228c88a7a925e751df0f058f0ea files/putty.desktop 207 diff --git a/net-misc/putty/files/digest-putty-0.56 b/net-misc/putty/files/digest-putty-0.56 deleted file mode 100644 index 91a52caf136e..000000000000 --- a/net-misc/putty/files/digest-putty-0.56 +++ /dev/null @@ -1 +0,0 @@ -MD5 6b883cde04771f66e8bb35390935ed31 putty-0.56.tar.gz 1307512 diff --git a/net-misc/putty/putty-0.56.ebuild b/net-misc/putty/putty-0.56.ebuild deleted file mode 100644 index b12d2324910a..000000000000 --- a/net-misc/putty/putty-0.56.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2005 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.3 2005/02/21 08:39:08 taviso Exp $ - -inherit eutils - -DESCRIPTION="UNIX port of the famous Telnet and SSH client" - -HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" -SRC_URI="http://the.earth.li/~sgtatham/putty/latest/${P}.tar.gz" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="x86 alpha ~ppc ~sparc ~amd64" -IUSE="doc" - -RDEPEND="=x11-libs/gtk+-1.2* virtual/x11" - -DEPEND="${RDEPEND} dev-lang/perl" - -src_unpack() { - unpack ${A} - - ebegin "Generating Makefiles" - cd ${S}; perl ${S}/mkfiles.pl || die - eend $? - - ebegin "Setting CFLAGS" - sed -i "s!-O2!${CFLAGS}!g" ${S}/unix/Makefile.gtk - eend $? -} - -src_compile() { - cd ${S}/unix; emake -f Makefile.gtk || die "make failed" -} - -src_install() { - cd ${S}/doc - - doman plink.1 pterm.1 putty.1 puttytel.1 puttygen.1 - - cd ${S}/unix - - dobin plink pterm putty puttytel psftp pscp puttygen - - cd ${S} - - dodoc README README.txt LICENCE CHECKLST.txt LATEST.VER website.url MODULE - use doc && dodoc doc/* - - prepallman - - # install desktop file provided by Gustav Schaffter in #49577 - dodir /usr/share/applications - insinto /usr/share/applications - doins ${FILESDIR}/putty.desktop - - if test ! -c /dev/ptmx; then - ewarn - ewarn "The pterm application requires kernel UNIX98 PTY support to operate." - ewarn - fi -} diff --git a/net-misc/putty/putty-0.57.ebuild b/net-misc/putty/putty-0.57.ebuild index c2ee2eae5888..e4fe84cd8c6e 100644 --- a/net-misc/putty/putty-0.57.ebuild +++ b/net-misc/putty/putty-0.57.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.57.ebuild,v 1.2 2005/02/21 08:40:21 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.57.ebuild,v 1.3 2005/02/21 08:43:26 taviso Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://the.earth.li/~sgtatham/putty/latest/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="x86 ~alpha ~ppc ~sparc ~amd64" +KEYWORDS="x86 alpha ~ppc ~sparc ~amd64" IUSE="doc" RDEPEND="=x11-libs/gtk+-1.2* virtual/x11" |