summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-10-14 06:08:40 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-10-14 06:08:40 +0000
commitbd24445c47620a14ab81c0fe0515ac71905a96dd (patch)
tree8e5e427db25d993072a429692bc5b3c234acda3c /net-mail/getmail
parentVersion bump. Added postinst and postrm python magic. (diff)
downloadgentoo-2-bd24445c47620a14ab81c0fe0515ac71905a96dd.tar.gz
gentoo-2-bd24445c47620a14ab81c0fe0515ac71905a96dd.tar.bz2
gentoo-2-bd24445c47620a14ab81c0fe0515ac71905a96dd.zip
Removed older ebuilds.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'net-mail/getmail')
-rw-r--r--net-mail/getmail/ChangeLog6
-rw-r--r--net-mail/getmail/files/digest-getmail-4.3.31
-rw-r--r--net-mail/getmail/files/digest-getmail-4.3.41
-rw-r--r--net-mail/getmail/files/digest-getmail-4.3.51
-rw-r--r--net-mail/getmail/getmail-4.3.3.ebuild55
-rw-r--r--net-mail/getmail/getmail-4.3.4.ebuild55
-rw-r--r--net-mail/getmail/getmail-4.3.5.ebuild55
7 files changed, 5 insertions, 169 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog
index a73f3fa2c3bc..256d616bf588 100644
--- a/net-mail/getmail/ChangeLog
+++ b/net-mail/getmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/getmail
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.90 2005/10/14 06:06:54 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.91 2005/10/14 06:08:40 ticho Exp $
+
+ 14 Oct 2005; Andrej Kacian <ticho@gentoo.org> -getmail-4.3.3.ebuild,
+ -getmail-4.3.4.ebuild, -getmail-4.3.5.ebuild:
+ Removed older ebuilds.
*getmail-4.3.12 (14 Oct 2005)
diff --git a/net-mail/getmail/files/digest-getmail-4.3.3 b/net-mail/getmail/files/digest-getmail-4.3.3
deleted file mode 100644
index 403dd934b9db..000000000000
--- a/net-mail/getmail/files/digest-getmail-4.3.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7208be5ab5f2db96a9f3dc1a8de45967 getmail-4.3.3.tar.gz 132782
diff --git a/net-mail/getmail/files/digest-getmail-4.3.4 b/net-mail/getmail/files/digest-getmail-4.3.4
deleted file mode 100644
index ff19eb4e637a..000000000000
--- a/net-mail/getmail/files/digest-getmail-4.3.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e161b8f7518322b5eacdfb08f054b0a4 getmail-4.3.4.tar.gz 132423
diff --git a/net-mail/getmail/files/digest-getmail-4.3.5 b/net-mail/getmail/files/digest-getmail-4.3.5
deleted file mode 100644
index cbccdca0cb6e..000000000000
--- a/net-mail/getmail/files/digest-getmail-4.3.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 70d5d7bae43445f6d3a6b300d04346ca getmail-4.3.5.tar.gz 132747
diff --git a/net-mail/getmail/getmail-4.3.3.ebuild b/net-mail/getmail/getmail-4.3.3.ebuild
deleted file mode 100644
index 5c620fb27538..000000000000
--- a/net-mail/getmail/getmail-4.3.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.3.3.ebuild,v 1.6 2005/03/30 20:42:31 kloeri 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="x86 ppc sparc alpha amd64"
-
-DEPEND=">=dev-lang/python-2.3.3"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/python2.4-fix.patch || die "epatch failed"
-}
-
-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
-
- mkdir ${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
- gzip --silent ${D}/usr/share/doc/${PF}/*
-}
-
-pkg_postinst() {
- 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
-}
diff --git a/net-mail/getmail/getmail-4.3.4.ebuild b/net-mail/getmail/getmail-4.3.4.ebuild
deleted file mode 100644
index c63d37b66bc4..000000000000
--- a/net-mail/getmail/getmail-4.3.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.3.4.ebuild,v 1.2 2005/05/01 23:35:06 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="x86 ~ppc ~sparc ~alpha ~amd64"
-
-DEPEND=">=dev-lang/python-2.3.3"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/python2.4-fix.patch || die "epatch failed"
-}
-
-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() {
- 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
-}
diff --git a/net-mail/getmail/getmail-4.3.5.ebuild b/net-mail/getmail/getmail-4.3.5.ebuild
deleted file mode 100644
index 2eea670fa503..000000000000
--- a/net-mail/getmail/getmail-4.3.5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.3.5.ebuild,v 1.2 2005/05/01 23:35:06 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="x86 ~ppc ~sparc ~alpha ~amd64"
-
-DEPEND=">=dev-lang/python-2.3.3"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/python2.4-fix.patch || die "epatch failed"
-}
-
-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() {
- 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
-}