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

2024-05-06 Thread Mart Raudsepp
commit: 175344d0c27416f1a6307bbf8def91fd6a1191af
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon May  6 06:42:55 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  6 07:08:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175344d0

app-misc/gnote: drop 44.1

Signed-off-by: Mart Raudsepp  gentoo.org>

 app-misc/gnote/Manifest  |  1 -
 app-misc/gnote/gnote-44.1.ebuild | 64 
 2 files changed, 65 deletions(-)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 140423aab920..019862dd9b30 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1 @@
-DIST gnote-44.1.tar.xz 3330072 BLAKE2B 
ff86fa34bdfff61eceb25abef1c73377f888082e70e539172849bf9425eada1c11000c1a75f69eb74fdbc2fc6d45ad3c58c843bf769279a026dd5298a07abc68
 SHA512 
89364d161d6ecc11822b89dec0353d0e20bc08d883573f324e4980ff2420361ddeb326213eb668fba4ce8de7d5d9668a1a058666ad2b81658ef94f8a65b87363
 DIST gnote-45.2.tar.xz 3248256 BLAKE2B 
ab687802aa6046556c579f1a11fb807398e69f2a256a8a63f50ea76bbcdfc8708ead603f25274b678912bb567c45e96bfe708ea2d56f9733ee1e6061195826bf
 SHA512 
5380a50cfbf235b0007c47c3a1f4860ade599789e1746a7741fc672265698bb0717858bb39e5c0612d4d4e13040f1865674ddeda1427a4818aff508ba5ce8059

diff --git a/app-misc/gnote/gnote-44.1.ebuild b/app-misc/gnote/gnote-44.1.ebuild
deleted file mode 100644
index 6d717a2ff59d..
--- a/app-misc/gnote/gnote-44.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2 meson 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 ~arm64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   >=dev-libs/glib-2.62:2[dbus]
-   >=dev-cpp/glibmm-2.62.0:2
-   >=dev-cpp/gtkmm-3.22.20:3.0
-   >=app-crypt/libsecret-0.8
-   >=dev-libs/libxml2-2:2
-   dev-libs/libxslt
-   >=sys-apps/util-linux-2.16
-   >=app-text/gspell-1.6.0:=
-   test? ( dev-libs/unittest++ )
-"
-RDEPEND="${DEPEND}
-   gnome-base/gsettings-desktop-schemas
-"
-BDEPEND="
-   dev-util/itstool
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-
-   # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't
-   # specify a version
-   sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die
-   if ! use test; then
-   sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
-   fi
-
-   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_install() {
-   meson_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   readme.gentoo_print_elog
-}



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

2024-04-28 Thread Ionen Wolkens
commit: 46e7f050f9a465bbd1f4420a7f3e0020b24deb5f
Author: Matoro Mahri  matoro  tk>
AuthorDate: Fri Apr 26 19:44:20 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Apr 28 19:10:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e7f050

app-misc/gnote: Stabilize 45.2 x86, #928763

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-misc/gnote/gnote-45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gnote/gnote-45.2.ebuild b/app-misc/gnote/gnote-45.2.ebuild
index 206dcb77a3c9..01cf2b8730fd 100644
--- a/app-misc/gnote/gnote-45.2.ebuild
+++ b/app-misc/gnote/gnote-45.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gnote;
 
 LICENSE="GPL-3+ FDL-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2024-04-01 Thread Mart Raudsepp
commit: 0036d13c6ce37ef015db5ccfbbc29cd038bc37ca
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr  1 20:19:32 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr  1 20:52:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0036d13c

app-misc/gnote: drop 45.0, 45.1

Signed-off-by: Mart Raudsepp  gentoo.org>

 app-misc/gnote/Manifest  |  2 --
 app-misc/gnote/gnote-45.0.ebuild | 63 
 app-misc/gnote/gnote-45.1.ebuild | 63 
 3 files changed, 128 deletions(-)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 539854dc85d7..140423aab920 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,4 +1,2 @@
 DIST gnote-44.1.tar.xz 3330072 BLAKE2B 
ff86fa34bdfff61eceb25abef1c73377f888082e70e539172849bf9425eada1c11000c1a75f69eb74fdbc2fc6d45ad3c58c843bf769279a026dd5298a07abc68
 SHA512 
89364d161d6ecc11822b89dec0353d0e20bc08d883573f324e4980ff2420361ddeb326213eb668fba4ce8de7d5d9668a1a058666ad2b81658ef94f8a65b87363
-DIST gnote-45.0.tar.xz 3247716 BLAKE2B 
d3a31be5d9e84aaee4af5d22733e4bc14aaf844e31d488cbe9fb8d0b516815a3db5af00052a2a44c9cc07e2397a73b23cb036933c9b795caf54d1a156e0d16b9
 SHA512 
d06c128238d4f29d5bc0fb3bf3b1473000df5a4d860406ad0680b159cfacae259dd6dfbf6984e8772c3bcf485776e5ca423436f964c260594862949dcda2ea88
-DIST gnote-45.1.tar.xz 3247844 BLAKE2B 
6a88e54b7382586b272080c20d14f09fd431e8aaa247257813492a495d7d0478a4a0ba920fb4ec9f4e37e2c6a0f4568c81d74a8bd202b392648e01c2def7e6c9
 SHA512 
a70b23279e9cd402da320957d30c377c8f843844603cf57578c2515366cd61f8e3fafd48636bbafde16cbaa218820937d2a69e3c933f45329d6c9ace55a1cd7f
 DIST gnote-45.2.tar.xz 3248256 BLAKE2B 
ab687802aa6046556c579f1a11fb807398e69f2a256a8a63f50ea76bbcdfc8708ead603f25274b678912bb567c45e96bfe708ea2d56f9733ee1e6061195826bf
 SHA512 
5380a50cfbf235b0007c47c3a1f4860ade599789e1746a7741fc672265698bb0717858bb39e5c0612d4d4e13040f1865674ddeda1427a4818aff508ba5ce8059

diff --git a/app-misc/gnote/gnote-45.0.ebuild b/app-misc/gnote/gnote-45.0.ebuild
deleted file mode 100644
index 62d3c9902709..
--- a/app-misc/gnote/gnote-45.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2 meson 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 ~arm64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   >=dev-libs/glib-2.74:2[dbus]
-   >=dev-cpp/glibmm-2.74:2.68
-   >=dev-cpp/gtkmm-4.0.0:4.0
-   >=app-crypt/libsecret-0.8
-   >=dev-libs/libxml2-2:2
-   dev-libs/libxslt
-   >=sys-apps/util-linux-2.16
-   test? ( dev-libs/unittest++ )
-"
-RDEPEND="${DEPEND}
-   gnome-base/gsettings-desktop-schemas
-"
-BDEPEND="
-   dev-util/itstool
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-
-   # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't
-   # specify a version
-   sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die
-   if ! use test; then
-   sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
-   fi
-
-   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_install() {
-   meson_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   readme.gentoo_print_elog
-}

diff --git a/app-misc/gnote/gnote-45.1.ebuild b/app-misc/gnote/gnote-45.1.ebuild
deleted file mode 100644
index 2b435610e973..
--- a/app-misc/gnote/gnote-45.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2 meson 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 ~arm64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   >=dev-libs/glib-2.74:2[dbus]
-   >=dev-cpp/glibmm-2.74:2.68
-   >=dev-cpp/gtkmm-4.0.0:4.0
-   >=app-crypt/libsecret-0.8
-   >=dev-libs/libxml2-2:2
-   dev-libs/libxslt
-   >=sys-apps/util-linux-2.16
-   test? ( dev-libs/unittest++ )
-"
-RDEPEND="${DEPEND}
-   gnome-base/gsettings-desktop-schemas
-"
-BDEPEND="
-   dev-util/itstool
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-
-   

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

2024-04-01 Thread Mart Raudsepp
commit: bb9a9eb65dbdd3596fb867212e4f08877a435f1f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr  1 20:15:32 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr  1 20:52:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9a9eb6

app-misc/gnote: add 45.2

Signed-off-by: Mart Raudsepp  gentoo.org>

 app-misc/gnote/Manifest  |  1 +
 app-misc/gnote/gnote-45.2.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 70cda40bfbd7..539854dc85d7 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,3 +1,4 @@
 DIST gnote-44.1.tar.xz 3330072 BLAKE2B 
ff86fa34bdfff61eceb25abef1c73377f888082e70e539172849bf9425eada1c11000c1a75f69eb74fdbc2fc6d45ad3c58c843bf769279a026dd5298a07abc68
 SHA512 
89364d161d6ecc11822b89dec0353d0e20bc08d883573f324e4980ff2420361ddeb326213eb668fba4ce8de7d5d9668a1a058666ad2b81658ef94f8a65b87363
 DIST gnote-45.0.tar.xz 3247716 BLAKE2B 
d3a31be5d9e84aaee4af5d22733e4bc14aaf844e31d488cbe9fb8d0b516815a3db5af00052a2a44c9cc07e2397a73b23cb036933c9b795caf54d1a156e0d16b9
 SHA512 
d06c128238d4f29d5bc0fb3bf3b1473000df5a4d860406ad0680b159cfacae259dd6dfbf6984e8772c3bcf485776e5ca423436f964c260594862949dcda2ea88
 DIST gnote-45.1.tar.xz 3247844 BLAKE2B 
6a88e54b7382586b272080c20d14f09fd431e8aaa247257813492a495d7d0478a4a0ba920fb4ec9f4e37e2c6a0f4568c81d74a8bd202b392648e01c2def7e6c9
 SHA512 
a70b23279e9cd402da320957d30c377c8f843844603cf57578c2515366cd61f8e3fafd48636bbafde16cbaa218820937d2a69e3c933f45329d6c9ace55a1cd7f
+DIST gnote-45.2.tar.xz 3248256 BLAKE2B 
ab687802aa6046556c579f1a11fb807398e69f2a256a8a63f50ea76bbcdfc8708ead603f25274b678912bb567c45e96bfe708ea2d56f9733ee1e6061195826bf
 SHA512 
5380a50cfbf235b0007c47c3a1f4860ade599789e1746a7741fc672265698bb0717858bb39e5c0612d4d4e13040f1865674ddeda1427a4818aff508ba5ce8059

