diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2003-02-13 19:00:55 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2003-02-13 19:00:55 +0000 |
commit | 4f08396e98b041c93ba4318dd748927f6a61069b (patch) | |
tree | f3b53f78dfe5166b09812e5b76a4ce78dcadf17f /net-mail/postfix | |
parent | added support to disable X if -X is used in USE vars (diff) | |
download | gentoo-2-4f08396e98b041c93ba4318dd748927f6a61069b.tar.gz gentoo-2-4f08396e98b041c93ba4318dd748927f6a61069b.tar.bz2 gentoo-2-4f08396e98b041c93ba4318dd748927f6a61069b.zip |
Adjustment to eclass inherit line from Descriptions sake
Diffstat (limited to 'net-mail/postfix')
-rw-r--r-- | net-mail/postfix/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/postfix/postfix-2.0.3.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-mail/postfix/ChangeLog b/net-mail/postfix/ChangeLog index b6f9cd9355ca..f9438dfa3acc 100644 --- a/net-mail/postfix/ChangeLog +++ b/net-mail/postfix/ChangeLog @@ -1,9 +1,15 @@ # ChangeLog for net-mail/postfix # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.57 2003/02/13 03:05:15 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.58 2003/02/13 19:00:55 mkeadle Exp $ *postfix-2.0.3 (28 Jan 2003) + 13 Feb 2003; Matt Keadle <mkeadle@gentoo.org> postfix-2.0.3.ebuild : + Moved 'inherit eutils' statement back to the top of the ebuild. + Being placed midway through was causing the package description + to be replaced with "Based on the eutils eclass" instead of one + suitable for Postfix. + 12 Feb 2003; Nick Hadaway <raker@gentoo.org> postfix-2.0.3.ebuild : Changed CC=cc to CC=${CC}. Thanks to Paul Prince on bug #15477 for the suggestion. diff --git a/net-mail/postfix/postfix-2.0.3.ebuild b/net-mail/postfix/postfix-2.0.3.ebuild index fade5d35e545..b2b4912b43cf 100644 --- a/net-mail/postfix/postfix-2.0.3.ebuild +++ b/net-mail/postfix/postfix-2.0.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.3.ebuild,v 1.7 2003/02/13 14:36:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.3.ebuild,v 1.8 2003/02/13 19:00:55 mkeadle Exp $ + +inherit eutils TLS_P="pfixtls-0.8.13-2.0.3-0.9.7" IPV6_P="tls+ipv6-1.12-pf-2.0.3" @@ -25,8 +27,6 @@ RDEPEND="${DEPEND} >=net-mail/mailbase-0.00 !virtual/mta" -inherit eutils - is_postfix_installed() { if [ -d /etc/postfix ] ; then return 1 |