summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-07-21 09:44:38 +0000
committerPacho Ramos <pacho@gentoo.org>2013-07-21 09:44:38 +0000
commit87e950799fba860a61ee478ab3fe9c8cb20396c7 (patch)
treed2b82909eff6d6d80b198c1ea95353a0aeb84bb7 /net-mail/vacation
parentCleanup due #473480 (diff)
downloadgentoo-2-87e950799fba860a61ee478ab3fe9c8cb20396c7.tar.gz
gentoo-2-87e950799fba860a61ee478ab3fe9c8cb20396c7.tar.bz2
gentoo-2-87e950799fba860a61ee478ab3fe9c8cb20396c7.zip
Cleanup due #473480
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-mail/vacation')
-rw-r--r--net-mail/vacation/ChangeLog8
-rw-r--r--net-mail/vacation/metadata.xml2
-rw-r--r--net-mail/vacation/vacation-1.2.6.2.ebuild34
-rw-r--r--net-mail/vacation/vacation-1.2.6.3.ebuild36
4 files changed, 7 insertions, 73 deletions
diff --git a/net-mail/vacation/ChangeLog b/net-mail/vacation/ChangeLog
index 0a991bc6287d..49a5b4ed0d0b 100644
--- a/net-mail/vacation/ChangeLog
+++ b/net-mail/vacation/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/vacation
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vacation/ChangeLog,v 1.22 2010/10/10 20:21:02 klausman Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vacation/ChangeLog,v 1.23 2013/07/21 09:44:38 pacho Exp $
+
+ 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> -vacation-1.2.6.2.ebuild,
+ -vacation-1.2.6.3.ebuild, metadata.xml:
+ Cleanup due #473480
10 Oct 2010; Tobias Klausmann <klausman@gentoo.org>
vacation-1.2.7.0.ebuild:
diff --git a/net-mail/vacation/metadata.xml b/net-mail/vacation/metadata.xml
index cde42541750c..ff62877c67ae 100644
--- a/net-mail/vacation/metadata.xml
+++ b/net-mail/vacation/metadata.xml
@@ -2,6 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>phosphan@gentoo.org</email>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
</pkgmetadata>
diff --git a/net-mail/vacation/vacation-1.2.6.2.ebuild b/net-mail/vacation/vacation-1.2.6.2.ebuild
deleted file mode 100644
index f5bf51522510..000000000000
--- a/net-mail/vacation/vacation-1.2.6.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vacation/vacation-1.2.6.2.ebuild,v 1.5 2008/07/31 07:32:12 phosphan Exp $
-
-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}
- >=sys-apps/sed-4
- !mail-mta/sendmail"
-
-src_unpack () {
- unpack ${A}
- cd "${S}"
- mv vacation.man vacation.1
- sed -i -e 's: -m486::; s:CFLAGS.*= \(.*\):CFLAGS += \1:' Makefile
-}
-
-src_compile () {
- emake CFLAGS="${CFLAGS}" || die "emake failed."
-}
-
-src_install () {
- dobin vacation
- dodoc AUTHORS ChangeLog README README.smrsh
- doman vacation.1
-}
diff --git a/net-mail/vacation/vacation-1.2.6.3.ebuild b/net-mail/vacation/vacation-1.2.6.3.ebuild
deleted file mode 100644
index aae24e301149..000000000000
--- a/net-mail/vacation/vacation-1.2.6.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vacation/vacation-1.2.6.3.ebuild,v 1.6 2008/08/10 20:00:29 gentoofan23 Exp $
-
-inherit eutils 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"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i -e "s:install -s -m:install -m:" Makefile
-}
-
-src_compile () {
- emake CC=$(tc-getCC) ARCH=$(tc-arch-kernel) CFLAGS="${CFLAGS}" || die "emake failed."
-}
-
-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"
-}