diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-09-26 04:57:07 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-09-26 04:57:07 +0000 |
commit | 64103f5d3b55c7c03e9790c987115ee2dac94ef3 (patch) | |
tree | db3e2929c3b17f47d3d9f3192a37b734da84c83c /net-mail/vmailmgr-tools | |
parent | Sanitize ebuild code. (diff) | |
download | historical-64103f5d3b55c7c03e9790c987115ee2dac94ef3.tar.gz historical-64103f5d3b55c7c03e9790c987115ee2dac94ef3.tar.bz2 historical-64103f5d3b55c7c03e9790c987115ee2dac94ef3.zip |
Cosmetical changes.
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'net-mail/vmailmgr-tools')
-rw-r--r-- | net-mail/vmailmgr-tools/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-mail/vmailmgr-tools/ChangeLog b/net-mail/vmailmgr-tools/ChangeLog index d90f823af167..0c9e06480881 100644 --- a/net-mail/vmailmgr-tools/ChangeLog +++ b/net-mail/vmailmgr-tools/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2007/01/14 22:41:46 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr-tools/ChangeLog,v 1.6 2007/09/26 04:57:07 mrness Exp $ + + 26 Sep 2007; Alin Năstac <mrness@gentoo.org> + vmailmgr-tools-0.2-r1.ebuild: + Cosmetical changes. 14 Jan 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-r1.ebuild index f1599a18730e..17a3c2fd99f7 100644 --- a/net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r1.ebuild +++ b/net-mail/vmailmgr-tools/vmailmgr-tools-0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.3 2007/01/14 22:41:46 mrness Exp $ +# $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 $ inherit toolchain-funcs eutils fixheadtails @@ -13,6 +13,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" +DEPEND="" RDEPEND="net-mail/vmailmgr" src_unpack() { @@ -27,7 +28,7 @@ src_compile() { echo "${D}/usr/bin" > conf-bin echo "$(tc-getCC) ${CFLAGS}" > conf-cc echo "$(tc-getCC) ${LDFLAGS}" > conf-ld - make || die "make failed" + emake || die "emake failed" } src_install() { |