diff options
author | Hanno Böck <hanno@gentoo.org> | 2006-07-21 17:12:45 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2006-07-21 17:12:45 +0000 |
commit | 506d8f58465f7ff4cfe5fc8dabc27ecdce246f8c (patch) | |
tree | 60dd2253ef4c278668b00555139fe6a8ced58aa6 /net-mail/mailman | |
parent | Version bump and, while I'm here, replace einfo with elog for important messa... (diff) | |
download | gentoo-2-506d8f58465f7ff4cfe5fc8dabc27ecdce246f8c.tar.gz gentoo-2-506d8f58465f7ff4cfe5fc8dabc27ecdce246f8c.tar.bz2 gentoo-2-506d8f58465f7ff4cfe5fc8dabc27ecdce246f8c.zip |
fix slot value in mailman
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'net-mail/mailman')
-rw-r--r-- | net-mail/mailman/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/mailman/mailman-2.1.5-r4.ebuild | 6 | ||||
-rw-r--r-- | net-mail/mailman/mailman-2.1.5-r5.ebuild | 6 | ||||
-rw-r--r-- | net-mail/mailman/mailman-2.1.6.ebuild | 4 | ||||
-rw-r--r-- | net-mail/mailman/mailman-2.1.6_rc4.ebuild | 4 | ||||
-rw-r--r-- | net-mail/mailman/mailman-2.1.7.ebuild | 4 | ||||
-rw-r--r-- | net-mail/mailman/mailman-2.1.8_rc1.ebuild | 4 |
7 files changed, 20 insertions, 15 deletions
diff --git a/net-mail/mailman/ChangeLog b/net-mail/mailman/ChangeLog index 42efcc896f29..539606b16179 100644 --- a/net-mail/mailman/ChangeLog +++ b/net-mail/mailman/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/mailman # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.78 2006/05/30 20:03:36 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.79 2006/07/21 17:12:45 hanno Exp $ + + 21 Jul 2006; Hanno Boeck <hanno@gentoo.org> mailman-2.1.5-r4.ebuild, + mailman-2.1.5-r5.ebuild, mailman-2.1.6_rc4.ebuild, mailman-2.1.6.ebuild, + mailman-2.1.7.ebuild, mailman-2.1.8_rc1.ebuild: + Fix Slot from O (the letter) to 0 (zero). 08 May 2006; Hanno Boeck <hanno@gentoo.org> metadata.xml, mailman-2.1.8_rc1.ebuild: diff --git a/net-mail/mailman/mailman-2.1.5-r4.ebuild b/net-mail/mailman/mailman-2.1.5-r4.ebuild index 89a4ee36a54d..1591ac8c34f9 100644 --- a/net-mail/mailman/mailman-2.1.5-r4.ebuild +++ b/net-mail/mailman/mailman-2.1.5-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.5-r4.ebuild,v 1.6 2005/08/23 13:38:41 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.5-r4.ebuild,v 1.7 2006/07/21 17:12:45 hanno Exp $ inherit eutils depend.apache IUSE="apache2" @@ -9,7 +9,7 @@ DESCRIPTION="A python-based mailing list server with an extensive web interface" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" HOMEPAGE="http://www.list.org/" -SLOT="O" +SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc ~ppc amd64" diff --git a/net-mail/mailman/mailman-2.1.5-r5.ebuild b/net-mail/mailman/mailman-2.1.5-r5.ebuild index f293a14240bc..d88423d1adb3 100644 --- a/net-mail/mailman/mailman-2.1.5-r5.ebuild +++ b/net-mail/mailman/mailman-2.1.5-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.5-r5.ebuild,v 1.2 2005/08/23 13:38:41 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.5-r5.ebuild,v 1.3 2006/07/21 17:12:45 hanno Exp $ inherit eutils depend.apache IUSE="apache2" @@ -9,7 +9,7 @@ DESCRIPTION="A python-based mailing list server with an extensive web interface" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" HOMEPAGE="http://www.list.org/" -SLOT="O" +SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc ~ppc ~amd64" diff --git a/net-mail/mailman/mailman-2.1.6.ebuild b/net-mail/mailman/mailman-2.1.6.ebuild index 476e0795b60a..3df54aeb2d15 100644 --- a/net-mail/mailman/mailman-2.1.6.ebuild +++ b/net-mail/mailman/mailman-2.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.6.ebuild,v 1.5 2006/02/07 13:01:22 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.6.ebuild,v 1.6 2006/07/21 17:12:45 hanno Exp $ inherit eutils depend.apache IUSE="apache2 postfix sendmail qmail courier exim xmail" @@ -11,7 +11,7 @@ DESCRIPTION="A python-based mailing list server with an extensive web interface" SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tgz" HOMEPAGE="http://www.list.org/" -SLOT="O" +SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ~ppc ~sparc ~x86" diff --git a/net-mail/mailman/mailman-2.1.6_rc4.ebuild b/net-mail/mailman/mailman-2.1.6_rc4.ebuild index 2f8ba573a892..49fe4f46aec8 100644 --- a/net-mail/mailman/mailman-2.1.6_rc4.ebuild +++ b/net-mail/mailman/mailman-2.1.6_rc4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.6_rc4.ebuild,v 1.4 2006/01/03 23:02:01 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.6_rc4.ebuild,v 1.5 2006/07/21 17:12:45 hanno Exp $ inherit eutils depend.apache IUSE="apache2 postfix sendmail qmail courier exim xmail" @@ -11,7 +11,7 @@ DESCRIPTION="A python-based mailing list server with an extensive web interface" SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tgz" HOMEPAGE="http://www.list.org/" -SLOT="O" +SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc ~ppc ~amd64" diff --git a/net-mail/mailman/mailman-2.1.7.ebuild b/net-mail/mailman/mailman-2.1.7.ebuild index 134d1b4eb579..140ec3ef49da 100644 --- a/net-mail/mailman/mailman-2.1.7.ebuild +++ b/net-mail/mailman/mailman-2.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.7.ebuild,v 1.4 2006/02/13 04:12:08 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.7.ebuild,v 1.5 2006/07/21 17:12:45 hanno Exp $ inherit eutils depend.apache IUSE="apache2 postfix sendmail qmail courier exim xmail" @@ -11,7 +11,7 @@ DESCRIPTION="A python-based mailing list server with an extensive web interface" SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tgz" HOMEPAGE="http://www.list.org/" -SLOT="O" +SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ~ppc sparc x86" diff --git a/net-mail/mailman/mailman-2.1.8_rc1.ebuild b/net-mail/mailman/mailman-2.1.8_rc1.ebuild index ece54c63a4d1..7c0ca124941c 100644 --- a/net-mail/mailman/mailman-2.1.8_rc1.ebuild +++ b/net-mail/mailman/mailman-2.1.8_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.8_rc1.ebuild,v 1.7 2006/05/08 12:28:49 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.8_rc1.ebuild,v 1.8 2006/07/21 17:12:45 hanno Exp $ inherit eutils depend.apache IUSE="apache2 postfix sendmail qmail courier exim xmail" @@ -11,7 +11,7 @@ DESCRIPTION="A python-based mailing list server with an extensive web interface" SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tgz" HOMEPAGE="http://www.list.org/" -SLOT="O" +SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ppc sparc x86" |