From 7b107f32d1eb311a29eba4b904c5ede122b12a51 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Fri, 2 Oct 2020 22:03:49 +0100 Subject: app-text/hypermail: drop old --- app-text/hypermail/Manifest | 1 - app-text/hypermail/files/destdir.patch | 33 ------------------------ app-text/hypermail/hypermail-2.2.0.ebuild | 42 ------------------------------- app-text/hypermail/metadata.xml | 8 ------ profiles/server/package.accept_keywords | 2 -- 5 files changed, 86 deletions(-) delete mode 100644 app-text/hypermail/Manifest delete mode 100644 app-text/hypermail/files/destdir.patch delete mode 100644 app-text/hypermail/hypermail-2.2.0.ebuild delete mode 100644 app-text/hypermail/metadata.xml diff --git a/app-text/hypermail/Manifest b/app-text/hypermail/Manifest deleted file mode 100644 index 6bf5f7f6..00000000 --- a/app-text/hypermail/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hypermail-2.2.0.tar.gz 1256316 BLAKE2B d45633697334da6df0243a0bbc907820e82759c6f7374c846fae3051cc73fcea886944ab745690b66aa02e8dc054e9d55238dcfdc6c798923c84cf674f496c1d SHA512 bfd2fb228d220b3bc26b446494f281c0ad0a6c8395871cc57fbb4f5bd98ed33a3f7396d6b426c468f768aff8db9a549a8c5dba0c07a67b3604fe8cb0347c26d3 diff --git a/app-text/hypermail/files/destdir.patch b/app-text/hypermail/files/destdir.patch deleted file mode 100644 index e13a2404..00000000 --- a/app-text/hypermail/files/destdir.patch +++ /dev/null @@ -1,33 +0,0 @@ -hypermail does not seem to get the DESTDIR handling right. -Plus, for that matter, we fix the MAKEFLAGS passing, even though portage does -not use it. ---- Makefile.in 2005-05-21 21:13:55.288915280 +0200 -+++ notbroken-Makefile.in 2005-05-21 21:22:44.945395256 +0200 -@@ -44,16 +44,21 @@ - - install: - @cd src; $(MAKE) install CC="$(CC)" CFLAGS="$(CFLAGS)" \ -- cgidir="$(cgidir)" bindir="$(bindir)" LIBS="$(LIBS)" -+ cgidir="$(DESTDIR)$(cgidir)" bindir="$(DESTDIR)$(bindir)" \ -+ LIBS="$(LIBS)" DESTDIR="$(DESTDIR)" - @cd docs; $(MAKE) install CC="$(CC)" CFLAGS="$(CFLAGS)" \ -- $(MAKEFLAGS) mandir="$(mandir)" htmldir="$(htmldir)" -+ mandir="$(DESTDIR)$(mandir)" \ -+ htmldir="$(DESTDIR)$(htmldir)" DESTDIR="$(DESTDIR)" - @cd archive; $(MAKE) install CC="$(CC)" CFLAGS="$(CFLAGS)" \ -- bindir="$(bindir)" -+ bindir="$(DESTDIR)$(bindir)" DESTDIR="$(DESTDIR)" - - uninstall: -- @cd src; $(MAKE) uninstall cgidir="$(cgidir)" bindir="$(bindir)" -- @cd docs; $(MAKE) uninstall mandir="$(mandir)" htmldir="$(htmldir)" -- @cd archive; $(MAKE) uninstall bindir="$(bindir)" -+ @cd src; $(MAKE) uninstall cgidir="$(DESTDIR)$(cgidir)" \ -+ bindir="$(DESTDIR)$(bindir)" DESTDIR="$(DESTDIR)" -+ @cd docs; $(MAKE) uninstall mandir="$(DESTDIR)$(mandir)" \ -+ htmldir="$(DESTDIR)$(htmldir)" DESTDIR="$(DESTDIR)" -+ @cd archive; $(MAKE) uninstall bindir="$(DESTDIR)$(bindir)" \ -+ DESTDIR="$(DESTDIR)" - - lint: - @cd src; $(MAKE) lint diff --git a/app-text/hypermail/hypermail-2.2.0.ebuild b/app-text/hypermail/hypermail-2.2.0.ebuild deleted file mode 100644 index 9563cbbb..00000000 --- a/app-text/hypermail/hypermail-2.2.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit eutils toolchain-funcs - -DESCRIPTION="Make HTML archives out of mailboxes" -HOMEPAGE="http://www.hypermail-project.org/" -SRC_URI="http://www.hypermail-project.org/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gdbm doc" - -DEPEND="gdbm? ( sys-libs/gdbm )" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/destdir.patch" -) - -src_prepare() { - default - - # We exploit that docs/Makefile does not declare install.html as .PHONY - use doc || touch docs/install.html - - tc-export AR CC RANLIB -} - -src_configure() { - econf \ - --with-htmldir="/usr/share/doc/${PF}/html" \ - $(use_with gdbm) -} - -src_install() { - emake DESTDIR="${ED}" install - - dodoc Changelog KNOWN_BUGS README TODO UPGRADE -} diff --git a/app-text/hypermail/metadata.xml b/app-text/hypermail/metadata.xml deleted file mode 100644 index 82f7232e..00000000 --- a/app-text/hypermail/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - bertrand@jacquin.bzh - Bertrand Jacquin - - diff --git a/profiles/server/package.accept_keywords b/profiles/server/package.accept_keywords index 87abe5d9..9ba887a6 100644 --- a/profiles/server/package.accept_keywords +++ b/profiles/server/package.accept_keywords @@ -1,7 +1,5 @@ =app-emulation/libvirt-snmp-0.0.3 ~amd64 -=app-text/hypermail-2.2.0 ~amd64 - =www-apache/mod_geoip2-1.2.7-r1 ~amd64 # 23/10/2013 - beber -- cgit v1.2.3