diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-11-24 09:28:34 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-11-24 09:28:34 +0000 |
commit | 0653946abe017e26fbee713a87b8b4ec97700e7a (patch) | |
tree | 88ddd4f2fbd254c83a9420e3b45dfc6e92352149 /net-mail/uw-imap | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-0653946abe017e26fbee713a87b8b4ec97700e7a.tar.gz gentoo-2-0653946abe017e26fbee713a87b8b4ec97700e7a.tar.bz2 gentoo-2-0653946abe017e26fbee713a87b8b4ec97700e7a.zip |
Inherit flag-o-matic correctly, remove unused mbox variable.
Diffstat (limited to 'net-mail/uw-imap')
-rw-r--r-- | net-mail/uw-imap/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/uw-imap/uw-imap-2002e-r4.ebuild | 4 | ||||
-rw-r--r-- | net-mail/uw-imap/uw-imap-2004a.ebuild | 6 |
3 files changed, 12 insertions, 5 deletions
diff --git a/net-mail/uw-imap/ChangeLog b/net-mail/uw-imap/ChangeLog index 43091ad153a0..34c34cd4a081 100644 --- a/net-mail/uw-imap/ChangeLog +++ b/net-mail/uw-imap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/uw-imap # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.39 2004/10/31 19:06:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.40 2004/11/24 09:28:34 ticho Exp $ + + 24 Nov 2004; Andrej Kacian <ticho@gentoo.org> uw-imap-2002e-r4.ebuild, + uw-imap-2004a.ebuild: + Removed mbox USE flag from 2002e-r4 and 2004a, as it is not used at all. + Inherit flag-o-matic. 31 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> uw-imap-2002e-r4.ebuild: diff --git a/net-mail/uw-imap/uw-imap-2002e-r4.ebuild b/net-mail/uw-imap/uw-imap-2002e-r4.ebuild index 694f4d86e6ca..a04bc14346e6 100644 --- a/net-mail/uw-imap/uw-imap-2002e-r4.ebuild +++ b/net-mail/uw-imap/uw-imap-2002e-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2002e-r4.ebuild,v 1.6 2004/10/31 19:06:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2002e-r4.ebuild,v 1.7 2004/11/24 09:28:34 ticho Exp $ MY_P=imap-${PV} S=${WORKDIR}/${MY_P} @@ -12,7 +12,7 @@ HOMEPAGE="http://www.washington.edu/imap/" LICENSE="as-is" SLOT="0" KEYWORDS="x86 sparc ~ppc hppa alpha ~amd64" -IUSE="ssl mbox pic kerberos" +IUSE="ssl pic kerberos" PROVIDE="virtual/imapd" PROVIDE="${PROVIDE} virtual/imap-c-client" diff --git a/net-mail/uw-imap/uw-imap-2004a.ebuild b/net-mail/uw-imap/uw-imap-2004a.ebuild index d7ef57b99fef..ec9cb8ea6a8c 100644 --- a/net-mail/uw-imap/uw-imap-2004a.ebuild +++ b/net-mail/uw-imap/uw-imap-2004a.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2004a.ebuild,v 1.1 2004/10/03 22:31:54 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2004a.ebuild,v 1.2 2004/11/24 09:28:34 ticho Exp $ + +inherit flag-o-matic MY_P=imap-${PV} S=${WORKDIR}/${MY_P} @@ -12,7 +14,7 @@ HOMEPAGE="http://www.washington.edu/imap/" LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~sparc ~ppc ~hppa ~alpha ~amd64" -IUSE="ipv6 ssl mbox pic kerberos" +IUSE="ipv6 ssl pic kerberos" PROVIDE="virtual/imapd" PROVIDE="${PROVIDE} virtual/imap-c-client" |