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 25C7D138247 for ; Sun, 10 Nov 2013 08:43:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BB7AE0AE0; Sun, 10 Nov 2013 08:43:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CDD7E0AE0 for ; Sun, 10 Nov 2013 08:43:27 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7ABD33F01C for ; Sun, 10 Nov 2013 08:43:26 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id 78B142004B; Sun, 10 Nov 2013 08:43:25 +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 app-office/glabels: glabels-3.2.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: glabels-3.2.0.ebuild ChangeLog X-VCS-Directories: app-office/glabels X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131110084325.78B142004B@flycatcher.gentoo.org> Date: Sun, 10 Nov 2013 08:43:25 +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: 3650250d-ddfe-4259-9b32-cb0fd088d5f4 X-Archives-Hash: 724134100a4a46358f078664b840a8bd pacho 13/11/10 08:43:25 Modified: ChangeLog Added: glabels-3.2.0.ebuild Log: Version bump (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.71 app-office/glabels/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/glabels/ChangeLog?rev=1.71&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/glabels/ChangeLog?rev=1.71&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/glabels/ChangeLog?r1=1.70&r2=1.71 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- ChangeLog 7 Apr 2013 10:49:28 -0000 1.70 +++ ChangeLog 10 Nov 2013 08:43:25 -0000 1.71 @@ -1,6 +1,11 @@ # ChangeLog for app-office/glabels # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.70 2013/04/07 10:49:28 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.71 2013/11/10 08:43:25 pacho Exp $ + +*glabels-3.2.0 (10 Nov 2013) + + 10 Nov 2013; Pacho Ramos +glabels-3.2.0.ebuild: + Version bump 07 Apr 2013; Gilles Dartiguelongue glabels-3.0.1-r1.ebuild: Apply team policy. 1.1 app-office/glabels/glabels-3.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/glabels/glabels-3.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/glabels/glabels-3.2.0.ebuild?rev=1.1&content-type=text/plain Index: glabels-3.2.0.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-office/glabels/glabels-3.2.0.ebuild,v 1.1 2013/11/10 08:43:25 pacho Exp $ EAPI="5" GCONF_DEBUG="no" inherit eutils gnome2 DESCRIPTION="Program for creating labels and business cards" HOMEPAGE="http://www.glabels.org/" LICENSE="GPL-2 FDL-1.1 LGPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="barcode eds" RDEPEND=" >=dev-libs/glib-2.28.2:2 >=x11-libs/gtk+-3.0.9:3 >=dev-libs/libxml2-2.7.8:2 >=gnome-base/librsvg-2.32.0:2 >=x11-libs/cairo-1.10.0 >=x11-libs/pango-1.28.1 barcode? ( >=app-text/barcode-0.98 >=media-gfx/qrencode-3.1 ) eds? ( >=gnome-extra/evolution-data-server-2.30.3 ) " DEPEND="${RDEPEND} app-text/scrollkeeper app-text/docbook-xml-dtd:4.1.2 app-text/yelp-tools dev-util/gtk-doc-am >=dev-util/intltool-0.28 virtual/pkgconfig " src_configure() { gnome2_src_configure \ $(use_with eds libebook) \ --disable-static }