diff --git a/app-misc/gnote/gnote-45.2.ebuild b/app-misc/gnote/gnote-45.2.ebuild
new file mode 100644
index ..2b435610e973
--- /dev/null
+++ b/app-misc/gnote/gnote-45.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson 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 ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/glib-2.74:2[dbus]
+   >=dev-cpp/glibmm-2.74:2.68
+   >=dev-cpp/gtkmm-4.0.0:4.0
+   >=app-crypt/libsecret-0.8
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16
+   test? ( dev-libs/unittest++ )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't
+   # specify a version
+   sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die
+   if ! use test; then
+   sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
+   fi
+
+   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_install() {
+   meson_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



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

2024-03-09 Thread Mart Raudsepp
commit: 1825d53fe5af654b2444e1e9d8ce7a0aeac8810c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar  9 23:08:56 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar  9 23:08:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1825d53f

app-misc/gnote: add 45.1

Signed-off-by: Mart Raudsepp  gentoo.org>

 app-misc/gnote/Manifest  |  1 +
 app-misc/gnote/gnote-45.1.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index c4d51d51dcd9..70cda40bfbd7 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1,3 @@
 DIST gnote-44.1.tar.xz 3330072 BLAKE2B 
ff86fa34bdfff61eceb25abef1c73377f888082e70e539172849bf9425eada1c11000c1a75f69eb74fdbc2fc6d45ad3c58c843bf769279a026dd5298a07abc68
 SHA512 
89364d161d6ecc11822b89dec0353d0e20bc08d883573f324e4980ff2420361ddeb326213eb668fba4ce8de7d5d9668a1a058666ad2b81658ef94f8a65b87363
 DIST gnote-45.0.tar.xz 3247716 BLAKE2B 
d3a31be5d9e84aaee4af5d22733e4bc14aaf844e31d488cbe9fb8d0b516815a3db5af00052a2a44c9cc07e2397a73b23cb036933c9b795caf54d1a156e0d16b9
 SHA512 
d06c128238d4f29d5bc0fb3bf3b1473000df5a4d860406ad0680b159cfacae259dd6dfbf6984e8772c3bcf485776e5ca423436f964c260594862949dcda2ea88
+DIST gnote-45.1.tar.xz 3247844 BLAKE2B 
6a88e54b7382586b272080c20d14f09fd431e8aaa247257813492a495d7d0478a4a0ba920fb4ec9f4e37e2c6a0f4568c81d74a8bd202b392648e01c2def7e6c9
 SHA512 
a70b23279e9cd402da320957d30c377c8f843844603cf57578c2515366cd61f8e3fafd48636bbafde16cbaa218820937d2a69e3c933f45329d6c9ace55a1cd7f

diff --git a/app-misc/gnote/gnote-45.1.ebuild b/app-misc/gnote/gnote-45.1.ebuild
new file mode 100644
index ..2b435610e973
--- /dev/null
+++ b/app-misc/gnote/gnote-45.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson 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 ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/glib-2.74:2[dbus]
+   >=dev-cpp/glibmm-2.74:2.68
+   >=dev-cpp/gtkmm-4.0.0:4.0
+   >=app-crypt/libsecret-0.8
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16
+   test? ( dev-libs/unittest++ )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't
+   # specify a version
+   sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die
+   if ! use test; then
+   sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
+   fi
+
+   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_install() {
+   meson_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



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

2023-10-08 Thread Pacho Ramos
commit: c25cf375a239d5169779252065da56d8dea31996
Author: Guillermo Joandet  gmail  com>
AuthorDate: Mon Sep 25 23:38:25 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  8 11:51:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25cf375

app-misc/gnote: Version bump to 45.0

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33061
Signed-off-by: Pacho Ramos  gentoo.org>

 app-misc/gnote/Manifest  |  1 +
 app-misc/gnote/gnote-45.0.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 8393393fcf44..37f68afc9c70 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1,3 @@
 DIST gnote-44.1.tar.xz 3330072 BLAKE2B 
ff86fa34bdfff61eceb25abef1c73377f888082e70e539172849bf9425eada1c11000c1a75f69eb74fdbc2fc6d45ad3c58c843bf769279a026dd5298a07abc68
 SHA512 
89364d161d6ecc11822b89dec0353d0e20bc08d883573f324e4980ff2420361ddeb326213eb668fba4ce8de7d5d9668a1a058666ad2b81658ef94f8a65b87363
+DIST gnote-45.0.tar.xz 3247716 BLAKE2B 
d3a31be5d9e84aaee4af5d22733e4bc14aaf844e31d488cbe9fb8d0b516815a3db5af00052a2a44c9cc07e2397a73b23cb036933c9b795caf54d1a156e0d16b9
 SHA512 
d06c128238d4f29d5bc0fb3bf3b1473000df5a4d860406ad0680b159cfacae259dd6dfbf6984e8772c3bcf485776e5ca423436f964c260594862949dcda2ea88
 DIST gnote-45.rc.tar.xz 3273864 BLAKE2B 
8ab5340e0659c4119c279dd1130fd1a591dd496c8eb96cbfe8171f02192a86a5a3cf6b8c075fd195373885271585c1e6ece1af8fdeb0b75442ddc911b29a7b6f
 SHA512 
cb7b8b47ee724f206258b2dd72fb79c5da45c1f3bd1eca754adc57e8f6f9620a98c56d96867ed455511b78d6dac0d6ecac6968bb29e1964aeac233ff191c6072

diff --git a/app-misc/gnote/gnote-45.0.ebuild b/app-misc/gnote/gnote-45.0.ebuild
new file mode 100644
index ..62d3c9902709
--- /dev/null
+++ b/app-misc/gnote/gnote-45.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson 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 ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/glib-2.74:2[dbus]
+   >=dev-cpp/glibmm-2.74:2.68
+   >=dev-cpp/gtkmm-4.0.0:4.0
+   >=app-crypt/libsecret-0.8
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16
+   test? ( dev-libs/unittest++ )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't
+   # specify a version
+   sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die
+   if ! use test; then
+   sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
+   fi
+
+   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_install() {
+   meson_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



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

2023-10-08 Thread Pacho Ramos
commit: 6fa8f9a000716f2932f30243a967ef3e3a70fd93
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  8 11:09:49 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  8 11:51:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa8f9a0

app-misc/gnote: drop 45_rc

Signed-off-by: Pacho Ramos  gentoo.org>

 app-misc/gnote/Manifest   |  1 -
 app-misc/gnote/gnote-45_rc.ebuild | 63 ---
 2 files changed, 64 deletions(-)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 37f68afc9c70..c4d51d51dcd9 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,3 +1,2 @@
 DIST gnote-44.1.tar.xz 3330072 BLAKE2B 
ff86fa34bdfff61eceb25abef1c73377f888082e70e539172849bf9425eada1c11000c1a75f69eb74fdbc2fc6d45ad3c58c843bf769279a026dd5298a07abc68
 SHA512 
89364d161d6ecc11822b89dec0353d0e20bc08d883573f324e4980ff2420361ddeb326213eb668fba4ce8de7d5d9668a1a058666ad2b81658ef94f8a65b87363
 DIST gnote-45.0.tar.xz 3247716 BLAKE2B 
d3a31be5d9e84aaee4af5d22733e4bc14aaf844e31d488cbe9fb8d0b516815a3db5af00052a2a44c9cc07e2397a73b23cb036933c9b795caf54d1a156e0d16b9
 SHA512 
d06c128238d4f29d5bc0fb3bf3b1473000df5a4d860406ad0680b159cfacae259dd6dfbf6984e8772c3bcf485776e5ca423436f964c260594862949dcda2ea88
-DIST gnote-45.rc.tar.xz 3273864 BLAKE2B 
8ab5340e0659c4119c279dd1130fd1a591dd496c8eb96cbfe8171f02192a86a5a3cf6b8c075fd195373885271585c1e6ece1af8fdeb0b75442ddc911b29a7b6f
 SHA512 
cb7b8b47ee724f206258b2dd72fb79c5da45c1f3bd1eca754adc57e8f6f9620a98c56d96867ed455511b78d6dac0d6ecac6968bb29e1964aeac233ff191c6072

diff --git a/app-misc/gnote/gnote-45_rc.ebuild 
b/app-misc/gnote/gnote-45_rc.ebuild
deleted file mode 100644
index 62d3c9902709..
--- a/app-misc/gnote/gnote-45_rc.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2 meson 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 ~arm64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   >=dev-libs/glib-2.74:2[dbus]
-   >=dev-cpp/glibmm-2.74:2.68
-   >=dev-cpp/gtkmm-4.0.0:4.0
-   >=app-crypt/libsecret-0.8
-   >=dev-libs/libxml2-2:2
-   dev-libs/libxslt
-   >=sys-apps/util-linux-2.16
-   test? ( dev-libs/unittest++ )
-"
-RDEPEND="${DEPEND}
-   gnome-base/gsettings-desktop-schemas
-"
-BDEPEND="
-   dev-util/itstool
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-
-   # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't
-   # specify a version
-   sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die
-   if ! use test; then
-   sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
-   fi
-
-   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_install() {
-   meson_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   readme.gentoo_print_elog
-}



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

2023-09-17 Thread Matt Turner
commit: c13ac3781f4db029646fa47148a8f8b02daa5ccb
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Sep 17 21:44:44 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 17 22:27:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13ac378

app-misc/gnote: Version bump to 45_rc

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32890
Signed-off-by: Matt Turner  gentoo.org>

 app-misc/gnote/Manifest   |  1 +
 app-misc/gnote/gnote-45_rc.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index eb4f6120021f..935de1f3ae69 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,3 +1,4 @@
 DIST gnote-44.1.tar.xz 3330072 BLAKE2B 
ff86fa34bdfff61eceb25abef1c73377f888082e70e539172849bf9425eada1c11000c1a75f69eb74fdbc2fc6d45ad3c58c843bf769279a026dd5298a07abc68
 SHA512 
89364d161d6ecc11822b89dec0353d0e20bc08d883573f324e4980ff2420361ddeb326213eb668fba4ce8de7d5d9668a1a058666ad2b81658ef94f8a65b87363
 DIST gnote-45.alpha.tar.xz 3320968 BLAKE2B 
d53d16f97cb737159c2888d0ffb3f4f6ec1f759a927ed4a50c2abb9ac0c9162e811cf976383c23a4f642b08370037d8d00197e6628528bff51ae1cc93803c07e
 SHA512 
479dfe13cf1680bfdc65cb3ffc40c27bedf11519d38142a276e019062030e946d9a2b10badb0a230d1818aad665c1704e5f9bf8592fff11f9a0f0a6374fade1e
 DIST gnote-45.beta.tar.xz 3248536 BLAKE2B 
2730ae4addd80ec4eb486952595ab2d422eb55832f66cb5d86dbdbc4572f9249984b3270ec69ee236c1acb5063e6fec8529cbaf0930821ac73c6e0c69e4a
 SHA512 
1d3394a00720e334af695182abfc7e39ea5cd94e7958d5e53173c0f6f1b93f242118415bbd7f886edbb8ceb805e6b73835f851e3614db76f113478e85b97ed7a
+DIST gnote-45.rc.tar.xz 3273864 BLAKE2B 
8ab5340e0659c4119c279dd1130fd1a591dd496c8eb96cbfe8171f02192a86a5a3cf6b8c075fd195373885271585c1e6ece1af8fdeb0b75442ddc911b29a7b6f
 SHA512 
cb7b8b47ee724f206258b2dd72fb79c5da45c1f3bd1eca754adc57e8f6f9620a98c56d96867ed455511b78d6dac0d6ecac6968bb29e1964aeac233ff191c6072

diff --git a/app-misc/gnote/gnote-45_rc.ebuild 
b/app-misc/gnote/gnote-45_rc.ebuild
new file mode 100644
index ..62d3c9902709
--- /dev/null
+++ b/app-misc/gnote/gnote-45_rc.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson 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 ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/glib-2.74:2[dbus]
+   >=dev-cpp/glibmm-2.74:2.68
+   >=dev-cpp/gtkmm-4.0.0:4.0
+   >=app-crypt/libsecret-0.8
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16
+   test? ( dev-libs/unittest++ )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't
+   # specify a version
+   sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die
+   if ! use test; then
+   sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
+   fi
+
+   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_install() {
+   meson_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



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

2023-09-10 Thread Matt Turner
commit: 95d9d8be86eb6d47b64adc478ac1c98065b6848f
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Sep 10 23:04:50 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 10 23:48:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d9d8be

app-misc/gnote: Version bump to 45_beta

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32717
Signed-off-by: Matt Turner  gentoo.org>

 app-misc/gnote/Manifest |  1 +
 app-misc/gnote/gnote-45_beta.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index dcc1d77f6d67..eb4f6120021f 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1,3 @@
 DIST gnote-44.1.tar.xz 3330072 BLAKE2B 
ff86fa34bdfff61eceb25abef1c73377f888082e70e539172849bf9425eada1c11000c1a75f69eb74fdbc2fc6d45ad3c58c843bf769279a026dd5298a07abc68
 SHA512 
89364d161d6ecc11822b89dec0353d0e20bc08d883573f324e4980ff2420361ddeb326213eb668fba4ce8de7d5d9668a1a058666ad2b81658ef94f8a65b87363
 DIST gnote-45.alpha.tar.xz 3320968 BLAKE2B 
d53d16f97cb737159c2888d0ffb3f4f6ec1f759a927ed4a50c2abb9ac0c9162e811cf976383c23a4f642b08370037d8d00197e6628528bff51ae1cc93803c07e
 SHA512 
479dfe13cf1680bfdc65cb3ffc40c27bedf11519d38142a276e019062030e946d9a2b10badb0a230d1818aad665c1704e5f9bf8592fff11f9a0f0a6374fade1e
+DIST gnote-45.beta.tar.xz 3248536 BLAKE2B 
2730ae4addd80ec4eb486952595ab2d422eb55832f66cb5d86dbdbc4572f9249984b3270ec69ee236c1acb5063e6fec8529cbaf0930821ac73c6e0c69e4a
 SHA512 
1d3394a00720e334af695182abfc7e39ea5cd94e7958d5e53173c0f6f1b93f242118415bbd7f886edbb8ceb805e6b73835f851e3614db76f113478e85b97ed7a

diff --git a/app-misc/gnote/gnote-45_beta.ebuild 
b/app-misc/gnote/gnote-45_beta.ebuild
new file mode 100644
index ..62d3c9902709
--- /dev/null
+++ b/app-misc/gnote/gnote-45_beta.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson 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 ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/glib-2.74:2[dbus]
+   >=dev-cpp/glibmm-2.74:2.68
+   >=dev-cpp/gtkmm-4.0.0:4.0
+   >=app-crypt/libsecret-0.8
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16
+   test? ( dev-libs/unittest++ )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't
+   # specify a version
+   sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die
+   if ! use test; then
+   sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
+   fi
+
+   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_install() {
+   meson_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



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

2023-07-21 Thread Matt Turner
commit: 745f35fe65bc4263d4ad3e6cfebba44562f8f762
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 21 22:48:20 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 21 22:55:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745f35fe

app-misc/gnote: Version bump to 44.1

Signed-off-by: Matt Turner  gentoo.org>

 app-misc/gnote/Manifest  |  1 +
 app-misc/gnote/gnote-44.1.ebuild | 64 
 2 files changed, 65 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index cae3aea18945..644a03bd79a0 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1 +1,2 @@
 DIST gnote-44.0.tar.xz 3330052 BLAKE2B 
5b8a45de08419cdc8b22596fc4019ddd18edf7103dda5d51fe87153e624a3623a3b5af1e65ee15bc0afbefc13400ceddebc740fc34ff3675f4e0fa3a68ae87d5
 SHA512 
95299d811372f9c011e2966cd0fcb770830d691a85e390fbeb0500ff2db394301d0aeb478c622af1a8caf54d07cb15243c65e73809e02ae36407ef5006e636bb
+DIST gnote-44.1.tar.xz 3330072 BLAKE2B 
ff86fa34bdfff61eceb25abef1c73377f888082e70e539172849bf9425eada1c11000c1a75f69eb74fdbc2fc6d45ad3c58c843bf769279a026dd5298a07abc68
 SHA512 
89364d161d6ecc11822b89dec0353d0e20bc08d883573f324e4980ff2420361ddeb326213eb668fba4ce8de7d5d9668a1a058666ad2b81658ef94f8a65b87363

diff --git a/app-misc/gnote/gnote-44.1.ebuild b/app-misc/gnote/gnote-44.1.ebuild
new file mode 100644
index ..d23217101987
--- /dev/null
+++ b/app-misc/gnote/gnote-44.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson 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 ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/glib-2.62:2[dbus]
+   >=dev-cpp/glibmm-2.62.0:2
+   >=dev-cpp/gtkmm-3.22.20:3.0
+   >=app-crypt/libsecret-0.8
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16
+   >=app-text/gspell-1.6.0:=
+   test? ( dev-libs/unittest++ )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't
+   # specify a version
+   sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die
+   if ! use test; then
+   sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
+   fi
+
+   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_install() {
+   meson_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



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

2023-05-06 Thread Sam James
commit: d2485681c5fece170801b88c83f1280051456c06
Author: Sam James  gentoo  org>
AuthorDate: Sat May  6 11:03:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May  6 11:33:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2485681

app-misc/gnote: drop stale dev-util/intltool, docbook deps

Signed-off-by: Sam James  gentoo.org>

 app-misc/gnote/{gnote-43.1.ebuild => gnote-43.1-r1.ebuild} | 2 --
 app-misc/gnote/{gnote-44.0.ebuild => gnote-44.0-r1.ebuild} | 2 --
 2 files changed, 4 deletions(-)

diff --git a/app-misc/gnote/gnote-43.1.ebuild 
b/app-misc/gnote/gnote-43.1-r1.ebuild
similarity index 96%
rename from app-misc/gnote/gnote-43.1.ebuild
rename to app-misc/gnote/gnote-43.1-r1.ebuild
index de957e621661..f075591e9824 100644
--- a/app-misc/gnote/gnote-43.1.ebuild
+++ b/app-misc/gnote/gnote-43.1-r1.ebuild
@@ -29,8 +29,6 @@ RDEPEND="${DEPEND}
gnome-base/gsettings-desktop-schemas
 "
 BDEPEND="
-   app-text/docbook-xml-dtd:4.1.2
-   >=dev-util/intltool-0.35.0
dev-util/itstool
virtual/pkgconfig
 "

diff --git a/app-misc/gnote/gnote-44.0.ebuild 
b/app-misc/gnote/gnote-44.0-r1.ebuild
similarity index 96%
rename from app-misc/gnote/gnote-44.0.ebuild
rename to app-misc/gnote/gnote-44.0-r1.ebuild
index bb5e451ded6d..6d717a2ff59d 100644
--- a/app-misc/gnote/gnote-44.0.ebuild
+++ b/app-misc/gnote/gnote-44.0-r1.ebuild
@@ -29,8 +29,6 @@ RDEPEND="${DEPEND}
gnome-base/gsettings-desktop-schemas
 "
 BDEPEND="
-   app-text/docbook-xml-dtd:4.1.2
-   >=dev-util/intltool-0.35.0
dev-util/itstool
virtual/pkgconfig
 "



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

2023-02-05 Thread Matt Turner
commit: bf0abc0263b14e13badf3125cbb460ffe49788ff
Author: Guillermo Joandet  gmail  com>
AuthorDate: Mon Feb  6 01:31:43 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb  6 02:40:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0abc02

app-misc/gnote: Version bump to 43.1

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29442
Signed-off-by: Matt Turner  gentoo.org>

 app-misc/gnote/Manifest  |  1 +
 app-misc/gnote/gnote-43.1.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 741f16798932..6b8d4b763029 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1 +1,2 @@
 DIST gnote-43.0.tar.xz 3325232 BLAKE2B 
9e56aa164262b710aab872be48fded2a6c70a062ddfe7c95ae633c38269390a6b3c3143c788f0ee43fb37d0229443a600d71e5edfbab1aa387a20e135210a0dc
 SHA512 
34133ba1cef12c02a6518017f6b5b07b6781f05af787034ceb3dd8bc4d59fff2a7cdc17615511e7008c39bebf52e6b78a973840bdd5b6b1e5199226fdd12d91c
+DIST gnote-43.1.tar.xz 3329384 BLAKE2B 
0e871797160a45d07ec17d9fbfeaaf159b755bdf373480ac47ac03b966b87510d0d721fdc581da76c0f7e3b1098964d926122f0aeb36c4a44597b137fe41ccf2
 SHA512 
7b007e325634371deee99e09230f4f2427a072e203d6086a91888ed3be69b54b22bfc9e49010a43a09c134f0d4de9d510fd1a370e2432f9542241d9f37e05921

diff --git a/app-misc/gnote/gnote-43.1.ebuild b/app-misc/gnote/gnote-43.1.ebuild
new file mode 100644
index ..5372712a5529
--- /dev/null
+++ b/app-misc/gnote/gnote-43.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson 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 ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/glib-2.62:2[dbus]
+   >=dev-cpp/glibmm-2.62.0:2
+   >=dev-cpp/gtkmm-3.22.20:3.0
+   >=app-crypt/libsecret-0.8
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16:=
+   >=app-text/gspell-1.6.0:=
+   test? ( dev-libs/unittest++ )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   app-text/docbook-xml-dtd:4.1.2
+   >=dev-util/intltool-0.35.0
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't
+   # specify a version
+   sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die
+   if ! use test; then
+   sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
+   fi
+
+   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_install() {
+   meson_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



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

2022-10-29 Thread Matt Turner
commit: 7b498804356dd72c7ff5ef5183818699ee3b8324
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 23:25:40 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 23:25:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b498804

app-misc/gnote: Fix remote-id

Signed-off-by: Matt Turner  gentoo.org>

 app-misc/gnote/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-misc/gnote/metadata.xml b/app-misc/gnote/metadata.xml
index 1a4d262be976..5a6a7a8f19f2 100644
--- a/app-misc/gnote/metadata.xml
+++ b/app-misc/gnote/metadata.xml
@@ -5,10 +5,6 @@
 gn...@gentoo.org
 Gentoo GNOME Desktop
   
-  
-tsuna/boost.m4
-GNOME/gnote
-  
   
 GNOME/gnote
   



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

2022-10-29 Thread Matt Turner
commit: bb4dbc2a422269960d2aee4079d81b9d99584ed7
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:19:36 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 22:32:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4dbc2a

app-misc/gnote: Set remote-id

Signed-off-by: Matt Turner  gentoo.org>

 app-misc/gnote/metadata.xml | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-misc/gnote/metadata.xml b/app-misc/gnote/metadata.xml
index 9eb47218781f..1a4d262be976 100644
--- a/app-misc/gnote/metadata.xml
+++ b/app-misc/gnote/metadata.xml
@@ -6,6 +6,10 @@
 Gentoo GNOME Desktop
   
   
-tsuna/boost.m4
+tsuna/boost.m4
+GNOME/gnote
+  
+  
+GNOME/gnote
   
 



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

2022-10-05 Thread Matt Turner
commit: 2ce6d4f56c16c5c1156de4422795a48c798282c5
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Oct  5 22:18:30 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Oct  6 02:03:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce6d4f5

app-misc/gnote: Version bump to 43.0

Closes: https://github.com/gentoo/gentoo/pull/27651
Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 app-misc/gnote/Manifest  |  1 +
 app-misc/gnote/gnote-43.0.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 1e1e06ea01d9..017150773351 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1,3 @@
 DIST gnote-42.0.tar.xz 3330504 BLAKE2B 
847c1c66b86902c13a7e9cd349e0b1e565f046ba81809dca002bfdc07d1e3dc4e12797da90e7689d8fde886ced580da9b744ca736697d1fd933a93cc344304bd
 SHA512 
fcdd653a29ae957faf177bacbe1bbdced186416c04a8f45f194a055914544b0679019935f482834e515a20865f358dfdfc32aa846c0fd24596cf5e569e21b997
 DIST gnote-42.1.tar.xz 3330824 BLAKE2B 
0bfd6276ab8446acfd925dd44fad7bbc94afe770bd4395ad2cfa1b20e4635da681d44db13b20b65262f80959d5cecaf044bc75cc6ea4fed84c79c87d8cda0ad1
 SHA512 
2ff3218b571edc1dcbba1cb5db5127ecfd184883a70bc6bd88391a9679989527680abe4ffb46620e73285fb1caacc23787e2500a867886924b540dfdd7f28d87
+DIST gnote-43.0.tar.xz 3325232 BLAKE2B 
9e56aa164262b710aab872be48fded2a6c70a062ddfe7c95ae633c38269390a6b3c3143c788f0ee43fb37d0229443a600d71e5edfbab1aa387a20e135210a0dc
 SHA512 
34133ba1cef12c02a6518017f6b5b07b6781f05af787034ceb3dd8bc4d59fff2a7cdc17615511e7008c39bebf52e6b78a973840bdd5b6b1e5199226fdd12d91c

diff --git a/app-misc/gnote/gnote-43.0.ebuild b/app-misc/gnote/gnote-43.0.ebuild
new file mode 100644
index ..ffd488033aaf
--- /dev/null
+++ b/app-misc/gnote/gnote-43.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson 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 ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/glib-2.62:2[dbus]
+   >=dev-cpp/glibmm-2.62.0:2
+   >=dev-cpp/gtkmm-3.22.20:3.0
+   >=app-crypt/libsecret-0.8
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16:=
+   >=app-text/gspell-1.6.0:=
+   test? ( dev-libs/unittest++ )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   app-text/docbook-xml-dtd:4.1.2
+   >=dev-util/intltool-0.35.0
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't
+   # specify a version
+   sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die
+   if ! use test; then
+   sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
+   fi
+
+   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_install() {
+   meson_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



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

2022-08-31 Thread Matt Turner
commit: b21d3fce99b4495ce74180758cad34194146934c
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep  1 02:19:05 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep  1 02:25:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21d3fce

app-misc/gnote: Version bump to 42.1

Signed-off-by: Matt Turner  gentoo.org>

 app-misc/gnote/Manifest  |  1 +
 app-misc/gnote/gnote-42.1.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 9b96edce9c8d..1e1e06ea01d9 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1 +1,2 @@
 DIST gnote-42.0.tar.xz 3330504 BLAKE2B 
847c1c66b86902c13a7e9cd349e0b1e565f046ba81809dca002bfdc07d1e3dc4e12797da90e7689d8fde886ced580da9b744ca736697d1fd933a93cc344304bd
 SHA512 
fcdd653a29ae957faf177bacbe1bbdced186416c04a8f45f194a055914544b0679019935f482834e515a20865f358dfdfc32aa846c0fd24596cf5e569e21b997
+DIST gnote-42.1.tar.xz 3330824 BLAKE2B 
0bfd6276ab8446acfd925dd44fad7bbc94afe770bd4395ad2cfa1b20e4635da681d44db13b20b65262f80959d5cecaf044bc75cc6ea4fed84c79c87d8cda0ad1
 SHA512 
2ff3218b571edc1dcbba1cb5db5127ecfd184883a70bc6bd88391a9679989527680abe4ffb46620e73285fb1caacc23787e2500a867886924b540dfdd7f28d87

diff --git a/app-misc/gnote/gnote-42.1.ebuild b/app-misc/gnote/gnote-42.1.ebuild
new file mode 100644
index ..ffd488033aaf
--- /dev/null
+++ b/app-misc/gnote/gnote-42.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson 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 ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/glib-2.62:2[dbus]
+   >=dev-cpp/glibmm-2.62.0:2
+   >=dev-cpp/gtkmm-3.22.20:3.0
+   >=app-crypt/libsecret-0.8
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16:=
+   >=app-text/gspell-1.6.0:=
+   test? ( dev-libs/unittest++ )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   app-text/docbook-xml-dtd:4.1.2
+   >=dev-util/intltool-0.35.0
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't
+   # specify a version
+   sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die
+   if ! use test; then
+   sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
+   fi
+
+   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_install() {
+   meson_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



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

2022-04-03 Thread Matt Turner
commit: f18f368003ca0aecb712125d2c1a8f065ab8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  3 18:18:34 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  3 18:44:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18f

app-misc/gnote: Version bump to 42.0

Signed-off-by: Matt Turner  gentoo.org>

 app-misc/gnote/Manifest  |  1 +
 app-misc/gnote/gnote-42.0.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 90e6f7154489..ce0a73667006 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1 +1,2 @@
 DIST gnote-40.2.tar.xz 3422560 BLAKE2B 
d7d7fa862e02c1d889c736ae733db503a06db93cfc79c12bd1efa89acbe4a5825d0cf0cab00cfa916566002c1b838d118b37f5b0204f20ac9fcab2f892cccf52
 SHA512 
e1dc3ed4fb7b7c4f346a4a1e63a2e357b197375caf5d1d2026c159cfda012ace76ad598ecaf8e7d7649fb80abedc0cd4febd369160ddaf4510cfcc6b41185aed
+DIST gnote-42.0.tar.xz 3330504 BLAKE2B 
847c1c66b86902c13a7e9cd349e0b1e565f046ba81809dca002bfdc07d1e3dc4e12797da90e7689d8fde886ced580da9b744ca736697d1fd933a93cc344304bd
 SHA512 
fcdd653a29ae957faf177bacbe1bbdced186416c04a8f45f194a055914544b0679019935f482834e515a20865f358dfdfc32aa846c0fd24596cf5e569e21b997

diff --git a/app-misc/gnote/gnote-42.0.ebuild b/app-misc/gnote/gnote-42.0.ebuild
new file mode 100644
index ..ffd488033aaf
--- /dev/null
+++ b/app-misc/gnote/gnote-42.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson 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 ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-libs/glib-2.62:2[dbus]
+   >=dev-cpp/glibmm-2.62.0:2
+   >=dev-cpp/gtkmm-3.22.20:3.0
+   >=app-crypt/libsecret-0.8
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16:=
+   >=app-text/gspell-1.6.0:=
+   test? ( dev-libs/unittest++ )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   app-text/docbook-xml-dtd:4.1.2
+   >=dev-util/intltool-0.35.0
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   # Build system requires UnitTest++ >=1.5.1, but the .pc file doesn't
+   # specify a version
+   sed -i -e "/UnitTest++/ s/version: [^,]*,//" meson.build || die
+   if ! use test; then
+   sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
+   fi
+
+   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_install() {
+   meson_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



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

2021-12-20 Thread Yixun Lan
commit: b5a12b2dce09e7de96c59572f93f4efdc1c30530
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Dec 18 20:00:29 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Dec 21 03:38:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a12b2d

app-misc/gnote: keyword ~riscv

Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-misc/gnote/gnote-40.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gnote/gnote-40.2.ebuild b/app-misc/gnote/gnote-40.2.ebuild
index 5fad20f2707b..8544513de26d 100644
--- a/app-misc/gnote/gnote-40.2.ebuild
+++ b/app-misc/gnote/gnote-40.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gnote;
 
 LICENSE="GPL-3+ FDL-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 IUSE="debug"
 
 # Automagic:



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

2021-06-25 Thread Sam James
commit: 383853ea9f627d2d4c3bab6fafbf9eddb1ec6b41
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 26 01:03:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 26 01:03:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383853ea

app-misc/gnote: Keyword 40.2 arm64, #794955

Signed-off-by: Sam James  gentoo.org>

 app-misc/gnote/gnote-40.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gnote/gnote-40.2.ebuild b/app-misc/gnote/gnote-40.2.ebuild
index d59f76c84cd..3ad729fd57d 100644
--- a/app-misc/gnote/gnote-40.2.ebuild
+++ b/app-misc/gnote/gnote-40.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gnote;
 
 LICENSE="GPL-3+ FDL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="debug"
 
 # Automagic:



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

2021-06-15 Thread Matt Turner
commit: edbba1b4ea0d0d948a3e0e8786a5b75dae77b90d
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jun 15 19:05:39 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jun 15 19:30:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbba1b4

app-misc/gnote: Version bump to 40.2

Signed-off-by: Matt Turner  gentoo.org>

 app-misc/gnote/Manifest  |  1 +
 app-misc/gnote/gnote-40.2.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 49caaf133cd..9c51d7a12b7 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1 +1,2 @@
 DIST gnote-40.1.tar.xz 3420216 BLAKE2B 
a84604b25301fb0332da161a7f1f258542f1dfa16a02f34e700280e87393a3eb6d9005a5ed18204b91d0fccea2f6e44738789ab57dae543707650bfce55165c8
 SHA512 
6f4286fef18b060bb46c1c9f43772df7d9d913d6d1e3e3801e38e277fa660aa213e46f4a825788795f153821f705bbea22df7d1ff90ee949752497274455ad37
+DIST gnote-40.2.tar.xz 3422560 BLAKE2B 
d7d7fa862e02c1d889c736ae733db503a06db93cfc79c12bd1efa89acbe4a5825d0cf0cab00cfa916566002c1b838d118b37f5b0204f20ac9fcab2f892cccf52
 SHA512 
e1dc3ed4fb7b7c4f346a4a1e63a2e357b197375caf5d1d2026c159cfda012ace76ad598ecaf8e7d7649fb80abedc0cd4febd369160ddaf4510cfcc6b41185aed

diff --git a/app-misc/gnote/gnote-40.2.ebuild b/app-misc/gnote/gnote-40.2.ebuild
new file mode 100644
index 000..d59f76c84cd
--- /dev/null
+++ b/app-misc/gnote/gnote-40.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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)
+DEPEND="
+   >=app-crypt/libsecret-0.8
+   >=app-text/gspell-1.6.0:=
+   >=dev-cpp/glibmm-2.62.0:2
+   >=dev-cpp/gtkmm-3.22.20: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.22.20:3
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   app-text/docbook-xml-dtd:4.1.2
+   >=dev-util/intltool-0.35.0
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+PATCHES=("${FILESDIR}"/${PN}-3.38.1-cstddef.patch)
+
+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] repo/gentoo:master commit in: app-misc/gnote/

2021-05-02 Thread Matt Turner
commit: 70b6c6a94f017c2e73f1a894657508b05557440c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun May  2 14:58:11 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May  2 15:01:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b6c6a9

app-misc/gnote: Version bump to 40.1

Signed-off-by: Matt Turner  gentoo.org>

 app-misc/gnote/Manifest  |  1 +
 app-misc/gnote/gnote-40.1.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 6066fef71e4..7661960d605 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1,3 @@
 DIST gnote-3.38.1.tar.xz 3530348 BLAKE2B 
d3312162ffdf505dea31f8e8848bd755d6fc54a5f95250ce6b90a28e04801fb86a8c4e239471442a4501068a841e38e4764da8f16528849fdec57a88bd271891
 SHA512 
ccfe35ff3dc8e90fa96307565875401540c9e03a18ffd5b2c25fdb053927c4bb2b6b5515456f5260c053948b1a63bf6959a73e1ab09feefce61ed2adc257734f
 DIST gnote-40.0.tar.xz 3418516 BLAKE2B 
93834a3d9cdae89604be01b96c5293741263a1812ed23cc51a151c250f42c33c560456ac78a5a97f713dffc095b6f53ffe465da89867df89497239443939f3c4
 SHA512 
098273ee2de15152e7da739b857a8f7c43561e51013d1f42a631b0a9f52edebcd089817a9009556697e4c4b43506834919cd0f8cae7b3d899517f4b6d42eeb31
+DIST gnote-40.1.tar.xz 3420216 BLAKE2B 
a84604b25301fb0332da161a7f1f258542f1dfa16a02f34e700280e87393a3eb6d9005a5ed18204b91d0fccea2f6e44738789ab57dae543707650bfce55165c8
 SHA512 
6f4286fef18b060bb46c1c9f43772df7d9d913d6d1e3e3801e38e277fa660aa213e46f4a825788795f153821f705bbea22df7d1ff90ee949752497274455ad37

diff --git a/app-misc/gnote/gnote-40.1.ebuild b/app-misc/gnote/gnote-40.1.ebuild
new file mode 100644
index 000..d59f76c84cd
--- /dev/null
+++ b/app-misc/gnote/gnote-40.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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)
+DEPEND="
+   >=app-crypt/libsecret-0.8
+   >=app-text/gspell-1.6.0:=
+   >=dev-cpp/glibmm-2.62.0:2
+   >=dev-cpp/gtkmm-3.22.20: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.22.20:3
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   app-text/docbook-xml-dtd:4.1.2
+   >=dev-util/intltool-0.35.0
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+PATCHES=("${FILESDIR}"/${PN}-3.38.1-cstddef.patch)
+
+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] repo/gentoo:master commit in: app-misc/gnote/, app-misc/gnote/files/

2021-04-23 Thread Sergei Trofimovich
commit: 01192083a2063b785dc3806b5468d8bc46e1a746
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr 23 08:18:34 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 23 08:18:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01192083

app-misc/gnote: tweak for gcc-11

Reported-by: Kobboi
Closes: https://bugs.gentoo.org/768198
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-misc/gnote/files/gnote-3.38.1-cstddef.patch | 35 +
 app-misc/gnote/gnote-3.38.1.ebuild  |  2 ++
 app-misc/gnote/gnote-40.0.ebuild|  2 ++
 3 files changed, 39 insertions(+)

diff --git a/app-misc/gnote/files/gnote-3.38.1-cstddef.patch 
b/app-misc/gnote/files/gnote-3.38.1-cstddef.patch
new file mode 100644
index 000..0ea65b9bbd2
--- /dev/null
+++ b/app-misc/gnote/files/gnote-3.38.1-cstddef.patch
@@ -0,0 +1,35 @@
+https://bugs.gentoo.org/768198
+
+From 49e652613a1e28f1220f593ba18108839d3d2505 Mon Sep 17 00:00:00 2001
+From: Bastien Nocera 
+Date: Mon, 22 Mar 2021 15:04:01 +0100
+Subject: [PATCH] Fix AbstractAddin compilation error
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+gnote/src/abstractaddin.cpp: In constructor 
‘gnote::AbstractAddin::AbstractAddin()’:
+gnote/src/abstractaddin.cpp:29:15: error: ‘NULL’ was not declared in this scope
+   29 | : m_gnote(NULL)
+  |   ^~~~
+gnote/src/abstractaddin.cpp:25:1: note: ‘NULL’ is defined in header 
‘’; did you forget to ‘#include ’?
+   24 | #include "abstractaddin.hpp"
+  +++ |+#include 
+   25 |
+---
+ src/abstractaddin.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/src/abstractaddin.cpp
 b/src/abstractaddin.cpp
+@@ -22,6 +22,7 @@
+ 
+ 
+ #include "abstractaddin.hpp"
++#include 
+ 
+ namespace gnote {
+ 
+-- 
+2.31.1
+

diff --git a/app-misc/gnote/gnote-3.38.1.ebuild 
b/app-misc/gnote/gnote-3.38.1.ebuild
index 4b9eda38984..6f20625b348 100644
--- a/app-misc/gnote/gnote-3.38.1.ebuild
+++ b/app-misc/gnote/gnote-3.38.1.ebuild
@@ -38,6 +38,8 @@ DEPEND="${DEPEND}
virtual/pkgconfig
 "
 
+PATCHES=("${FILESDIR}"/${PN}-3.38.1-cstddef.patch)
+
 src_prepare() {
# Do not alter CFLAGS
sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die

diff --git a/app-misc/gnote/gnote-40.0.ebuild b/app-misc/gnote/gnote-40.0.ebuild
index efc4bc97c4f..d59f76c84cd 100644
--- a/app-misc/gnote/gnote-40.0.ebuild
+++ b/app-misc/gnote/gnote-40.0.ebuild
@@ -37,6 +37,8 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=("${FILESDIR}"/${PN}-3.38.1-cstddef.patch)
+
 src_prepare() {
# Do not alter CFLAGS
sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die



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

2021-04-12 Thread Matt Turner
commit: a9d441b1b93cbe8211747855bf4cbac88b949627
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr 12 21:27:22 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 12 21:59:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d441b1

app-misc/gnote: Version bump to 40.0

Signed-off-by: Matt Turner  gentoo.org>

 app-misc/gnote/Manifest  |  1 +
 app-misc/gnote/gnote-40.0.ebuild | 70 
 2 files changed, 71 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 1162beb824e..d7566f72615 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1,3 @@
 DIST gnote-3.36.2.tar.xz 3511244 BLAKE2B 
d7b8859ec47f8da2d37f285141d4c7fc0f591751a1ebea70339d6cdb727c74a6ca711515f8169130e1b46c1653c0c98da3bc4bce691b8d7a7f2794745e8db2a7
 SHA512 
6d2e32954836b4ac2800071385eedd6ad391936ee52626b7d51b077e4b4a3e071149804281e645b0fd88dc18e9f3c0f8d53e0994d33875ce5375d6b50b14d5e1
 DIST gnote-3.38.1.tar.xz 3530348 BLAKE2B 
d3312162ffdf505dea31f8e8848bd755d6fc54a5f95250ce6b90a28e04801fb86a8c4e239471442a4501068a841e38e4764da8f16528849fdec57a88bd271891
 SHA512 
ccfe35ff3dc8e90fa96307565875401540c9e03a18ffd5b2c25fdb053927c4bb2b6b5515456f5260c053948b1a63bf6959a73e1ab09feefce61ed2adc257734f
+DIST gnote-40.0.tar.xz 3418516 BLAKE2B 
93834a3d9cdae89604be01b96c5293741263a1812ed23cc51a151c250f42c33c560456ac78a5a97f713dffc095b6f53ffe465da89867df89497239443939f3c4
 SHA512 
098273ee2de15152e7da739b857a8f7c43561e51013d1f42a631b0a9f52edebcd089817a9009556697e4c4b43506834919cd0f8cae7b3d899517f4b6d42eeb31

diff --git a/app-misc/gnote/gnote-40.0.ebuild b/app-misc/gnote/gnote-40.0.ebuild
new file mode 100644
index 000..efc4bc97c4f
--- /dev/null
+++ b/app-misc/gnote/gnote-40.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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)
+DEPEND="
+   >=app-crypt/libsecret-0.8
+   >=app-text/gspell-1.6.0:=
+   >=dev-cpp/glibmm-2.62.0:2
+   >=dev-cpp/gtkmm-3.22.20: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.22.20:3
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+BDEPEND="
+   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] repo/gentoo:master commit in: app-misc/gnote/

2021-04-12 Thread Matt Turner
commit: d3259fffcb1807cfc304700fae41f44807b403af
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr 12 21:32:30 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 12 21:59:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3259fff

app-misc/gnote: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-misc/gnote/Manifest|  1 -
 app-misc/gnote/gnote-3.36.2.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index d7566f72615..6066fef71e4 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,3 +1,2 @@
-DIST gnote-3.36.2.tar.xz 3511244 BLAKE2B 
d7b8859ec47f8da2d37f285141d4c7fc0f591751a1ebea70339d6cdb727c74a6ca711515f8169130e1b46c1653c0c98da3bc4bce691b8d7a7f2794745e8db2a7
 SHA512 
6d2e32954836b4ac2800071385eedd6ad391936ee52626b7d51b077e4b4a3e071149804281e645b0fd88dc18e9f3c0f8d53e0994d33875ce5375d6b50b14d5e1
 DIST gnote-3.38.1.tar.xz 3530348 BLAKE2B 
d3312162ffdf505dea31f8e8848bd755d6fc54a5f95250ce6b90a28e04801fb86a8c4e239471442a4501068a841e38e4764da8f16528849fdec57a88bd271891
 SHA512 
ccfe35ff3dc8e90fa96307565875401540c9e03a18ffd5b2c25fdb053927c4bb2b6b5515456f5260c053948b1a63bf6959a73e1ab09feefce61ed2adc257734f
 DIST gnote-40.0.tar.xz 3418516 BLAKE2B 
93834a3d9cdae89604be01b96c5293741263a1812ed23cc51a151c250f42c33c560456ac78a5a97f713dffc095b6f53ffe465da89867df89497239443939f3c4
 SHA512 
098273ee2de15152e7da739b857a8f7c43561e51013d1f42a631b0a9f52edebcd089817a9009556697e4c4b43506834919cd0f8cae7b3d899517f4b6d42eeb31

diff --git a/app-misc/gnote/gnote-3.36.2.ebuild 
b/app-misc/gnote/gnote-3.36.2.ebuild
deleted file mode 100644
index 0a1202afea6..000
--- a/app-misc/gnote/gnote-3.36.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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/gspell-1.6.0:=
-   >=dev-cpp/glibmm-2.62.0: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] repo/gentoo:master commit in: app-misc/gnote/

2021-01-31 Thread Mart Raudsepp
commit: fcd65dea218dcfeda416b88fe14c689b0ed284c0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jan 31 14:39:42 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jan 31 17:51:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd65dea

app-misc/gnote: bump to 3.38.1

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-misc/gnote/Manifest|  1 +
 app-misc/gnote/gnote-3.38.1.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index aca2de98d41..1162beb824e 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1 +1,2 @@
 DIST gnote-3.36.2.tar.xz 3511244 BLAKE2B 
d7b8859ec47f8da2d37f285141d4c7fc0f591751a1ebea70339d6cdb727c74a6ca711515f8169130e1b46c1653c0c98da3bc4bce691b8d7a7f2794745e8db2a7
 SHA512 
6d2e32954836b4ac2800071385eedd6ad391936ee52626b7d51b077e4b4a3e071149804281e645b0fd88dc18e9f3c0f8d53e0994d33875ce5375d6b50b14d5e1
+DIST gnote-3.38.1.tar.xz 3530348 BLAKE2B 
d3312162ffdf505dea31f8e8848bd755d6fc54a5f95250ce6b90a28e04801fb86a8c4e239471442a4501068a841e38e4764da8f16528849fdec57a88bd271891
 SHA512 
ccfe35ff3dc8e90fa96307565875401540c9e03a18ffd5b2c25fdb053927c4bb2b6b5515456f5260c053948b1a63bf6959a73e1ab09feefce61ed2adc257734f

diff --git a/app-misc/gnote/gnote-3.38.1.ebuild 
b/app-misc/gnote/gnote-3.38.1.ebuild
new file mode 100644
index 000..2ebb668cff8
--- /dev/null
+++ b/app-misc/gnote/gnote-3.38.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# 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/gspell-1.6.0:=
+   >=dev-cpp/glibmm-2.62.0:2
+   >=dev-cpp/gtkmm-3.22.20: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.22.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] repo/gentoo:master commit in: app-misc/gnote/

2020-07-15 Thread Mart Raudsepp
commit: 6329ed7343958885ed6da340e277943cd9494714
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 15 07:34:26 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 15 09:05:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6329ed73

app-misc/gnote: bump to 3.36.2

Closes: https://bugs.gentoo.org/732514
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-misc/gnote/Manifest|  1 +
 app-misc/gnote/gnote-3.36.2.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index d4cdb802d7d..d65cdf60d11 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1 +1,2 @@
 DIST gnote-3.36.1.tar.xz 3512000 BLAKE2B 
00f5f8049085c855722f92fb3231684d53c4a15b96b7148a2a810d8fdd4c02b22510f4c4f9296fd7e2f4ba96e44d55215f71a2eb78ecb60170f8bb7ffbdef6ef
 SHA512 
4c0c9d469836366a7886928beb0b47c48e60ee41591de193b9af597214f373c2c14b25745f6238ccbede8df8e7d4d83f39a34aed1b155895479bba3e043d2cce
+DIST gnote-3.36.2.tar.xz 3511244 BLAKE2B 
d7b8859ec47f8da2d37f285141d4c7fc0f591751a1ebea70339d6cdb727c74a6ca711515f8169130e1b46c1653c0c98da3bc4bce691b8d7a7f2794745e8db2a7
 SHA512 
6d2e32954836b4ac2800071385eedd6ad391936ee52626b7d51b077e4b4a3e071149804281e645b0fd88dc18e9f3c0f8d53e0994d33875ce5375d6b50b14d5e1

diff --git a/app-misc/gnote/gnote-3.36.2.ebuild 
b/app-misc/gnote/gnote-3.36.2.ebuild
new file mode 100644
index 000..95d5527ca52
--- /dev/null
+++ b/app-misc/gnote/gnote-3.36.2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# 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/gspell-1.6.0:=
+   >=dev-cpp/glibmm-2.62.0: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] repo/gentoo:master commit in: app-misc/gnote/

2020-07-04 Thread Mart Raudsepp
commit: 9981d5f2f04848ff8b03582c7ef839dd8f1b6336
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jul  4 13:21:50 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jul  4 15:05:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9981d5f2

app-misc/gnote: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-misc/gnote/Manifest|  1 -
 app-misc/gnote/gnote-3.30.0.ebuild | 72 --
 2 files changed, 73 deletions(-)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index e8f93da9b9e..d4cdb802d7d 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1 @@
-DIST gnote-3.30.0.tar.xz 4017364 BLAKE2B 
e53240162d4814a0f004863ca5d309dce0b428d8ce4f7e8dc64c0ce683a830ebedc4809191e55818dba98de7d968413ae080f86367abacf3e4f3a404bbd62157
 SHA512 
7c1348b9fdbc84ea8cc74e214de50b594a1585031a40406ba73a8635362ef1769a37dbce79347188983970debf72d3c0f81523739a48bf27823f0233cc6cfd2b
 DIST gnote-3.36.1.tar.xz 3512000 BLAKE2B 
00f5f8049085c855722f92fb3231684d53c4a15b96b7148a2a810d8fdd4c02b22510f4c4f9296fd7e2f4ba96e44d55215f71a2eb78ecb60170f8bb7ffbdef6ef
 SHA512 
4c0c9d469836366a7886928beb0b47c48e60ee41591de193b9af597214f373c2c14b25745f6238ccbede8df8e7d4d83f39a34aed1b155895479bba3e043d2cce

diff --git a/app-misc/gnote/gnote-3.30.0.ebuild 
b/app-misc/gnote/gnote-3.30.0.ebuild
deleted file mode 100644
index a1955b0552a..000
--- a/app-misc/gnote/gnote-3.30.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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)
-# 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.52.1-r1: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] repo/gentoo:master commit in: app-misc/gnote/

2020-06-02 Thread Mart Raudsepp
commit: deaddcfd415c72ce0ce8d8e96168dc9e610097ea
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jun  2 22:12:44 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deaddcfd

app-misc/gnote: bump to 3.36.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-misc/gnote/Manifest|  1 +
 app-misc/gnote/gnote-3.36.1.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index ab5940e051d..e8f93da9b9e 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1 +1,2 @@
 DIST gnote-3.30.0.tar.xz 4017364 BLAKE2B 
e53240162d4814a0f004863ca5d309dce0b428d8ce4f7e8dc64c0ce683a830ebedc4809191e55818dba98de7d968413ae080f86367abacf3e4f3a404bbd62157
 SHA512 
7c1348b9fdbc84ea8cc74e214de50b594a1585031a40406ba73a8635362ef1769a37dbce79347188983970debf72d3c0f81523739a48bf27823f0233cc6cfd2b
+DIST gnote-3.36.1.tar.xz 3512000 BLAKE2B 
00f5f8049085c855722f92fb3231684d53c4a15b96b7148a2a810d8fdd4c02b22510f4c4f9296fd7e2f4ba96e44d55215f71a2eb78ecb60170f8bb7ffbdef6ef
 SHA512 
4c0c9d469836366a7886928beb0b47c48e60ee41591de193b9af597214f373c2c14b25745f6238ccbede8df8e7d4d83f39a34aed1b155895479bba3e043d2cce

diff --git a/app-misc/gnote/gnote-3.36.1.ebuild 
b/app-misc/gnote/gnote-3.36.1.ebuild
new file mode 100644
index 000..95d5527ca52
--- /dev/null
+++ b/app-misc/gnote/gnote-3.36.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# 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/gspell-1.6.0:=
+   >=dev-cpp/glibmm-2.62.0: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] repo/gentoo:master commit in: app-misc/gnote/

2019-05-18 Thread Mart Raudsepp
commit: 6eb974a8bc5a1d9a37840840869e5585b090fa93
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 18 19:32:20 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 18 19:58:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb974a8

app-misc/gnote: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-misc/gnote/Manifest|  1 -
 app-misc/gnote/gnote-3.24.1.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 864a74a4f43..ab5940e051d 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1 @@
-DIST gnote-3.24.1.tar.xz 3310012 BLAKE2B 
b6167dbb2461e574e4f21b2f227eb9a3c89708ddd15a561146faa044130e5c9ccc6d64b4923c30726160ee35d4ab5a0ae04b1593e74af2fa6566582af9bc1f18
 SHA512 
759fb2984312a3e3d5aed9b79f2309021b69df57b820d34814a5d3d9b5c9201abc6e50d83bf64f30974991d779b0b85e599435a24ee1326b867a2a4be8e0f37e
 DIST gnote-3.30.0.tar.xz 4017364 BLAKE2B 
e53240162d4814a0f004863ca5d309dce0b428d8ce4f7e8dc64c0ce683a830ebedc4809191e55818dba98de7d968413ae080f86367abacf3e4f3a404bbd62157
 SHA512 
7c1348b9fdbc84ea8cc74e214de50b594a1585031a40406ba73a8635362ef1769a37dbce79347188983970debf72d3c0f81523739a48bf27823f0233cc6cfd2b

diff --git a/app-misc/gnote/gnote-3.24.1.ebuild 
b/app-misc/gnote/gnote-3.24.1.ebuild
deleted file mode 100644
index efeb2abea8e..000
--- a/app-misc/gnote/gnote-3.24.1.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] repo/gentoo:master commit in: app-misc/gnote/

2018-11-19 Thread Gilles Dartiguelongue
commit: 67ee27dbd9e79de31b0b23ab38b771b5aa357ef5
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Nov 19 12:38:59 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Nov 19 15:58:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ee27db

app-misc/gnote: 3.24.1 → 3.30.0

Formatting and actions menus redesigned. Translation updates.

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 app-misc/gnote/Manifest|  1 +
 app-misc/gnote/gnote-3.30.0.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index d2434af7080..864a74a4f43 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1 +1,2 @@
 DIST gnote-3.24.1.tar.xz 3310012 BLAKE2B 
b6167dbb2461e574e4f21b2f227eb9a3c89708ddd15a561146faa044130e5c9ccc6d64b4923c30726160ee35d4ab5a0ae04b1593e74af2fa6566582af9bc1f18
 SHA512 
759fb2984312a3e3d5aed9b79f2309021b69df57b820d34814a5d3d9b5c9201abc6e50d83bf64f30974991d779b0b85e599435a24ee1326b867a2a4be8e0f37e
+DIST gnote-3.30.0.tar.xz 4017364 BLAKE2B 
e53240162d4814a0f004863ca5d309dce0b428d8ce4f7e8dc64c0ce683a830ebedc4809191e55818dba98de7d968413ae080f86367abacf3e4f3a404bbd62157
 SHA512 
7c1348b9fdbc84ea8cc74e214de50b594a1585031a40406ba73a8635362ef1769a37dbce79347188983970debf72d3c0f81523739a48bf27823f0233cc6cfd2b

diff --git a/app-misc/gnote/gnote-3.30.0.ebuild 
b/app-misc/gnote/gnote-3.30.0.ebuild
new file mode 100644
index 000..c5ce78a1cb5
--- /dev/null
+++ b/app-misc/gnote/gnote-3.30.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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)
+# 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.52.1-r1: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] repo/gentoo:master commit in: app-misc/gnote/

