From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R8oDT-0008Fw-Hi for garchives@archives.gentoo.org; Wed, 28 Sep 2011 07:06:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A261A21C208; Wed, 28 Sep 2011 07:05:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5C6D621C208 for ; Wed, 28 Sep 2011 07:05:54 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AED6B1B4011 for ; Wed, 28 Sep 2011 07:05:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0C76C80042 for ; Wed, 28 Sep 2011 07:05:53 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <17a0f8dbbe46db716620c4ba3d1959cd015d6af0.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/gnote/ X-VCS-Repository: proj/gnome X-VCS-Files: app-misc/gnote/gnote-0.8.0.ebuild app-misc/gnote/gnote-9999.ebuild X-VCS-Directories: app-misc/gnote/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 17a0f8dbbe46db716620c4ba3d1959cd015d6af0 Date: Wed, 28 Sep 2011 07:05:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e713af08e0a3208d25eb398c78d24fce commit: 17a0f8dbbe46db716620c4ba3d1959cd015d6af0 Author: Alexandre Rostovtsev gmail com> AuthorDate: Tue Sep 27 08:08:58 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Wed Sep 28 07:03:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D17a0f8db app-misc/gnote: add 0.8.0 Add the gnome-3.2, gtk3-based version of gnote. --- app-misc/gnote/gnote-0.8.0.ebuild | 55 +++++++++++++++++++++++++++++++= ++++++ app-misc/gnote/gnote-9999.ebuild | 55 +++++++++++++++++++++++++++++++= ++++++ 2 files changed, 110 insertions(+), 0 deletions(-) diff --git a/app-misc/gnote/gnote-0.8.0.ebuild b/app-misc/gnote/gnote-0.8= .0.ebuild new file mode 100644 index 0000000..aaffb3e --- /dev/null +++ b/app-misc/gnote/gnote-0.8.0.ebuild @@ -0,0 +1,55 @@ +# 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=3D"4" +GNOME2_LA_PUNT=3D"yes" + +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION=3D"Desktop note-taking application" +HOMEPAGE=3D"http://live.gnome.org/Gnote" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~amd64 ~x86" +fi +IUSE=3D"applet debug" + +RDEPEND=3D">=3Dx11-libs/gtk+-3.0:3 + >=3Ddev-cpp/glibmm-2.28:2 + >=3Ddev-cpp/gtkmm-3.0:3.0 + >=3Ddev-libs/libxml2-2:2 + dev-libs/libxslt + >=3Ddev-libs/libpcre-7.8:3[cxx] + >=3Ddev-libs/boost-1.34 + >=3Dsys-apps/util-linux-2.16 + applet? ( >=3Dgnome-base/gnome-panel-3 )" +DEPEND=3D"${DEPEND} + dev-util/pkgconfig + >=3Ddev-util/intltool-0.35.0 + app-text/gnome-doc-utils + app-text/docbook-xml-dtd:4.1.2" + +pkg_setup() { + DOCS=3D"AUTHORS ChangeLog NEWS README TODO" + G2CONF=3D"${G2CONF} + --disable-static + --disable-schemas-compile + $(use_enable applet) + $(use_enable debug)" +} + +src_prepare() { + gnome2_src_prepare + + # Do not set idiotic defines in a released tarball, bug #311979 + sed 's/-DG.*_DISABLE_DEPRECATED//g' -i libtomboy/Makefile.* || + die "sed failed" +} diff --git a/app-misc/gnote/gnote-9999.ebuild b/app-misc/gnote/gnote-9999= .ebuild new file mode 100644 index 0000000..aaffb3e --- /dev/null +++ b/app-misc/gnote/gnote-9999.ebuild @@ -0,0 +1,55 @@ +# 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=3D"4" +GNOME2_LA_PUNT=3D"yes" + +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION=3D"Desktop note-taking application" +HOMEPAGE=3D"http://live.gnome.org/Gnote" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~amd64 ~x86" +fi +IUSE=3D"applet debug" + +RDEPEND=3D">=3Dx11-libs/gtk+-3.0:3 + >=3Ddev-cpp/glibmm-2.28:2 + >=3Ddev-cpp/gtkmm-3.0:3.0 + >=3Ddev-libs/libxml2-2:2 + dev-libs/libxslt + >=3Ddev-libs/libpcre-7.8:3[cxx] + >=3Ddev-libs/boost-1.34 + >=3Dsys-apps/util-linux-2.16 + applet? ( >=3Dgnome-base/gnome-panel-3 )" +DEPEND=3D"${DEPEND} + dev-util/pkgconfig + >=3Ddev-util/intltool-0.35.0 + app-text/gnome-doc-utils + app-text/docbook-xml-dtd:4.1.2" + +pkg_setup() { + DOCS=3D"AUTHORS ChangeLog NEWS README TODO" + G2CONF=3D"${G2CONF} + --disable-static + --disable-schemas-compile + $(use_enable applet) + $(use_enable debug)" +} + +src_prepare() { + gnome2_src_prepare + + # Do not set idiotic defines in a released tarball, bug #311979 + sed 's/-DG.*_DISABLE_DEPRECATED//g' -i libtomboy/Makefile.* || + die "sed failed" +}