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 DB098138202 for ; Sun, 16 Dec 2012 15:33:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25BAEE0595; Sun, 16 Dec 2012 15:33:06 +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 695B8E0595 for ; Sun, 16 Dec 2012 15:33: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 3040733DC73 for ; Sun, 16 Dec 2012 15:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B446AE543C for ; Sun, 16 Dec 2012 15:33:02 +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: <1355671088.f98df8bee17a0d62edfcd5b068562d4e806ee957.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.1.ebuild app-misc/gnote/gnote-9999.ebuild app-misc/gnote/metadata.xml X-VCS-Directories: app-misc/gnote/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: f98df8bee17a0d62edfcd5b068562d4e806ee957 X-VCS-Branch: master Date: Sun, 16 Dec 2012 15:33: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: 51a07ddb-15a2-4c0a-872b-5b79fbc99cfd X-Archives-Hash: 4310288ff24c668ef6579920cdb5a25d commit: f98df8bee17a0d62edfcd5b068562d4e806ee957 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 16 15:18:08 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 16 15:18:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f98df8be app-misc/gnote: moved to gx86 --- app-misc/gnote/gnote-3.6.1.ebuild | 55 ------------------------------------- app-misc/gnote/gnote-9999.ebuild | 23 ++++++++++----- app-misc/gnote/metadata.xml | 9 ++++++ 3 files changed, 24 insertions(+), 63 deletions(-) diff --git a/app-misc/gnote/gnote-3.6.1.ebuild b/app-misc/gnote/gnote-3.6.1.ebuild deleted file mode 100644 index 18fd8f9..0000000 --- a/app-misc/gnote/gnote-3.6.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $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 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION="Desktop note-taking application" -HOMEPAGE="http://live.gnome.org/Gnote" - -LICENSE="GPL-3" -SLOT="0" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~x86" -fi -IUSE="debug" - -RDEPEND=" - >=app-crypt/libsecret-0.8 - >=dev-cpp/glibmm-2.28:2 - >=dev-cpp/gtkmm-3.4:3.0 - >=dev-libs/boost-1.34 - >=dev-libs/libxml2-2:2 - >=sys-apps/util-linux-2.16 - >=x11-libs/gtk+-3.0:3 - dev-libs/libxslt - x11-libs/libX11 -" -DEPEND="${DEPEND} - app-text/yelp-tools - app-text/docbook-xml-dtd:4.1.2 - >=dev-util/intltool-0.35.0 - virtual/pkgconfig -" - -src_prepare() { - DOCS="AUTHORS ChangeLog NEWS README TODO" - G2CONF="${G2CONF} - --disable-static - --disable-schemas-compile - $(use_enable debug)" - - # Do not alter CFLAGS - sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die - - gnome2_src_prepare -} diff --git a/app-misc/gnote/gnote-9999.ebuild b/app-misc/gnote/gnote-9999.ebuild index 18fd8f9..c6a2a46 100644 --- a/app-misc/gnote/gnote-9999.ebuild +++ b/app-misc/gnote/gnote-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.4.ebuild,v 1.1 2011/05/02 21:02:38 eva Exp $ +# $Header: $ EAPI="4" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ fi DESCRIPTION="Desktop note-taking application" HOMEPAGE="http://live.gnome.org/Gnote" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" if [[ ${PV} = 9999 ]]; then KEYWORDS="" @@ -23,30 +23,37 @@ else fi IUSE="debug" -RDEPEND=" +# Automagic glib-2.32 dep +COMMON_DEPEND=" >=app-crypt/libsecret-0.8 >=dev-cpp/glibmm-2.28:2 >=dev-cpp/gtkmm-3.4:3.0 >=dev-libs/boost-1.34 + >=dev-libs/glib-2.32 >=dev-libs/libxml2-2:2 - >=sys-apps/util-linux-2.16 - >=x11-libs/gtk+-3.0:3 dev-libs/libxslt + >=sys-apps/util-linux-2.16 + >=x11-libs/gtk+-3:3 x11-libs/libX11 " +RDEPEND="${COMMON_DEPEND} + gnome-base/gsettings-desktop-schemas" DEPEND="${DEPEND} - app-text/yelp-tools app-text/docbook-xml-dtd:4.1.2 >=dev-util/intltool-0.35.0 virtual/pkgconfig " +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + app-text/yelp-tools" +fi src_prepare() { DOCS="AUTHORS ChangeLog NEWS README TODO" G2CONF="${G2CONF} --disable-static - --disable-schemas-compile $(use_enable debug)" + [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" # Do not alter CFLAGS sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die diff --git a/app-misc/gnote/metadata.xml b/app-misc/gnote/metadata.xml new file mode 100644 index 0000000..ee7f6ac --- /dev/null +++ b/app-misc/gnote/metadata.xml @@ -0,0 +1,9 @@ + + + + gnome + + eva@gentoo.org + Gilles Dartiguelongue + +