2018-01-27 Thread Mart Raudsepp
commit: b426d398007e235a6ce10640f74a6b513c6e379d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 27 07:51:08 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 27 09:37:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b426d398

app-misc/gnote: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-misc/gnote/Manifest|  2 --
 app-misc/gnote/gnote-3.22.1.ebuild | 70 -
 app-misc/gnote/gnote-3.24.0.ebuild | 71 --
 3 files changed, 143 deletions(-)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index b8bc4804035..d2434af7080 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,3 +1 @@
-DIST gnote-3.22.1.tar.xz 3309984 BLAKE2B 
0d8efac1e58a931682da5d2b10e2ed58df43a581aac428cb93f6f208be1e888c41f5f6a9595305a3f16ec95a1b2f33a11a0800a1ba3ac641d6ac31129ec9a3f8
 SHA512 
0bbf89b39699294fe5a373decf10bcd7f3a86a20c49b9d82699fb758c7cd27b6939764236a1a7ffe21964a2ae196780d0861123776b1568344935e0b649e2f5f
-DIST gnote-3.24.0.tar.xz 3307940 BLAKE2B 
2f0ef3649b9fd998a03e18959612ef87be0e36e9f2e65c2562b891c1f8baf529f1b7186ef1bb077bfc85b5cbb8a0686110ec09a189dc06d4fb78327696fa4d09
 SHA512 
