public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Re: gentoo-x86 commit in mail-filter/mailfilter: ChangeLog mailfilter-0.8.2.ebuild
       [not found] <20100801142753.A0C202CE15@corvid.gentoo.org>
@ 2010-08-03  6:52 ` Torsten Veller
  0 siblings, 0 replies; only message in thread
From: Torsten Veller @ 2010-08-03  6:52 UTC (permalink / raw
  To: gentoo-dev

>  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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-03  6:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20100801142753.A0C202CE15@corvid.gentoo.org>
2010-08-03  6:52 ` [gentoo-dev] Re: gentoo-x86 commit in mail-filter/mailfilter: ChangeLog mailfilter-0.8.2.ebuild Torsten Veller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox