summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-03-18 19:34:03 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-03-18 19:34:03 +0000
commitc53811cae28fbb2e1ee7f5faa70394c7fa43651d (patch)
tree482d48f9ae36e7743507f31ba5b14f12c4cf357e /net-mail/getmail
parent1.4a stable on x86. Pruned obsolete ebuilds. (diff)
downloadgentoo-2-c53811cae28fbb2e1ee7f5faa70394c7fa43651d.tar.gz
gentoo-2-c53811cae28fbb2e1ee7f5faa70394c7fa43651d.tar.bz2
gentoo-2-c53811cae28fbb2e1ee7f5faa70394c7fa43651d.zip
4.5.4 stable on x86. Pruned obsolete ebuilds.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'net-mail/getmail')
-rw-r--r--net-mail/getmail/ChangeLog6
-rw-r--r--net-mail/getmail/files/digest-getmail-4.5.23
-rw-r--r--net-mail/getmail/files/digest-getmail-4.5.33
-rw-r--r--net-mail/getmail/getmail-4.5.2.ebuild57
-rw-r--r--net-mail/getmail/getmail-4.5.3.ebuild57
-rw-r--r--net-mail/getmail/getmail-4.5.4.ebuild4
6 files changed, 7 insertions, 123 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog
index 6b54f4722183..0833a798464b 100644
--- a/net-mail/getmail/ChangeLog
+++ b/net-mail/getmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/getmail
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.118 2006/02/17 20:01:08 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.119 2006/03/18 19:34:03 ticho Exp $
+
+ 18 Mar 2006; <ticho@gentoo.org> -getmail-4.5.2.ebuild,
+ -getmail-4.5.3.ebuild, getmail-4.5.4.ebuild:
+ 4.5.4 stable on x86. Pruned obsolete ebuilds.
17 Feb 2006; Michael Hanselmann <hansmi@gentoo.org> getmail-4.4.4.ebuild:
Stable on ppc.
diff --git a/net-mail/getmail/files/digest-getmail-4.5.2 b/net-mail/getmail/files/digest-getmail-4.5.2
deleted file mode 100644
index e65ade899dc2..000000000000
--- a/net-mail/getmail/files/digest-getmail-4.5.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5b2baefa78fc9c07da21e4a68d21757d getmail-4.5.2.tar.gz 137433
-RMD160 f0a3d7c674219953079c14bb2b98dd7938ce0091 getmail-4.5.2.tar.gz 137433
-SHA256 5708eaa5fe059438ed2bf1079ed2a7772b47f388e5da3a38fef9bf752430533e getmail-4.5.2.tar.gz 137433
diff --git a/net-mail/getmail/files/digest-getmail-4.5.3 b/net-mail/getmail/files/digest-getmail-4.5.3
deleted file mode 100644
index 0f4df507d08a..000000000000
--- a/net-mail/getmail/files/digest-getmail-4.5.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 0a157e0804b4715f3d8d82085f683c4c getmail-4.5.3.tar.gz 137589
-RMD160 d37c4218e7c22faa874b803c9854c8446b008950 getmail-4.5.3.tar.gz 137589
-SHA256 57b0b3a4084a27f4000d2f7949c596ed52c60a9225fcc4d6201a12eb8f45d4c9 getmail-4.5.3.tar.gz 137589
diff --git a/net-mail/getmail/getmail-4.5.2.ebuild b/net-mail/getmail/getmail-4.5.2.ebuild
deleted file mode 100644
index d9dacfa3b390..000000000000
--- a/net-mail/getmail/getmail-4.5.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.5.2.ebuild,v 1.1 2006/02/07 23:17:21 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
- gzip --silent ${D}/usr/share/doc/${PF}/*
-}
-
-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.5.3.ebuild b/net-mail/getmail/getmail-4.5.3.ebuild
deleted file mode 100644
index acdd08b61f13..000000000000
--- a/net-mail/getmail/getmail-4.5.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.5.3.ebuild,v 1.1 2006/02/09 14:38:50 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
- gzip --silent ${D}/usr/share/doc/${PF}/*
-}
-
-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.5.4.ebuild b/net-mail/getmail/getmail-4.5.4.ebuild
index 78a1decff55e..ae78288d7d42 100644
--- a/net-mail/getmail/getmail-4.5.4.ebuild
+++ b/net-mail/getmail/getmail-4.5.4.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/getmail/getmail-4.5.4.ebuild,v 1.1 2006/02/15 00:20:43 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.5.4.ebuild,v 1.2 2006/03/18 19:34:03 ticho Exp $
inherit distutils
@@ -11,7 +11,7 @@ SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz"
SLOT="4"
LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
DEPEND=">=dev-lang/python-2.3.3"