public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Torsten Veller <tove@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] Re: gentoo-x86 commit in mail-filter/mailfilter: ChangeLog mailfilter-0.8.2.ebuild
Date: Tue, 3 Aug 2010 08:52:53 +0200	[thread overview]
Message-ID: <20100803084602.TAb0b04e.tv@veller.net> (raw)
In-Reply-To: <20100801142753.A0C202CE15@corvid.gentoo.org>

>  EAPI=2
> -
>  inherit eutils
>  
>  DESCRIPTION="Mailfilter is a utility to get rid of unwanted spam mails"
> @@ -19,16 +18,16 @@
>  RDEPEND=""
>  
>  src_prepare() {
> -	epatch "${FILESDIR}"/0.8.2-gcc44.patch
> +	epatch "${FILESDIR}"/0.8.2-gcc44.patch \
> +		"${FILESDIR}"/0.8.2-openssl-1.patch
>  }
>  
>  src_compile() {
> -	# bug #281069
> -	emake -j1 || die "emake failed"
> +	emake -j1 || die #281069
>  }
>  
>  src_install() {
> -	emake DESTDIR="${D}" install || die "make install failed"
> +	emake DESTDIR="${D}" install || die
>  	dodoc INSTALL doc/FAQ "${FILESDIR}"/rcfile.example{1,2} \
> -		README THANKS ChangeLog AUTHORS NEWS || die "doc failed"
> +		README THANKS ChangeLog AUTHORS NEWS || die
>  }

Etiquette policy <http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=3&chap=2>:
| Respect developers' coding preferences. Unnecessarily changing the
| syntax of an ebuild increases the load on the CVS server and can cause
| complications for others. Syntax changes should only be done if there is
| a real benefit, such as faster compilation, improved information for the
| end user, or compliance to Gentoo policies.

If you are not the maintainer, don't quote any policy compliance in
ChangeLog, I think this is a breach of the etiquette policy.

Thanks



           reply	other threads:[~2010-08-03  6:53 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20100801142753.A0C202CE15@corvid.gentoo.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100803084602.TAb0b04e.tv@veller.net \
    --to=tove@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox