diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-19 09:40:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-19 09:40:37 +0100 |
commit | 56f58f148d988664cf3e119face55154e2c680e7 (patch) | |
tree | aa77478792acec07060d576f451769e971f90598 | |
parent | net-ftp/tlswrap: Remove last-rited pkg (diff) | |
download | gentoo-56f58f148d988664cf3e119face55154e2c680e7.tar.gz gentoo-56f58f148d988664cf3e119face55154e2c680e7.tar.bz2 gentoo-56f58f148d988664cf3e119face55154e2c680e7.zip |
net-mail/vacation: Remove last-rited pkg
Closes: https://bugs.gentoo.org/701044
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | net-mail/vacation/Manifest | 1 | ||||
-rw-r--r-- | net-mail/vacation/metadata.xml | 8 | ||||
-rw-r--r-- | net-mail/vacation/vacation-1.2.7.0.ebuild | 34 | ||||
-rw-r--r-- | profiles/package.mask | 6 |
4 files changed, 0 insertions, 49 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">vacation</remote-id> - </upstream> -</pkgmetadata> 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 -} diff --git a/profiles/package.mask b/profiles/package.mask index e6380fda1b64..959b52b7573d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -270,12 +270,6 @@ sys-libs/netbsd-csu =sys-kernel/vanilla-sources-5.10.1 =sys-kernel/vanilla-sources-5.10.0 -# Michał Górny <mgorny@gentoo.org> (2020-12-18) -# Unmaintained. Last bumped in 2008. Last upstream (beta) in 2014. -# The current Gentoo version fails to install. -# Removal in 30 days. Bug #701044. -net-mail/vacation - # Lars Wendler <polynomial-c@gentoo.org> (2020-12-09) # Masked until most broken packages have been fixed (bug #732648) >=sys-devel/autoconf-2.70 |