[gentoo-commits] proj/gnome:master commit in: app-misc/gnote/

2018-11-19 Thread Gilles Dartiguelongue
commit: 4d3155295e422b9cf78cf078e1299560bd5054aa
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Nov 19 15:52:39 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Nov 19 16:00:16 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4d315529

app-misc/gnote: sync with gentoo repository

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 app-misc/gnote/gnote-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-misc/gnote/gnote-.ebuild b/app-misc/gnote/gnote-.ebuild
index a28d1674..f150884c 100644
--- a/app-misc/gnote/gnote-.ebuild
+++ b/app-misc/gnote/gnote-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,10 +22,11 @@ fi
 IUSE="debug"
 
 # Automagic glib-2.32 dep
+# glibmm: first version in tree providing Thread API fix
 COMMON_DEPEND="
>=app-crypt/libsecret-0.8
>=app-text/gtkspell-3.0:3
-   >=dev-cpp/glibmm-2.32:2
+   >=dev-cpp/glibmm-2.52.1-r1:2
>=dev-cpp/gtkmm-3.18:3.0
>=dev-libs/glib-2.32:2[dbus]
>=dev-libs/libxml2-2:2



[gentoo-commits] proj/gnome:master commit in: app-misc/gnote/

2018-11-19 Thread Gilles Dartiguelongue
commit: 680edcf7e0c7805b114aaff25917845046d9c2d7
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Nov 19 15:51:37 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Nov 19 16:00:16 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=680edcf7

app-misc/gnote: 3.30 was added to gentoo repository

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 app-misc/gnote/gnote-3.26.0.ebuild | 71 --
 1 file changed, 71 deletions(-)

diff --git a/app-misc/gnote/gnote-3.26.0.ebuild 
b/app-misc/gnote/gnote-3.26.0.ebuild
deleted file mode 100644
index 45ad245e..
--- a/app-misc/gnote/gnote-3.26.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 readme.gentoo-r1
-
-DESCRIPTION="Desktop note-taking application"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gnote;
-
-LICENSE="GPL-3+ FDL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-# Automagic:
-# glib-2.32 dep
-# >=dev-libs/unittest++-1.5.1 (but not detected due to missing .pc)
-COMMON_DEPEND="
-   >=app-crypt/libsecret-0.8
-   >=app-text/gtkspell-3.0:3
-   >=dev-cpp/glibmm-2.32:2
-   >=dev-cpp/gtkmm-3.18:3.0
-   >=dev-libs/glib-2.32:2[dbus]
-   >=dev-libs/libxml2-2:2
-   dev-libs/libxslt
-   >=sys-apps/util-linux-2.16:=
-   >=x11-libs/gtk+-3.20:3
-"
-RDEPEND="${COMMON_DEPEND}
-   gnome-base/gsettings-desktop-schemas
-"
-DEPEND="${DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   >=dev-util/intltool-0.35.0
-   dev-util/itstool
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Do not alter CFLAGS
-   sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
-
-   gnome2_src_prepare
-
-   if has_version net-fs/wdfs; then
-   DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote 
will use it to
-   synchronize notes."
-   else
-   DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
-   If you want to use that functionality just emerge net-fs/wdfs.
-   Gnote will automatically detect that you did and let you use 
it."
-   fi
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable debug)
-}
-
-src_install() {
-   gnome2_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   readme.gentoo_print_elog
-}



[gentoo-commits] proj/gnome:master commit in: app-misc/gnote/

2018-05-26 Thread Gilles Dartiguelongue
commit: 38d913951bad84e36a13a2f79aed46b94cfe4fce
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat May 26 22:29:19 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat May 26 23:45:04 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=38d91395

app-misc/gnote: 3.24.1 → 3.26.0

Formatting and actions menus redesigned. Translation updates.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 app-misc/gnote/gnote-3.26.0.ebuild | 71 ++
 1 file changed, 71 insertions(+)

