[gentoo-commits] repo/gentoo:master commit in: net-mail/vacation/, profiles/

2021-01-19 Thread Michał Górny
commit: 56f58f148d988664cf3e119face55154e2c680e7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 19 08:40:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 19 08:40:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f58f14

net-mail/vacation: Remove last-rited pkg

Closes: https://bugs.gentoo.org/701044
Signed-off-by: Michał Górny  gentoo.org>

 net-mail/vacation/Manifest|  1 -
 net-mail/vacation/metadata.xml|  8 
 net-mail/vacation/vacation-1.2.7.0.ebuild | 34 ---
 profiles/package.mask |  6 --
 4 files changed, 49 deletions(-)

diff --git a/net-mail/vacation/Manifest b/net-mail/vacation/Manifest
deleted file mode 100644
index e08e8da4205..000
--- 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 442218c8ed3..000
--- a/net-mail/vacation/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-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 99cd4e75fca..000
--- 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 e6380fda1b6..959b52b7573 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  (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  (2020-12-09)
 # Masked until most broken packages have been fixed (bug #732648)
 >=sys-devel/autoconf-2.70



[gentoo-commits] repo/gentoo:master commit in: net-mail/vacation/

2019-11-23 Thread Michał Górny
commit: f44e1f08ddf3bcd16e1c2f99b07da1abc6cac26d
Author: Jörg Habenicht  gmx  de>
AuthorDate: Wed Oct 30 13:43:33 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 23 18:36:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44e1f08

net-mail/vacation: upgrade to EAPI7

fixes build error on incorrect man page path

Bug: https://bugs.gentoo.org/696252
Signed-off-by: Jörg Habenicht  gmx.de>
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Closes: https://github.com/gentoo/gentoo/pull/13499
Signed-off-by: Michał Górny  gentoo.org>

 net-mail/vacation/vacation-1.2.7.0.ebuild | 32 ++-
 1 file changed, 14 insertions(+), 18 deletions(-)

diff --git a/net-mail/vacation/vacation-1.2.7.0.ebuild 
b/net-mail/vacation/vacation-1.2.7.0.ebuild
index a564b628534..89462f5392f 100644
--- a/net-mail/vacation/vacation-1.2.7.0.ebuild
+++ b/net-mail/vacation/vacation-1.2.7.0.ebuild
@@ -1,38 +1,34 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
-inherit eutils toolchain-funcs
+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"
-IUSE=""
 
-RDEPEND="virtual/mta
-   sys-libs/gdbm"
-DEPEND="${RDEPEND}
-   !mail-mta/sendmail"
+RDEPEND="!mail-mta/sendmail
+   sys-libs/gdbm
+   virtual/mta"
+DEPEND="${RDEPEND}"
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
+src_prepare() {
+   default
 
-   sed -i -e "s:install -s -m:install -m:" Makefile
-   sed -i -e "s:-Xlinker:${LDFLAGS} -Xlinker:" Makefile
+   sed -i -e "s:install -s -m:install -m:" \
+   -e "s:-Xlinker:${LDFLAGS} -Xlinker:" Makefile || die
 }
 
 src_compile () {
-   emake CC=$(tc-getCC) ARCH=$(tc-arch-kernel) CFLAGS="${CFLAGS} -DMAIN" 
|| die "emake failed."
+   emake CFLAGS="${CFLAGS} -DMAIN"
 }
 
 src_install () {
-   dodir /usr/bin
-   dodir /usr/share/man/man1
-   emake BINDIR="${D}/usr/bin" MANDIR="${D}usr/share/man/man" install || 
die \
-   "make install failed"
+   emake BINDIR="${ED}/usr/bin" MANDIR="${ED}/usr/share/man/man" install
 }