From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/getmail/
Date: Tue, 25 Aug 2015 01:37:39 +0000 (UTC) [thread overview]
Message-ID: <1440466407.d743b9183f9db3573f372ad7ff7f04e22492bc95.radhermit@gentoo> (raw)
commit: d743b9183f9db3573f372ad7ff7f04e22492bc95
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 01:33:27 2015 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 01:33:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d743b918
net-mail/getmail: remove old
net-mail/getmail/Manifest | 2 --
net-mail/getmail/getmail-4.46.0.ebuild | 25 -------------------------
net-mail/getmail/getmail-4.47.0.ebuild | 25 -------------------------
3 files changed, 52 deletions(-)
diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest
index ba0da4c..a292cab 100644
--- a/net-mail/getmail/Manifest
+++ b/net-mail/getmail/Manifest
@@ -1,3 +1 @@
-DIST getmail-4.46.0.tar.gz 189522 SHA256 f423269290e8afc0071cabeae88d3f1adfd9dc351041ac14a2d4e05b44ad3897 SHA512 f0ff29cf78ff1fbc6e0c16b3fa9342d72fb70590aa0b944977906171e8a68423a4442cde38b2585956cd1855458a4b3fc0dd0a8507bda24a722325e9c0704a33 WHIRLPOOL 406e08ecc5d91ea00007cdb10f11e79f2e0772c26b966b3d987bcbdb46add81331d0b13a82cdcb9a82c767f16be84537f815eb628f73f6ce55136bdc1d9318ae
-DIST getmail-4.47.0.tar.gz 189869 SHA256 4b5accd3d0d79e1a84c0aed850ac8717b7f6e9ad72cfab7ba22abf58638e4540 SHA512 4b43b4e0336f5c0aad6831c331626dfa21076fd6f77d8c1db3c1d2b49be90884c96dc1ccae6a9cc5c1c6183209479e4097163faa93f86111afd9ee10e34cbc5c WHIRLPOOL f8567db5e38b0d441d762ad3f1cd48615ed7ca1a2944f233eab62c066e4613853a0123cec5f3506015233159f4f1f7feed02f28e00f80c2b305d34db7503b9af
DIST getmail-4.48.0.tar.gz 190129 SHA256 49441e92eed577127331caf9b97f2ddaea14e97e8a49259efd9184a766a9b94c SHA512 fb37dfb6f9edc770f7186b8c3ae67642181b1b025cccf31434814aec4d5f78f021ce73fa5493b7b82b0f2d5a70e58d389cbfc408475547d43b82a98e4645d090 WHIRLPOOL 218a5d1d1c3719dcd64f8ee8947553cbe4b391df97ab8b90a418c846189c592a887abfc05d387534efc2ec20b6b9b71656547705650979458718adb953d99c04
diff --git a/net-mail/getmail/getmail-4.46.0.ebuild b/net-mail/getmail/getmail-4.46.0.ebuild
deleted file mode 100644
index ece43e1..0000000
--- a/net-mail/getmail/getmail-4.46.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ssl?"
-
-inherit distutils-r1
-
-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"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos ~x64-solaris"
-IUSE="ssl"
-
-python_prepare_all() {
- sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \
- -e "/docs\/COPYING/d" "${S}"/setup.py || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/net-mail/getmail/getmail-4.47.0.ebuild b/net-mail/getmail/getmail-4.47.0.ebuild
deleted file mode 100644
index 6e03b3a..0000000
--- a/net-mail/getmail/getmail-4.47.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ssl?"
-
-inherit distutils-r1
-
-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"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos ~x64-solaris"
-IUSE="ssl"
-
-python_prepare_all() {
- sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \
- -e "/docs\/COPYING/d" "${S}"/setup.py || die
-
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2015-08-25 1:37 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-25 1:37 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-29 5:37 [gentoo-commits] repo/gentoo:master commit in: net-mail/getmail/ Joonas Niilola
2023-09-22 7:59 Florian Schmaus
2023-09-22 7:59 Florian Schmaus
2023-05-01 8:47 Sam James
2023-03-11 16:26 Sam James
2023-03-08 15:29 Matthew Smith
2023-03-06 13:04 Arthur Zamarin
2023-03-06 12:52 Arthur Zamarin
2022-11-04 17:13 Matthew Smith
2022-11-04 17:13 Matthew Smith
2022-08-04 7:12 Joonas Niilola
2022-08-04 7:12 Joonas Niilola
2022-07-24 16:47 Sam James
2022-05-31 2:57 Sam James
2022-05-20 3:27 Sam James
2021-11-09 23:28 Jakov Smolić
2021-01-23 3:40 Sam James
2021-01-23 3:39 Sam James
2021-01-14 20:18 Sam James
2021-01-14 20:18 Sam James
2020-11-10 12:22 Joonas Niilola
2020-11-10 12:22 Joonas Niilola
2020-01-03 8:44 Tim Harder
2020-01-03 8:44 Tim Harder
2019-09-27 4:43 Tim Harder
2019-09-27 4:43 Tim Harder
2019-09-27 4:43 Tim Harder
2019-07-06 9:17 Tim Harder
2018-12-25 20:17 Tim Harder
2018-12-25 20:17 Tim Harder
2018-12-25 20:17 Tim Harder
2018-06-06 23:57 Thomas Deutschmann
2017-11-17 19:26 Tim Harder
2017-11-17 19:26 Tim Harder
2017-10-08 18:57 Tim Harder
2017-05-20 13:54 Tim Harder
2017-05-20 13:54 Tim Harder
2017-04-12 10:43 Tim Harder
2017-01-17 20:34 Tim Harder
2016-12-09 6:39 Tim Harder
2016-12-09 6:39 Tim Harder
2016-10-27 4:58 Tim Harder
2016-09-14 5:19 Tim Harder
2016-08-26 2:37 Tim Harder
2016-01-14 22:11 Tim Harder
2015-08-25 1:37 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440466407.d743b9183f9db3573f372ad7ff7f04e22492bc95.radhermit@gentoo \
--to=radhermit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox