summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-11 21:51:24 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-11 21:53:36 +0200
commitd98f724dd6d19240292653c3030ea03071c43acc (patch)
tree51b23710114d52be32db68ad88addc081f0532b8 /net-mail
parentnet-mail/sendEmail: drop 1.56-r2 (diff)
downloadgentoo-d98f724dd6d19240292653c3030ea03071c43acc.tar.gz
gentoo-d98f724dd6d19240292653c3030ea03071c43acc.tar.bz2
gentoo-d98f724dd6d19240292653c3030ea03071c43acc.zip
net-mail/mboxgrep: drop 0.7.9-r2
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/mboxgrep/mboxgrep-0.7.9-r2.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/net-mail/mboxgrep/mboxgrep-0.7.9-r2.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.9-r2.ebuild
deleted file mode 100644
index 38c5e740ce97..000000000000
--- a/net-mail/mboxgrep/mboxgrep-0.7.9-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Grep for mbox files"
-SRC_URI="https://downloads.sourceforge.net/mboxgrep/${P}.tar.gz"
-HOMEPAGE="https://datatipp.se/mboxgrep/"
-
-SLOT="0"
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="dmalloc"
-
-RDEPEND="
- app-arch/bzip2
- dev-libs/libpcre
- sys-libs/zlib
- dmalloc? ( dev-libs/dmalloc )
-"
-DEPEND="
- ${RDEPEND}
-"
-PATCHES=(
- "${FILESDIR}"/${P}-_DEFAULT_SOURCE.patch
- "${FILESDIR}"/${P}-fno-common.patch
- "${FILESDIR}"/${P}-ldflags.patch
-)
-
-src_configure() {
- econf \
- $(use_with dmalloc no yes)
-}
-
-src_install() {
- emake \
- prefix="${D}"/usr \
- mandir="${D}"/usr/share/man \
- infodir="${D}"/usr/share/info \
- install
- dodoc ChangeLog NEWS TODO README
-}