Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/vmailmgr-tools: ChangeLog vmailmgr-tools-0.2-r2.ebuild vmailmgr-tools-0.2-r1.ebuild
Date: Sat, 20 Jun 2009 11:16:33
Message-Id: E1MHyYg-00072F-I9@stork.gentoo.org
1 mrness 09/06/20 11:16:30
2
3 Modified: ChangeLog
4 Added: vmailmgr-tools-0.2-r2.ebuild
5 Removed: vmailmgr-tools-0.2-r1.ebuild
6 Log:
7 Migrate to EAPI 2.
8 (Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.7 net-mail/vmailmgr-tools/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr-tools/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr-tools/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr-tools/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/vmailmgr-tools/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 26 Sep 2007 04:57:07 -0000 1.6
24 +++ ChangeLog 20 Jun 2009 11:16:30 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-mail/vmailmgr-tools
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr-tools/ChangeLog,v 1.6 2007/09/26 04:57:07 mrness Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr-tools/ChangeLog,v 1.7 2009/06/20 11:16:30 mrness Exp $
31 +
32 +*vmailmgr-tools-0.2-r2 (20 Jun 2009)
33 +
34 + 20 Jun 2009; Alin Năstac <mrness@g.o>
35 + -vmailmgr-tools-0.2-r1.ebuild, +vmailmgr-tools-0.2-r2.ebuild:
36 + Migrate to EAPI 2.
37
38 26 Sep 2007; Alin Năstac <mrness@g.o>
39 vmailmgr-tools-0.2-r1.ebuild:
40
41
42
43 1.1 net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: vmailmgr-tools-0.2-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $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 $
53
54 EAPI="2"
55
56 inherit toolchain-funcs eutils fixheadtails
57
58 DESCRIPTION="Add-on tools for use with vmailmgr"
59 HOMEPAGE="http://untroubled.org/vmailmgr-tools/"
60 SRC_URI="http://untroubled.org/vmailmgr-tools/archive/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="amd64 x86"
65 IUSE=""
66
67 DEPEND=""
68 RDEPEND="net-mail/vmailmgr"
69
70 src_prepare() {
71 epatch "${FILESDIR}/${P}-gcc34.patch"
72 epatch "${FILESDIR}/${P}-quota.patch"
73 ht_fix_file "${S}/Makefile"
74 }
75
76 src_configure() {
77 echo "${D}/usr/bin" > conf-bin
78 echo "$(tc-getCC) ${CFLAGS}" > conf-cc
79 echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
80 }
81
82 src_install() {
83 dodir /usr/bin
84 ./installer || die "install failed"
85
86 doman *.1
87 dodoc ANNOUNCEMENT NEWS README VERSION
88 }