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 7F969138010 for ; Sun, 28 Oct 2012 11:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53BCFE062B; Sun, 28 Oct 2012 11:33:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C2EA7E062B for ; Sun, 28 Oct 2012 11:33:34 +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 F262E33D8B8 for ; Sun, 28 Oct 2012 11:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 73691E5436 for ; Sun, 28 Oct 2012 11:33:31 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1351423994.37ea194da59d86896e84b9d6677e46448f7a4f6f.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/gnote/ X-VCS-Repository: proj/gnome X-VCS-Files: app-misc/gnote/gnote-3.6.0.ebuild app-misc/gnote/gnote-9999.ebuild X-VCS-Directories: app-misc/gnote/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 37ea194da59d86896e84b9d6677e46448f7a4f6f X-VCS-Branch: master Date: Sun, 28 Oct 2012 11:33:31 +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: 050cf0fd-8463-476a-b3aa-7edefe790885 X-Archives-Hash: 9e4af1a2e2bbed00761511d8613b1257 commit: 37ea194da59d86896e84b9d6677e46448f7a4f6f Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 28 11:33:14 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Oct 28 11:33:14 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=37ea194d app-misc/gnote: 0.8.4 → 3.6.0 --- .../{gnote-9999.ebuild => gnote-3.6.0.ebuild} | 36 ++++++++++---------- app-misc/gnote/gnote-9999.ebuild | 36 ++++++++++---------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/app-misc/gnote/gnote-9999.ebuild b/app-misc/gnote/gnote-3.6.0.ebuild similarity index 69% copy from app-misc/gnote/gnote-9999.ebuild copy to app-misc/gnote/gnote-3.6.0.ebuild index b6ddbb1..18fd8f9 100644 --- a/app-misc/gnote/gnote-9999.ebuild +++ b/app-misc/gnote/gnote-3.6.0.ebuild @@ -3,6 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.4.ebuild,v 1.1 2011/05/02 21:02:38 eva Exp $ EAPI="4" +GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" inherit gnome2 @@ -20,36 +21,35 @@ if [[ ${PV} = 9999 ]]; then else KEYWORDS="~amd64 ~x86" fi -IUSE="applet debug" +IUSE="debug" -RDEPEND=">=x11-libs/gtk+-3.0:3 +RDEPEND=" + >=app-crypt/libsecret-0.8 >=dev-cpp/glibmm-2.28:2 - >=dev-cpp/gtkmm-3.0:3.0 - >=dev-libs/libxml2-2:2 - dev-libs/libxslt - >=dev-libs/libpcre-7.8:3[cxx] + >=dev-cpp/gtkmm-3.4:3.0 >=dev-libs/boost-1.34 + >=dev-libs/libxml2-2:2 >=sys-apps/util-linux-2.16 - applet? ( >=gnome-base/gnome-panel-3 )" + >=x11-libs/gtk+-3.0:3 + dev-libs/libxslt + x11-libs/libX11 +" DEPEND="${DEPEND} - >=dev-util/intltool-0.35.0 - app-text/gnome-doc-utils + app-text/yelp-tools app-text/docbook-xml-dtd:4.1.2 - virtual/pkgconfig" + >=dev-util/intltool-0.35.0 + virtual/pkgconfig +" -pkg_setup() { +src_prepare() { DOCS="AUTHORS ChangeLog NEWS README TODO" G2CONF="${G2CONF} --disable-static --disable-schemas-compile - $(use_enable applet) $(use_enable debug)" -} -src_prepare() { - gnome2_src_prepare + # Do not alter CFLAGS + sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die - # Do not set idiotic defines in a released tarball, bug #311979 - sed 's/-DG.*_DISABLE_DEPRECATED//g' -i libtomboy/Makefile.* || - die "sed failed" + gnome2_src_prepare } diff --git a/app-misc/gnote/gnote-9999.ebuild b/app-misc/gnote/gnote-9999.ebuild index b6ddbb1..18fd8f9 100644 --- a/app-misc/gnote/gnote-9999.ebuild +++ b/app-misc/gnote/gnote-9999.ebuild @@ -3,6 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.4.ebuild,v 1.1 2011/05/02 21:02:38 eva Exp $ EAPI="4" +GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" inherit gnome2 @@ -20,36 +21,35 @@ if [[ ${PV} = 9999 ]]; then else KEYWORDS="~amd64 ~x86" fi -IUSE="applet debug" +IUSE="debug" -RDEPEND=">=x11-libs/gtk+-3.0:3 +RDEPEND=" + >=app-crypt/libsecret-0.8 >=dev-cpp/glibmm-2.28:2 - >=dev-cpp/gtkmm-3.0:3.0 - >=dev-libs/libxml2-2:2 - dev-libs/libxslt - >=dev-libs/libpcre-7.8:3[cxx] + >=dev-cpp/gtkmm-3.4:3.0 >=dev-libs/boost-1.34 + >=dev-libs/libxml2-2:2 >=sys-apps/util-linux-2.16 - applet? ( >=gnome-base/gnome-panel-3 )" + >=x11-libs/gtk+-3.0:3 + dev-libs/libxslt + x11-libs/libX11 +" DEPEND="${DEPEND} - >=dev-util/intltool-0.35.0 - app-text/gnome-doc-utils + app-text/yelp-tools app-text/docbook-xml-dtd:4.1.2 - virtual/pkgconfig" + >=dev-util/intltool-0.35.0 + virtual/pkgconfig +" -pkg_setup() { +src_prepare() { DOCS="AUTHORS ChangeLog NEWS README TODO" G2CONF="${G2CONF} --disable-static --disable-schemas-compile - $(use_enable applet) $(use_enable debug)" -} -src_prepare() { - gnome2_src_prepare + # Do not alter CFLAGS + sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die - # Do not set idiotic defines in a released tarball, bug #311979 - sed 's/-DG.*_DISABLE_DEPRECATED//g' -i libtomboy/Makefile.* || - die "sed failed" + gnome2_src_prepare }