From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/
Date: Sun, 27 Aug 2017 03:52:45 +0000 (UTC) [thread overview]
Message-ID: <1503805604.fa05e77a8beec579fa8ca4c13282f6fcafc995e2.radhermit@gentoo> (raw)
commit: fa05e77a8beec579fa8ca4c13282f6fcafc995e2
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 08:59:22 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 03:46:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa05e77a
net-mail/isync: remove old
net-mail/isync/Manifest | 2 --
net-mail/isync/isync-1.0.6.ebuild | 28 ----------------------------
net-mail/isync/isync-1.2.0.ebuild | 28 ----------------------------
3 files changed, 58 deletions(-)
diff --git a/net-mail/isync/Manifest b/net-mail/isync/Manifest
index d3be67e32db..b1eb9464142 100644
--- a/net-mail/isync/Manifest
+++ b/net-mail/isync/Manifest
@@ -1,4 +1,2 @@
-DIST isync-1.0.6.tar.gz 188572 SHA256 e543767a5e36574256e8c25ba43acd6666df060fdf5f6a7029b127560d87632f SHA512 d22d45445396742f34b249837f46e61caa6d55933b0dd1ae74272d6baea5cce520adaed59ed3b34be5ca43b8793e0002b8db43b64cf47698abca1194db4da5d3 WHIRLPOOL a3533275f5fb2b1a16ccc8929d505f1a93b0884629d8b9653b5b486564986779e811b641399aca4c0144ff247dfef9039ce02f660051fbaac571ccbca488d7f9
-DIST isync-1.2.0.tar.gz 278536 SHA256 833878de1647d403cb56984757cc416094ee037c5388a0f1d1f74084f6e60e59 SHA512 5e31220138df61ecb6694082d39af0450b03d7dcebc4052489742bebb0436b8361d7ea6d85490450b99959b4b1e9faa76bffa8b403178e18f732ff8f179ff56e WHIRLPOOL 39940471ec0ad1d6297c0042362891aaf88485169671ad0802dedbd810c591d433e1ebd4230a992a7419ad64b47e1a4c4ef776a52c77b83952900ee185505944
DIST isync-1.2.1.tar.gz 281990 SHA256 e716de28c9a08e624a035caae3902fcf3b511553be5d61517a133e03aa3532ae SHA512 706379e602cdcef3a1ca7eaf2301cfea15b9bbb5ee46c8f598308ad68a48725c6a4d13a2e73cc4633efec34fda1dbcb89bdd0e4c2e06993fa24db69cce9ff50b WHIRLPOOL 16f68d7cd7f97f157035005e3fc369d0fec0fc4cdbb28a6eec63137911235292b3f77b57fd0831f0144fecfc4e61657c8f251e70c1df4ab387dea1f05bef4cbd
DIST isync-1.2.2.tar.gz 285745 SHA256 d9197e27bfe77e3d8971f4fcb25ec37b2506827c4bc9439b72376caa091ce877 SHA512 246dcf0704c0afaad7c402a5fc304ccfd533dc084cd775df4d8d2cb53e69f5236a603d56a54f63b389049a556e23c0dfafb80a4ba929e1b4cffb90200eaf65d6 WHIRLPOOL 2fe3864bbffc2191622395ac1ae1d54493e45e6c5220913fdb70d2cf6fb0dc0961afa32c00fb41f74c682f5525e0209cb011c64c0e68e315a33b2e419b1515ef
diff --git a/net-mail/isync/isync-1.0.6.ebuild b/net-mail/isync/isync-1.0.6.ebuild
deleted file mode 100644
index 6ec6be6d3d4..00000000000
--- a/net-mail/isync/isync-1.0.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="MailDir mailbox synchronizer"
-HOMEPAGE="http://isync.sourceforge.net/"
-SRC_URI="mirror://sourceforge/isync/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="ssl"
-
-DEPEND=">=sys-libs/db-4.2
- ssl? ( >=dev-libs/openssl-0.9.6 )"
-RDEPEND="${DEPEND}"
-
-src_configure () {
- econf $(use_with ssl)
-}
-
-src_install()
-{
- emake DESTDIR="${D}" install
- mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die
-}
diff --git a/net-mail/isync/isync-1.2.0.ebuild b/net-mail/isync/isync-1.2.0.ebuild
deleted file mode 100644
index 0b53ac0d880..00000000000
--- a/net-mail/isync/isync-1.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="MailDir mailbox synchronizer"
-HOMEPAGE="http://isync.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="compat sasl ssl"
-
-DEPEND=">=sys-libs/db-4.2:*
- sys-libs/zlib
- sasl? ( dev-libs/cyrus-sasl )
- ssl? ( >=dev-libs/openssl-0.9.6:* )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- # next version opt-in zlib
- econf \
- --docdir="/usr/share/doc/${PF}" \
- $(use_with ssl) \
- $(use_with sasl) \
- $(use_enable compat)
-}
next reply other threads:[~2017-08-27 3:52 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-27 3:52 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-15 14:43 [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/ Andreas K. Hüttel
2025-03-08 15:01 Arthur Zamarin
2025-03-08 14:09 Sam James
2025-03-08 11:27 Sam James
2025-03-08 11:20 Sam James
2024-10-17 22:58 Yixun Lan
2024-10-17 22:58 Yixun Lan
2023-06-27 19:56 Sam James
2023-06-27 19:54 Sam James
2023-06-27 19:54 Sam James
2023-06-27 19:54 Sam James
2023-04-07 12:48 Andreas K. Hüttel
2022-11-15 6:39 Sam James
2022-03-03 15:14 Yixun Lan
2022-02-28 23:17 Andreas K. Hüttel
2021-12-08 9:18 Sam James
2021-12-08 9:18 Sam James
2021-12-08 6:17 Sam James
2021-12-07 6:22 Agostino Sarubbo
2021-12-06 18:38 Sam James
2021-12-06 18:38 Sam James
2021-07-24 6:19 Georgy Yakovlev
2021-07-24 6:03 Georgy Yakovlev
2021-06-08 6:58 Agostino Sarubbo
2021-06-07 23:10 Sam James
2021-06-07 16:04 Sam James
2021-06-07 16:04 Sam James
2021-05-27 16:58 Georgy Yakovlev
2021-05-27 16:58 Georgy Yakovlev
2021-05-27 16:58 Georgy Yakovlev
2021-05-02 14:51 Mikle Kolyada
2021-03-25 21:32 Sam James
2021-03-25 21:29 Sam James
2021-03-12 22:51 Andreas K. Hüttel
2021-02-28 20:58 Andreas K. Hüttel
2021-01-20 9:29 Sam James
2021-01-20 0:33 Sam James
2020-10-16 17:37 Andreas K. Hüttel
2020-07-10 12:09 Sam James
2020-05-20 22:25 Georgy Yakovlev
2020-05-20 22:25 Georgy Yakovlev
2020-01-28 5:01 Andreas K. Hüttel
2020-01-26 20:55 Thomas Deutschmann
2020-01-24 15:57 Agostino Sarubbo
2019-09-07 20:59 Andreas K. Hüttel
2019-05-29 10:03 Michał Górny
2018-06-30 17:34 Tim Harder
2018-06-10 19:42 Aaron Bauman
2018-06-10 18:46 Thomas Deutschmann
2017-10-13 9:14 Andreas Hüttel
2017-10-13 9:14 Andreas Hüttel
2017-10-11 16:55 Tim Harder
2017-08-27 3:52 Tim Harder
2016-12-18 15:57 Agostino Sarubbo
2016-12-18 15:44 Agostino Sarubbo
2016-01-10 20:43 Patrice Clement
2015-11-11 9:12 Agostino Sarubbo
2015-11-09 10:31 Agostino Sarubbo
2015-10-03 7:58 Markus Meier
2015-08-27 8:07 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=1503805604.fa05e77a8beec579fa8ca4c13282f6fcafc995e2.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