diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-05-09 13:27:07 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-05-09 13:27:07 +0000 |
commit | 705c93fe71afc06aaf53b5e78c5360966292d084 (patch) | |
tree | 215bf636caf14dd283f90eaa509d5a7628fadc63 /net-dialup | |
parent | Migrate to EAPI 2. (diff) | |
download | historical-705c93fe71afc06aaf53b5e78c5360966292d084.tar.gz historical-705c93fe71afc06aaf53b5e78c5360966292d084.tar.bz2 historical-705c93fe71afc06aaf53b5e78c5360966292d084.zip |
Remove obsolete revision.
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/lrzsz/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild | 47 |
2 files changed, 4 insertions, 48 deletions
diff --git a/net-dialup/lrzsz/ChangeLog b/net-dialup/lrzsz/ChangeLog index 98b45a72f3fd..1e4831250a6c 100644 --- a/net-dialup/lrzsz/ChangeLog +++ b/net-dialup/lrzsz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/lrzsz # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/ChangeLog,v 1.18 2009/04/29 12:49:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/ChangeLog,v 1.19 2009/05/09 13:27:07 mrness Exp $ + + 09 May 2009; Alin Năstac <mrness@gentoo.org> -lrzsz-0.12.20-r1.ebuild: + Remove obsolete revision. 29 Apr 2009; Jeroen Roovers <jer@gentoo.org> lrzsz-0.12.20-r2.ebuild: Stable for HPPA (bug #265708). diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild b/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild deleted file mode 100644 index 71864f29fc37..000000000000 --- a/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild,v 1.14 2008/11/15 09:47:24 vapier Exp $ - -inherit flag-o-matic eutils toolchain-funcs - -DESCRIPTION="Communication package providing the X, Y, and ZMODEM file transfer protocols" -HOMEPAGE="http://www.ohse.de/uwe/software/lrzsz.html" -SRC_URI="http://www.ohse.de/uwe/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="nls" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${PN}-makefile-smp.patch - epatch "${FILESDIR}"/${PN}-implicit-decl.patch -} - -src_compile() { - tc-export CC - append-flags -Wstrict-prototypes - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_test() { - #Don't use check target. - #See bug #120748 before changing this function. - make vcheck || die "tests failed" -} - -src_install() { - make \ - prefix="${D}/usr" \ - mandir="${D}/usr/share/man" \ - install || die "make install failed" - - local x - for x in {r,s}{b,x,z} ; do - dosym l${x} /usr/bin/${x} - done - - dodoc AUTHORS COMPATABILITY ChangeLog NEWS README* THANKS TODO -} |