summaryrefslogtreecommitdiff
path: root/mail-client/cone
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /mail-client/cone
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'mail-client/cone')
-rw-r--r--mail-client/cone/Manifest4
-rw-r--r--mail-client/cone/cone-1.0-r1.ebuild73
-rw-r--r--mail-client/cone/files/cone-1.0-no-spelling.patch46
-rw-r--r--mail-client/cone/metadata.xml8
4 files changed, 0 insertions, 131 deletions
diff --git a/mail-client/cone/Manifest b/mail-client/cone/Manifest
deleted file mode 100644
index da9fabea3adf..000000000000
--- a/mail-client/cone/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX cone-1.0-no-spelling.patch 1507 BLAKE2B ccbb1672ff8c623d27a4167e547a365ef808a63c91ff58333e74c10f3c0424a8847a83c3b4cdf3176659ffca8a89f14cacd25d22b89b50b1110cd0916070b314 SHA512 34bb65dd7fbd2a5f4014e9760d5bddf3c0d73962b2acce913bb06c48f3029cb5d13fe4e87fe9e9e6e06ab671b1deef1128349c35cffe937e950123632cdda730
-DIST cone-1.0.tar.bz2 3793288 BLAKE2B e2c8aa91adfff77d3f0207a3caca5d13ebae8c9455402c296a98364708acd3d4138ea4642044b2dfe396eaef18c3b90ebf0ef3702bc73351a4317219a4c28863 SHA512 6fc30158cebed62b0598787d53e1936b50a32b6590266e93dbacbd63371d4fa8e43ffe95e0f4ee51991e2d892b26c1531b563203e45108815f05a091b7051161
-EBUILD cone-1.0-r1.ebuild 1712 BLAKE2B f9b4cc0189cad211aeeb2292a215dd61033fa42039f387b479798a8bd20ba82a05007ed28e93b163b96f18e9c49e73d371c38727f61108307fd08290e922e04d SHA512 06ec119528d1813ffd3ba4bf51458205f421c0f5c5dfde8b13e3a02e37626b3dad111d4baf2e2c6ed6c84919fdc87a5c75902e780c3579b1eac9641b28d80495
-MISC metadata.xml 245 BLAKE2B bfe8e34d42daf88ca733329ce0cbc09b1cc35e4d62b466e7057463c258c3a6cc51f1d1615b0c28135b7ed8ad36da4b96012608f5fcc0b2df5cb9542dbc22677f SHA512 29902bdbadc17a8b77664ef8d3119ce551d710aa25d359dd41931d3c27ff76eb9c4b1e181b5795aa1aabdc41736b7e1bb34088396e857e7431abfe9878c4acfa
diff --git a/mail-client/cone/cone-1.0-r1.ebuild b/mail-client/cone/cone-1.0-r1.ebuild
deleted file mode 100644
index 2333400cc636..000000000000
--- a/mail-client/cone/cone-1.0-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="CONE: COnsole News reader and Emailer"
-HOMEPAGE="https://www.courier-mta.org/cone/"
-SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="crypt fam gnutls idn ipv6 ldap spell"
-
-RDEPEND="
- dev-libs/libxml2
- sys-libs/ncurses:0=
- >=net-libs/courier-unicode-2:=
- spell? ( app-text/aspell )
- crypt? ( >=app-crypt/gnupg-1.0.4 )
- fam? ( virtual/fam )
- gnutls? (
- net-libs/gnutls:0=
- dev-libs/libgcrypt:0=
- dev-libs/libgpg-error
- )
- !gnutls? ( >=dev-libs/openssl-0.9.6:0= )
- idn? ( net-dns/libidn:0= )
- ipv6? ( net-dns/libidn:0= )
- ldap? ( net-nds/openldap )"
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-PATCHES=( "${FILESDIR}"/${P}-no-spelling.patch )
-DOCS=( AUTHORS ChangeLog INSTALL NEWS README )
-
-src_prepare() {
- default
-
- # move local macro to m4 and run eautoreconf
- mkdir "${S}"/m4 || die
- sed -n -e '/# AC_PROG_SYSCONFTOOL/,+33 p' "${S}"/aclocal.m4 > m4/sysconftool.m4 || die
- sed -i -e '/^SUBDIRS/i ACLOCAL_AMFLAGS = -I m4' "${S}"/Makefile.am || die
-
- eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- --with-notice=unicode
- --with-spellcheck=$(usex spell aspell none)
- $(use_with ldap ldapaddressbook)
- $(use_with gnutls)
- $(use_with idn libidn)
- $(use_with ipv6)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- emake DESTDIR="${D}" install-configure
-}
-
-pkg_postinst() {
- if [[ ${REPLACING_VERSIONS} ]]; then
- elog "See the \"Upgrading from version 0.96 and earlier\" section in"
- elog "${EROOT}/usr/share/doc/${PF}/INSTALL for information on updating"
- elog "older installs."
- fi
-}
diff --git a/mail-client/cone/files/cone-1.0-no-spelling.patch b/mail-client/cone/files/cone-1.0-no-spelling.patch
deleted file mode 100644
index b8985b2a3c51..000000000000
--- a/mail-client/cone/files/cone-1.0-no-spelling.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-Allow spellchecking support to be disabled.
-
---- cone-1.0/cone/configure.ac
-+++ cone-1.0/cone/configure.ac
-@@ -183,8 +183,10 @@
- ALLSPELLOBJ='spellcheckerPspell.$(OBJEXT)'" $ALLSPELLOBJ"
- fi
-
--AC_ARG_WITH(spellcheck, [ --with-spellcheck=pspell Use pspell for spell checking
-- --with-spellcheck=aspell Use aspell for spell checking], [
-+AC_ARG_WITH(spellcheck, [
-+ --with-spellcheck=pspell Use pspell for spell checking
-+ --with-spellcheck=aspell Use aspell for spell checking
-+ --with-spellcheck=none Disable spell checking], [
-
- case "$withval" in
- pspell)
-@@ -200,6 +202,10 @@
- AC_MSG_ERROR(aspell library not found)
- fi
- ;;
-+none)
-+ PSPELL="none"
-+ ASPELL="none"
-+ ;;
- *)
- AC_MSG_ERROR(Invalid --with-spellcheck option)
- ;;
-@@ -232,10 +238,13 @@
- SPELL_OBJ='spellcheckerPspell.$(OBJEXT)'
- SPELL_LIB='-lpspell'
- else
-- AC_MSG_WARN(---------------------------------------------------------------)
-- AC_MSG_WARN(Neither pspell nor aspell was found -- disabling spell checking)
-- AC_MSG_WARN(---------------------------------------------------------------)
-- sleep 5
-+ if test "$ASPELL" != "none" && test "$PSPELL" != "none"
-+ then
-+ AC_MSG_WARN(---------------------------------------------------------------)
-+ AC_MSG_WARN(Neither pspell nor aspell was found -- disabling spell checking)
-+ AC_MSG_WARN(---------------------------------------------------------------)
-+ sleep 5
-+ fi
- SPELL_OBJ='spellcheckerNone.$(OBJEXT)'
- SPELL_LIB=''
- fi
diff --git a/mail-client/cone/metadata.xml b/mail-client/cone/metadata.xml
deleted file mode 100644
index 0d4d60b579fa..000000000000
--- a/mail-client/cone/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">courier</remote-id>
- </upstream>
-</pkgmetadata>