diff --git a/app-misc/gnote/gnote-3.26.0.ebuild 
b/app-misc/gnote/gnote-3.26.0.ebuild
new file mode 100644
index ..45ad245e
--- /dev/null
+++ b/app-misc/gnote/gnote-3.26.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 readme.gentoo-r1
+
+DESCRIPTION="Desktop note-taking application"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gnote;
+
+LICENSE="GPL-3+ FDL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+# Automagic:
+# glib-2.32 dep
+# >=dev-libs/unittest++-1.5.1 (but not detected due to missing .pc)
+COMMON_DEPEND="
+   >=app-crypt/libsecret-0.8
+   >=app-text/gtkspell-3.0:3
+   >=dev-cpp/glibmm-2.32:2
+   >=dev-cpp/gtkmm-3.18:3.0
+   >=dev-libs/glib-2.32:2[dbus]
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16:=
+   >=x11-libs/gtk+-3.20:3
+"
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+DEPEND="${DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   >=dev-util/intltool-0.35.0
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # Do not alter CFLAGS
+   sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
+
+   gnome2_src_prepare
+
+   if has_version net-fs/wdfs; then
+   DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote 
will use it to
+   synchronize notes."
+   else
+   DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
+   If you want to use that functionality just emerge net-fs/wdfs.
+   Gnote will automatically detect that you did and let you use 
it."
+   fi
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable debug)
+}
+
+src_install() {
+   gnome2_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



[gentoo-commits] proj/gnome:master commit in: app-misc/gnote/

2018-05-26 Thread Gilles Dartiguelongue
commit: 755ad7168ebe1cb8af983cb7a15837d201a7f456
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat May 26 22:31:29 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat May 26 23:45:04 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=755ad716

app-misc/gnote: sync live ebuild

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 app-misc/gnote/gnote-.ebuild | 27 ++-
 1 file changed, 10 insertions(+), 17 deletions(-)

diff --git a/app-misc/gnote/gnote-.ebuild b/app-misc/gnote/gnote-.ebuild
index ea84eb1f..a28d1674 100644
--- a/app-misc/gnote/gnote-.ebuild
+++ b/app-misc/gnote/gnote-.ebuild
@@ -1,12 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=6
 GNOME2_LA_PUNT="yes"
 
-inherit gnome2 readme.gentoo
+inherit gnome2 readme.gentoo-r1
 if [[ ${PV} =  ]]; then
inherit gnome2-live
 fi
@@ -21,29 +19,27 @@ if [[ ${PV} =  ]]; then
 else
KEYWORDS="~amd64 ~x86"
 fi
-IUSE="debug X"
+IUSE="debug"
 
 # Automagic glib-2.32 dep
 COMMON_DEPEND="
>=app-crypt/libsecret-0.8
>=app-text/gtkspell-3.0:3
>=dev-cpp/glibmm-2.32:2
-   >=dev-cpp/gtkmm-3.10:3.0
-   >=dev-libs/boost-1.34
-   >=dev-libs/glib-2.32:2
+   >=dev-cpp/gtkmm-3.18:3.0
+   >=dev-libs/glib-2.32:2[dbus]
>=dev-libs/libxml2-2:2
dev-libs/libxslt
>=sys-apps/util-linux-2.16:=
-   >=x11-libs/gtk+-3.10:3
-   X? ( x11-libs/libX11 )
+   >=x11-libs/gtk+-3.20:3
 "
 RDEPEND="${COMMON_DEPEND}
gnome-base/gsettings-desktop-schemas
 "
 DEPEND="${DEPEND}
app-text/docbook-xml-dtd:4.1.2
-   dev-util/desktop-file-utils
>=dev-util/intltool-0.35.0
+   dev-util/itstool
virtual/pkgconfig
 "
 if [[ ${PV} =  ]]; then
@@ -54,6 +50,7 @@ fi
 src_prepare() {
# Do not alter CFLAGS
sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
+
gnome2_src_prepare
 
if has_version net-fs/wdfs; then
@@ -67,13 +64,9 @@ src_prepare() {
 }
 
 src_configure() {
-   local myconf=""
-   [[ ${PV} !=  ]] && myconf="ITSTOOL=$(type -P true)"
gnome2_src_configure \
--disable-static \
-   $(use_enable debug) \
-   $(use_with X x11-support) \
-   ${myconf}
+   $(use_enable debug)
 }
 
 src_install() {



[gentoo-commits] proj/gnome:master commit in: app-misc/gnote/, gnome-extra/gnome-search-tool/, media-gfx/gnome-font-viewer/, ...

2016-03-14 Thread Mart Raudsepp
commit: 6781c9ab4faff24a578803f7fbd1b7d591bf3a9e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Mar 14 23:40:25 2016 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Mar 14 23:42:15 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6781c9ab

Sync metadata.xml with main tree

herd tag is deprecated and banned, sync with main tree to update

 app-accessibility/at-spi2-atk/metadata.xml |  5 +++-
 app-accessibility/at-spi2-core/metadata.xml|  5 +++-
 app-admin/gnome-system-log/metadata.xml|  5 +++-
 app-arch/file-roller/metadata.xml  | 16 ++
 app-cdr/brasero/metadata.xml   | 19 +++-
 app-crypt/gcr/metadata.xml |  5 +++-
 app-crypt/libsecret/metadata.xml   | 11 ---
 app-crypt/p11-kit/metadata.xml |  5 +++-
 app-crypt/seahorse-sharing/metadata.xml|  5 +++-
 app-crypt/seahorse/metadata.xml| 15 ++
 app-dicts/gnome-dictionary/metadata.xml|  5 +++-
 app-editors/gedit/metadata.xml |  5 +++-
 app-editors/ghex/metadata.xml  |  5 +++-
 app-emulation/libvirt-glib/metadata.xml| 15 ++
 app-misc/gnote/metadata.xml| 10 ---
 app-mobilephone/gnome-phone-manager/metadata.xml   |  5 +++-
 app-office/planner/metadata.xml|  5 +++-
 app-text/evince/metadata.xml   | 23 ---
 app-text/libgxps/metadata.xml  |  9 +++---
 app-text/yelp-tools/metadata.xml   |  5 +++-
 dev-libs/folks/metadata.xml| 18 +++-
 dev-libs/gdl/metadata.xml  |  5 +++-
 dev-libs/gjs/metadata.xml  |  5 +++-
 dev-libs/glib/metadata.xml |  5 +++-
 dev-libs/gmime/metadata.xml|  9 --
 dev-libs/gobject-introspection-common/metadata.xml |  5 +++-
 dev-libs/gobject-introspection/metadata.xml|  5 +++-
 dev-libs/libgdata/metadata.xml | 11 ---
 dev-libs/libgweather/metadata.xml  | 11 ---
 dev-libs/libpeas/metadata.xml  |  5 +++-
 dev-libs/totem-pl-parser/metadata.xml  | 11 +++
 dev-python/pyatspi/metadata.xml|  5 +++-
 dev-python/pygobject/metadata.xml  | 10 +--
 dev-util/gdbus-codegen/metadata.xml|  5 +++-
 dev-util/itstool/metadata.xml  |  7 +++--
 games-arcade/gnome-robots/metadata.xml |  5 +++-
 games-board/four-in-a-row/metadata.xml |  5 +++-
 games-puzzle/gnome-klotski/metadata.xml|  5 +++-
 games-puzzle/gnome-sudoku/metadata.xml |  5 +++-
 gnome-base/dconf/metadata.xml  |  5 +++-
 gnome-base/gconf/metadata.xml  |  5 +++-
 gnome-base/gdm/metadata.xml|  5 +++-
 gnome-base/gnome-control-center/metadata.xml   | 15 ++
 gnome-base/gnome-core-libs/metadata.xml|  5 +++-
 gnome-base/gnome-desktop/metadata.xml  |  5 +++-
 gnome-base/gnome-keyring/metadata.xml  | 31 +++-
 gnome-base/gnome-light/metadata.xml|  5 +++-
 gnome-base/gnome-menus/metadata.xml|  5 +++-
 gnome-base/gnome-session/metadata.xml  | 11 ---
 gnome-base/gnome-settings-daemon/metadata.xml  | 15 ++
 gnome-base/gnome-shell/metadata.xml| 21 +++--
 gnome-base/gsettings-desktop-schemas/metadata.xml  |  5 +++-
 gnome-base/gvfs/metadata.xml   | 22 +++---
 gnome-base/libgnome-keyring/metadata.xml   | 11 ---
 gnome-base/nautilus/metadata.xml   | 17 ++-
 gnome-extra/evolution-data-server/metadata.xml |  6 ++--
 gnome-extra/evolution-ews/metadata.xml |  5 +++-
 gnome-extra/gnome-boxes/metadata.xml   |  5 +++-
 gnome-extra/gnome-color-manager/metadata.xml   | 11 ---
 gnome-extra/gnome-contacts/metadata.xml|  5 +++-
 gnome-extra/gnome-documents/metadata.xml   |  5 +++-
 gnome-extra/gnome-power-manager/metadata.xml   |  9 +-
 gnome-extra/gnome-search-tool/metadata.xml |  5 +++-
 gnome-extra/gnome-shell-extensions/metadata.xml|  5 +++-
 gnome-extra/gnome-system-monitor/metadata.xml  | 11 ---
 gnome-extra/gnome-tweak-tool/metadata.xml  |  5 +++-
 gnome-extra/gtkhtml/metadata.xml   |  5 +++-
 gnome-extra/libgda/metadata.xml|  8 +++--
 gnome-extra/seahorse-nautilus/metadata.xml |  5 +++-
 gnome-extra/sushi/metadata.xml | 11 ---
 gnome-extra/yelp-xsl/metadata.xml  |  5 +++-
 gnome-extra/yelp/metadata.xml  |  5 +++-
 

[gentoo-commits] proj/gnome:master commit in: app-misc/gnote/

2015-05-29 Thread Alexandre Rostovtsev
commit: e5a1e953ea3197316351fb63c654669d6926f343
Author: Alexandre Rostovtsev tetromino AT gentoo DOT org
AuthorDate: Sat May 30 00:46:03 2015 +
Commit: Alexandre Rostovtsev tetromino AT gentoo DOT org
CommitDate: Sat May 30 00:46:03 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e5a1e953

app-misc/gnote: 3.16.0 → 3.16.1

Package-Manager: portage-2.2.20
Manifest-Sign-Key: 0x18E5B6F2D8D5EC8D

 app-misc/gnote/{gnote-3.16.0.ebuild = gnote-3.16.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-misc/gnote/gnote-3.16.0.ebuild 
b/app-misc/gnote/gnote-3.16.1.ebuild
similarity index 100%
rename from app-misc/gnote/gnote-3.16.0.ebuild
rename to app-misc/gnote/gnote-3.16.1.ebuild



[gentoo-commits] proj/gnome:master commit in: app-misc/gnote/

2015-05-12 Thread Gilles Dartiguelongue
commit: 71f642fc2c16f7c0887c55ef148ccd77dc6d40cb
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 22:14:30 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 22:14:30 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=71f642fc

app-misc/gnote: drop la files for plugins

 app-misc/gnote/gnote-3.16.0.ebuild | 1 +
 app-misc/gnote/gnote-.ebuild   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-misc/gnote/gnote-3.16.0.ebuild 
b/app-misc/gnote/gnote-3.16.0.ebuild
index 3646dea..3070705 100644
--- a/app-misc/gnote/gnote-3.16.0.ebuild
+++ b/app-misc/gnote/gnote-3.16.0.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 GCONF_DEBUG=no
+GNOME2_LA_PUNT=yes
 
 inherit gnome2 readme.gentoo
 

diff --git a/app-misc/gnote/gnote-.ebuild b/app-misc/gnote/gnote-.ebuild
index 05640a1..6315a6c 100644
--- a/app-misc/gnote/gnote-.ebuild
+++ b/app-misc/gnote/gnote-.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 GCONF_DEBUG=no
+GNOME2_LA_PUNT=yes
 
 inherit gnome2 readme.gentoo
 if [[ ${PV} =  ]]; then
@@ -20,7 +21,7 @@ if [[ ${PV} =  ]]; then
 else
KEYWORDS=~amd64 ~x86
 fi
-IUSE=debug +X
+IUSE=debug X
 
 # Automagic glib-2.32 dep
 COMMON_DEPEND=



[gentoo-commits] proj/gnome:master commit in: app-misc/gnote/

2014-12-21 Thread Gilles Dartiguelongue
commit: 2fb0cf6dd233dc51808d9c2c3fac747474c7c147
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Dec 21 11:50:33 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Dec 21 11:50:33 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2fb0cf6d

app-misc/gnote: moved to gentoo-x86

---
 app-misc/gnote/gnote-3.14.1.ebuild | 73 --
 1 file changed, 73 deletions(-)

diff --git a/app-misc/gnote/gnote-3.14.1.ebuild 
b/app-misc/gnote/gnote-3.14.1.ebuild
deleted file mode 100644
index 255aab6..000
--- a/app-misc/gnote/gnote-3.14.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-GCONF_DEBUG=no
-
-inherit gnome2 readme.gentoo
-
-DESCRIPTION=Desktop note-taking application
-HOMEPAGE=https://wiki.gnome.org/Apps/Gnote;
-
-LICENSE=GPL-3+ FDL-1.1
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=debug +X
-
-# Automagic glib-2.32 dep
-COMMON_DEPEND=
-   =app-crypt/libsecret-0.8
-   =app-text/gtkspell-3.0:3
-   =dev-cpp/glibmm-2.32:2
-   =dev-cpp/gtkmm-3.10:3.0
-   =dev-libs/boost-1.34
-   =dev-libs/glib-2.32:2
-   =dev-libs/libxml2-2:2
-   dev-libs/libxslt
-   =sys-apps/util-linux-2.16:=
-   =x11-libs/gtk+-3.10:3
-   X? ( x11-libs/libX11 )
-
-RDEPEND=${COMMON_DEPEND}
-   gnome-base/gsettings-desktop-schemas
-
-DEPEND=${DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   dev-util/desktop-file-utils
-   =dev-util/intltool-0.35.0
-   virtual/pkgconfig
-
-
-src_prepare() {
-   # Do not alter CFLAGS
-   sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
-   gnome2_src_prepare
-
-   if has_version net-fs/wdfs; then
-   DOC_CONTENTS=You have net-fs/wdfs installed. app-misc/gnote 
will use it to
-   synchronize notes.
-   else
-   DOC_CONTENTS=Gnote can use net-fs/wdfs to synchronize notes.
-   If you want to use that functionality just emerge net-fs/wdfs.
-   Gnote will automatically detect that you did and let you use 
it.
-   fi
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable debug) \
-   $(use_with X x11-support) \
-   ITSTOOL=$(type -P true)
-}
-
-src_install() {
-   gnome2_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   readme.gentoo_print_elog
-}



[gentoo-commits] proj/gnome:master commit in: app-misc/gnote/

2014-12-07 Thread Gilles Dartiguelongue
commit: a5b01235fb132a5bc00da9128a318d7fb119184b
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Dec  7 15:10:13 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Dec  7 15:10:13 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a5b01235

app-misc/gnote: 3.14.0 → 3.14.1

---
 app-misc/gnote/{gnote-3.14.0.ebuild = gnote-3.14.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-misc/gnote/gnote-3.14.0.ebuild 
b/app-misc/gnote/gnote-3.14.1.ebuild
similarity index 100%
rename from app-misc/gnote/gnote-3.14.0.ebuild
rename to app-misc/gnote/gnote-3.14.1.ebuild



[gentoo-commits] proj/gnome:master commit in: app-misc/gnote/

2014-04-06 Thread Gilles Dartiguelongue
commit: 47acbc8cf1c708867b5123dfb85572f1af198f42
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Apr  6 17:46:24 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Apr  6 17:51:54 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=47acbc8c

app-misc/gnote: 3.10.3 → 3.12.0

---
 .../{gnote-.ebuild = gnote-3.12.0.ebuild} | 25 ++
 app-misc/gnote/gnote-.ebuild   |  6 +++---
 2 files changed, 9 insertions(+), 22 deletions(-)

diff --git a/app-misc/gnote/gnote-.ebuild 
b/app-misc/gnote/gnote-3.12.0.ebuild
similarity index 77%
copy from app-misc/gnote/gnote-.ebuild
copy to app-misc/gnote/gnote-3.12.0.ebuild
index 23511a3..255aab6 100644
--- a/app-misc/gnote/gnote-.ebuild
+++ b/app-misc/gnote/gnote-3.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,20 +6,13 @@ EAPI=5
 GCONF_DEBUG=no
 
 inherit gnome2 readme.gentoo
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
 
 DESCRIPTION=Desktop note-taking application
-HOMEPAGE=http://live.gnome.org/Gnote;
+HOMEPAGE=https://wiki.gnome.org/Apps/Gnote;
 
 LICENSE=GPL-3+ FDL-1.1
 SLOT=0
-if [[ ${PV} =  ]]; then
-   KEYWORDS=
-else
-   KEYWORDS=~amd64 ~x86
-fi
+KEYWORDS=~amd64 ~x86
 IUSE=debug +X
 
 # Automagic glib-2.32 dep
@@ -27,13 +20,13 @@ COMMON_DEPEND=
=app-crypt/libsecret-0.8
=app-text/gtkspell-3.0:3
=dev-cpp/glibmm-2.32:2
-   =dev-cpp/gtkmm-3.6:3.0
+   =dev-cpp/gtkmm-3.10:3.0
=dev-libs/boost-1.34
=dev-libs/glib-2.32:2
=dev-libs/libxml2-2:2
dev-libs/libxslt
=sys-apps/util-linux-2.16:=
-   =x11-libs/gtk+-3.6:3
+   =x11-libs/gtk+-3.10:3
X? ( x11-libs/libX11 )
 
 RDEPEND=${COMMON_DEPEND}
@@ -45,10 +38,6 @@ DEPEND=${DEPEND}
=dev-util/intltool-0.35.0
virtual/pkgconfig
 
-if [[ ${PV} =  ]]; then
-   DEPEND=${DEPEND}
-   app-text/yelp-tools
-fi
 
 src_prepare() {
# Do not alter CFLAGS
@@ -66,13 +55,11 @@ src_prepare() {
 }
 
 src_configure() {
-   local myconf=
-   [[ ${PV} !=  ]]  myconf=ITSTOOL=$(type -P true)
gnome2_src_configure \
--disable-static \
$(use_enable debug) \
$(use_with X x11-support) \
-   ${myconf}
+   ITSTOOL=$(type -P true)
 }
 
 src_install() {

diff --git a/app-misc/gnote/gnote-.ebuild b/app-misc/gnote/gnote-.ebuild
index 23511a3..a30ffcf 100644
--- a/app-misc/gnote/gnote-.ebuild
+++ b/app-misc/gnote/gnote-.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} =  ]]; then
 fi
 
 DESCRIPTION=Desktop note-taking application
-HOMEPAGE=http://live.gnome.org/Gnote;
+HOMEPAGE=https://wiki.gnome.org/Apps/Gnote;
 
 LICENSE=GPL-3+ FDL-1.1
 SLOT=0
@@ -27,13 +27,13 @@ COMMON_DEPEND=
=app-crypt/libsecret-0.8
=app-text/gtkspell-3.0:3
=dev-cpp/glibmm-2.32:2
-   =dev-cpp/gtkmm-3.6:3.0
+   =dev-cpp/gtkmm-3.10:3.0
=dev-libs/boost-1.34
=dev-libs/glib-2.32:2
=dev-libs/libxml2-2:2
dev-libs/libxslt
=sys-apps/util-linux-2.16:=
-   =x11-libs/gtk+-3.6:3
+   =x11-libs/gtk+-3.10:3
X? ( x11-libs/libX11 )
 
 RDEPEND=${COMMON_DEPEND}