diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-01-28 06:01:11 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-01-28 06:01:39 +0100 |
commit | 6b6148408f4d9d1e3b1ad15d2ca4fa4e76214a0e (patch) | |
tree | 09b940a2679ab3b949582fdef35b4c2bab2131bf /net-mail/isync | |
parent | dev-java/openjdk-jre-bin: remove extra dosym call (diff) | |
download | gentoo-6b6148408f4d9d1e3b1ad15d2ca4fa4e76214a0e.tar.gz gentoo-6b6148408f4d9d1e3b1ad15d2ca4fa4e76214a0e.tar.bz2 gentoo-6b6148408f4d9d1e3b1ad15d2ca4fa4e76214a0e.zip |
net-mail/isync: Remove old
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'net-mail/isync')
-rw-r--r-- | net-mail/isync/Manifest | 1 | ||||
-rw-r--r-- | net-mail/isync/isync-1.3.0-r1.ebuild | 31 | ||||
-rw-r--r-- | net-mail/isync/metadata.xml | 3 |
3 files changed, 0 insertions, 35 deletions
diff --git a/net-mail/isync/Manifest b/net-mail/isync/Manifest index ca24db4d87f9..e0a7e7801699 100644 --- a/net-mail/isync/Manifest +++ b/net-mail/isync/Manifest @@ -1,2 +1 @@ -DIST isync-1.3.0.tar.gz 309459 BLAKE2B 852b37e1d9d5b0c4fc2f84305e88263adff5448ea355782da17f295a22e3265e68edcc049ce6172155ab0be7518a0431091d45f4e012f49b500fde7c28491ece SHA512 b5186f2afe97cab58ce55d3ec19ae7371676ae614448614a9e3e02d09662c34b74e559f0926661fa0300ab22dab9e2e9089b78ee38b94141ff3f8b4d75578ffa DIST isync-1.3.1.tar.gz 311868 BLAKE2B e7eae36407873b8f9f3c4e9a827e719aefa608994f5a48a93779207148123c7b796f6aa8ad8157f5eb9e863c5845889ad595d23570f12a0520fe997f8282158c SHA512 59d702d41d4a4e72f03cb282b414d0bb859593171763e845bc24d116a74f807a79e5be61f1dd1f59a9ece492322bceac156b08958a246cbfbe7f230fab4cdda2 diff --git a/net-mail/isync/isync-1.3.0-r1.ebuild b/net-mail/isync/isync-1.3.0-r1.ebuild deleted file mode 100644 index ed92112b1459..000000000000 --- a/net-mail/isync/isync-1.3.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 libressl ssl zlib" - -DEPEND=">=sys-libs/db-4.2:* - zlib? ( sys-libs/zlib ) - sasl? ( dev-libs/cyrus-sasl ) - ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6:0= ) - libressl? ( dev-libs/libressl:0= ) - )" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - --docdir="/usr/share/doc/${PF}" \ - $(use_with ssl) \ - $(use_with sasl) \ - $(use_with zlib) \ - $(use_enable compat) -} diff --git a/net-mail/isync/metadata.xml b/net-mail/isync/metadata.xml index eb327c5a181d..6c541c70fc0f 100644 --- a/net-mail/isync/metadata.xml +++ b/net-mail/isync/metadata.xml @@ -7,7 +7,4 @@ <upstream> <remote-id type="sourceforge">isync</remote-id> </upstream> - <use> - <flag name="compat">Enable legacy utilities</flag> - </use> </pkgmetadata> |