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 D1E55138010 for ; Tue, 16 Oct 2012 03:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30A7BE035C; Tue, 16 Oct 2012 03:01:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A52B1E035C for ; Tue, 16 Oct 2012 03:01:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9B9B33C235 for ; Tue, 16 Oct 2012 03:01:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7BFC0E5436 for ; Tue, 16 Oct 2012 03:01:02 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1350356421.fb8bf39060c81bc2b10fe0d3abb77a390438d21c.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-panel/gnome-panel-3.5.92.ebuild gnome-base/gnome-panel/gnome-panel-3.6.0.ebuild gnome-base/gnome-panel/gnome-panel-9999.ebuild X-VCS-Directories: gnome-base/gnome-panel/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: fb8bf39060c81bc2b10fe0d3abb77a390438d21c X-VCS-Branch: master Date: Tue, 16 Oct 2012 03:01:02 +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: 2c299441-2f30-4e8c-bf45-520da5cee043 X-Archives-Hash: 6f6f9053beb21c2dbacc1ea610e31f44 commit: fb8bf39060c81bc2b10fe0d3abb77a390438d21c Author: Alexandre Rostovtsev gentoo org> AuthorDate: Tue Oct 16 03:00:21 2012 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Tue Oct 16 03:00:21 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fb8bf390 gnome-base/gnome-panel: 3.5.92 → 3.6.0 + QA Bump, drop useless doc USE flag for non-live ebuilds, update license. --- ...anel-3.5.92.ebuild => gnome-panel-3.6.0.ebuild} | 13 +++++++------ gnome-base/gnome-panel/gnome-panel-9999.ebuild | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/gnome-base/gnome-panel/gnome-panel-3.5.92.ebuild b/gnome-base/gnome-panel/gnome-panel-3.6.0.ebuild similarity index 93% rename from gnome-base/gnome-panel/gnome-panel-3.5.92.ebuild rename to gnome-base/gnome-panel/gnome-panel-3.6.0.ebuild index 6ec9ebc..fc0fddc 100644 --- a/gnome-base/gnome-panel/gnome-panel-3.5.92.ebuild +++ b/gnome-base/gnome-panel/gnome-panel-3.6.0.ebuild @@ -14,10 +14,11 @@ fi DESCRIPTION="The GNOME panel" HOMEPAGE="http://www.gnome.org/" -LICENSE="GPL-2 FDL-1.1 LGPL-2" +LICENSE="GPL-2+ FDL-1.1+ LGPL-2+" SLOT="0" -IUSE="doc eds +introspection networkmanager" +IUSE="eds +introspection networkmanager" if [[ ${PV} = 9999 ]]; then + IUSE="${IUSE} doc" KEYWORDS="" else # Odd behaviour w.r.t. panels: https://bugzilla.gnome.org/show_bug.cgi?id=631553 @@ -51,16 +52,16 @@ RDEPEND=">=dev-libs/glib-2.31.14:2 DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 >=dev-lang/perl-5 + dev-util/gtk-doc-am >=dev-util/intltool-0.40 - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1 )" + virtual/pkgconfig" # eautoreconf needs # gnome-base/gnome-common -# dev-util/gtk-doc-am if [[ ${PV} = 9999 ]]; then DEPEND="${DEPEND} - app-text/yelp-tools" + app-text/yelp-tools + doc? ( >=dev-util/gtk-doc-1 )" fi pkg_setup() { diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild index 6ec9ebc..fc0fddc 100644 --- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild +++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild @@ -14,10 +14,11 @@ fi DESCRIPTION="The GNOME panel" HOMEPAGE="http://www.gnome.org/" -LICENSE="GPL-2 FDL-1.1 LGPL-2" +LICENSE="GPL-2+ FDL-1.1+ LGPL-2+" SLOT="0" -IUSE="doc eds +introspection networkmanager" +IUSE="eds +introspection networkmanager" if [[ ${PV} = 9999 ]]; then + IUSE="${IUSE} doc" KEYWORDS="" else # Odd behaviour w.r.t. panels: https://bugzilla.gnome.org/show_bug.cgi?id=631553 @@ -51,16 +52,16 @@ RDEPEND=">=dev-libs/glib-2.31.14:2 DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 >=dev-lang/perl-5 + dev-util/gtk-doc-am >=dev-util/intltool-0.40 - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1 )" + virtual/pkgconfig" # eautoreconf needs # gnome-base/gnome-common -# dev-util/gtk-doc-am if [[ ${PV} = 9999 ]]; then DEPEND="${DEPEND} - app-text/yelp-tools" + app-text/yelp-tools + doc? ( >=dev-util/gtk-doc-1 )" fi pkg_setup() {