summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2009-06-20 11:16:30 +0000
committerAlin Năstac <mrness@gentoo.org>2009-06-20 11:16:30 +0000
commit81c49060d8737bf68214f29dd60b4cf5f6afd073 (patch)
tree0d9fb5aeada40dac3d4d58f54e0158064cd7c156 /net-mail/vmailmgr-tools
parentDefine strcasestr() only when is not declared in string.h (#273270). (diff)
downloadgentoo-2-81c49060d8737bf68214f29dd60b4cf5f6afd073.tar.gz
gentoo-2-81c49060d8737bf68214f29dd60b4cf5f6afd073.tar.bz2
gentoo-2-81c49060d8737bf68214f29dd60b4cf5f6afd073.zip
Migrate to EAPI 2.
(Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-mail/vmailmgr-tools')
-rw-r--r--net-mail/vmailmgr-tools/ChangeLog10
-rw-r--r--net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r2.ebuild (renamed from net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r1.ebuild)13
2 files changed, 14 insertions, 9 deletions
diff --git a/net-mail/vmailmgr-tools/ChangeLog b/net-mail/vmailmgr-tools/ChangeLog
index 0c9e06480881..5f324700f1bf 100644
--- a/net-mail/vmailmgr-tools/ChangeLog
+++ b/net-mail/vmailmgr-tools/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-mail/vmailmgr-tools
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr-tools/ChangeLog,v 1.6 2007/09/26 04:57:07 mrness Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr-tools/ChangeLog,v 1.7 2009/06/20 11:16:30 mrness Exp $
+
+*vmailmgr-tools-0.2-r2 (20 Jun 2009)
+
+ 20 Jun 2009; Alin Năstac <mrness@gentoo.org>
+ -vmailmgr-tools-0.2-r1.ebuild, +vmailmgr-tools-0.2-r2.ebuild:
+ Migrate to EAPI 2.
26 Sep 2007; Alin Năstac <mrness@gentoo.org>
vmailmgr-tools-0.2-r1.ebuild:
diff --git a/net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r1.ebuild b/net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r2.ebuild
index 17a3c2fd99f7..cb9e9e5df7d6 100644
--- a/net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r1.ebuild
+++ b/net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r1.ebuild,v 1.4 2007/09/26 04:57:07 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r2.ebuild,v 1.1 2009/06/20 11:16:30 mrness Exp $
+
+EAPI="2"
inherit toolchain-funcs eutils fixheadtails
@@ -16,19 +18,16 @@ IUSE=""
DEPEND=""
RDEPEND="net-mail/vmailmgr"
-src_unpack() {
- unpack ${A}
-
+src_prepare() {
epatch "${FILESDIR}/${P}-gcc34.patch"
epatch "${FILESDIR}/${P}-quota.patch"
ht_fix_file "${S}/Makefile"
}
-src_compile() {
+src_configure() {
echo "${D}/usr/bin" > conf-bin
echo "$(tc-getCC) ${CFLAGS}" > conf-cc
echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
- emake || die "emake failed"
}
src_install() {