From 56f58f148d988664cf3e119face55154e2c680e7 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 19 Jan 2021 09:40:37 +0100 Subject: net-mail/vacation: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/701044 Signed-off-by: Michał Górny --- net-mail/vacation/Manifest | 1 - net-mail/vacation/metadata.xml | 8 -------- net-mail/vacation/vacation-1.2.7.0.ebuild | 34 ------------------------------- 3 files changed, 43 deletions(-) delete mode 100644 net-mail/vacation/Manifest delete mode 100644 net-mail/vacation/metadata.xml delete mode 100644 net-mail/vacation/vacation-1.2.7.0.ebuild (limited to 'net-mail') diff --git a/net-mail/vacation/Manifest b/net-mail/vacation/Manifest deleted file mode 100644 index e08e8da4205a..000000000000 --- a/net-mail/vacation/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vacation-1.2.7.0.tar.gz 63849 BLAKE2B d2f2737677b0fe075041bac0a32b6f5f57d072040448b61416e7fee98e7d4184bbd22e25734ed5e4deeabb0d0c32953821d383c9d16cf79b325fa7f261956333 SHA512 50473777fa5d36c1b7ab438e1072a56298f8155c7aaa8f8d8daaa1dee5f85f54a7b17903c416e67dbac734368b1cdbbc599cd9aa58132b0ecb145ae8e058e97d diff --git a/net-mail/vacation/metadata.xml b/net-mail/vacation/metadata.xml deleted file mode 100644 index 442218c8ed31..000000000000 --- a/net-mail/vacation/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - vacation - - diff --git a/net-mail/vacation/vacation-1.2.7.0.ebuild b/net-mail/vacation/vacation-1.2.7.0.ebuild deleted file mode 100644 index 99cd4e75fca9..000000000000 --- a/net-mail/vacation/vacation-1.2.7.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="automatic mail answering program" -HOMEPAGE="http://vacation.sourceforge.net/" -SRC_URI="mirror://sourceforge/vacation/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 x86" -SLOT="0" - -RDEPEND="!mail-mta/sendmail - sys-libs/gdbm - virtual/mta" -DEPEND="${RDEPEND}" - -src_prepare() { - default - - sed -i -e "s:install -s -m:install -m:" \ - -e "s:-Xlinker:${LDFLAGS} -Xlinker:" Makefile || die -} - -src_compile() { - emake CFLAGS="${CFLAGS} -DMAIN" -} - -src_install() { - emake BINDIR="${ED}/usr/bin" MANDIR="${ED}/usr/share/man/man" install -} -- cgit v1.2.3-65-gdbad