640f24d1829a546e53eb2d269f965daafa651e141566fd2f7a4572245b309c06259f548fa38c86c55954f2d0f8f98c48b7da2ed982864ae6ffbcac4b5d64aecb
 DIST gnote-3.24.1.tar.xz 3310012 BLAKE2B 
b6167dbb2461e574e4f21b2f227eb9a3c89708ddd15a561146faa044130e5c9ccc6d64b4923c30726160ee35d4ab5a0ae04b1593e74af2fa6566582af9bc1f18
 SHA512 
759fb2984312a3e3d5aed9b79f2309021b69df57b820d34814a5d3d9b5c9201abc6e50d83bf64f30974991d779b0b85e599435a24ee1326b867a2a4be8e0f37e

diff --git a/app-misc/gnote/gnote-3.22.1.ebuild 
b/app-misc/gnote/gnote-3.22.1.ebuild
deleted file mode 100644
index 26e294954bc..000
--- a/app-misc/gnote/gnote-3.22.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 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
-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/boost-1.34:=
-   >=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
-}

diff --git a/app-misc/gnote/gnote-3.24.0.ebuild 
b/app-misc/gnote/gnote-3.24.0.ebuild
deleted file mode 100644
index b0b68f6acf7..000
--- a/app-misc/gnote/gnote-3.24.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2017 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

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

