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 | bfec13bdb2529f2ecf8c5f25829dfeca43937ffc (patch) | |
tree | fcd6a1270d361a49099626ab792965328b397a5a /net-mail/uw-mailutils | |
parent | Don't symlink bsdtar on every BSD userland, but just on freebsd. NetBSD uses ... (diff) | |
download | gentoo-2-bfec13bdb2529f2ecf8c5f25829dfeca43937ffc.tar.gz gentoo-2-bfec13bdb2529f2ecf8c5f25829dfeca43937ffc.tar.bz2 gentoo-2-bfec13bdb2529f2ecf8c5f25829dfeca43937ffc.zip |
Use pam-less make target. Bug #108529, reported by Henrique Dias <hdias@aesbuc.pt>.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-mail/uw-mailutils')
-rw-r--r-- | net-mail/uw-mailutils/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/uw-mailutils/Manifest | 12 | ||||
-rw-r--r-- | net-mail/uw-mailutils/uw-mailutils-2004g.ebuild | 4 |
3 files changed, 8 insertions, 14 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..0067337fdced 100644 --- a/net-mail/uw-mailutils/Manifest +++ b/net-mail/uw-mailutils/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 f93f50e75c43001af137a2d65b6609f5 uw-mailutils-2004g.ebuild 1058 +MD5 d5abdef38f80ddf7deabba501a1ea776 uw-mailutils-2004g.ebuild 1058 MD5 dd82a8b051db9c37dd04607322e0ec22 ChangeLog 1434 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 ------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() { |