summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-19 09:40:37 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-19 09:40:37 +0100
commit56f58f148d988664cf3e119face55154e2c680e7 (patch)
treeaa77478792acec07060d576f451769e971f90598 /net-mail
parentnet-ftp/tlswrap: Remove last-rited pkg (diff)
downloadgentoo-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>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/vacation/Manifest1
-rw-r--r--net-mail/vacation/metadata.xml8
-rw-r--r--net-mail/vacation/vacation-1.2.7.0.ebuild34
3 files changed, 0 insertions, 43 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
-}