2018-01-17 Thread Mikle Kolyada
commit: 038e49f46fc60f5d780e22941f54634bebb4e047
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 01:47:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 01:49:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038e49f4

app-misc/gnote: amd64 stable wrt bug #631656

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/app-misc/gnote/gnote-3.24.1.ebuild 
b/app-misc/gnote/gnote-3.24.1.ebuild
index b0b68f6acf7..f9c8ea235ec 100644
--- a/app-misc/gnote/gnote-3.24.1.ebuild
+++ b/app-misc/gnote/gnote-3.24.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gnote;
 
 LICENSE="GPL-3+ FDL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 # Automagic:



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

2017-08-27 Thread Gilles Dartiguelongue
commit: d804e5c1caa95776528ecd4a3d5062f7190dd39b
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 27 16:54:02 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 27 17:56:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d804e5c1

app-misc/gnote: version bump 3.24.0 → 3.24.1

Fix a typo in help. Fix a crash in notebook delete.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/gnote/Manifest|  1 +
 app-misc/gnote/gnote-3.24.1.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 90520a393ab..47f6b8eea40 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1,3 @@
 DIST gnote-3.22.1.tar.xz 3309984 SHA256 
fa9434c2ba11bea73bd63436e5fd76949aca4f66dfd902295629c66ef27cd5eb SHA512 
0bbf89b39699294fe5a373decf10bcd7f3a86a20c49b9d82699fb758c7cd27b6939764236a1a7ffe21964a2ae196780d0861123776b1568344935e0b649e2f5f
 WHIRLPOOL 
