commit:     be3e45e534fb46bd51ef8ccc4655578143f93131
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 26 14:54:19 2019 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Tue Feb 26 14:54:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3e45e5

net-mail/mailutils: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Eray Aslan <eras <AT> gentoo.org>

 net-mail/mailutils/Manifest                        |   1 -
 .../files/mailutils-2.99.98-readline-6.3.patch     |  39 ------
 net-mail/mailutils/mailutils-3.1.1.ebuild          | 134 ---------------------
 net-mail/mailutils/mailutils-3.4-r1.ebuild         | 133 --------------------
 net-mail/mailutils/mailutils-3.4.ebuild            | 132 --------------------
 5 files changed, 439 deletions(-)

diff --git a/net-mail/mailutils/Manifest b/net-mail/mailutils/Manifest
index 2edacc73018..726cd73f543 100644
--- a/net-mail/mailutils/Manifest
+++ b/net-mail/mailutils/Manifest
@@ -1,4 +1,3 @@
-DIST mailutils-3.1.1.tar.xz 2759000 BLAKE2B 
146dbc17f222f5f6293c88861fbe75679bde9497d1e9db577441290a2946632ee946ba726cd618363c3f6c1e3bfc87cbd9e94f701ca90f794e6182370bc35ac3
 SHA512 
68a6f530935118f60503550aff925c799fee4de77377e726548f418e05687b1c8f29210bcb97e1b1033f9414bdbceeaa41e65496b0648a6356c8363554955e8c
 DIST mailutils-3.4.tar.xz 2619672 BLAKE2B 
3a49c319a7171b2659477e6892ae222a342243e84ed2ee93e6d77353e1871d57d101a3a6ee3d2442709adbfb090e4931e134369661e8e8aa407061c1eccdf862
 SHA512 
548d97a4a036ef0ef5a429c82ffa43dd377b210b4c4d3844e7e5dded0f963060e3733b7766821c06ccf4dc1135002608658bcd6420e75b4ca1f4f17cfc8e2573
 DIST mailutils-3.5.tar.xz 2742824 BLAKE2B 
ca14597114203234912cf4cfaa4c63e682561deb28d9d0825373c69de267c215d12b9db662cfd60024228e119433fb40a136d65cfd04385f881ba4b0384c8328
 SHA512 
6aa2de352be637295a8ab53207a8065f5c10655acc299ac0a2190937ec4decb515ac1044c9a7465b08764ca45be569012cce1046b40d748f6e4f31644f056a53
 DIST mailutils-3.6.tar.xz 2813412 BLAKE2B 
fa2cde98287f84745c1ccc213d2ee824857b9c64d493677ed817ae53d49576382d22784ad25faa644ca43528637ed629aa4e9a78a3b1040fd51658e54b369399
 SHA512 
f07b8dc570abf345d45439f4994173d2415f94d72291aac46528842e339aaa7925baf776ccfc8f8901cf0e08a13cbfdf09596dd6c448bf012af002ef5ce2fe0e

