diff options
author | Thilo Bangert <bangert@gentoo.org> | 2008-02-29 20:40:37 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2008-02-29 20:40:37 +0000 |
commit | 971cc505fb4f2be38663bf64d869f1e200d5f86b (patch) | |
tree | 0936cd9363d52df28dffae393f4fdf0be084ea3e /mail-mta/nullmailer | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-971cc505fb4f2be38663bf64d869f1e200d5f86b.tar.gz gentoo-2-971cc505fb4f2be38663bf64d869f1e200d5f86b.tar.bz2 gentoo-2-971cc505fb4f2be38663bf64d869f1e200d5f86b.zip |
fix utf-8 borkage in ChangeLog - dont inherit mailer eclass
(Portage version: 2.1.4.4)
Diffstat (limited to 'mail-mta/nullmailer')
-rw-r--r-- | mail-mta/nullmailer/ChangeLog | 14 | ||||
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.04.ebuild | 4 |
2 files changed, 11 insertions, 7 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog index 7104ad7d25e7..c579df307884 100644 --- a/mail-mta/nullmailer/ChangeLog +++ b/mail-mta/nullmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/nullmailer # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.28 2008/02/28 07:50:09 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.29 2008/02/29 20:40:37 bangert Exp $ + + 28 Feb 2008; Thilo Bangert <bangert@gentoo.org> ChangeLog, + nullmailer-1.04.ebuild: + fix utf-8 borkage in ChangeLog - dont inherit mailer eclass *nullmailer-1.04 (28 Feb 2008) @@ -29,7 +33,7 @@ nullmailer-1.02-r1.ebuild, nullmailer-1.02-r2.ebuild: Replacing einfo with elog - 22 Feb 2007; Piotr JaroszyÅski <peper@gentoo.org> ChangeLog: + 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. 27 Apr 2006; Marien Zwart <marienz@gentoo.org> Manifest: @@ -59,16 +63,16 @@ Bug #112163 - Version bump. Bug #118043 - init.d script. Bug #118826 - ~amd64 keyword. - 31 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> + 31 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> nullmailer-1.00_rc7.ebuild, nullmailer-1.00_rc7-r1.ebuild, nullmailer-1.00_rc7-r2.ebuild, nullmailer-1.00_rc7-r4.ebuild, nullmailer-1.00_rc7-r5.ebuild, nullmailer-1.00.ebuild: Use -1 instead of /bin/false as default shell. - 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> nullmailer-1.00.ebuild: + 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> nullmailer-1.00.ebuild: Actually change last version, not the one before. - 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> + 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> nullmailer-1.00_rc7-r5.ebuild: Use bindnow-flags function instead of -Wl,-z,now. diff --git a/mail-mta/nullmailer/nullmailer-1.04.ebuild b/mail-mta/nullmailer/nullmailer-1.04.ebuild index abb33c44a9b8..de3a87062488 100644 --- a/mail-mta/nullmailer/nullmailer-1.04.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.04.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild,v 1.1 2008/02/28 07:50:09 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild,v 1.2 2008/02/29 20:40:37 bangert Exp $ -inherit eutils flag-o-matic mailer +inherit eutils flag-o-matic MY_P="${P/_rc/RC}" S=${WORKDIR}/${MY_P} |