b36307a24800078843a1cf6217aa7f2a88f2c2f2cc6707ac0b93a7c735e8e820b3ed3f07132647cb47273286771006150a4fe05c425f63554e4da0dee0d100ae
 DIST gnote-3.24.0.tar.xz 3307940 SHA256 
62e38c19ce7dfcd895729adabd72f654f31e03f28dbf4cbca68279e745c79cd4 SHA512 
640f24d1829a546e53eb2d269f965daafa651e141566fd2f7a4572245b309c06259f548fa38c86c55954f2d0f8f98c48b7da2ed982864ae6ffbcac4b5d64aecb
 WHIRLPOOL 
b866cde708f9950fe4b4a9af4e97bcc06336e61cfcbf649162323162daf7ef7a1c536ffec9460dc580d54e3cc3a03606967a6ff5aad79b5b847e20c4234ab707
+DIST gnote-3.24.1.tar.xz 3310012 SHA256 
1da5887c6d4221de292bd9fd310525bd05d60b9483bb1596e0cfb41f39995a7f SHA512 
759fb2984312a3e3d5aed9b79f2309021b69df57b820d34814a5d3d9b5c9201abc6e50d83bf64f30974991d779b0b85e599435a24ee1326b867a2a4be8e0f37e
 WHIRLPOOL 
a9fba05fce773cd83f4615475f52137f4b82d4622c95a5500838e580dfc5b6d9b58f548206f71e260b955fe66a6f1a74d016e811af3a67dd0ca052b6230ef5e2

diff --git a/app-misc/gnote/gnote-3.24.1.ebuild 
b/app-misc/gnote/gnote-3.24.1.ebuild
new file mode 100644
index 000..b0b68f6acf7
--- /dev/null
+++ b/app-misc/gnote/gnote-3.24.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 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] repo/gentoo:master commit in: app-misc/gnote/

2017-08-09 Thread Gilles Dartiguelongue
commit: f47a7cfd27c96693cb4ee9f1919a058c5f603248
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Aug  9 22:38:04 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Aug  9 22:58:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47a7cfd

app-misc/gnote: version bump 3.22.1 → 3.24.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-misc/gnote/Manifest|  1 +
 app-misc/gnote/gnote-3.24.0.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index e1bc66fbd02..90520a393ab 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1 +1,2 @@
 DIST gnote-3.22.1.tar.xz 3309984 SHA256 
fa9434c2ba11bea73bd63436e5fd76949aca4f66dfd902295629c66ef27cd5eb SHA512 
0bbf89b39699294fe5a373decf10bcd7f3a86a20c49b9d82699fb758c7cd27b6939764236a1a7ffe21964a2ae196780d0861123776b1568344935e0b649e2f5f
 WHIRLPOOL 
b36307a24800078843a1cf6217aa7f2a88f2c2f2cc6707ac0b93a7c735e8e820b3ed3f07132647cb47273286771006150a4fe05c425f63554e4da0dee0d100ae
+DIST gnote-3.24.0.tar.xz 3307940 SHA256 
62e38c19ce7dfcd895729adabd72f654f31e03f28dbf4cbca68279e745c79cd4 SHA512 
640f24d1829a546e53eb2d269f965daafa651e141566fd2f7a4572245b309c06259f548fa38c86c55954f2d0f8f98c48b7da2ed982864ae6ffbcac4b5d64aecb
 WHIRLPOOL 
b866cde708f9950fe4b4a9af4e97bcc06336e61cfcbf649162323162daf7ef7a1c536ffec9460dc580d54e3cc3a03606967a6ff5aad79b5b847e20c4234ab707

diff --git a/app-misc/gnote/gnote-3.24.0.ebuild 
b/app-misc/gnote/gnote-3.24.0.ebuild
new file mode 100644
index 000..b0b68f6acf7
--- /dev/null
+++ b/app-misc/gnote/gnote-3.24.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 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] repo/gentoo:master commit in: app-misc/gnote/

2017-04-02 Thread Mart Raudsepp
commit: 7112001ac1a8467e4a84b874e76217976f303a95
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:46:38 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7112001a

