diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2007-09-13 20:33:41 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2007-09-13 20:33:41 +0000 |
commit | d8b7c0b752633794e50067afb0a88ddd073dffca (patch) | |
tree | a9b60f16132eb7f0009c8ffa489a84a2857e3554 /net-mail | |
parent | wrong bug number in changelog (diff) | |
download | gentoo-2-d8b7c0b752633794e50067afb0a88ddd073dffca.tar.gz gentoo-2-d8b7c0b752633794e50067afb0a88ddd073dffca.tar.bz2 gentoo-2-d8b7c0b752633794e50067afb0a88ddd073dffca.zip |
Drop old version.
(Portage version: 2.1.2.12)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailman/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/mailman/files/digest-mailman-2.1.9_rc1 | 3 | ||||
-rw-r--r-- | net-mail/mailman/mailman-2.1.9_rc1.ebuild | 132 |
3 files changed, 5 insertions, 136 deletions
diff --git a/net-mail/mailman/ChangeLog b/net-mail/mailman/ChangeLog index d76e00dd2d5c..c67218ac326c 100644 --- a/net-mail/mailman/ChangeLog +++ b/net-mail/mailman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/mailman # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.95 2007/07/31 12:26:24 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.96 2007/09/13 20:33:41 hansmi Exp $ + + 13 Sep 2007; Michael Hanselmann <hansmi@gentoo.org> + -mailman-2.1.9_rc1.ebuild: + Drop old version. 31 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> mailman-2.1.9_rc1.ebuild, mailman-2.1.9.ebuild: diff --git a/net-mail/mailman/files/digest-mailman-2.1.9_rc1 b/net-mail/mailman/files/digest-mailman-2.1.9_rc1 deleted file mode 100644 index 53a535e38c2c..000000000000 --- a/net-mail/mailman/files/digest-mailman-2.1.9_rc1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 26c94b95b0ce3b4403314dbc900f672d mailman-2.1.9rc1.tgz 7851444 -RMD160 c8f6d61fbb500ec073049c5951d3482ed91cbb44 mailman-2.1.9rc1.tgz 7851444 -SHA256 941f255d99ebbfa7a351dfa52c43684598d78afc21204fa240c8bb51a3175f46 mailman-2.1.9rc1.tgz 7851444 diff --git a/net-mail/mailman/mailman-2.1.9_rc1.ebuild b/net-mail/mailman/mailman-2.1.9_rc1.ebuild deleted file mode 100644 index 8e39b133bbb9..000000000000 --- a/net-mail/mailman/mailman-2.1.9_rc1.ebuild +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9_rc1.ebuild,v 1.10 2007/07/31 12:26:24 peper Exp $ - -inherit eutils depend.apache -IUSE="postfix sendmail qmail courier exim xmail" - -MY_PV=${PV/_rc/rc} - -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="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc sparc x86" - -DEPEND=">=dev-lang/python-2.3 - virtual/mta - virtual/cron - www-servers/apache" - -INSTALLDIR="/usr/local/mailman" -APACHEGID="81" - -if use postfix; then - MAILGID="280" -elif use sendmail; then - MAILGID=daemon -elif use qmail; then - MAILGID="280" -elif use courier; then - MAILGID=mail -elif use exim; then - MAILGID=mail -elif use xmail; then - MAILGID=xmail -else - MAILGID="280" -fi - -S=${WORKDIR}/${PN}-${MY_PV} - -pkg_setup() { - # Bug #58526: switch to enew{group,user}. - # need to add mailman here for compile process. - # Duplicated at pkg_postinst() for binary install. - enewgroup mailman 280 - enewuser mailman 280 /bin/bash ${INSTALLDIR} mailman -G cron -c mailman - mkdir -p ${INSTALLDIR} - chown mailman:mailman ${INSTALLDIR} - chmod 2775 ${INSTALLDIR} -} - -src_unpack() { - unpack ${A} && cd "${S}" - epatch ${FILESDIR}/${PN}-2.1.8_rc1-directory-check.patch || die "patch failed." -} - -src_compile() { - econf \ - --prefix=${INSTALLDIR} \ - --with-mail-gid=${MAILGID} \ - --with-cgi-gid=${APACHEGID} \ - || die "configure failed" - - make || die "make failed" -} - -src_install () { - ID=${D}${INSTALLDIR} - - make prefix=${ID} var_prefix=${ID} doinstall || die - - keepdir ${INSTALLDIR}/logs - keepdir ${INSTALLDIR}/locks - keepdir ${INSTALLDIR}/spam - keepdir ${INSTALLDIR}/archives/public - keepdir ${INSTALLDIR}/archives/private - keepdir ${INSTALLDIR}/lists - keepdir ${INSTALLDIR}/qfiles - - insinto ${APACHE2_MODULES_CONFDIR} - newins ${FILESDIR}/mailman.conf 50_mailman.conf - - dodoc ${FILESDIR}/README.gentoo - dodoc ACK* BUGS FAQ NEWS README* TODO UPGRADING INSTALL - dodoc contrib/README.check_perms_grsecurity contrib/mm-handler.readme - dodoc contrib/virtusertable contrib/mailman.mc - - cp build/contrib/*.py contrib/majordomo2mailman.pl contrib/auto \ - contrib/mm-handler* ${ID}/bin - - # Save the old config into the new package as CONFIG_PROTECT - # doesn't work for this package. - for i in ${ROOT}/var/mailman ${ROOT}/home/mailman \ - ${ROOT}/usr/local/mailman ${INSTALLDIR} - do - if [ -f ${i}/Mailman/mm_cfg.py ]; then - cp ${i}/Mailman/mm_cfg.py \ - ${ID}/Mailman/mm_cfg.py - elog "Your old config has been saved as mm_cfg.py" - elog "A new config has been installed as mm_cfg.dist" - fi - done - - newinitd ${FILESDIR}/mailman.rc mailman - - chown -R mailman:mailman ${ID} - chmod 2775 ${ID} -} - -pkg_postinst() { - enewgroup mailman 280 - enewuser mailman 280 -1 ${INSTALLDIR} mailman -G cron -c "mailman" - cd ${INSTALLDIR} - bin/update - elog "Running \`${INSTALLDIR}/bin/check_perms -f\` *" - bin/check_perms -f - elog - elog "Please read /usr/share/doc/${PF}/README.gentoo.gz for additional" - elog "Setup information, mailman will NOT run unless you follow" - elog "those instructions!" - elog - - elog "An example Mailman configuration file for Apache has been installed into:" - elog " ${APACHE2_MODULES_CONFDIR}/50_mailman.conf" - elog - elog "To enable, you will need to add \"-D MAILMAN\" to" - elog "/etc/conf.d/apache2." - elog -} |