public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download: 
* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-crypt/gpa: gpa-0.9.3.ebuild ChangeLog gpa-0.9.1_pre20100416-r1.ebuild
       [not found]     <20120827015243.3BC7920877@flycatcher.gentoo.org>
@ 2012-08-27  7:18 99% ` Samuli Suominen
  0 siblings, 0 replies; 1+ results
From: Samuli Suominen @ 2012-08-27  7:18 UTC (permalink / raw
  To: gentoo-dev, flameeyes

On 27/08/12 04:52, Diego Petteno (flameeyes) wrote:
> flameeyes    12/08/27 01:52:43
>
>    Modified:             ChangeLog
>    Added:                gpa-0.9.3.ebuild
>    Removed:              gpa-0.9.1_pre20100416-r1.ebuild
>    Log:
>    Version bump (thanks to Arfrever in bug #432636 for reporting). Simplify thanks to EAPI 4 and fix bug #417437.
>
>    (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
>
> Revision  Changes    Path
> 1.80                 app-crypt/gpa/ChangeLog
>
> file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gpa/ChangeLog?rev=1.80&view=markup
> plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gpa/ChangeLog?rev=1.80&content-type=text/plain
> diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gpa/ChangeLog?r1=1.79&r2=1.80
>
> Index: ChangeLog
> ===================================================================
> RCS file: /var/cvsroot/gentoo-x86/app-crypt/gpa/ChangeLog,v
> retrieving revision 1.79
> retrieving revision 1.80
> diff -u -r1.79 -r1.80
> --- ChangeLog	3 May 2012 18:16:38 -0000	1.79
> +++ ChangeLog	27 Aug 2012 01:52:43 -0000	1.80
> @@ -1,6 +1,13 @@
>   # ChangeLog for app-crypt/gpa
>   # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
> -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/ChangeLog,v 1.79 2012/05/03 18:16:38 jdhore Exp $
> +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/ChangeLog,v 1.80 2012/08/27 01:52:43 flameeyes Exp $
> +
> +*gpa-0.9.3 (27 Aug 2012)
> +
> +  27 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> +gpa-0.9.3.ebuild,
> +  -files/gpa-desktop-file-validate-new.patch, -gpa-0.9.1_pre20100416-r1.ebuild:
> +  Version bump (thanks to Arfrever in bug #432636 for reporting). Simplify
> +  thanks to EAPI 4 and fix bug #417437.
>
>     03 May 2012; Jeff Horelick <jdhore@gentoo.org> gpa-0.9.1_pre20100416.ebuild,
>     gpa-0.9.1_pre20100416-r1.ebuild:
>
>
>
> 1.1                  app-crypt/gpa/gpa-0.9.3.ebuild
>
> file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gpa/gpa-0.9.3.ebuild?rev=1.1&view=markup
> plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gpa/gpa-0.9.3.ebuild?rev=1.1&content-type=text/plain
>
> Index: gpa-0.9.3.ebuild
> ===================================================================
> # Copyright 1999-2012 Gentoo Foundation
> # Distributed under the terms of the GNU General Public License v2
> # $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.9.3.ebuild,v 1.1 2012/08/27 01:52:43 flameeyes Exp $
>
> EAPI=4
>
> DESCRIPTION="The GNU Privacy Assistant (GPA) is a graphical user interface for GnuPG"
> HOMEPAGE="http://gpa.wald.intevation.org"
> SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
>
> LICENSE="GPL-3"
> SLOT="0"
> KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
> IUSE="nls"
>
> RDEPEND=">=x11-libs/gtk+-2.10.0:2
> 	>=dev-libs/libgpg-error-1.4
> 	>=dev-libs/libassuan-1.1.0
> 	>=app-crypt/gnupg-2
> 	>=app-crypt/gpgme-1.2.0"
> DEPEND="${RDEPEND}
> 	virtual/pkgconfig
> 	nls? ( sys-devel/gettext )"
>
> src_configure() {
> 	# force --libexecdir so that it doesn't expand to
> 	# ${exec_prefix}/libexec instead.
> 	econf \
> 		--libexecdir=/usr/libexec \
> 		--with-gpgme-prefix=/usr \
> 		--with-libassuan-prefix=/usr \
> 		$(use_enable nls) \
> 		${myconf}
> }

why leave the ebuild read $myconf from global scope? $EXTRA_ECONF works 
for this


^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
     [not found]     <20120827015243.3BC7920877@flycatcher.gentoo.org>
2012-08-27  7:18 99% ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-crypt/gpa: gpa-0.9.3.ebuild ChangeLog gpa-0.9.1_pre20100416-r1.ebuild Samuli Suominen

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