app-misc/gnote: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-misc/gnote/Manifest|  1 -
 app-misc/gnote/gnote-3.20.2.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 23cc9657999..e1bc66fbd02 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1 @@
-DIST gnote-3.20.2.tar.xz 3304528 SHA256 
fdc76ae31dc8925545806c1702cf74e1c8f387b16519ed995987194f688555eb SHA512 
59d28a8e9069abfbb0f9d29be31d31d39406b374bf9fce434cdb626b508faace5a7505d5fd08196fba938059d7100d85c837a71d97a27345ddf439c569aabc91
 WHIRLPOOL 
7ae787a43cc6e66400b607f68d2153a0c5651389a134b6870603aacfd278f06d06e41cc147c8f556936b5a85c807d606a44fcd09ce490415d135f614945ae392
 DIST gnote-3.22.1.tar.xz 3309984 SHA256 
fa9434c2ba11bea73bd63436e5fd76949aca4f66dfd902295629c66ef27cd5eb SHA512 
0bbf89b39699294fe5a373decf10bcd7f3a86a20c49b9d82699fb758c7cd27b6939764236a1a7ffe21964a2ae196780d0861123776b1568344935e0b649e2f5f
 WHIRLPOOL 
b36307a24800078843a1cf6217aa7f2a88f2c2f2cc6707ac0b93a7c735e8e820b3ed3f07132647cb47273286771006150a4fe05c425f63554e4da0dee0d100ae

diff --git a/app-misc/gnote/gnote-3.20.2.ebuild 
b/app-misc/gnote/gnote-3.20.2.ebuild
deleted file mode 100644
index 8005492c1bd..000
--- a/app-misc/gnote/gnote-3.20.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2017 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
-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/boost-1.34:=
-   >=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.16: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
-"
-
-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] repo/gentoo:master commit in: app-misc/gnote/

2017-02-15 Thread Mart Raudsepp
commit: 7ed835d33df55e21cc0a5e46c224c23e14e24b40
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Feb 15 16:51:55 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Feb 15 16:56:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed835d3

app-misc/gnote: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/gnote/Manifest|  2 --
 app-misc/gnote/gnote-3.20.1.ebuild | 72 --
 app-misc/gnote/gnote-3.22.0.ebuild | 71 -
 3 files changed, 145 deletions(-)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 46caaab3a6..23cc965799 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,4 +1,2 @@
-DIST gnote-3.20.1.tar.xz 3304760 SHA256 
75acffdc2c0cc8cd226dc4471e6624d523bbd86c415ef4e05be70cbbfd4014e7 SHA512 
1547442fec255579588404c17faa4ec7a8fc3445b68b55bd115b57daeb1924e77ba97b4a7b8c19979b97072912b4b761a6e7155370605a920cdc684dff5da222
 WHIRLPOOL 
f21ea792c271ed72aa5b2f8fc420ac09abafecc421da8e98084cdbca67c2a4fec8a180883fe476d89a44f55278430d472639abd89f3b3abcd1e1aa6c5009c138
 DIST gnote-3.20.2.tar.xz 3304528 SHA256 
fdc76ae31dc8925545806c1702cf74e1c8f387b16519ed995987194f688555eb SHA512 
59d28a8e9069abfbb0f9d29be31d31d39406b374bf9fce434cdb626b508faace5a7505d5fd08196fba938059d7100d85c837a71d97a27345ddf439c569aabc91
 WHIRLPOOL 
7ae787a43cc6e66400b607f68d2153a0c5651389a134b6870603aacfd278f06d06e41cc147c8f556936b5a85c807d606a44fcd09ce490415d135f614945ae392
-DIST gnote-3.22.0.tar.xz 3309040 SHA256 
fc2f562c08f29eec8b6c6985ed936bd62dc90388d8f06c3be59767bfe2f5f656 SHA512 
78a4441fb7fe744f266031aaad316e6d4f9f83e866e0033fc50478a8e126ef17227c2e11bf63afd289873c92af10277afcce77963616acbe273d46cf0c3b133d
 WHIRLPOOL 
2d50890f0efaf9b0f4e2056aed5d5e264a809d4e5e4189449147940dbba16a888a8a291a300206d4df7083562d8e50320d711e072c89481cae6a660ddc5dce76
 DIST gnote-3.22.1.tar.xz 3309984 SHA256 
fa9434c2ba11bea73bd63436e5fd76949aca4f66dfd902295629c66ef27cd5eb SHA512 
0bbf89b39699294fe5a373decf10bcd7f3a86a20c49b9d82699fb758c7cd27b6939764236a1a7ffe21964a2ae196780d0861123776b1568344935e0b649e2f5f
 WHIRLPOOL 
b36307a24800078843a1cf6217aa7f2a88f2c2f2cc6707ac0b93a7c735e8e820b3ed3f07132647cb47273286771006150a4fe05c425f63554e4da0dee0d100ae

diff --git a/app-misc/gnote/gnote-3.20.1.ebuild 
b/app-misc/gnote/gnote-3.20.1.ebuild
deleted file mode 100644
index 4eb625ac36..00
--- a/app-misc/gnote/gnote-3.20.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils 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
-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/boost-1.34
-   >=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.16: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
-"
-
-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
-}

diff --git a/app-misc/gnote/gnote-3.22.0.ebuild 
b/app-misc/gnote/gnote-3.22.0.ebuild
deleted file mode 100644
index 7385afc4de..00
--- a/app-misc/gnote/gnote-3.22.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 

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

2017-01-04 Thread Gilles Dartiguelongue
commit: 5a7e8f96a970bde800b995ad4993dcf68e5b3894
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:56:30 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7e8f96

app-misc/gnote: bump to 3.22.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 app-misc/gnote/Manifest|  1 +
 app-misc/gnote/gnote-3.22.1.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index de6baba..46caaab 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,3 +1,4 @@
 DIST gnote-3.20.1.tar.xz 3304760 SHA256 
75acffdc2c0cc8cd226dc4471e6624d523bbd86c415ef4e05be70cbbfd4014e7 SHA512 
1547442fec255579588404c17faa4ec7a8fc3445b68b55bd115b57daeb1924e77ba97b4a7b8c19979b97072912b4b761a6e7155370605a920cdc684dff5da222
 WHIRLPOOL 
f21ea792c271ed72aa5b2f8fc420ac09abafecc421da8e98084cdbca67c2a4fec8a180883fe476d89a44f55278430d472639abd89f3b3abcd1e1aa6c5009c138
 DIST gnote-3.20.2.tar.xz 3304528 SHA256 
fdc76ae31dc8925545806c1702cf74e1c8f387b16519ed995987194f688555eb SHA512 
59d28a8e9069abfbb0f9d29be31d31d39406b374bf9fce434cdb626b508faace5a7505d5fd08196fba938059d7100d85c837a71d97a27345ddf439c569aabc91
 WHIRLPOOL 
7ae787a43cc6e66400b607f68d2153a0c5651389a134b6870603aacfd278f06d06e41cc147c8f556936b5a85c807d606a44fcd09ce490415d135f614945ae392
 DIST gnote-3.22.0.tar.xz 3309040 SHA256 
fc2f562c08f29eec8b6c6985ed936bd62dc90388d8f06c3be59767bfe2f5f656 SHA512 
78a4441fb7fe744f266031aaad316e6d4f9f83e866e0033fc50478a8e126ef17227c2e11bf63afd289873c92af10277afcce77963616acbe273d46cf0c3b133d
 WHIRLPOOL 
2d50890f0efaf9b0f4e2056aed5d5e264a809d4e5e4189449147940dbba16a888a8a291a300206d4df7083562d8e50320d711e072c89481cae6a660ddc5dce76
+DIST gnote-3.22.1.tar.xz 3309984 SHA256 
fa9434c2ba11bea73bd63436e5fd76949aca4f66dfd902295629c66ef27cd5eb SHA512 
0bbf89b39699294fe5a373decf10bcd7f3a86a20c49b9d82699fb758c7cd27b6939764236a1a7ffe21964a2ae196780d0861123776b1568344935e0b649e2f5f
 WHIRLPOOL 
b36307a24800078843a1cf6217aa7f2a88f2c2f2cc6707ac0b93a7c735e8e820b3ed3f07132647cb47273286771006150a4fe05c425f63554e4da0dee0d100ae

diff --git a/app-misc/gnote/gnote-3.22.1.ebuild 
b/app-misc/gnote/gnote-3.22.1.ebuild
new file mode 100644
index ..7385afc
--- /dev/null
+++ b/app-misc/gnote/gnote-3.22.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+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/boost-1.34:=
+   >=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] repo/gentoo:master commit in: app-misc/gnote/

2016-10-19 Thread Gilles Dartiguelongue
commit: 9e307e43fa61f4db98531eced67bec8aecb785a9
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Oct 19 21:57:38 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Oct 19 22:02:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e307e43

app-misc/gnote: version bump 3.20.2 → 3.22.0

Package-Manager: portage-2.3.1

 app-misc/gnote/Manifest|  1 +
 app-misc/gnote/gnote-3.22.0.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 17a7dec..de6baba 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1,3 @@
 DIST gnote-3.20.1.tar.xz 3304760 SHA256 
75acffdc2c0cc8cd226dc4471e6624d523bbd86c415ef4e05be70cbbfd4014e7 SHA512 
1547442fec255579588404c17faa4ec7a8fc3445b68b55bd115b57daeb1924e77ba97b4a7b8c19979b97072912b4b761a6e7155370605a920cdc684dff5da222
 WHIRLPOOL 
f21ea792c271ed72aa5b2f8fc420ac09abafecc421da8e98084cdbca67c2a4fec8a180883fe476d89a44f55278430d472639abd89f3b3abcd1e1aa6c5009c138
 DIST gnote-3.20.2.tar.xz 3304528 SHA256 
fdc76ae31dc8925545806c1702cf74e1c8f387b16519ed995987194f688555eb SHA512 
59d28a8e9069abfbb0f9d29be31d31d39406b374bf9fce434cdb626b508faace5a7505d5fd08196fba938059d7100d85c837a71d97a27345ddf439c569aabc91
 WHIRLPOOL 
7ae787a43cc6e66400b607f68d2153a0c5651389a134b6870603aacfd278f06d06e41cc147c8f556936b5a85c807d606a44fcd09ce490415d135f614945ae392
+DIST gnote-3.22.0.tar.xz 3309040 SHA256 
fc2f562c08f29eec8b6c6985ed936bd62dc90388d8f06c3be59767bfe2f5f656 SHA512 
78a4441fb7fe744f266031aaad316e6d4f9f83e866e0033fc50478a8e126ef17227c2e11bf63afd289873c92af10277afcce77963616acbe273d46cf0c3b133d
 WHIRLPOOL 
2d50890f0efaf9b0f4e2056aed5d5e264a809d4e5e4189449147940dbba16a888a8a291a300206d4df7083562d8e50320d711e072c89481cae6a660ddc5dce76

diff --git a/app-misc/gnote/gnote-3.22.0.ebuild 
b/app-misc/gnote/gnote-3.22.0.ebuild
new file mode 100644
index ..7385afc
--- /dev/null
+++ b/app-misc/gnote/gnote-3.22.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+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/boost-1.34:=
+   >=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] repo/gentoo:master commit in: app-misc/gnote/

2016-10-08 Thread Pacho Ramos
commit: 988b13faef551f10d064063d807bf9734ee71424
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Oct  8 09:14:50 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  8 09:50:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988b13fa

app-misc/gnote: Version bump

Package-Manager: portage-2.3.1

 app-misc/gnote/Manifest|  1 +
 app-misc/gnote/gnote-3.20.2.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index f67ab78..17a7dec 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1 +1,2 @@
 DIST gnote-3.20.1.tar.xz 3304760 SHA256 
75acffdc2c0cc8cd226dc4471e6624d523bbd86c415ef4e05be70cbbfd4014e7 SHA512 
1547442fec255579588404c17faa4ec7a8fc3445b68b55bd115b57daeb1924e77ba97b4a7b8c19979b97072912b4b761a6e7155370605a920cdc684dff5da222
 WHIRLPOOL 
