diff options
author | Andrej Kacian <ticho@gentoo.org> | 2008-02-13 21:56:13 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2008-02-13 21:56:13 +0000 |
commit | 7ccfe29d713bc1cc49c354eacf941b0d80401b33 (patch) | |
tree | 296b0aced3347f9d4053fddc4259396552a67cf2 /net-mail | |
parent | Stable on x86 wrt bug #210031 (diff) | |
download | gentoo-2-7ccfe29d713bc1cc49c354eacf941b0d80401b33.tar.gz gentoo-2-7ccfe29d713bc1cc49c354eacf941b0d80401b33.tar.bz2 gentoo-2-7ccfe29d713bc1cc49c354eacf941b0d80401b33.zip |
Version bump. Removed old ebuilds. Fix variable quoting.
(Portage version: 2.1.4.3)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 12 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.6.2.ebuild | 57 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.7.2.ebuild | 56 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.7.3.ebuild | 56 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.7.4.ebuild | 56 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.7.6.ebuild | 14 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.7.7.ebuild | 14 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.7.8.ebuild (renamed from net-mail/getmail/getmail-4.7.5.ebuild) | 23 |
8 files changed, 40 insertions, 248 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 0196636b65a9..f564b2fcbf09 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-mail/getmail -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.156 2007/11/20 14:10:34 armin76 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.157 2008/02/13 21:56:13 ticho Exp $ + +*getmail-4.7.8 (13 Feb 2008) + + 13 Feb 2008; Andrej Kacian <ticho@gentoo.org> -getmail-4.6.2.ebuild, + -getmail-4.7.2.ebuild, -getmail-4.7.3.ebuild, -getmail-4.7.4.ebuild, + -getmail-4.7.5.ebuild, getmail-4.7.6.ebuild, getmail-4.7.7.ebuild, + +getmail-4.7.8.ebuild: + Version bump. Removed old ebuilds. Fix variable quoting. 20 Nov 2007; Raúl Porcel <armin76@gentoo.org> getmail-4.7.6.ebuild: alpha/sparc stable wrt #195991 diff --git a/net-mail/getmail/getmail-4.6.2.ebuild b/net-mail/getmail/getmail-4.6.2.ebuild deleted file mode 100644 index fb311b56eb25..000000000000 --- a/net-mail/getmail/getmail-4.6.2.ebuild +++ /dev/null @@ -1,57 +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/getmail/getmail-4.6.2.ebuild,v 1.7 2007/01/29 23:29:57 ticho Exp $ - -inherit distutils - -IUSE="" -DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" -HOMEPAGE="http://pyropus.ca/software/getmail/" -SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" - -SLOT="4" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ppc sparc x86" - -DEPEND=">=dev-lang/python-2.3.3" - -src_compile() { - distutils_src_compile -} - -src_install() { - distutils_src_install - - if has_version "=net-mail/getmail-3*" ; then - mv ${D}/usr/bin/getmail ${D}/usr/bin/getmail4 - mv ${D}/usr/bin/getmail_maildir ${D}/usr/bin/getmail_maildir4 - mv ${D}/usr/bin/getmail_mbox ${D}/usr/bin/getmail_mbox4 - fi - - # handle docs the gentoo way - if [ ${P} != ${PF} ]; then - mv ${D}/usr/share/doc/${P} ${D}/usr/share/doc/${PF} - fi - - rm ${D}/usr/share/doc/COPYING - dodir /usr/share/doc/${PF}/html - mv ${D}/usr/share/doc/${PF}/*.html ${D}/usr/share/doc/${PF}/*.css ${D}/usr/share/doc/${PF}/html -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/lib/python${PYVER}/site-packages/getmailcore - - if has_version "=net-mail/getmail-3*" ; then - echo - ewarn "An already installed instance of getmail v3 was detected. In order to" - ewarn "co-exist with it the three main scripts of getmail v4 were renamed to" - ewarn "getmail4, getmail_maildir4, getmail_mbox4." - echo - fi -} - -pkg_postrm() { - python_version - python_mod_cleanup -} diff --git a/net-mail/getmail/getmail-4.7.2.ebuild b/net-mail/getmail/getmail-4.7.2.ebuild deleted file mode 100644 index 259189730779..000000000000 --- a/net-mail/getmail/getmail-4.7.2.ebuild +++ /dev/null @@ -1,56 +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/getmail/getmail-4.7.2.ebuild,v 1.7 2007/06/19 20:08:55 armin76 Exp $ - -inherit distutils - -IUSE="" -DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" -HOMEPAGE="http://pyropus.ca/software/getmail/" -SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" - -SLOT="4" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ppc sparc x86" - -DEPEND=">=dev-lang/python-2.3.3" - -src_compile() { - distutils_src_compile -} - -src_install() { - distutils_src_install - - if has_version "=net-mail/getmail-3*" ; then - mv ${D}/usr/bin/getmail ${D}/usr/bin/getmail4 - mv ${D}/usr/bin/getmail_maildir ${D}/usr/bin/getmail_maildir4 - mv ${D}/usr/bin/getmail_mbox ${D}/usr/bin/getmail_mbox4 - fi - - # handle docs the gentoo way - if [ ${P} != ${PF} ]; then - mv ${D}/usr/share/doc/${P} ${D}/usr/share/doc/${PF} - fi - - dodir /usr/share/doc/${PF}/html - mv ${D}/usr/share/doc/${PF}/*.html ${D}/usr/share/doc/${PF}/*.css ${D}/usr/share/doc/${PF}/html -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/lib/python${PYVER}/site-packages/getmailcore - - if has_version "=net-mail/getmail-3*" ; then - echo - ewarn "An already installed instance of getmail v3 was detected. In order to" - ewarn "co-exist with it the three main scripts of getmail v4 were renamed to" - ewarn "getmail4, getmail_maildir4, getmail_mbox4." - echo - fi -} - -pkg_postrm() { - python_version - python_mod_cleanup -} diff --git a/net-mail/getmail/getmail-4.7.3.ebuild b/net-mail/getmail/getmail-4.7.3.ebuild deleted file mode 100644 index 1025061213e5..000000000000 --- a/net-mail/getmail/getmail-4.7.3.ebuild +++ /dev/null @@ -1,56 +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/getmail/getmail-4.7.3.ebuild,v 1.2 2007/03/31 21:28:46 ticho Exp $ - -inherit distutils - -IUSE="" -DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" -HOMEPAGE="http://pyropus.ca/software/getmail/" -SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" - -SLOT="4" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" - -DEPEND=">=dev-lang/python-2.3.3" - -src_compile() { - distutils_src_compile -} - -src_install() { - distutils_src_install - - if has_version "=net-mail/getmail-3*" ; then - mv ${D}/usr/bin/getmail ${D}/usr/bin/getmail4 - mv ${D}/usr/bin/getmail_maildir ${D}/usr/bin/getmail_maildir4 - mv ${D}/usr/bin/getmail_mbox ${D}/usr/bin/getmail_mbox4 - fi - - # handle docs the gentoo way - if [ ${P} != ${PF} ]; then - mv ${D}/usr/share/doc/${P} ${D}/usr/share/doc/${PF} - fi - - dodir /usr/share/doc/${PF}/html - mv ${D}/usr/share/doc/${PF}/*.html ${D}/usr/share/doc/${PF}/*.css ${D}/usr/share/doc/${PF}/html -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/lib/python${PYVER}/site-packages/getmailcore - - if has_version "=net-mail/getmail-3*" ; then - echo - ewarn "An already installed instance of getmail v3 was detected. In order to" - ewarn "co-exist with it the three main scripts of getmail v4 were renamed to" - ewarn "getmail4, getmail_maildir4, getmail_mbox4." - echo - fi -} - -pkg_postrm() { - python_version - python_mod_cleanup -} diff --git a/net-mail/getmail/getmail-4.7.4.ebuild b/net-mail/getmail/getmail-4.7.4.ebuild deleted file mode 100644 index e1c99b8d4d5a..000000000000 --- a/net-mail/getmail/getmail-4.7.4.ebuild +++ /dev/null @@ -1,56 +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/getmail/getmail-4.7.4.ebuild,v 1.1 2007/04/25 03:52:30 ticho Exp $ - -inherit distutils - -IUSE="" -DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" -HOMEPAGE="http://pyropus.ca/software/getmail/" -SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" - -SLOT="4" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" - -DEPEND=">=dev-lang/python-2.3.3" - -src_compile() { - distutils_src_compile -} - -src_install() { - distutils_src_install - - if has_version "=net-mail/getmail-3*" ; then - mv ${D}/usr/bin/getmail ${D}/usr/bin/getmail4 - mv ${D}/usr/bin/getmail_maildir ${D}/usr/bin/getmail_maildir4 - mv ${D}/usr/bin/getmail_mbox ${D}/usr/bin/getmail_mbox4 - fi - - # handle docs the gentoo way - if [ ${P} != ${PF} ]; then - mv ${D}/usr/share/doc/${P} ${D}/usr/share/doc/${PF} - fi - - dodir /usr/share/doc/${PF}/html - mv ${D}/usr/share/doc/${PF}/*.html ${D}/usr/share/doc/${PF}/*.css ${D}/usr/share/doc/${PF}/html -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/lib/python${PYVER}/site-packages/getmailcore - - if has_version "=net-mail/getmail-3*" ; then - echo - ewarn "An already installed instance of getmail v3 was detected. In order to" - ewarn "co-exist with it the three main scripts of getmail v4 were renamed to" - ewarn "getmail4, getmail_maildir4, getmail_mbox4." - echo - fi -} - -pkg_postrm() { - python_version - python_mod_cleanup -} diff --git a/net-mail/getmail/getmail-4.7.6.ebuild b/net-mail/getmail/getmail-4.7.6.ebuild index dcf8e097bb40..a049f9c49a5b 100644 --- a/net-mail/getmail/getmail-4.7.6.ebuild +++ b/net-mail/getmail/getmail-4.7.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.6.ebuild,v 1.5 2007/11/20 14:10:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.6.ebuild,v 1.6 2008/02/13 21:56:13 ticho Exp $ inherit distutils @@ -23,18 +23,18 @@ src_install() { distutils_src_install if has_version "=net-mail/getmail-3*" ; then - mv ${D}/usr/bin/getmail ${D}/usr/bin/getmail4 - mv ${D}/usr/bin/getmail_maildir ${D}/usr/bin/getmail_maildir4 - mv ${D}/usr/bin/getmail_mbox ${D}/usr/bin/getmail_mbox4 + mv "${D}"/usr/bin/getmail "${D}"/usr/bin/getmail4 + mv "${D}"/usr/bin/getmail_maildir "${D}"/usr/bin/getmail_maildir4 + mv "${D}"/usr/bin/getmail_mbox "${D}"/usr/bin/getmail_mbox4 fi # handle docs the gentoo way if [ ${P} != ${PF} ]; then - mv ${D}/usr/share/doc/${P} ${D}/usr/share/doc/${PF} + mv "${D}"/usr/share/doc/${P} "${D}"/usr/share/doc/${PF} fi dodir /usr/share/doc/${PF}/html - mv ${D}/usr/share/doc/${PF}/*.html ${D}/usr/share/doc/${PF}/*.css ${D}/usr/share/doc/${PF}/html + mv "${D}"/usr/share/doc/${PF}/*.html "${D}"/usr/share/doc/${PF}/*.css "${D}"/usr/share/doc/${PF}/html } pkg_postinst() { diff --git a/net-mail/getmail/getmail-4.7.7.ebuild b/net-mail/getmail/getmail-4.7.7.ebuild index 33b0b2b9d812..3f289cbdc05b 100644 --- a/net-mail/getmail/getmail-4.7.7.ebuild +++ b/net-mail/getmail/getmail-4.7.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.7.ebuild,v 1.1 2007/11/08 18:12:07 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.7.ebuild,v 1.2 2008/02/13 21:56:13 ticho Exp $ inherit distutils @@ -23,18 +23,18 @@ src_install() { distutils_src_install if has_version "=net-mail/getmail-3*" ; then - mv ${D}/usr/bin/getmail ${D}/usr/bin/getmail4 - mv ${D}/usr/bin/getmail_maildir ${D}/usr/bin/getmail_maildir4 - mv ${D}/usr/bin/getmail_mbox ${D}/usr/bin/getmail_mbox4 + mv "${D}"/usr/bin/getmail "${D}"/usr/bin/getmail4 + mv "${D}"/usr/bin/getmail_maildir "${D}"/usr/bin/getmail_maildir4 + mv "${D}"/usr/bin/getmail_mbox "${D}"/usr/bin/getmail_mbox4 fi # handle docs the gentoo way if [ ${P} != ${PF} ]; then - mv ${D}/usr/share/doc/${P} ${D}/usr/share/doc/${PF} + mv "${D}"/usr/share/doc/${P} "${D}"/usr/share/doc/${PF} fi dodir /usr/share/doc/${PF}/html - mv ${D}/usr/share/doc/${PF}/*.html ${D}/usr/share/doc/${PF}/*.css ${D}/usr/share/doc/${PF}/html + mv "${D}"/usr/share/doc/${PF}/*.html "${D}"/usr/share/doc/${PF}/*.css "${D}"/usr/share/doc/${PF}/html } pkg_postinst() { diff --git a/net-mail/getmail/getmail-4.7.5.ebuild b/net-mail/getmail/getmail-4.7.8.ebuild index 175429127f0d..55423e087c11 100644 --- a/net-mail/getmail/getmail-4.7.5.ebuild +++ b/net-mail/getmail/getmail-4.7.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.5.ebuild,v 1.1 2007/06/06 16:30:36 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.8.ebuild,v 1.1 2008/02/13 21:56:13 ticho Exp $ inherit distutils @@ -15,6 +15,14 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" DEPEND=">=dev-lang/python-2.3.3" +src_unpack() { + unpack ${A} + cd "${S}" + + # getmail.spec is missing due to upstream packaging mistake + sed -i -e '/getmail.spec/d' setup.py +} + src_compile() { distutils_src_compile } @@ -23,18 +31,19 @@ src_install() { distutils_src_install if has_version "=net-mail/getmail-3*" ; then - mv ${D}/usr/bin/getmail ${D}/usr/bin/getmail4 - mv ${D}/usr/bin/getmail_maildir ${D}/usr/bin/getmail_maildir4 - mv ${D}/usr/bin/getmail_mbox ${D}/usr/bin/getmail_mbox4 + mv "${D}"/usr/bin/getmail "${D}"/usr/bin/getmail4 + mv "${D}"/usr/bin/getmail_maildir "${D}"/usr/bin/getmail_maildir4 + mv "${D}"/usr/bin/getmail_mbox "${D}"/usr/bin/getmail_mbox4 fi # handle docs the gentoo way + rm "${D}"/usr/share/doc/${P}/COPYING if [ ${P} != ${PF} ]; then - mv ${D}/usr/share/doc/${P} ${D}/usr/share/doc/${PF} + mv "${D}"/usr/share/doc/${P} "${D}"/usr/share/doc/${PF} fi dodir /usr/share/doc/${PF}/html - mv ${D}/usr/share/doc/${PF}/*.html ${D}/usr/share/doc/${PF}/*.css ${D}/usr/share/doc/${PF}/html + mv "${D}"/usr/share/doc/${PF}/*.html "${D}"/usr/share/doc/${PF}/*.css "${D}"/usr/share/doc/${PF}/html } pkg_postinst() { |