From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/
Date: Thu, 27 Aug 2015 08:07:02 +0000 (UTC) [thread overview]
Message-ID: <1440662754.d22a134f3eb2c5d8b733ab64dba38f9bfb631209.radhermit@gentoo> (raw)
commit: d22a134f3eb2c5d8b733ab64dba38f9bfb631209
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 08:05:54 2015 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 08:05:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22a134f
net-mail/isync: remove old
net-mail/isync/Manifest | 3 ---
net-mail/isync/isync-1.1.0.ebuild | 25 -------------------------
net-mail/isync/isync-1.1.1.ebuild | 24 ------------------------
net-mail/isync/isync-1.1.2.ebuild | 24 ------------------------
4 files changed, 76 deletions(-)
diff --git a/net-mail/isync/Manifest b/net-mail/isync/Manifest
index 638a8d9..d8eb38b 100644
--- a/net-mail/isync/Manifest
+++ b/net-mail/isync/Manifest
@@ -1,5 +1,2 @@
DIST isync-1.0.6.tar.gz 188572 SHA256 e543767a5e36574256e8c25ba43acd6666df060fdf5f6a7029b127560d87632f SHA512 d22d45445396742f34b249837f46e61caa6d55933b0dd1ae74272d6baea5cce520adaed59ed3b34be5ca43b8793e0002b8db43b64cf47698abca1194db4da5d3 WHIRLPOOL a3533275f5fb2b1a16ccc8929d505f1a93b0884629d8b9653b5b486564986779e811b641399aca4c0144ff247dfef9039ce02f660051fbaac571ccbca488d7f9
-DIST isync-1.1.0.tar.gz 249374 SHA256 51f5618c239013fb770f98ae269f24ee417214efaaf7e22821b4a27cf9a9213c SHA512 6503c1d8ba412274a09f468994a54dd2d13af2601da3dbfe1ba3f8aefc33cb2a5effd2ca66fcff1c5224ce80ffb11c42d8f362f7cc6409760c32e4031ea87744 WHIRLPOOL 8d2af42cfc430eda29aff54628195df5fca8d0129747418e403b44174f9797b4b21f07adadf49a1064e340f640aba7307bb4bfa50d342ad2fa71b91c76e3cca9
-DIST isync-1.1.1.tar.gz 256217 SHA256 c3a5fdcde1f4627137a0cbb66bebbb12bde4873deb872442be0b1d7a617f7491 SHA512 afd66319febebcf7a7857d78013c7137f48222478f6a9465409e4a85c18e899bcf08bcf5baac2a5fcc95b8a0af1877983159b5e3bd20d679fdcca32e77471ca7 WHIRLPOOL 28a4f34ecb5df6ee115d1906c28eeb8522392755dffc973e29db9c146fbbc7473b8bb562388b427baec13bc655fc0e975f71fac62bdd9b4ee09f9b267f531c93
-DIST isync-1.1.2.tar.gz 260177 SHA256 a225b5d5915b6e0f9da303caa6b4db1ee06241e98c1ad0a662e5dcea0654c0a4 SHA512 e71a52d9244564ff14e22cc28e0914055d47b2dcfaf5054ffa9964829dcb7a599b656217576fedd5d37e611552db57da2129ce1b5a89c0881453304970321074 WHIRLPOOL 7fd9cebe22194ec8ae018c1952272b0f1c6667ceb6cff99cb2a3c56653f17202a133e61cde0aeab862c14185f03de2a188b1fbee812b82e8a2c203985a833216
DIST isync-1.2.0.tar.gz 278536 SHA256 833878de1647d403cb56984757cc416094ee037c5388a0f1d1f74084f6e60e59 SHA512 5e31220138df61ecb6694082d39af0450b03d7dcebc4052489742bebb0436b8361d7ea6d85490450b99959b4b1e9faa76bffa8b403178e18f732ff8f179ff56e WHIRLPOOL 39940471ec0ad1d6297c0042362891aaf88485169671ad0802dedbd810c591d433e1ebd4230a992a7419ad64b47e1a4c4ef776a52c77b83952900ee185505944
diff --git a/net-mail/isync/isync-1.1.0.ebuild b/net-mail/isync/isync-1.1.0.ebuild
deleted file mode 100644
index cf5b446..0000000
--- a/net-mail/isync/isync-1.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 \
- --docdir="/usr/share/doc/${PF}" \
- $(use_with ssl)
-}
diff --git a/net-mail/isync/isync-1.1.1.ebuild b/net-mail/isync/isync-1.1.1.ebuild
deleted file mode 100644
index 1708f19..0000000
--- a/net-mail/isync/isync-1.1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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 \
- --docdir="/usr/share/doc/${PF}" \
- $(use_with ssl)
-}
diff --git a/net-mail/isync/isync-1.1.2.ebuild b/net-mail/isync/isync-1.1.2.ebuild
deleted file mode 100644
index 9f6c1e2..0000000
--- a/net-mail/isync/isync-1.1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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 \
- --docdir="/usr/share/doc/${PF}" \
- $(use_with ssl)
-}
next reply other threads:[~2015-08-27 8:07 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-27 8:07 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-03 7:58 [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/ Markus Meier
2015-11-09 10:31 Agostino Sarubbo
2015-11-11 9:12 Agostino Sarubbo
2016-01-10 20:43 Patrice Clement
2016-12-18 15:44 Agostino Sarubbo
2016-12-18 15:57 Agostino Sarubbo
2017-08-27 3:52 Tim Harder
2017-08-27 3:52 Tim Harder
2017-10-11 16:55 Tim Harder
2017-10-13 9:14 Andreas Hüttel
2017-10-13 9:14 Andreas Hüttel
2018-06-10 18:46 Thomas Deutschmann
2018-06-10 19:42 Aaron Bauman
2018-06-30 17:34 Tim Harder
2019-05-29 10:03 Michał Górny
2019-09-07 20:59 Andreas K. Hüttel
2020-01-24 15:57 Agostino Sarubbo
2020-01-26 20:55 Thomas Deutschmann
2020-01-28 5:01 Andreas K. Hüttel
2020-05-20 22:25 Georgy Yakovlev
2020-05-20 22:25 Georgy Yakovlev
2020-07-10 12:09 Sam James
2020-10-16 17:37 Andreas K. Hüttel
2021-01-20 0:33 Sam James
2021-01-20 9:29 Sam James
2021-02-28 20:58 Andreas K. Hüttel
2021-03-12 22:51 Andreas K. Hüttel
2021-03-25 21:29 Sam James
2021-03-25 21:32 Sam James
2021-05-02 14:51 Mikle Kolyada
2021-05-27 16:58 Georgy Yakovlev
2021-05-27 16:58 Georgy Yakovlev
2021-05-27 16:58 Georgy Yakovlev
2021-06-07 16:04 Sam James
2021-06-07 16:04 Sam James
2021-06-07 23:10 Sam James
2021-06-08 6:58 Agostino Sarubbo
2021-07-24 6:03 Georgy Yakovlev
2021-07-24 6:19 Georgy Yakovlev
2021-12-06 18:38 Sam James
2021-12-06 18:38 Sam James
2021-12-07 6:22 Agostino Sarubbo
2021-12-08 6:17 Sam James
2021-12-08 9:18 Sam James
2021-12-08 9:18 Sam James
2022-02-28 23:17 Andreas K. Hüttel
2022-03-03 15:14 Yixun Lan
2022-11-15 6:39 Sam James
2023-04-07 12:48 Andreas K. Hüttel
2023-06-27 19:54 Sam James
2023-06-27 19:54 Sam James
2023-06-27 19:54 Sam James
2023-06-27 19:56 Sam James
2024-10-17 22:58 Yixun Lan
2024-10-17 22:58 Yixun Lan
2025-03-08 11:20 Sam James
2025-03-08 11:27 Sam James
2025-03-08 14:09 Sam James
2025-03-08 15:01 Arthur Zamarin
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=1440662754.d22a134f3eb2c5d8b733ab64dba38f9bfb631209.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