diff --git a/net-mail/mailutils/files/mailutils-2.99.98-readline-6.3.patch 
b/net-mail/mailutils/files/mailutils-2.99.98-readline-6.3.patch
deleted file mode 100644
index de9a487aaaf..00000000000
--- a/net-mail/mailutils/files/mailutils-2.99.98-readline-6.3.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-https://bugs.gentoo.org/503954
-
-fix build w/readline-6.3
-
-patch by Martin von Gagern
-
---- mailutils-2.99.98/mu/shell.c
-+++ mailutils-2.99.98/mu/shell.c
-@@ -336,7 +336,7 @@ mutool_initialize_readline (const char *
- {
-   /* Allow conditional parsing of the ~/.inputrc file. */
-   rl_readline_name = (char *) name;
--  rl_attempted_completion_function = (CPPFunction *) shell_completion;
-+  rl_attempted_completion_function = shell_completion;
-   rl_getc_function = _shell_getc;
-   read_history (get_history_file_name ());
- }
---- mailutils-2.99.98/mail/mailline.c
-+++ mailutils-2.99.98/mail/mailline.c
-@@ -93,7 +93,7 @@ ml_readline_init ()
- 
- #ifdef WITH_READLINE
-   rl_readline_name = "mail";
--  rl_attempted_completion_function = (CPPFunction*)ml_command_completion;
-+  rl_attempted_completion_function = ml_command_completion;
-   rl_getc_function = ml_getc;
- #endif
- #ifdef HAVE_SIGACTION
---- mailutils-2.99.98/examples/nntpclient.c
-+++ mailutils-2.99.98/examples/nntpclient.c
-@@ -163,7 +163,7 @@ initialize_readline ()
-   rl_readline_name = (char *) "nntp";
- 
-   /* Tell the completer that we want a crack first. */
--  rl_attempted_completion_function = (CPPFunction *) nntp_completion;
-+  rl_attempted_completion_function = nntp_completion;
- }
- 
- /* Attempt to complete on the contents of TEXT.  START and END bound the

diff --git a/net-mail/mailutils/mailutils-3.1.1.ebuild 
b/net-mail/mailutils/mailutils-3.1.1.ebuild
deleted file mode 100644
index b07d4d2835e..00000000000
--- a/net-mail/mailutils/mailutils-3.1.1.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils flag-o-matic python-single-r1 toolchain-funcs
-
-DESCRIPTION="A useful collection of mail servers, clients, and filters"
-HOMEPAGE="https://www.gnu.org/software/mailutils/mailutils.html";
-#SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
-SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~s390 x86 ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos kyotocabinet ldap \
-       mysql nls pam postgres python servers ssl static-libs +threads tcpd \
-       tokyocabinet"
-
-RDEPEND="!mail-client/nmh
-       !mail-filter/libsieve
-       !mail-client/mailx
-       !mail-client/nail
-       sys-libs/ncurses:=
-       sys-libs/readline:=
-       dev-libs/libltdl:0
-       virtual/mta
-       berkdb? ( sys-libs/db:= )
-       bidi? ( dev-libs/fribidi )
-       gdbm? ( sys-libs/gdbm )
-       guile? ( dev-scheme/guile:= )
-       kerberos? ( virtual/krb5 )
-       kyotocabinet? ( dev-db/kyotocabinet )
-       ldap? ( net-nds/openldap )
-       mysql? ( virtual/mysql )
-       nls? ( sys-devel/gettext )
-       pam? ( virtual/pam )
-       postgres? ( dev-db/postgresql:= )
-       python? ( ${PYTHON_DEPS} )
-       sasl? ( virtual/gsasl )
-       ssl? ( net-libs/gnutls:= )
-       tcpd? ( sys-apps/tcp-wrappers )
-       tokyocabinet? ( dev-db/tokyocabinet )"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
-       servers? ( tcpd )"
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-       # Disable bytecompilation of Python modules.
-       echo "#!/bin/sh" > build-aux/py-compile
-       eapply "${FILESDIR}/${PN}-2.99.98-readline-6.3.patch" #503954
-       # bug 567976
-       sed -i -e /AM_GNU_GETTEXT_VERSION/s/0.18/0.19/ configure.ac || die
-       # add missing tests so that make check doesn't fail
-       cp "${FILESDIR}"/{hdr,nohdr,twomsg,weed}.at "${S}"/readmsg/tests || die
-       if use mysql; then
-               sed -i -e /^INCLUDES/"s:$:$(mysql_config --include):" \
-                       sql/Makefile.am || die
-       fi
-       eapply_user
-       eautoreconf
-}
-
-src_configure() {
-       append-flags -fno-strict-aliasing
-
-       # maildir is the Gentoo default
-       econf MU_DEFAULT_SCHEME=maildir \
-               CURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" \
-               $(use_with berkdb berkeley-db) \
-               $(use_with bidi fribidi) \
-               $(use_enable ipv6) \
-               $(use_with gdbm) \
-               $(use_with sasl gsasl) \
-               $(use_with guile) \
-               $(use_with kerberos gssapi) \
-               $(use_with ldap) \
-               $(use_with mysql) \
-               $(use_enable nls) \
-               $(use_enable pam) \
-               $(use_with postgres) \
-               $(use_enable python) \
-               $(use_with ssl gnutls) \
-               $(use_enable static-libs static) \
-               $(use_enable threads pthread) \
-               $(use_with tokyocabinet) \
-               $(use_with kyotocabinet) \
-               $(use_with tcpd tcp-wrappers) \
-               $(use_enable servers build-servers) \
-               $(use_enable clients build-clients) \
-               --with-mail-spool=/var/spool/mail \
-               --with-readline \
-               --enable-sendmail \
-               --disable-debug \
-               --disable-rpath
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       insinto /etc
-       doins "${FILESDIR}/mailutils.rc"
-       keepdir /etc/mailutils.d/
-       insinto /etc/mailutils.d
-       doins "${FILESDIR}/mail"
-
-       if use python; then
-               python_optimize
-               if use static-libs; then
-                       rm -r "${D}$(python_get_sitedir)/mailutils"/*.{a,la} || 
die
-               fi
-       fi
-
-       if use servers; then
-               newinitd "${FILESDIR}"/imap4d.initd imap4d
-               newinitd "${FILESDIR}"/pop3d.initd pop3d
-               newinitd "${FILESDIR}"/comsatd.initd comsatd
-       fi
-
-       dodoc AUTHORS ChangeLog NEWS README* THANKS TODO
-
-       # compatibility link
-       use clients && dosym /usr/bin/mail /bin/mail
-
-       use static-libs || find "${D}" -name "*.la" -delete
-}

diff --git a/net-mail/mailutils/mailutils-3.4-r1.ebuild 
b/net-mail/mailutils/mailutils-3.4-r1.ebuild
deleted file mode 100644
index 5139756cb96..00000000000
--- a/net-mail/mailutils/mailutils-3.4-r1.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils flag-o-matic python-single-r1 toolchain-funcs
-
-DESCRIPTION="A useful collection of mail servers, clients, and filters"
-HOMEPAGE="https://www.gnu.org/software/mailutils/mailutils.html";
-#SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
-SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos kyotocabinet ldap \
-       mysql nls pam postgres python servers ssl static-libs +threads tcpd \
-       tokyocabinet"
-
-RDEPEND="!mail-client/nmh
-       !mail-filter/libsieve
-       !mail-client/mailx
-       !mail-client/nail
-       sys-libs/ncurses:=
-       sys-libs/readline:=
-       dev-libs/libltdl:0
-       virtual/mta
-       berkdb? ( sys-libs/db:= )
-       bidi? ( dev-libs/fribidi )
-       gdbm? ( sys-libs/gdbm )
-       guile? ( dev-scheme/guile:12/22 )
-       kerberos? ( virtual/krb5 )
-       kyotocabinet? ( dev-db/kyotocabinet )
-       ldap? ( net-nds/openldap )
-       mysql? ( virtual/mysql )
-       nls? ( sys-devel/gettext )
-       pam? ( virtual/pam )
-       postgres? ( dev-db/postgresql:= )
-       python? ( ${PYTHON_DEPS} )
-       sasl? ( virtual/gsasl )
-       ssl? ( net-libs/gnutls:= )
-       tcpd? ( sys-apps/tcp-wrappers )
-       tokyocabinet? ( dev-db/tokyocabinet )"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
-       servers? ( tcpd )"
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-       # Disable bytecompilation of Python modules.
-       echo "#!/bin/sh" > build-aux/py-compile
-       # add missing tests so that make check doesn't fail
-       cp "${FILESDIR}"/{hdr,nohdr,twomsg,weed}.at "${S}"/readmsg/tests || die
-       if use mysql; then
-               sed -i -e /^INCLUDES/"s:$:$(mysql_config --include):" \
-                       sql/Makefile.am || die
-       fi
-       eapply "${FILESDIR}/${P}-MH-testsuite.patch"
-       eapply_user
-       eautoreconf
-}
-
-src_configure() {
-       append-flags -fno-strict-aliasing
-
-       # maildir is the Gentoo default
-       econf MU_DEFAULT_SCHEME=maildir \
-               CURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" \
-               $(use_with berkdb berkeley-db) \
-               $(use_with bidi fribidi) \
-               $(use_enable ipv6) \
-               $(use_with gdbm) \
-               $(use_with sasl gsasl) \
-               $(use_with guile) \
-               $(use_with kerberos gssapi) \
-               $(use_with ldap) \
-               $(use_with mysql) \
-               $(use_enable nls) \
-               $(use_enable pam) \
-               $(use_with postgres) \
-               $(use_enable python) \
-               $(use_with ssl gnutls) \
-               $(use_enable static-libs static) \
-               $(use_enable threads pthread) \
-               $(use_with tokyocabinet) \
-               $(use_with kyotocabinet) \
-               $(use_with tcpd tcp-wrappers) \
-               $(use_enable servers build-servers) \
-               $(use_enable clients build-clients) \
-               --with-mail-spool=/var/spool/mail \
-               --with-readline \
-               --enable-sendmail \
-               --disable-debug \
-               --disable-rpath
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       insinto /etc
-       # bug 613112
-       newins "${FILESDIR}/mailutils.rc" mailutils.conf
-       keepdir /etc/mailutils.d/
-       insinto /etc/mailutils.d
-       doins "${FILESDIR}/mail"
-
-       if use python; then
-               python_optimize
-               if use static-libs; then
-                       rm -r "${D}$(python_get_sitedir)/mailutils"/*.{a,la} || 
die
-               fi
-       fi
-
-       if use servers; then
-               newinitd "${FILESDIR}"/imap4d.initd imap4d
-               newinitd "${FILESDIR}"/pop3d.initd pop3d
-               newinitd "${FILESDIR}"/comsatd.initd comsatd
-       fi
-
-       dodoc AUTHORS ChangeLog NEWS README* THANKS TODO
-
-       # compatibility link
-       use clients && dosym /usr/bin/mail /bin/mail
-
-       use static-libs || find "${D}" -name "*.la" -delete
-}

diff --git a/net-mail/mailutils/mailutils-3.4.ebuild 
b/net-mail/mailutils/mailutils-3.4.ebuild
deleted file mode 100644
index bb0e216c931..00000000000
--- a/net-mail/mailutils/mailutils-3.4.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils flag-o-matic python-single-r1 toolchain-funcs
-
-DESCRIPTION="A useful collection of mail servers, clients, and filters"
-HOMEPAGE="https://www.gnu.org/software/mailutils/mailutils.html";
-#SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
-SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos kyotocabinet ldap \
-       mysql nls pam postgres python servers ssl static-libs +threads tcpd \
-       tokyocabinet"
-
-RDEPEND="!mail-client/nmh
-       !mail-filter/libsieve
-       !mail-client/mailx
-       !mail-client/nail
-       sys-libs/ncurses:=
-       sys-libs/readline:=
-       dev-libs/libltdl:0
-       virtual/mta
-       berkdb? ( sys-libs/db:= )
-       bidi? ( dev-libs/fribidi )
-       gdbm? ( sys-libs/gdbm )
-       guile? ( dev-scheme/guile:= )
-       kerberos? ( virtual/krb5 )
-       kyotocabinet? ( dev-db/kyotocabinet )
-       ldap? ( net-nds/openldap )
-       mysql? ( virtual/mysql )
-       nls? ( sys-devel/gettext )
-       pam? ( virtual/pam )
-       postgres? ( dev-db/postgresql:= )
-       python? ( ${PYTHON_DEPS} )
-       sasl? ( virtual/gsasl )
-       ssl? ( net-libs/gnutls:= )
-       tcpd? ( sys-apps/tcp-wrappers )
-       tokyocabinet? ( dev-db/tokyocabinet )"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
-       servers? ( tcpd )"
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-       # Disable bytecompilation of Python modules.
-       echo "#!/bin/sh" > build-aux/py-compile
-       # add missing tests so that make check doesn't fail
-       cp "${FILESDIR}"/{hdr,nohdr,twomsg,weed}.at "${S}"/readmsg/tests || die
-       if use mysql; then
-               sed -i -e /^INCLUDES/"s:$:$(mysql_config --include):" \
-                       sql/Makefile.am || die
-       fi
-       eapply_user
-       eautoreconf
-}
-
-src_configure() {
-       append-flags -fno-strict-aliasing
-
-       # maildir is the Gentoo default
-       econf MU_DEFAULT_SCHEME=maildir \
-               CURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" \
-               $(use_with berkdb berkeley-db) \
-               $(use_with bidi fribidi) \
-               $(use_enable ipv6) \
-               $(use_with gdbm) \
-               $(use_with sasl gsasl) \
-               $(use_with guile) \
-               $(use_with kerberos gssapi) \
-               $(use_with ldap) \
-               $(use_with mysql) \
-               $(use_enable nls) \
-               $(use_enable pam) \
-               $(use_with postgres) \
-               $(use_enable python) \
-               $(use_with ssl gnutls) \
-               $(use_enable static-libs static) \
-               $(use_enable threads pthread) \
-               $(use_with tokyocabinet) \
-               $(use_with kyotocabinet) \
-               $(use_with tcpd tcp-wrappers) \
-               $(use_enable servers build-servers) \
-               $(use_enable clients build-clients) \
-               --with-mail-spool=/var/spool/mail \
-               --with-readline \
-               --enable-sendmail \
-               --disable-debug \
-               --disable-rpath
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       insinto /etc
-       # bug 613112
-       newins "${FILESDIR}/mailutils.rc" mailutils.conf
-       keepdir /etc/mailutils.d/
-       insinto /etc/mailutils.d
-       doins "${FILESDIR}/mail"
-
-       if use python; then
-               python_optimize
-               if use static-libs; then
-                       rm -r "${D}$(python_get_sitedir)/mailutils"/*.{a,la} || 
die
-               fi
-       fi
-
-       if use servers; then
-               newinitd "${FILESDIR}"/imap4d.initd imap4d
-               newinitd "${FILESDIR}"/pop3d.initd pop3d
-               newinitd "${FILESDIR}"/comsatd.initd comsatd
-       fi
-
-       dodoc AUTHORS ChangeLog NEWS README* THANKS TODO
-
-       # compatibility link
-       use clients && dosym /usr/bin/mail /bin/mail
-
-       use static-libs || find "${D}" -name "*.la" -delete
-}

Reply via email to