summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-09-27 09:43:45 +0000
committerTorsten Veller <tove@gentoo.org>2008-09-27 09:43:45 +0000
commit445e17774038da4d5935d68d8f56f519c04d4b97 (patch)
tree60eb32e94922d37eca15d94a7fba53b7325861b2 /net-mail
parentVersion bump (diff)
downloadgentoo-2-445e17774038da4d5935d68d8f56f519c04d4b97.tar.gz
gentoo-2-445e17774038da4d5935d68d8f56f519c04d4b97.tar.bz2
gentoo-2-445e17774038da4d5935d68d8f56f519c04d4b97.zip
Cleanup
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/getmail/ChangeLog6
-rw-r--r--net-mail/getmail/getmail-4.7.7.ebuild56
-rw-r--r--net-mail/getmail/getmail-4.7.8.ebuild65
3 files changed, 5 insertions, 122 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog
index 89474ecbd367..b4f853bb6908 100644
--- a/net-mail/getmail/ChangeLog
+++ b/net-mail/getmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/getmail
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.160 2008/09/27 09:41:48 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.161 2008/09/27 09:43:45 tove Exp $
+
+ 27 Sep 2008; Torsten Veller <tove@gentoo.org> -getmail-4.7.7.ebuild,
+ -getmail-4.7.8.ebuild:
+ Cleanup
*getmail-4.8.4 (27 Sep 2008)
diff --git a/net-mail/getmail/getmail-4.7.7.ebuild b/net-mail/getmail/getmail-4.7.7.ebuild
deleted file mode 100644
index 3f289cbdc05b..000000000000
--- a/net-mail/getmail/getmail-4.7.7.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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.2 2008/02/13 21:56:13 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.8.ebuild b/net-mail/getmail/getmail-4.7.8.ebuild
deleted file mode 100644
index 55423e087c11..000000000000
--- a/net-mail/getmail/getmail-4.7.8.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# 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.8.ebuild,v 1.1 2008/02/13 21:56:13 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_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
-}
-
-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
- rm "${D}"/usr/share/doc/${P}/COPYING
- 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
-}