From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9AC901381FA for ; Sat, 31 May 2014 10:25:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB3FBE086C; Sat, 31 May 2014 10:25:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 619A3E086C for ; Sat, 31 May 2014 10:25:45 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46B0833FD70 for ; Sat, 31 May 2014 10:25:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id EEC832004E; Sat, 31 May 2014 10:25:42 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libgksu: libgksu-2.0.12-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libgksu-2.0.12-r2.ebuild ChangeLog X-VCS-Directories: x11-libs/libgksu X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140531102542.EEC832004E@flycatcher.gentoo.org> Date: Sat, 31 May 2014 10:25:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c438aa92-fe06-4f49-99da-1168cf6bcf36 X-Archives-Hash: f2849409cb8165e282ac6223171782a9 pacho 14/05/31 10:25:42 Modified: ChangeLog Added: libgksu-2.0.12-r2.ebuild Log: Needs to be rebuilt with libgtop soname bumps (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.87 x11-libs/libgksu/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/ChangeLog?rev=1.87&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/ChangeLog?rev=1.87&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/ChangeLog?r1=1.86&r2=1.87 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libgksu/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- ChangeLog 27 Apr 2013 16:39:20 -0000 1.86 +++ ChangeLog 31 May 2014 10:25:42 -0000 1.87 @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libgksu -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libgksu/ChangeLog,v 1.86 2013/04/27 16:39:20 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libgksu/ChangeLog,v 1.87 2014/05/31 10:25:42 pacho Exp $ + +*libgksu-2.0.12-r2 (31 May 2014) + + 31 May 2014; Pacho Ramos +libgksu-2.0.12-r2.ebuild: + Needs to be rebuilt with libgtop soname bumps 27 Apr 2013; Samuli Suominen libgksu-2.0.12-r1.ebuild: Fix automake-1.13 compability by using AC_CONFIG_HEADERS instead of the @@ -337,4 +342,3 @@ +libgksu-1.2.5.ebuild: Initial import to satisify gksu version bump in bug #88850. Ebuild by Kalle Kotte . - 1.1 x11-libs/libgksu/libgksu-2.0.12-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/libgksu-2.0.12-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgksu/libgksu-2.0.12-r2.ebuild?rev=1.1&content-type=text/plain Index: libgksu-2.0.12-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libgksu/libgksu-2.0.12-r2.ebuild,v 1.1 2014/05/31 10:25:42 pacho Exp $ EAPI="5" GCONF_DEBUG="no" inherit autotools eutils gnome2 DESCRIPTION="A library for integration of su into applications" HOMEPAGE="http://www.nongnu.org/gksu/" SRC_URI="http://people.debian.org/~kov/gksu/${P}.tar.gz" LICENSE="LGPL-2" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="nls static-libs" COMMON_DEPEND=" >=x11-libs/gtk+-2.12:2 >=gnome-base/gconf-2 gnome-base/libgnome-keyring x11-libs/startup-notification >=gnome-base/libgtop-2:2= nls? ( >=sys-devel/gettext-0.14.1 ) " DEPEND="${COMMON_DEPEND} dev-util/gtk-doc-am >=dev-util/intltool-0.35.5 virtual/pkgconfig " RDEPEND="${COMMON_DEPEND} app-admin/sudo " src_prepare() { # Fix compilation on bsd epatch "${FILESDIR}"/${PN}-2.0.0-fbsd.patch # Fix wrong usage of LDFLAGS, bug #226837 epatch "${FILESDIR}/${PN}-2.0.7-libs.patch" # Use po/LINGUAS epatch "${FILESDIR}/${PN}-2.0.7-polinguas.patch" # Don't forkpty; bug #298289 epatch "${FILESDIR}/${P}-revert-forkpty.patch" # Make this gmake-3.82 compliant, bug #333961 epatch "${FILESDIR}/${P}-fix-make-3.82.patch" # Do not build test programs that are never executed; also fixes bug # #367397 (underlinking issues). epatch "${FILESDIR}/${P}-notests.patch" # Fix automake-1.11.2 compatibility, bug #397411 epatch "${FILESDIR}/${P}-automake-1.11.2.patch" sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467026 eautoreconf gnome2_src_prepare } src_configure() { gnome2_src_configure \ $(use_enable nls) \ $(use_enable static-libs static) }