diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-05-16 10:08:22 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-05-16 10:08:22 +0000 |
commit | 6e106d23c687345a1d34dae2bebca76ce253d5a8 (patch) | |
tree | 5ac398f7b50edb9f65e0bdc31d0e433907b598f6 | |
parent | Version bump, closes bug #92581. (diff) | |
download | historical-6e106d23c687345a1d34dae2bebca76ce253d5a8.tar.gz historical-6e106d23c687345a1d34dae2bebca76ce253d5a8.tar.bz2 historical-6e106d23c687345a1d34dae2bebca76ce253d5a8.zip |
Inherit toolchain-funcs.eclass instead of gcc.eclass. Bug #92745.
Package-Manager: portage-2.0.51.21-r1
-rw-r--r-- | net-mail/ezmlm/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/ezmlm/ezmlm-0.53-r1.ebuild | 12 | ||||
-rw-r--r-- | net-mail/mailfront/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/mailfront/mailfront-0.88.ebuild | 8 | ||||
-rw-r--r-- | net-mail/mailfront/mailfront-0.92.ebuild | 8 | ||||
-rw-r--r-- | net-mail/vmailmgr/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild | 6 | ||||
-rw-r--r-- | net-mail/vmailmgr/vmailmgr-0.96.9-r2.ebuild | 4 |
8 files changed, 34 insertions, 23 deletions
diff --git a/net-mail/ezmlm/ChangeLog b/net-mail/ezmlm/ChangeLog index 7ca977d3adf5..862598ce93a5 100644 --- a/net-mail/ezmlm/ChangeLog +++ b/net-mail/ezmlm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/ezmlm -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ChangeLog,v 1.14 2004/06/25 03:10:53 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ChangeLog,v 1.15 2005/05/16 10:05:44 ticho Exp $ + + 16 May 2005; Andrej Kacian <ticho@gentoo.org> ezmlm-0.53-r1.ebuild: + Inherit toolchain-funcs.eclass instead of gcc.eclass. Bug #92745. 29 May 2004; Hallgrimur H. Gunnarsson <hhg@gentoo.org> ezmlm-0.53-r1.ebuild: Fixed homepage link; reported by Ben <bent@munat.com> in bug #52316 diff --git a/net-mail/ezmlm/ezmlm-0.53-r1.ebuild b/net-mail/ezmlm/ezmlm-0.53-r1.ebuild index 19a641fdcf1c..aefa64ed3826 100644 --- a/net-mail/ezmlm/ezmlm-0.53-r1.ebuild +++ b/net-mail/ezmlm/ezmlm-0.53-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ezmlm-0.53-r1.ebuild,v 1.6 2004/06/25 03:10:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ezmlm-0.53-r1.ebuild,v 1.7 2005/05/16 10:05:44 ticho Exp $ -inherit eutils fixheadtails gcc +inherit eutils fixheadtails toolchain-funcs DESCRIPTION="Simple yet powerful mailing list manager for qmail" -HOMEPAGE="http://cr.yp.to/${PN}.html" +HOMEPAGE="http://cr.yp.to/ezmlm.html" SRC_URI="http://cr.yp.to/software/${P}.tar.gz http://csa-net.dk/djbware/ezmlm-0.53-ia64.patch" @@ -29,8 +29,8 @@ src_unpack() { ht_fix_file Makefile *.do echo "/usr/bin" > conf-bin echo "/usr/share/man" > conf-man - echo "$(gcc-getCC) ${CFLAGS}" > conf-cc - echo "$(gcc-getCC) ${LDFLAGS}" > conf-ld + echo "$(tc-getCC) ${CFLAGS}" > conf-cc + echo "$(tc-getCC) ${LDFLAGS}" > conf-ld } src_compile() { diff --git a/net-mail/mailfront/ChangeLog b/net-mail/mailfront/ChangeLog index 76019990d13c..6288151990c1 100644 --- a/net-mail/mailfront/ChangeLog +++ b/net-mail/mailfront/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/mailfront # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/ChangeLog,v 1.16 2005/04/28 21:02:25 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/ChangeLog,v 1.17 2005/05/16 10:08:22 ticho Exp $ + + 16 May 2005; Andrej Kacian <ticho@gentoo.org> mailfront-0.88.ebuild, + mailfront-0.92.ebuild: + Inherit toolchain-funcs.eclass instead of gcc.eclass. Bug #92745. *mailfront-0.93 (28 Apr 2005) diff --git a/net-mail/mailfront/mailfront-0.88.ebuild b/net-mail/mailfront/mailfront-0.88.ebuild index 84422f834237..01779dbadfef 100644 --- a/net-mail/mailfront/mailfront-0.88.ebuild +++ b/net-mail/mailfront/mailfront-0.88.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.88.ebuild,v 1.7 2005/02/13 06:37:26 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.88.ebuild,v 1.8 2005/05/16 10:08:22 ticho Exp $ -inherit fixheadtails gcc +inherit fixheadtails toolchain-funcs DESCRIPTION="Mail server network protocol front-ends" HOMEPAGE="http://untroubled.org/mailfront/" @@ -27,8 +27,8 @@ src_compile() { echo "/usr/lib/bglibs/include" > conf-bgincs echo "/usr/lib/bglibs/lib" > conf-bglibs echo "/var/qmail/bin" > conf-bin - echo "$(gcc-getCC) ${CFLAGS}" > conf-cc - echo "$(gcc-getCC) -s" > conf-ld + echo "$(tc-getCC) ${CFLAGS}" > conf-cc + echo "$(tc-getCC) -s" > conf-ld emake || die } diff --git a/net-mail/mailfront/mailfront-0.92.ebuild b/net-mail/mailfront/mailfront-0.92.ebuild index 25f6fd71d13d..82bdea91dcf7 100644 --- a/net-mail/mailfront/mailfront-0.92.ebuild +++ b/net-mail/mailfront/mailfront-0.92.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.92.ebuild,v 1.1 2005/02/13 06:37:26 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.92.ebuild,v 1.2 2005/05/16 10:08:22 ticho Exp $ -inherit fixheadtails gcc +inherit fixheadtails toolchain-funcs DESCRIPTION="Mail server network protocol front-ends" HOMEPAGE="http://untroubled.org/mailfront/" @@ -30,8 +30,8 @@ src_compile() { echo "/usr/lib/bglibs/lib" > conf-bglibs echo "/var/qmail/bin" > conf-bin echo "/var/qmail" > conf-qmail - echo "$(gcc-getCC) ${CFLAGS}" > conf-cc - echo "$(gcc-getCC) -s" > conf-ld + echo "$(tc-getCC) ${CFLAGS}" > conf-cc + echo "$(tc-getCC) -s" > conf-ld emake || die } diff --git a/net-mail/vmailmgr/ChangeLog b/net-mail/vmailmgr/ChangeLog index 797b38480e4e..7a4b8985665d 100644 --- a/net-mail/vmailmgr/ChangeLog +++ b/net-mail/vmailmgr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/vmailmgr # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/ChangeLog,v 1.18 2005/05/06 14:35:59 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/ChangeLog,v 1.19 2005/05/16 10:01:52 ticho Exp $ + + 16 May 2005; Andrej Kacian <ticho@gentoo.org> vmailmgr-0.96.9-r1.ebuild, + vmailmgr-0.96.9-r2.ebuild: + Inherit toolchain-funcs.eclass instead of gcc.eclass. Bug #92745. 06 May 2005; Sven Wegener <swegener@gentoo.org> vmailmgr-0.96.9-r2.ebuild: Removed * postfix from <, <=, >= and > dependencies. diff --git a/net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild b/net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild index 1667f3365d0b..243c4e6d0711 100644 --- a/net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild +++ b/net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild,v 1.24 2004/11/24 09:39:58 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild,v 1.25 2005/05/16 10:01:52 ticho Exp $ -inherit gcc eutils +inherit toolchain-funcs eutils DESCRIPTION="virtual domains for qmail" SRC_URI="http://www.vmailmgr.org/current/${P}.tar.gz" diff --git a/net-mail/vmailmgr/vmailmgr-0.96.9-r2.ebuild b/net-mail/vmailmgr/vmailmgr-0.96.9-r2.ebuild index 1dfe2e784b4f..67db21fc55f3 100644 --- a/net-mail/vmailmgr/vmailmgr-0.96.9-r2.ebuild +++ b/net-mail/vmailmgr/vmailmgr-0.96.9-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.96.9-r2.ebuild,v 1.2 2005/05/06 14:35:59 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.96.9-r2.ebuild,v 1.3 2005/05/16 10:01:52 ticho Exp $ -inherit gcc eutils +inherit toolchain-funcs eutils DESCRIPTION="virtual domains for qmail" SRC_URI="http://www.vmailmgr.org/current/${P}.tar.gz" |