public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marty E. Plummer" <hanetzer@startmail.com>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] [PATCH] eclass: freedict: require EAPI=6
Date: Wed, 4 Apr 2018 03:04:21 -0500	[thread overview]
Message-ID: <20180404080420.iq2p4eyjhy7trh4p@proprietary-killer> (raw)
In-Reply-To: <23227.22488.110720.428667@a1i15.kph.uni-mainz.de>

Any action on this?

On Wed, Mar 28, 2018 at 10:52:40AM +0200, Ulrich Mueller wrote:
> >>>>> On Wed, 28 Mar 2018, Marty E Plummer wrote:
> 
> > How's this:
> 
> Looks good to me.
> 
> > ---
> >  eclass/freedict.eclass | 18 ++++++++++--------
> >  1 file changed, 10 insertions(+), 8 deletions(-)
> 
> > diff --git a/eclass/freedict.eclass b/eclass/freedict.eclass
> > index 06419626d34..7c598aa6eaf 100644
> > --- a/eclass/freedict.eclass
> > +++ b/eclass/freedict.eclass
> > @@ -1,4 +1,4 @@
> > -# Copyright 1999-2014 Gentoo Foundation
> > +# Copyright 1999-2018 Gentoo Foundation
> >  # Distributed under the terms of the GNU General Public License v2
>  
> >  # @ECLASS: freedict.eclass
> > @@ -21,21 +21,23 @@
> >  # @DESCRIPTION:
> >  # Please see above for a description.
>  
> > -inherit eutils multilib
> > -
> > -IUSE=""
> > +case ${EAPI:-0} in
> > +	6) ;;
> > +	*) die "${ECLASS}.eclass is banned in EAPI=${EAPI}" ;;
> > +esac
>  
> >  MY_P=${PN/freedict-/}
>  
> > -S="${WORKDIR}"
> >  DESCRIPTION="Freedict for language translation from ${FORLANG} to ${TOLANG}"
> > -HOMEPAGE="http://www.freedict.de"
> > +HOMEPAGE="http://freedict.sourceforge.net"
> >  SRC_URI="http://freedict.sourceforge.net/download/linux/${MY_P}.tar.gz"
>  
> > +LICENSE="GPL-2+"
> >  SLOT="0"
> > -LICENSE="GPL-2"
>  
> > -DEPEND="app-text/dictd"
> > +RDEPEND="app-text/dictd"
> > +
> > +S="${WORKDIR}"
>  
> >  # @FUNCTION: freedict_src_install
> >  # @DESCRIPTION:
> > -- 
> > 2.16.3
> 
> 
> 


  reply	other threads:[~2018-04-04  8:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-26 21:33 [gentoo-dev] [PATCH] eclass: freedict: require EAPI=6 Marty E. Plummer
2018-03-26 21:58 ` Michał Górny
2018-03-26 22:58   ` Marty E. Plummer
2018-03-27  9:20 ` Ulrich Mueller
2018-03-28  7:31   ` Marty E. Plummer
2018-03-28  8:52     ` Ulrich Mueller
2018-04-04  8:04       ` Marty E. Plummer [this message]
2018-04-04 11:28         ` Aaron Bauman
2018-04-04 12:20           ` Ulrich Mueller
2018-04-04 11:58             ` Marty E. Plummer

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=20180404080420.iq2p4eyjhy7trh4p@proprietary-killer \
    --to=hanetzer@startmail.com \
    --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