diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2007-08-20 08:05:25 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2007-08-20 08:05:25 +0000 |
commit | 10ec21f00936fde4d4b65eebb7f3faf6a5802ac9 (patch) | |
tree | 7ffc83f855880173baa0d8379f614656578287aa | |
parent | Drop some keywords until bug #189372 is solved (diff) | |
download | gentoo-2-10ec21f00936fde4d4b65eebb7f3faf6a5802ac9.tar.gz gentoo-2-10ec21f00936fde4d4b65eebb7f3faf6a5802ac9.tar.bz2 gentoo-2-10ec21f00936fde4d4b65eebb7f3faf6a5802ac9.zip |
Version bump. Also installing vaclook now.
(Portage version: 2.1.2.11)
-rw-r--r-- | net-mail/vacation/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/vacation/files/digest-vacation-1.2.6.3 | 3 | ||||
-rw-r--r-- | net-mail/vacation/vacation-1.2.6.3.ebuild | 29 |
3 files changed, 39 insertions, 1 deletions
diff --git a/net-mail/vacation/ChangeLog b/net-mail/vacation/ChangeLog index 86608c10bbed..1e8782be271b 100644 --- a/net-mail/vacation/ChangeLog +++ b/net-mail/vacation/ChangeLog @@ -1,10 +1,16 @@ # ChangeLog for net-mail/vacation # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vacation/ChangeLog,v 1.9 2007/08/19 14:22:29 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vacation/ChangeLog,v 1.10 2007/08/20 08:05:25 phosphan Exp $ 19 Aug 2007; Christoph Mende <angelos@gentoo.org> vacation-1.2.6.2.ebuild: Stable on amd64 wrt bug #189111 +*vacation-1.2.6.3 (17 Aug 2007) + + 17 Aug 2007; Patrick Kursawe <phosphan@gentoo.org> + +vacation-1.2.6.3.ebuild: + Version bump. Also installing vaclook now. + 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-mail/vacation/files/digest-vacation-1.2.6.3 b/net-mail/vacation/files/digest-vacation-1.2.6.3 new file mode 100644 index 000000000000..a2b8f632f386 --- /dev/null +++ b/net-mail/vacation/files/digest-vacation-1.2.6.3 @@ -0,0 +1,3 @@ +MD5 6260cc581da4e77718948a98d055ab7d vacation-1.2.6.3.tar.gz 52118 +RMD160 e651fe019bf7c07303610d9cbde7d4896944912c vacation-1.2.6.3.tar.gz 52118 +SHA256 92b27e92871f3ed396f4535cef7807c976fc399600d3b1d11776152a0a4e9fb2 vacation-1.2.6.3.tar.gz 52118 diff --git a/net-mail/vacation/vacation-1.2.6.3.ebuild b/net-mail/vacation/vacation-1.2.6.3.ebuild new file mode 100644 index 000000000000..134cef68f14c --- /dev/null +++ b/net-mail/vacation/vacation-1.2.6.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2007 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.1 2007/08/20 08:05:25 phosphan Exp $ + +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="~x86 ~alpha ~amd64" +SLOT="0" +IUSE="" + +RDEPEND="virtual/mta + sys-libs/gdbm" +DEPEND="${RDEPEND} + !mail-mta/sendmail" + +src_compile () { + emake CC=$(tc-getCC) ARCH=$(tc-arch-kernel) CFLAGS="${CFLAGS}" || die "emake failed." +} + +src_install () { + dodir /usr/bin + dodir /usr/man/man1 + make BINDIR=${D}usr/bin MANDIR=${D}usr/man/man install || die +"make install failed" +} |