f21ea792c271ed72aa5b2f8fc420ac09abafecc421da8e98084cdbca67c2a4fec8a180883fe476d89a44f55278430d472639abd89f3b3abcd1e1aa6c5009c138
+DIST gnote-3.20.2.tar.xz 3304528 SHA256 
fdc76ae31dc8925545806c1702cf74e1c8f387b16519ed995987194f688555eb SHA512 
59d28a8e9069abfbb0f9d29be31d31d39406b374bf9fce434cdb626b508faace5a7505d5fd08196fba938059d7100d85c837a71d97a27345ddf439c569aabc91
 WHIRLPOOL 
7ae787a43cc6e66400b607f68d2153a0c5651389a134b6870603aacfd278f06d06e41cc147c8f556936b5a85c807d606a44fcd09ce490415d135f614945ae392

diff --git a/app-misc/gnote/gnote-3.20.2.ebuild 
b/app-misc/gnote/gnote-3.20.2.ebuild
new file mode 100644
index ..b8f0505
--- /dev/null
+++ b/app-misc/gnote/gnote-3.20.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+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/boost-1.34:=
+   >=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.16: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
+"
+
+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] repo/gentoo:master commit in: app-misc/gnote/files/, app-misc/gnote/

2016-10-08 Thread Pacho Ramos
commit: 019d1e922d7767fad74b44880325eea4ba2afb65
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Oct  8 09:14:02 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  8 09:50:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019d1e92

app-misc/gnote: Drop old

Package-Manager: portage-2.3.1

 app-misc/gnote/Manifest|  1 -
 .../files/gnote-3.18.2-x11-support-switch.patch| 30 
 app-misc/gnote/gnote-3.18.1.ebuild | 84 --
 3 files changed, 115 deletions(-)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 522cc2f..f67ab78 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,2 +1 @@
-DIST gnote-3.18.1.tar.xz 3310004 SHA256 
5da4ec9e7852b09af1067311fc6ee18a2c64384f4f5943b71ac37665144be58d SHA512 
bd67f43494c8367a1b435a44408ed8fa7f50e380d09fedcb27874d7b38791ed65fb68e524946188859f58588625f436a58fb85d8429bd1ec1daf47328a74bc57
 WHIRLPOOL 
5df84e22467903159fa49eb1840b9fbfc0f8cf341ff1ff673c71cce1ebb1a5d3d85e1375d1ed21e7232f328078752153d0aa5929e8756963b65658e45fd671dd
 DIST gnote-3.20.1.tar.xz 3304760 SHA256 
75acffdc2c0cc8cd226dc4471e6624d523bbd86c415ef4e05be70cbbfd4014e7 SHA512 
1547442fec255579588404c17faa4ec7a8fc3445b68b55bd115b57daeb1924e77ba97b4a7b8c19979b97072912b4b761a6e7155370605a920cdc684dff5da222
 WHIRLPOOL 
f21ea792c271ed72aa5b2f8fc420ac09abafecc421da8e98084cdbca67c2a4fec8a180883fe476d89a44f55278430d472639abd89f3b3abcd1e1aa6c5009c138

diff --git a/app-misc/gnote/files/gnote-3.18.2-x11-support-switch.patch 
b/app-misc/gnote/files/gnote-3.18.2-x11-support-switch.patch
deleted file mode 100644
index c126469..
--- a/app-misc/gnote/files/gnote-3.18.2-x11-support-switch.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From f36016ae8352ecc7aba800fe3f2057c016d644df Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Wed, 25 Nov 2015 10:07:15 +0100
-Subject: [PATCH 1/2] Fix X11 support configure switch
-

- configure.ac | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 64a5e21..a28eb04 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -147,9 +147,11 @@ fi
- AC_SUBST(DBUS_SERVICE_DIR)
- 
- AC_ARG_WITH(x11_support, [  --with-x11-support  Compile with X11 
support.],
--[with_x11_support=yes;AC_DEFINE(HAVE_X11_SUPPORT, [1], [Define to 
1 to include X11 support.])],
-+[],
- [with_x11_support=no])
--AM_CONDITIONAL(HAVE_X11_SUPPORT, test "x$with_x11_support" != "x")
-+AS_IF([test "$with_x11_support" = "yes"],
-+  [AC_DEFINE(HAVE_X11_SUPPORT, [1], [Define to 1 to include X11 
support.])])
-+AM_CONDITIONAL(HAVE_X11_SUPPORT, test "x$with_x11_support" = "xyes")
- 
- 
- IT_PROG_INTLTOOL([0.35.0])
--- 
-2.6.3
-

diff --git a/app-misc/gnote/gnote-3.18.1.ebuild 
b/app-misc/gnote/gnote-3.18.1.ebuild
deleted file mode 100644
index e0afcb2..
--- a/app-misc/gnote/gnote-3.18.1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils 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[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 )
-"
-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
-"
-
-src_prepare() {
-   # Fix x11-support switch
-   # https://bugzilla.gnome.org/show_bug.cgi?id=758636
-   epatch "${FILESDIR}"/${PN}-3.18.2-x11-support-switch.patch
-
-   # Do not alter CFLAGS
-   sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
-
-   # Prevent m4_copy error when running aclocal, bug #581308
-   # m4_copy: won't overwrite defined macro: glib_DEFUN
-   rm m4/glib-gettext.m4 || die
-
-   eautoreconf
-   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 

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

2016-06-24 Thread Pacho Ramos
commit: 84a798b888c42d632d47913892ee3c05be0e8fc2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Jun 24 20:27:46 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Jun 24 20:43:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a798b8

app-misc/gnote: Version bump

Package-Manager: portage-2.3.0_rc1

 app-misc/gnote/Manifest|  1 +
 app-misc/gnote/gnote-3.20.1.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 9bcba6c..522cc2f 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1 +1,2 @@
 DIST gnote-3.18.1.tar.xz 3310004 SHA256 
5da4ec9e7852b09af1067311fc6ee18a2c64384f4f5943b71ac37665144be58d SHA512 
bd67f43494c8367a1b435a44408ed8fa7f50e380d09fedcb27874d7b38791ed65fb68e524946188859f58588625f436a58fb85d8429bd1ec1daf47328a74bc57
 WHIRLPOOL 
5df84e22467903159fa49eb1840b9fbfc0f8cf341ff1ff673c71cce1ebb1a5d3d85e1375d1ed21e7232f328078752153d0aa5929e8756963b65658e45fd671dd
+DIST gnote-3.20.1.tar.xz 3304760 SHA256 
75acffdc2c0cc8cd226dc4471e6624d523bbd86c415ef4e05be70cbbfd4014e7 SHA512 
1547442fec255579588404c17faa4ec7a8fc3445b68b55bd115b57daeb1924e77ba97b4a7b8c19979b97072912b4b761a6e7155370605a920cdc684dff5da222
 WHIRLPOOL 
f21ea792c271ed72aa5b2f8fc420ac09abafecc421da8e98084cdbca67c2a4fec8a180883fe476d89a44f55278430d472639abd89f3b3abcd1e1aa6c5009c138

diff --git a/app-misc/gnote/gnote-3.20.1.ebuild 
b/app-misc/gnote/gnote-3.20.1.ebuild
new file mode 100644
index 000..a87b656
--- /dev/null
+++ b/app-misc/gnote/gnote-3.20.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit autotools eutils 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
+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/boost-1.34
+   >=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.16: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
+"
+
+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] repo/gentoo:master commit in: app-misc/gnote/

2016-06-24 Thread Pacho Ramos
commit: dc2e09061b7765838bb3747fb99e0ea7647bc305
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Jun 24 20:16:36 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Jun 24 20:43:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2e0906

app-misc/gnote: Drop old

Package-Manager: portage-2.3.0_rc1

 app-misc/gnote/Manifest   |  2 -
 app-misc/gnote/gnote-3.16.2.ebuild| 74 
 app-misc/gnote/gnote-3.18.0-r1.ebuild | 80 ---
 3 files changed, 156 deletions(-)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index 2cbfc4c..9bcba6c 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,3 +1 @@
-DIST gnote-3.16.2.tar.xz 3068136 SHA256 
5c5b55b5c548d15e344d59fdd2a0260b1acbd13a9fa4cf9bfc1fe6e68a041e07 SHA512 
b9d405ad8392d526fcb4098952c6531ba99b1a9b74a1bb857886b3017b676938e001ea7332bd189d5bdbbf554b40bcff57c995d6391135d4176ba00529d4b130
 WHIRLPOOL 
c6d94674093eb1883b87c5da9d302c99f73fd32e51d728b406d2f8f8a40cc8eac85e6be39f5d0ad38d5f492699c1d97a7e642dc31df791cde16b09957d98f418
-DIST gnote-3.18.0.tar.xz 3300404 SHA256 
4828363ae3ddac57d37a0a2b17882be8fe67afcecf97ae992cd744b95da1c348 SHA512 
76802759353a11278e4f47a14dc62d3d3bcec61a0a05619cc151bde1969a4675aba26f04b77406dd5f9074b292ec9b8c1288e4e00cb1577141d7bd605416acc0
 WHIRLPOOL 
d2a55d3de08f460edaf8f8c8446766fccbe0c6aff43e82532b00b8e0af8932cdbfda573392e28cc9d9ee47ac8959cc8b23f98a2b3273761ec431dfdd9017f0f0
 DIST gnote-3.18.1.tar.xz 3310004 SHA256 
5da4ec9e7852b09af1067311fc6ee18a2c64384f4f5943b71ac37665144be58d SHA512 
bd67f43494c8367a1b435a44408ed8fa7f50e380d09fedcb27874d7b38791ed65fb68e524946188859f58588625f436a58fb85d8429bd1ec1daf47328a74bc57
 WHIRLPOOL 
5df84e22467903159fa49eb1840b9fbfc0f8cf341ff1ff673c71cce1ebb1a5d3d85e1375d1ed21e7232f328078752153d0aa5929e8756963b65658e45fd671dd

diff --git a/app-misc/gnote/gnote-3.16.2.ebuild 
b/app-misc/gnote/gnote-3.16.2.ebuild
deleted file mode 100644
index 25c2bdd..000
--- a/app-misc/gnote/gnote-3.16.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-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[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 )
-"
-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
-"
-
-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)
-}
-
-src_install() {
-   gnome2_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   readme.gentoo_print_elog
-}

diff --git a/app-misc/gnote/gnote-3.18.0-r1.ebuild 
b/app-misc/gnote/gnote-3.18.0-r1.ebuild
deleted file mode 100644
index b8c8e82..000
--- a/app-misc/gnote/gnote-3.18.0-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils 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[dbus]
-   >=dev-libs/libxml2-2:2
-   dev-libs/libxslt
-   

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

2016-06-19 Thread Alexandre Rostovtsev
commit: 5f8551642b77435b0b2580e90ade514d328c2120
Author: Alexandre Rostovtsev  gentoo  org>
AuthorDate: Sun Jun 19 20:45:31 2016 +
Commit: Alexandre Rostovtsev  gentoo  org>
CommitDate: Sun Jun 19 20:45:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f855164

app-misc/gnote: fix aclocal error (bug #581308)

Thanks to Ed Catmur for reporting and the fix.

Package-Manager: portage-2.3.0_rc1

 app-misc/gnote/gnote-3.18.1.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-misc/gnote/gnote-3.18.1.ebuild 
b/app-misc/gnote/gnote-3.18.1.ebuild
index 7aa6fe3..e0afcb2 100644
--- a/app-misc/gnote/gnote-3.18.1.ebuild
+++ b/app-misc/gnote/gnote-3.18.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -49,6 +49,10 @@ src_prepare() {
# Do not alter CFLAGS
sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
 
+   # Prevent m4_copy error when running aclocal, bug #581308
+   # m4_copy: won't overwrite defined macro: glib_DEFUN
+   rm m4/glib-gettext.m4 || die
+
eautoreconf
gnome2_src_prepare
 



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

2015-09-07 Thread Mikle Kolyada
commit: 8bdfb305bf64db1dd09646c2b6076c7198340c7e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep  7 15:48:48 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep  7 16:21:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bdfb305

app-misc/gnote: amd64 stable wrt bug #551826

Package-Manager: portage-2.2.20.1

 app-misc/gnote/gnote-3.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gnote/gnote-3.16.2.ebuild 
b/app-misc/gnote/gnote-3.16.2.ebuild
index a040b8f..ed6f966 100644
--- a/app-misc/gnote/gnote-3.16.2.ebuild
+++ b/app-misc/gnote/gnote-3.16.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gnote;
 
 LICENSE="GPL-3+ FDL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug X"
 
 # Automagic glib-2.32 dep