diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-10-09 21:20:35 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-10-09 21:20:35 +0000 |
commit | bca90e0c1d90bd07a0d93907e93c2d7798df45ea (patch) | |
tree | 359947babb6872ccd51b0334988d7f719478b461 /net-mail | |
parent | Don't symlink bsdtar on every BSD userland, but just on freebsd. NetBSD uses ... (diff) | |
download | historical-bca90e0c1d90bd07a0d93907e93c2d7798df45ea.tar.gz historical-bca90e0c1d90bd07a0d93907e93c2d7798df45ea.tar.bz2 historical-bca90e0c1d90bd07a0d93907e93c2d7798df45ea.zip |
Use pam-less make target. Bug #108529, reported by Henrique Dias <hdias@aesbuc.pt>.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/uw-mailutils/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/uw-mailutils/Manifest | 10 | ||||
-rw-r--r-- | net-mail/uw-mailutils/uw-mailutils-2004g.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-mail/uw-mailutils/ChangeLog b/net-mail/uw-mailutils/ChangeLog index 2d985b984209..c7c1cc3531d9 100644 --- a/net-mail/uw-mailutils/ChangeLog +++ b/net-mail/uw-mailutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/uw-mailutils # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/ChangeLog,v 1.9 2005/10/07 16:55:24 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/ChangeLog,v 1.10 2005/10/09 21:20:35 ticho Exp $ + + 09 Oct 2005; Andrej Kacian <ticho@gentoo.org> ChangeLog: + Use pam-less make target. Bug #108529, reported by Henrique Dias + <hdias@aesbuc.pt>. 07 Oct 2005; Fernando J. Pereda <ferdy@gentoo.org> uw-mailutils-2004g.ebuild: diff --git a/net-mail/uw-mailutils/Manifest b/net-mail/uw-mailutils/Manifest index 9b590b1961a1..0fe9c9acc9e1 100644 --- a/net-mail/uw-mailutils/Manifest +++ b/net-mail/uw-mailutils/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 f93f50e75c43001af137a2d65b6609f5 uw-mailutils-2004g.ebuild 1058 -MD5 dd82a8b051db9c37dd04607322e0ec22 ChangeLog 1434 +MD5 664294deb79c98d85a19f6c1cc3f8d85 uw-mailutils-2004g.ebuild 1059 +MD5 fd8f23849ccf1b65d7b607c5ea2faba8 ChangeLog 1583 MD5 1bb83f4e84ad8336fcdc25c821ccb680 metadata.xml 272 MD5 5eb8b5fa92f61ec775be70c761ea24ae files/digest-uw-mailutils-2004g 62 MD5 59c4ba0421f60657457e0aecf07be7be files/uw-mailutils-2004g.patch 1210 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDRqibViELBEf1JB0RAoaWAJ9ryyI9Rqpy5Or4Rxn/hes+EdhqHQCcCamJ -iwd7Pm5ueBXnTwmoAaVou4s= -=Qlvl +iD8DBQFDSYmxQlM6RnzZP+IRAhSWAKDFP0u5KxjKdt+6Oo6EzWQICjgYdgCcC4oM +ZoxQwOUbNVvyMX3sHP6GfzI= +=qPa2 -----END PGP SIGNATURE----- diff --git a/net-mail/uw-mailutils/uw-mailutils-2004g.ebuild b/net-mail/uw-mailutils/uw-mailutils-2004g.ebuild index f06c5b651ddf..97478d6ee3ff 100644 --- a/net-mail/uw-mailutils/uw-mailutils-2004g.ebuild +++ b/net-mail/uw-mailutils/uw-mailutils-2004g.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-mail/uw-mailutils/uw-mailutils-2004g.ebuild,v 1.9 2005/10/07 16:55:24 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-mailutils/uw-mailutils-2004g.ebuild,v 1.10 2005/10/09 21:20:35 ticho Exp $ inherit eutils flag-o-matic @@ -36,7 +36,7 @@ src_unpack() { } src_compile() { - yes | make lnp EXTRACFLAGS="${CFLAGS}" SSLTYPE=none || die + yes | make slx EXTRACFLAGS="${CFLAGS}" SSLTYPE=none || die } src_install() { |