diff options
author | Eray Aslan <eras@gentoo.org> | 2011-06-14 19:15:41 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-06-14 19:15:41 +0000 |
commit | 6b1594a5adc4a58cd02c73342ccb45d04ca0ad35 (patch) | |
tree | c3cf3b0887401a8bdb1aa7c80216b00db9b184b1 /net-mail/swaks | |
parent | x86 stable, bug #370261 (diff) | |
download | gentoo-2-6b1594a5adc4a58cd02c73342ccb45d04ca0ad35.tar.gz gentoo-2-6b1594a5adc4a58cd02c73342ccb45d04ca0ad35.tar.bz2 gentoo-2-6b1594a5adc4a58cd02c73342ccb45d04ca0ad35.zip |
remove old
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/swaks')
-rw-r--r-- | net-mail/swaks/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/swaks/swaks-20060621.0.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/net-mail/swaks/ChangeLog b/net-mail/swaks/ChangeLog index c80ddbe4a7de..536c16cc5f9d 100644 --- a/net-mail/swaks/ChangeLog +++ b/net-mail/swaks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/swaks # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/ChangeLog,v 1.16 2011/06/14 19:05:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/ChangeLog,v 1.17 2011/06/14 19:15:41 eras Exp $ + + 14 Jun 2011; Eray Aslan <eras@gentoo.org> -swaks-20060621.0.ebuild: + Remove old version 14 Jun 2011; Markus Meier <maekke@gentoo.org> swaks-20100211.0.ebuild: x86 stable, bug #370175 diff --git a/net-mail/swaks/swaks-20060621.0.ebuild b/net-mail/swaks/swaks-20060621.0.ebuild deleted file mode 100644 index 3b254acbdf11..000000000000 --- a/net-mail/swaks/swaks-20060621.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/swaks-20060621.0.ebuild,v 1.3 2010/06/16 05:57:59 dragonheart Exp $ - -MY_P=${P/-/.} -DESCRIPTION="Swiss Army Knife SMTP; Command line SMTP testing, including TLS and AUTH" -HOMEPAGE="http://www.jetmore.org/john/code/#swaks" -SRC_URI="http://www.jetmore.org/john/code/${MY_P}" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" - -IUSE="ssl" - -DEPEND=">=dev-lang/perl-5.8.3" - -RDEPEND="${DEPEND} - >=dev-perl/Net-DNS-0.40 - ssl? ( >=dev-perl/Net-SSLeay-1.23 ) - >=virtual/perl-MIME-Base64-3.00 - >=virtual/perl-Digest-MD5-2.33 - >=virtual/perl-Time-HiRes-1.54 - >=dev-perl/Authen-NTLM-1.02 - >=dev-perl/Authen-DigestMD5-0.04" - -S=${WORKDIR} - -src_unpack() { - cp "${DISTDIR}/${A}" "${WORKDIR}" -} - -src_install() { - newbin ${MY_P} swaks -} |