* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2015-11-15 22:30 Pacho Ramos
0 siblings, 0 replies; 56+ messages in thread
From: Pacho Ramos @ 2015-11-15 22:30 UTC (permalink / raw
To: gentoo-commits
commit: a512ae7edad75473e9c56d211576b640cb4d4378
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 21:49:08 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 22:30:02 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a512ae7e
gnome-extra/cinnamon-menus: Drop old
Package-Manager: portage-2.2.24
| 2 --
| 36 ----------------------
| 36 ----------------------
3 files changed, 74 deletions(-)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 13833cd..b677efa 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,4 +1,2 @@
-DIST cinnamon-menus-2.4.1.tar.gz 518008 SHA256 7ab04bb668c80c3a1acccaa07f1b5d22023f397841735f4c4243c10cda717e5c SHA512 dc8504e822128c64b725b12515784c065cdb822f128ec661ece9a6867e80ccc7eabac49818e9984b31040f6e5592f607e3765da0f7b57509461b6c57a8621bc2 WHIRLPOOL 6533f1f28cba04515ef94130bdb276a654696c9a29c996a3f46ff50d1e460d759768a0003897e6806e3cfaad4235d007a642db7096e438aed0b97141567175ca
-DIST cinnamon-menus-2.4.2.tar.gz 518054 SHA256 6f3a2c64b47f3704d639213096ca44aee9a35ec8cd7d8d72fff52efc798928ed SHA512 d7c9ad185c7277441a41be4bdab82ee0e1c2fe1b402079dffc593a2bd0cc360995a5625170dd706fef7befd27e58a27cf2d1c4724091940a7009cbb68fee6025 WHIRLPOOL 6f0d081003c8ff828a28d0880f77818c57b92a4e964e4a11f19d1612968a5a215be5189f882cc825917037af8e817345a8577c62133561593c7cd1ac8569f33a
DIST cinnamon-menus-2.6.0.tar.gz 208838 SHA256 8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574 SHA512 2dc52e930bd597651aeb8f6c6c213241a9a7a75124bb86ee2d714a0268bb571df1739fa411edb15e1743744d0ec4c90711c22fd3967f28574c27d65f6ca3a00d WHIRLPOOL affc54689648d897edfa2a2a1d1a5c1580c6dfd079a9d7d28fef1d3762d800c19078e0b3ac9e9aee64935a83548e4c5db37ff5335b543bafae2f4e169babe8cd
DIST cinnamon-menus-2.8.0.tar.gz 208853 SHA256 06a6e0a11644dfba8459b2b77fac61563184a3d734bd0e7c0f7a6654df1b3a1c SHA512 fe55e3f245a6848805c6b75e9e385e80958cc835560e5dfdd4e2286c9bc5f447696398ad67e341b917751e0a7a54d89e163fe0a04d38567c421ae1f2382cba09 WHIRLPOOL a90f4f3a9f52fec607c082d4c713d4c601a4646d57844f0c372140bb83f98017698f4fdd7bcf5d5e2c96f3e864c5717cfedea5fb4c02f5a10618aeede8fedfb6
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-2.4.1.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-2.4.1.ebuild
deleted file mode 100644
index 2f8b6a9..0000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-2.4.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="http://cinnamon.linuxmint.com/"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_configure() {
- DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
- gnome2_src_configure \
- $(use_enable introspection) \
- --disable-static
-}
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-2.4.2.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-2.4.2.ebuild
deleted file mode 100644
index aae318d..0000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-2.4.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="http://cinnamon.linuxmint.com/"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_configure() {
- DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
- gnome2_src_configure \
- $(use_enable introspection) \
- --disable-static
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2015-11-15 22:30 Pacho Ramos
0 siblings, 0 replies; 56+ messages in thread
From: Pacho Ramos @ 2015-11-15 22:30 UTC (permalink / raw
To: gentoo-commits
commit: d5b22cf47f187636f037f7759c01cb548e81e831
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 21:48:47 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 22:29:59 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b22cf4
gnome-extra/cinnamon-menus: Version bump
Package-Manager: portage-2.2.24
| 1 +
| 44 ++++++++++++++++++++++
2 files changed, 45 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 548fb57..13833cd 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,3 +1,4 @@
DIST cinnamon-menus-2.4.1.tar.gz 518008 SHA256 7ab04bb668c80c3a1acccaa07f1b5d22023f397841735f4c4243c10cda717e5c SHA512 dc8504e822128c64b725b12515784c065cdb822f128ec661ece9a6867e80ccc7eabac49818e9984b31040f6e5592f607e3765da0f7b57509461b6c57a8621bc2 WHIRLPOOL 6533f1f28cba04515ef94130bdb276a654696c9a29c996a3f46ff50d1e460d759768a0003897e6806e3cfaad4235d007a642db7096e438aed0b97141567175ca
DIST cinnamon-menus-2.4.2.tar.gz 518054 SHA256 6f3a2c64b47f3704d639213096ca44aee9a35ec8cd7d8d72fff52efc798928ed SHA512 d7c9ad185c7277441a41be4bdab82ee0e1c2fe1b402079dffc593a2bd0cc360995a5625170dd706fef7befd27e58a27cf2d1c4724091940a7009cbb68fee6025 WHIRLPOOL 6f0d081003c8ff828a28d0880f77818c57b92a4e964e4a11f19d1612968a5a215be5189f882cc825917037af8e817345a8577c62133561593c7cd1ac8569f33a
DIST cinnamon-menus-2.6.0.tar.gz 208838 SHA256 8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574 SHA512 2dc52e930bd597651aeb8f6c6c213241a9a7a75124bb86ee2d714a0268bb571df1739fa411edb15e1743744d0ec4c90711c22fd3967f28574c27d65f6ca3a00d WHIRLPOOL affc54689648d897edfa2a2a1d1a5c1580c6dfd079a9d7d28fef1d3762d800c19078e0b3ac9e9aee64935a83548e4c5db37ff5335b543bafae2f4e169babe8cd
+DIST cinnamon-menus-2.8.0.tar.gz 208853 SHA256 06a6e0a11644dfba8459b2b77fac61563184a3d734bd0e7c0f7a6654df1b3a1c SHA512 fe55e3f245a6848805c6b75e9e385e80958cc835560e5dfdd4e2286c9bc5f447696398ad67e341b917751e0a7a54d89e163fe0a04d38567c421ae1f2382cba09 WHIRLPOOL a90f4f3a9f52fec607c082d4c713d4c601a4646d57844f0c372140bb83f98017698f4fdd7bcf5d5e2c96f3e864c5717cfedea5fb4c02f5a10618aeede8fedfb6
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-2.8.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-2.8.0.ebuild
new file mode 100644
index 0000000..1da114d
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-2.8.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="yes"
+
+inherit autotools eutils gnome2
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="http://cinnamon.linuxmint.com/"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+introspection"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+DEPEND="${RDEPEND}
+ dev-libs/gobject-introspection-common
+ >=dev-util/intltool-0.40
+ gnome-base/gnome-common
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ epatch_user
+ eautoreconf
+ gnome2_src_prepare
+}
+
+src_configure() {
+ DOCS="AUTHORS ChangeLog HACKING NEWS README"
+
+ gnome2_src_configure \
+ $(use_enable introspection) \
+ --disable-static
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2016-03-06 18:58 Mikle Kolyada
0 siblings, 0 replies; 56+ messages in thread
From: Mikle Kolyada @ 2016-03-06 18:58 UTC (permalink / raw
To: gentoo-commits
commit: 10cf9a23d036b60c719e1b0ffb3d892f722eb184
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 18:23:55 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 18:55:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10cf9a23
gnome-extra/cinnamon-menus: x86 stable wrt bug #566378
Package-Manager: portage-2.2.26
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-2.8.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-2.8.0.ebuild
index e53cb62..794c564 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-2.8.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-2.8.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+introspection"
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2016-05-29 12:42 Pacho Ramos
0 siblings, 0 replies; 56+ messages in thread
From: Pacho Ramos @ 2016-05-29 12:42 UTC (permalink / raw
To: gentoo-commits
commit: 014ceaa0628cc57acccb291b3fce35af291927a5
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 11:39:46 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 29 12:40:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014ceaa0
gnome-extra/cinnamon-menus: Drop old
Package-Manager: portage-2.3.0_rc1
| 1 -
| 44 ----------------------
2 files changed, 45 deletions(-)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index b677efa..a42d126 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-menus-2.6.0.tar.gz 208838 SHA256 8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574 SHA512 2dc52e930bd597651aeb8f6c6c213241a9a7a75124bb86ee2d714a0268bb571df1739fa411edb15e1743744d0ec4c90711c22fd3967f28574c27d65f6ca3a00d WHIRLPOOL affc54689648d897edfa2a2a1d1a5c1580c6dfd079a9d7d28fef1d3762d800c19078e0b3ac9e9aee64935a83548e4c5db37ff5335b543bafae2f4e169babe8cd
DIST cinnamon-menus-2.8.0.tar.gz 208853 SHA256 06a6e0a11644dfba8459b2b77fac61563184a3d734bd0e7c0f7a6654df1b3a1c SHA512 fe55e3f245a6848805c6b75e9e385e80958cc835560e5dfdd4e2286c9bc5f447696398ad67e341b917751e0a7a54d89e163fe0a04d38567c421ae1f2382cba09 WHIRLPOOL a90f4f3a9f52fec607c082d4c713d4c601a4646d57844f0c372140bb83f98017698f4fdd7bcf5d5e2c96f3e864c5717cfedea5fb4c02f5a10618aeede8fedfb6
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-2.6.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-2.6.0.ebuild
deleted file mode 100644
index 794c564..0000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-2.6.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="http://cinnamon.linuxmint.com/"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
- dev-libs/gobject-introspection-common
- >=dev-util/intltool-0.40
- gnome-base/gnome-common
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- epatch_user
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
- gnome2_src_configure \
- $(use_enable introspection) \
- --disable-static
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2016-06-25 16:53 Pacho Ramos
0 siblings, 0 replies; 56+ messages in thread
From: Pacho Ramos @ 2016-06-25 16:53 UTC (permalink / raw
To: gentoo-commits
commit: 5812e743818b7f6dde497f2c66cc397b6a8c1d76
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 15:18:20 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 16:26:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5812e743
gnome-extra/cinnamon-menus: Version bump
Package-Manager: portage-2.3.0_rc1
| 1 +
| 39 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index a42d126..2b77a6d 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1 +1,2 @@
DIST cinnamon-menus-2.8.0.tar.gz 208853 SHA256 06a6e0a11644dfba8459b2b77fac61563184a3d734bd0e7c0f7a6654df1b3a1c SHA512 fe55e3f245a6848805c6b75e9e385e80958cc835560e5dfdd4e2286c9bc5f447696398ad67e341b917751e0a7a54d89e163fe0a04d38567c421ae1f2382cba09 WHIRLPOOL a90f4f3a9f52fec607c082d4c713d4c601a4646d57844f0c372140bb83f98017698f4fdd7bcf5d5e2c96f3e864c5717cfedea5fb4c02f5a10618aeede8fedfb6
+DIST cinnamon-menus-3.0.2.tar.gz 211077 SHA256 e17494e65edb6ca8b36e05ca21316db8ce6864d4f9bfa9312a661d5c39054ad7 SHA512 a309c10e21be1f5fe7e558017cc0573e7ae421ef860465411190bb071eb42caa8013f52ec71257322ec3dd37de998c78cd9014c4f4daca1edde413db6bed6b7f WHIRLPOOL 2bf6b26a40e45121c8adb40df0a3873aaf171beca14af8759adc725313b97fcce3ff150551bfe43d72e6caa835ebac9d1fe379852b280b967828486cd2951edf
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
new file mode 100644
index 0000000..4cc55fc
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools gnome2
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="http://cinnamon.linuxmint.com/"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +introspection"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+DEPEND="${RDEPEND}
+ dev-libs/gobject-introspection-common
+ >=dev-util/intltool-0.40
+ gnome-base/gnome-common
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ eautoreconf
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ $(usex debug --enable-debug=yes ' ') \
+ $(use_enable introspection) \
+ --disable-static
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2016-09-17 13:29 Kristian Fiskerstrand
0 siblings, 0 replies; 56+ messages in thread
From: Kristian Fiskerstrand @ 2016-09-17 13:29 UTC (permalink / raw
To: gentoo-commits
commit: c32dd2f288abeb8fab1b14399997027a26611463
Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 12:55:38 2016 +0000
Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 13:28:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32dd2f2
gnome-extra/cinnamon-menus: Reassigning to new Cinnamon Project
Package-Manager: portage-2.3.0
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/gnome-extra/cinnamon-menus/metadata.xml b/gnome-extra/cinnamon-menus/metadata.xml
index aff02ca..9725f06 100644
--- a/gnome-extra/cinnamon-menus/metadata.xml
+++ b/gnome-extra/cinnamon-menus/metadata.xml
@@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
+ <email>cinnamon@gentoo.org</email>
+ <name>Cinnamon Project</name>
</maintainer>
<upstream>
<remote-id type="github">linuxmint/cinnamon-menus</remote-id>
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2016-10-01 0:54 Pacho Ramos
0 siblings, 0 replies; 56+ messages in thread
From: Pacho Ramos @ 2016-10-01 0:54 UTC (permalink / raw
To: gentoo-commits
commit: a2365046b246fc39dd29994cfaed2ea0b041fb2b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 22:50:28 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 00:53:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2365046
gnome-extra/cinnamon-menus: x86 stable, bug 587010
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
index 65615a5..ffee6b9 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug +introspection"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2016-11-22 20:42 Kristian Fiskerstrand
0 siblings, 0 replies; 56+ messages in thread
From: Kristian Fiskerstrand @ 2016-11-22 20:42 UTC (permalink / raw
To: gentoo-commits
commit: 6a7138b9e1147cb7a248752382b9fc1a6d1d87de
Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 20:39:15 2016 +0000
Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 20:42:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7138b9
gnome-extra/cinnamon-menus: New upstream version 3.2.0
Package-Manager: portage-2.3.2
| 1 +
| 39 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 2b77a6d..ee64659 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1,3 @@
DIST cinnamon-menus-2.8.0.tar.gz 208853 SHA256 06a6e0a11644dfba8459b2b77fac61563184a3d734bd0e7c0f7a6654df1b3a1c SHA512 fe55e3f245a6848805c6b75e9e385e80958cc835560e5dfdd4e2286c9bc5f447696398ad67e341b917751e0a7a54d89e163fe0a04d38567c421ae1f2382cba09 WHIRLPOOL a90f4f3a9f52fec607c082d4c713d4c601a4646d57844f0c372140bb83f98017698f4fdd7bcf5d5e2c96f3e864c5717cfedea5fb4c02f5a10618aeede8fedfb6
DIST cinnamon-menus-3.0.2.tar.gz 211077 SHA256 e17494e65edb6ca8b36e05ca21316db8ce6864d4f9bfa9312a661d5c39054ad7 SHA512 a309c10e21be1f5fe7e558017cc0573e7ae421ef860465411190bb071eb42caa8013f52ec71257322ec3dd37de998c78cd9014c4f4daca1edde413db6bed6b7f WHIRLPOOL 2bf6b26a40e45121c8adb40df0a3873aaf171beca14af8759adc725313b97fcce3ff150551bfe43d72e6caa835ebac9d1fe379852b280b967828486cd2951edf
+DIST cinnamon-menus-3.2.0.tar.gz 211237 SHA256 96eb3303151fabc18ccf2719849149d08f7391d22d0a6b72e82326009bb243b5 SHA512 5cec12ce4bf64880283064e3d5d169dc22ce692974b40a0f7eeebbb820780c941d9a2116eb6a2eb2bf3a3165262d23da47743390f56bfca6e74b298cf4be0aac WHIRLPOOL f988a4b90be60d9689e50f38fb192ce67de808f59f97d9a77f78a112277021517d917be7c2027623fb5094d819ee2ce8149a5ed7c9a371c1edec6ffe143ddcb5
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.2.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.2.0.ebuild
new file mode 100644
index 00000000..4cc55fc
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-3.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools gnome2
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="http://cinnamon.linuxmint.com/"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +introspection"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+DEPEND="${RDEPEND}
+ dev-libs/gobject-introspection-common
+ >=dev-util/intltool-0.40
+ gnome-base/gnome-common
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ eautoreconf
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ $(usex debug --enable-debug=yes ' ') \
+ $(use_enable introspection) \
+ --disable-static
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2017-06-24 14:58 Kristian Fiskerstrand
0 siblings, 0 replies; 56+ messages in thread
From: Kristian Fiskerstrand @ 2017-06-24 14:58 UTC (permalink / raw
To: gentoo-commits
commit: 85a17e77d15702a9bf8a3b6a35b20429e0332fe8
Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 14:51:44 2017 +0000
Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 14:58:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a17e77
gnome-extra/cinnamon-menus: New upstream version 3.4.0
Package-Manager: Portage-2.3.6, Repoman-2.3.1
| 1 +
| 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index ee6465956fe..a7a8db532d2 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,3 +1,4 @@
DIST cinnamon-menus-2.8.0.tar.gz 208853 SHA256 06a6e0a11644dfba8459b2b77fac61563184a3d734bd0e7c0f7a6654df1b3a1c SHA512 fe55e3f245a6848805c6b75e9e385e80958cc835560e5dfdd4e2286c9bc5f447696398ad67e341b917751e0a7a54d89e163fe0a04d38567c421ae1f2382cba09 WHIRLPOOL a90f4f3a9f52fec607c082d4c713d4c601a4646d57844f0c372140bb83f98017698f4fdd7bcf5d5e2c96f3e864c5717cfedea5fb4c02f5a10618aeede8fedfb6
DIST cinnamon-menus-3.0.2.tar.gz 211077 SHA256 e17494e65edb6ca8b36e05ca21316db8ce6864d4f9bfa9312a661d5c39054ad7 SHA512 a309c10e21be1f5fe7e558017cc0573e7ae421ef860465411190bb071eb42caa8013f52ec71257322ec3dd37de998c78cd9014c4f4daca1edde413db6bed6b7f WHIRLPOOL 2bf6b26a40e45121c8adb40df0a3873aaf171beca14af8759adc725313b97fcce3ff150551bfe43d72e6caa835ebac9d1fe379852b280b967828486cd2951edf
DIST cinnamon-menus-3.2.0.tar.gz 211237 SHA256 96eb3303151fabc18ccf2719849149d08f7391d22d0a6b72e82326009bb243b5 SHA512 5cec12ce4bf64880283064e3d5d169dc22ce692974b40a0f7eeebbb820780c941d9a2116eb6a2eb2bf3a3165262d23da47743390f56bfca6e74b298cf4be0aac WHIRLPOOL f988a4b90be60d9689e50f38fb192ce67de808f59f97d9a77f78a112277021517d917be7c2027623fb5094d819ee2ce8149a5ed7c9a371c1edec6ffe143ddcb5
+DIST cinnamon-menus-3.4.0.tar.gz 181649 SHA256 c0d60a612ab67ce76021b22821aff548e9779a6c3b2cc9ef393aca80c0044aad SHA512 77ec3f608323b263b70aefb633ecef83e68b82224e64d2cf3c6dc95c12537f81b41de08ab400596e2af0ecec1effa731ab66a83bddaffdb3bb6c8a7ef835f5b7 WHIRLPOOL be491935d33df5e56e688eca577836e4da6e66805a91fb2260b533751328607881d318f9d751e9b7928b8e7d7bf78aa1b2741b264285fb80c12f8c44a31e3b6b
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.4.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.4.0.ebuild
new file mode 100644
index 00000000000..2dece04e2b3
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-3.4.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools gnome2
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="http://cinnamon.linuxmint.com/"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +introspection"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+DEPEND="${RDEPEND}
+ dev-libs/gobject-introspection-common
+ >=dev-util/intltool-0.40
+ gnome-base/gnome-common
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ eautoreconf
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ $(usex debug --enable-debug=yes ' ') \
+ $(use_enable introspection) \
+ --disable-static
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2017-11-26 15:43 Kristian Fiskerstrand
0 siblings, 0 replies; 56+ messages in thread
From: Kristian Fiskerstrand @ 2017-11-26 15:43 UTC (permalink / raw
To: gentoo-commits
commit: 69e72ebd0d51ff37fd6ec629fc87fecceed2e224
Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 15:03:14 2017 +0000
Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 15:11:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e72ebd
gnome-extra/cinnamon-menus: Version bump 3.6.0
Package-Manager: Portage-2.3.13, Repoman-2.3.3
| 1 +
| 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index a7a8db532d2..05c8455232b 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -2,3 +2,4 @@ DIST cinnamon-menus-2.8.0.tar.gz 208853 SHA256 06a6e0a11644dfba8459b2b77fac61563
DIST cinnamon-menus-3.0.2.tar.gz 211077 SHA256 e17494e65edb6ca8b36e05ca21316db8ce6864d4f9bfa9312a661d5c39054ad7 SHA512 a309c10e21be1f5fe7e558017cc0573e7ae421ef860465411190bb071eb42caa8013f52ec71257322ec3dd37de998c78cd9014c4f4daca1edde413db6bed6b7f WHIRLPOOL 2bf6b26a40e45121c8adb40df0a3873aaf171beca14af8759adc725313b97fcce3ff150551bfe43d72e6caa835ebac9d1fe379852b280b967828486cd2951edf
DIST cinnamon-menus-3.2.0.tar.gz 211237 SHA256 96eb3303151fabc18ccf2719849149d08f7391d22d0a6b72e82326009bb243b5 SHA512 5cec12ce4bf64880283064e3d5d169dc22ce692974b40a0f7eeebbb820780c941d9a2116eb6a2eb2bf3a3165262d23da47743390f56bfca6e74b298cf4be0aac WHIRLPOOL f988a4b90be60d9689e50f38fb192ce67de808f59f97d9a77f78a112277021517d917be7c2027623fb5094d819ee2ce8149a5ed7c9a371c1edec6ffe143ddcb5
DIST cinnamon-menus-3.4.0.tar.gz 181649 SHA256 c0d60a612ab67ce76021b22821aff548e9779a6c3b2cc9ef393aca80c0044aad SHA512 77ec3f608323b263b70aefb633ecef83e68b82224e64d2cf3c6dc95c12537f81b41de08ab400596e2af0ecec1effa731ab66a83bddaffdb3bb6c8a7ef835f5b7 WHIRLPOOL be491935d33df5e56e688eca577836e4da6e66805a91fb2260b533751328607881d318f9d751e9b7928b8e7d7bf78aa1b2741b264285fb80c12f8c44a31e3b6b
+DIST cinnamon-menus-3.6.0.tar.gz 180165 BLAKE2B a014c120bc84206914be69fcae0f4ec09b98a281012ed3f6f2f21f46762ea0b5e289c6dbd321fb7889f6172c9e7150673513e4c15dbd2e634c48efcefa816176 SHA512 dc90dbb8633ac77f4c8be7b013e3d6f9ba8f4e830f7e8c09ec7dcb9566a3768171a59cdc90b6cd11ad015b93629cdf6fc8c2397656f74603a517c0fbc97d3b14
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild
new file mode 100644
index 00000000000..2dece04e2b3
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools gnome2
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="http://cinnamon.linuxmint.com/"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +introspection"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+DEPEND="${RDEPEND}
+ dev-libs/gobject-introspection-common
+ >=dev-util/intltool-0.40
+ gnome-base/gnome-common
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ eautoreconf
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ $(usex debug --enable-debug=yes ' ') \
+ $(use_enable introspection) \
+ --disable-static
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2018-04-06 14:00 Aaron Bauman
0 siblings, 0 replies; 56+ messages in thread
From: Aaron Bauman @ 2018-04-06 14:00 UTC (permalink / raw
To: gentoo-commits
commit: 7843f47b30da21ac163baca79c7421b36467b070
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 6 13:52:53 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Apr 6 13:52:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7843f47b
gnome-extra/cinnamon-menus: amd64 stable
Bug: https://bugs.gentoo.org/639618
Package-Manager: Portage-2.3.28, Repoman-2.3.9
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild
index 2dece04e2b3..abee4c4dc11 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.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
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug +introspection"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2018-04-12 19:07 Thomas Deutschmann
0 siblings, 0 replies; 56+ messages in thread
From: Thomas Deutschmann @ 2018-04-12 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 443e7a2964ef8e32906da0c353b1548e98db1191
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 18:54:34 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 12 19:06:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443e7a29
gnome-extra/cinnamon-menus: x86 stable (bug #639618)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild
index abee4c4dc11..0a3cbee5e36 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug +introspection"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2018-05-26 11:32 Mart Raudsepp
0 siblings, 0 replies; 56+ messages in thread
From: Mart Raudsepp @ 2018-05-26 11:32 UTC (permalink / raw
To: gentoo-commits
commit: d522a9f6ee665d044aafa942552668cf80b025af
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 11:17:42 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 26 11:31:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d522a9f6
gnome-extra/cinnamon-menus: remove old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
| 4 --
| 43 ----------------------
| 38 -------------------
| 38 -------------------
| 38 -------------------
5 files changed, 161 deletions(-)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 2a044968779..828a691fb63 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,5 +1 @@
-DIST cinnamon-menus-2.8.0.tar.gz 208853 BLAKE2B d35283ca9b23b5c4234e1cc3ac8d4d41a9d58c5144213f942b6612490fc2ee56f5293f671bc3dc5509cf933eaa91cdfa0eed75a8a0af0e70199d7cb6fbd9df95 SHA512 fe55e3f245a6848805c6b75e9e385e80958cc835560e5dfdd4e2286c9bc5f447696398ad67e341b917751e0a7a54d89e163fe0a04d38567c421ae1f2382cba09
-DIST cinnamon-menus-3.0.2.tar.gz 211077 BLAKE2B 7d1adc169449f899f199905866e1e5a6a2466fa0cc75149fc3b32183a4c1339c66521e4d8d04bfe9edfd87ab01e9c92accf255f322bffa6233a8d1cedc536d90 SHA512 a309c10e21be1f5fe7e558017cc0573e7ae421ef860465411190bb071eb42caa8013f52ec71257322ec3dd37de998c78cd9014c4f4daca1edde413db6bed6b7f
-DIST cinnamon-menus-3.2.0.tar.gz 211237 BLAKE2B 58c53f2e780702593c32b206261b20069586ebbbc71eae7ce3192b3283a813fb695a772d3a29b3e28d258d53cc1e391edd161ab027c6c01fe042910a637eb17a SHA512 5cec12ce4bf64880283064e3d5d169dc22ce692974b40a0f7eeebbb820780c941d9a2116eb6a2eb2bf3a3165262d23da47743390f56bfca6e74b298cf4be0aac
-DIST cinnamon-menus-3.4.0.tar.gz 181649 BLAKE2B 47be0a04f9727f9299c7fe7c1880f5cfdb0fa45bb72169b00388281076ca9fe5d84bd1482278826fa03ed7de8dcc709e77744c7ffefcfdb2ba4593c460826aab SHA512 77ec3f608323b263b70aefb633ecef83e68b82224e64d2cf3c6dc95c12537f81b41de08ab400596e2af0ecec1effa731ab66a83bddaffdb3bb6c8a7ef835f5b7
DIST cinnamon-menus-3.6.0.tar.gz 180165 BLAKE2B a014c120bc84206914be69fcae0f4ec09b98a281012ed3f6f2f21f46762ea0b5e289c6dbd321fb7889f6172c9e7150673513e4c15dbd2e634c48efcefa816176 SHA512 dc90dbb8633ac77f4c8be7b013e3d6f9ba8f4e830f7e8c09ec7dcb9566a3768171a59cdc90b6cd11ad015b93629cdf6fc8c2397656f74603a517c0fbc97d3b14
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-2.8.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-2.8.0.ebuild
deleted file mode 100644
index ea6a61ac2d9..00000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-2.8.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="http://cinnamon.linuxmint.com/"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
- dev-libs/gobject-introspection-common
- >=dev-util/intltool-0.40
- gnome-base/gnome-common
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- epatch_user
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
- gnome2_src_configure \
- $(use_enable introspection) \
- --disable-static
-}
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
deleted file mode 100644
index 4231dacb3fb..00000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="http://cinnamon.linuxmint.com/"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug +introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
- dev-libs/gobject-introspection-common
- >=dev-util/intltool-0.40
- gnome-base/gnome-common
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(usex debug --enable-debug=yes ' ') \
- $(use_enable introspection) \
- --disable-static
-}
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.2.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.2.0.ebuild
deleted file mode 100644
index e6a59a9bbe7..00000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="http://cinnamon.linuxmint.com/"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
- dev-libs/gobject-introspection-common
- >=dev-util/intltool-0.40
- gnome-base/gnome-common
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(usex debug --enable-debug=yes ' ') \
- $(use_enable introspection) \
- --disable-static
-}
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.4.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.4.0.ebuild
deleted file mode 100644
index 2dece04e2b3..00000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.4.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="http://cinnamon.linuxmint.com/"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
- dev-libs/gobject-introspection-common
- >=dev-util/intltool-0.40
- gnome-base/gnome-common
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(usex debug --enable-debug=yes ' ') \
- $(use_enable introspection) \
- --disable-static
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2018-07-31 8:38 Kristian Fiskerstrand
0 siblings, 0 replies; 56+ messages in thread
From: Kristian Fiskerstrand @ 2018-07-31 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 5d52e7fbd962e0ba8154088e4604c1b82cc3374b
Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 4 10:50:25 2018 +0000
Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Tue Jul 31 08:34:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d52e7fb
gnome-extra/cinnamon-menus: New upstream version 3.8.2
Package-Manager: Portage-2.3.40, Repoman-2.3.9
| 1 +
| 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 828a691fb63..9605843c3ca 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1 +1,2 @@
DIST cinnamon-menus-3.6.0.tar.gz 180165 BLAKE2B a014c120bc84206914be69fcae0f4ec09b98a281012ed3f6f2f21f46762ea0b5e289c6dbd321fb7889f6172c9e7150673513e4c15dbd2e634c48efcefa816176 SHA512 dc90dbb8633ac77f4c8be7b013e3d6f9ba8f4e830f7e8c09ec7dcb9566a3768171a59cdc90b6cd11ad015b93629cdf6fc8c2397656f74603a517c0fbc97d3b14
+DIST cinnamon-menus-3.8.2.tar.gz 181252 BLAKE2B 9f91d22760d0ee13ce968dc0b553d2bbd8ead94169baf4bc8d4157e23225ec0a9e70d2eff22975aec6c2985517391b5e6293fd630e038061d313098320a8a498 SHA512 ce75e4076fbedffa998654537520dd0efa146ae4419d76921bf7de44a1b16c3431cc819a55436bfa038947d21f83cda37dc56fab5dcb372a90ca8a3850271868
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.8.2.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.8.2.ebuild
new file mode 100644
index 00000000000..35270ece27e
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-3.8.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools gnome2
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="http://cinnamon.linuxmint.com/"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +introspection"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+DEPEND="${RDEPEND}
+ dev-libs/gobject-introspection-common
+ >=dev-util/intltool-0.40
+ gnome-base/gnome-common
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ eautoreconf
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ $(usex debug --enable-debug=yes ' ') \
+ $(use_enable introspection) \
+ --disable-static
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2018-11-28 19:56 Kristian Fiskerstrand
0 siblings, 0 replies; 56+ messages in thread
From: Kristian Fiskerstrand @ 2018-11-28 19:56 UTC (permalink / raw
To: gentoo-commits
commit: 7d6fe286ab251e884ff9cc08168082a03b589df8
Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 24 18:28:35 2018 +0000
Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 19:55:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6fe286
gnome-extra/cinnamon-menus: New upstream version 4.0.0
Signed-off-by: Kristian Fiskerstrand <k_f <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
| 1 +
| 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 9605843c3ca..f57ba301721 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1,3 @@
DIST cinnamon-menus-3.6.0.tar.gz 180165 BLAKE2B a014c120bc84206914be69fcae0f4ec09b98a281012ed3f6f2f21f46762ea0b5e289c6dbd321fb7889f6172c9e7150673513e4c15dbd2e634c48efcefa816176 SHA512 dc90dbb8633ac77f4c8be7b013e3d6f9ba8f4e830f7e8c09ec7dcb9566a3768171a59cdc90b6cd11ad015b93629cdf6fc8c2397656f74603a517c0fbc97d3b14
DIST cinnamon-menus-3.8.2.tar.gz 181252 BLAKE2B 9f91d22760d0ee13ce968dc0b553d2bbd8ead94169baf4bc8d4157e23225ec0a9e70d2eff22975aec6c2985517391b5e6293fd630e038061d313098320a8a498 SHA512 ce75e4076fbedffa998654537520dd0efa146ae4419d76921bf7de44a1b16c3431cc819a55436bfa038947d21f83cda37dc56fab5dcb372a90ca8a3850271868
+DIST cinnamon-menus-4.0.0.tar.gz 181311 BLAKE2B 6893e9478220dd2b8d5f9e883bb647fcd529744e4bb858f29ff2332f06abe1581b7abc6f19d78543ded8da7061cdf7095e361df2059e806c821e60847059bfe4 SHA512 8ada5b351d7d7b09dbdb8f3d6650c03e9a78a5ee729a2f557bd2f49180fe9272889a39309751548d4680794c606294f997ea20aea7e6f6229fb7fbde4b038852
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
new file mode 100644
index 00000000000..4ce6af5d1df
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools gnome2
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="http://cinnamon.linuxmint.com/"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +introspection"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+DEPEND="${RDEPEND}
+ dev-libs/gobject-introspection-common
+ >=dev-util/intltool-0.40
+ gnome-base/gnome-common
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ eautoreconf
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ $(usex debug --enable-debug=yes ' ') \
+ $(use_enable introspection) \
+ --disable-static
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2019-06-04 20:58 Thomas Deutschmann
0 siblings, 0 replies; 56+ messages in thread
From: Thomas Deutschmann @ 2019-06-04 20:58 UTC (permalink / raw
To: gentoo-commits
commit: d5f8d34d744db7b087557bd99d8d7fd604c38c40
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 4 20:31:09 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Jun 4 20:57:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f8d34d
gnome-extra/cinnamon-menus: x86 stable (bug #687348)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
index b966e8ccad3..c467e2de66e 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="debug +introspection"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2019-06-07 20:12 Mikle Kolyada
0 siblings, 0 replies; 56+ messages in thread
From: Mikle Kolyada @ 2019-06-07 20:12 UTC (permalink / raw
To: gentoo-commits
commit: 2aba41ccce614573d70fab89ad84ad6379be8e77
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 7 20:12:01 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jun 7 20:12:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aba41cc
gnome-extra/cinnamon-menus: amd64 stable wrt bug #687348
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
index c467e2de66e..8cb2f0df5c7 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="debug +introspection"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2020-04-20 20:52 Mart Raudsepp
0 siblings, 0 replies; 56+ messages in thread
From: Mart Raudsepp @ 2020-04-20 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 31dd6f2256bcc1e2a71dce5b1103967177f3408b
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 20 20:50:05 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Apr 20 20:50:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dd6f22
gnome-extra/cinnamon-menus: remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
| 2 --
| 38 ----------------------
| 38 ----------------------
3 files changed, 78 deletions(-)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index f57ba301721..8788eb434e3 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,3 +1 @@
-DIST cinnamon-menus-3.6.0.tar.gz 180165 BLAKE2B a014c120bc84206914be69fcae0f4ec09b98a281012ed3f6f2f21f46762ea0b5e289c6dbd321fb7889f6172c9e7150673513e4c15dbd2e634c48efcefa816176 SHA512 dc90dbb8633ac77f4c8be7b013e3d6f9ba8f4e830f7e8c09ec7dcb9566a3768171a59cdc90b6cd11ad015b93629cdf6fc8c2397656f74603a517c0fbc97d3b14
-DIST cinnamon-menus-3.8.2.tar.gz 181252 BLAKE2B 9f91d22760d0ee13ce968dc0b553d2bbd8ead94169baf4bc8d4157e23225ec0a9e70d2eff22975aec6c2985517391b5e6293fd630e038061d313098320a8a498 SHA512 ce75e4076fbedffa998654537520dd0efa146ae4419d76921bf7de44a1b16c3431cc819a55436bfa038947d21f83cda37dc56fab5dcb372a90ca8a3850271868
DIST cinnamon-menus-4.0.0.tar.gz 181311 BLAKE2B 6893e9478220dd2b8d5f9e883bb647fcd529744e4bb858f29ff2332f06abe1581b7abc6f19d78543ded8da7061cdf7095e361df2059e806c821e60847059bfe4 SHA512 8ada5b351d7d7b09dbdb8f3d6650c03e9a78a5ee729a2f557bd2f49180fe9272889a39309751548d4680794c606294f997ea20aea7e6f6229fb7fbde4b038852
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild
deleted file mode 100644
index f6c42f53c85..00000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug +introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
- dev-libs/gobject-introspection-common
- >=dev-util/intltool-0.40
- gnome-base/gnome-common
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(usex debug --enable-debug=yes ' ') \
- $(use_enable introspection) \
- --disable-static
-}
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.8.2.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.8.2.ebuild
deleted file mode 100644
index 62f8d6bcb74..00000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.8.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
- dev-libs/gobject-introspection-common
- >=dev-util/intltool-0.40
- gnome-base/gnome-common
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(usex debug --enable-debug=yes ' ') \
- $(use_enable introspection) \
- --disable-static
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2020-05-29 0:11 Matt Turner
0 siblings, 0 replies; 56+ messages in thread
From: Matt Turner @ 2020-05-29 0:11 UTC (permalink / raw
To: gentoo-commits
commit: e74d4e03a33766ecf29a4cd3d55fd31e5f621761
Author: Matthew Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Wed May 13 00:40:46 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 29 00:10:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74d4e03
gnome-extra/cinnamon-menus: 4.4.0 version bump
Update cinnamon-menus to 4.4.0. Switch to EAPI=7
and convert to meson.
Bug: https://bugs.gentoo.org/704532
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
| 1 +
| 36 ++++++++++++++++++++++
| 8 +++++
3 files changed, 45 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 8788eb434e3..0c8948be119 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1 +1,2 @@
DIST cinnamon-menus-4.0.0.tar.gz 181311 BLAKE2B 6893e9478220dd2b8d5f9e883bb647fcd529744e4bb858f29ff2332f06abe1581b7abc6f19d78543ded8da7061cdf7095e361df2059e806c821e60847059bfe4 SHA512 8ada5b351d7d7b09dbdb8f3d6650c03e9a78a5ee729a2f557bd2f49180fe9272889a39309751548d4680794c606294f997ea20aea7e6f6229fb7fbde4b038852
+DIST cinnamon-menus-4.4.0.tar.gz 96196 BLAKE2B 9bb16c3d4d0f3b92b38ea9e388e0a17ee80d1143ed77daab03fcdc0de63423e77900174c2f4a49b173b0d2f1dddff43d3864b1ce1c940a64740d5c53a7807f41 SHA512 68d63fc9b79ecd979dea39e284e1b3120e3c889f496a418e060e97acea04c92a07a31cb5a0b4f1a62b4af64731de3b8c5524a8613cab61361ff329f68a19cb90
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.4.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.4.0.ebuild
new file mode 100644
index 00000000000..7b62b345a9c
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-4.4.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit meson xdg
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug gtk-doc"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ >=dev-libs/gobject-introspection-0.9.12:=
+"
+DEPEND="${RDEPEND}
+ dev-libs/gobject-introspection-common
+"
+BDEPEND="
+ >=dev-util/intltool-0.40.6
+ sys-devel/gettext
+ virtual/pkgconfig
+ gtk-doc? ( dev-util/gtk-doc )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use debug enable_debug)
+ $(meson_use gtk-doc enable_docs)
+ )
+ meson_src_configure
+}
--git a/gnome-extra/cinnamon-menus/metadata.xml b/gnome-extra/cinnamon-menus/metadata.xml
index 9f2cc8ae0d4..901cfeb4556 100644
--- a/gnome-extra/cinnamon-menus/metadata.xml
+++ b/gnome-extra/cinnamon-menus/metadata.xml
@@ -5,6 +5,14 @@
<email>cinnamon@gentoo.org</email>
<name>Cinnamon Project</name>
</maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>sparky@bluefang-logic.com</email>
+ <name>Matthew Turnbull</name>
+ </maintainer>
<upstream>
<remote-id type="github">linuxmint/cinnamon-menus</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2020-05-31 19:05 Matt Turner
0 siblings, 0 replies; 56+ messages in thread
From: Matt Turner @ 2020-05-31 19:05 UTC (permalink / raw
To: gentoo-commits
commit: 338969b01c03469baa1844dab98cfca9700466ec
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 18:56:51 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 31 19:04:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338969b0
gnome-extra/cinnamon-menus: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
| 1 -
| 38 ----------------------
2 files changed, 39 deletions(-)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 0c8948be119..3678b40bf06 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-menus-4.0.0.tar.gz 181311 BLAKE2B 6893e9478220dd2b8d5f9e883bb647fcd529744e4bb858f29ff2332f06abe1581b7abc6f19d78543ded8da7061cdf7095e361df2059e806c821e60847059bfe4 SHA512 8ada5b351d7d7b09dbdb8f3d6650c03e9a78a5ee729a2f557bd2f49180fe9272889a39309751548d4680794c606294f997ea20aea7e6f6229fb7fbde4b038852
DIST cinnamon-menus-4.4.0.tar.gz 96196 BLAKE2B 9bb16c3d4d0f3b92b38ea9e388e0a17ee80d1143ed77daab03fcdc0de63423e77900174c2f4a49b173b0d2f1dddff43d3864b1ce1c940a64740d5c53a7807f41 SHA512 68d63fc9b79ecd979dea39e284e1b3120e3c889f496a418e060e97acea04c92a07a31cb5a0b4f1a62b4af64731de3b8c5524a8613cab61361ff329f68a19cb90
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
deleted file mode 100644
index 8cb2f0df5c7..00000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug +introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
- dev-libs/gobject-introspection-common
- >=dev-util/intltool-0.40
- gnome-base/gnome-common
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(usex debug --enable-debug=yes ' ') \
- $(use_enable introspection) \
- --disable-static
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2020-09-09 2:15 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2020-09-09 2:15 UTC (permalink / raw
To: gentoo-commits
commit: 435c5a857e961e59a63ec786e7bcb68131d05d7a
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Wed Jul 29 15:47:04 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 02:14:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435c5a85
gnome-extra/cinnamon-menus: 4.6.1 version bump
Bug: https://bugs.gentoo.org/733544
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 +
| 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 3678b40bf06..1a1f650f543 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1 +1,2 @@
DIST cinnamon-menus-4.4.0.tar.gz 96196 BLAKE2B 9bb16c3d4d0f3b92b38ea9e388e0a17ee80d1143ed77daab03fcdc0de63423e77900174c2f4a49b173b0d2f1dddff43d3864b1ce1c940a64740d5c53a7807f41 SHA512 68d63fc9b79ecd979dea39e284e1b3120e3c889f496a418e060e97acea04c92a07a31cb5a0b4f1a62b4af64731de3b8c5524a8613cab61361ff329f68a19cb90
+DIST cinnamon-menus-4.6.1.tar.gz 96294 BLAKE2B bdfacd5f4c5344833c9804b79846c5ac9908e74381c2e84b29b8cb765b10578ac69155d93e1c0bd8b6b8100d5e5f34ca1bc8bd77edb681eb705d759c5d9275bc SHA512 ef37662d4e1a49494c22481456b5e318039ec8c873e6ffcc0c55f89edbcc918d3bc97664b33007194da268b43884fe5abd08b27ac8bb5e7ba7bcb9928546aee9
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
new file mode 100644
index 00000000000..7b62b345a9c
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit meson xdg
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug gtk-doc"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ >=dev-libs/gobject-introspection-0.9.12:=
+"
+DEPEND="${RDEPEND}
+ dev-libs/gobject-introspection-common
+"
+BDEPEND="
+ >=dev-util/intltool-0.40.6
+ sys-devel/gettext
+ virtual/pkgconfig
+ gtk-doc? ( dev-util/gtk-doc )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use debug enable_debug)
+ $(meson_use gtk-doc enable_docs)
+ )
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2020-09-15 14:20 Joonas Niilola
0 siblings, 0 replies; 56+ messages in thread
From: Joonas Niilola @ 2020-09-15 14:20 UTC (permalink / raw
To: gentoo-commits
commit: 003da2e90d23eae7b87b9d21df32877f45077ddb
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 14:16:34 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 14:20:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003da2e9
gnome-extra/cinnamon-menus: remove cinnamon project
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
--git a/gnome-extra/cinnamon-menus/metadata.xml b/gnome-extra/cinnamon-menus/metadata.xml
index 901cfeb4556..73a01d100eb 100644
--- a/gnome-extra/cinnamon-menus/metadata.xml
+++ b/gnome-extra/cinnamon-menus/metadata.xml
@@ -1,18 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>cinnamon@gentoo.org</email>
- <name>Cinnamon Project</name>
+ <maintainer type="person">
+ <email>sparky@bluefang-logic.com</email>
+ <name>Matthew Turnbull</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
- <maintainer type="person">
- <email>sparky@bluefang-logic.com</email>
- <name>Matthew Turnbull</name>
- </maintainer>
<upstream>
<remote-id type="github">linuxmint/cinnamon-menus</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2020-12-16 22:30 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2020-12-16 22:30 UTC (permalink / raw
To: gentoo-commits
commit: fe16951455e79c67dfe165e9ead4f9937a55a5fc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 22:25:38 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 22:30:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe169514
gnome-extra/cinnamon-menus: arm64 keyworded (bug #752987)
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
index 7b62b345a9c..73f3666a6fa 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="debug gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2020-12-27 5:06 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2020-12-27 5:06 UTC (permalink / raw
To: gentoo-commits
commit: 64bcf4af1f866d8a681cf9ddfcf7b2b13652b5f2
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Thu Dec 24 07:09:03 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 05:06:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bcf4af
gnome-extra/cinnamon-menus: Remove old
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 -
| 36 ----------------------
2 files changed, 37 deletions(-)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 1a1f650f543..601bef8aa67 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-menus-4.4.0.tar.gz 96196 BLAKE2B 9bb16c3d4d0f3b92b38ea9e388e0a17ee80d1143ed77daab03fcdc0de63423e77900174c2f4a49b173b0d2f1dddff43d3864b1ce1c940a64740d5c53a7807f41 SHA512 68d63fc9b79ecd979dea39e284e1b3120e3c889f496a418e060e97acea04c92a07a31cb5a0b4f1a62b4af64731de3b8c5524a8613cab61361ff329f68a19cb90
DIST cinnamon-menus-4.6.1.tar.gz 96294 BLAKE2B bdfacd5f4c5344833c9804b79846c5ac9908e74381c2e84b29b8cb765b10578ac69155d93e1c0bd8b6b8100d5e5f34ca1bc8bd77edb681eb705d759c5d9275bc SHA512 ef37662d4e1a49494c22481456b5e318039ec8c873e6ffcc0c55f89edbcc918d3bc97664b33007194da268b43884fe5abd08b27ac8bb5e7ba7bcb9928546aee9
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.4.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.4.0.ebuild
deleted file mode 100644
index 7b62b345a9c..00000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-4.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit meson xdg
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug gtk-doc"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- >=dev-libs/gobject-introspection-0.9.12:=
-"
-DEPEND="${RDEPEND}
- dev-libs/gobject-introspection-common
-"
-BDEPEND="
- >=dev-util/intltool-0.40.6
- sys-devel/gettext
- virtual/pkgconfig
- gtk-doc? ( dev-util/gtk-doc )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use debug enable_debug)
- $(meson_use gtk-doc enable_docs)
- )
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2020-12-29 17:14 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2020-12-29 17:14 UTC (permalink / raw
To: gentoo-commits
commit: 51557b46e82ca990d821541b7ea602da25113d76
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 17:14:23 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 17:14:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51557b46
gnome-extra/cinnamon-menus: Stabilize 4.6.1 amd64, #761996
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
index 73f3666a6fa..db741899a2c 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE="debug gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2021-01-06 1:05 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2021-01-06 1:05 UTC (permalink / raw
To: gentoo-commits
commit: ea3a24ad987511cfe2b42ecd59644369766a040b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 01:05:09 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 01:05:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3a24ad
gnome-extra/cinnamon-menus: Stabilize 4.6.1 x86, #761996
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
index db741899a2c..d15da61087f 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="debug gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2021-01-24 17:31 Joonas Niilola
0 siblings, 0 replies; 56+ messages in thread
From: Joonas Niilola @ 2021-01-24 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 2077ebb57a2853892032d7efaf64946f71f6b4b4
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Fri Jan 8 03:11:51 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 17:30:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2077ebb5
gnome-extra/cinnamon-menus: 4.8.2 version bump
Bug: https://bugs.gentoo.org/757708
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 1 +
| 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 601bef8aa67..050263ebca1 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1 +1,2 @@
DIST cinnamon-menus-4.6.1.tar.gz 96294 BLAKE2B bdfacd5f4c5344833c9804b79846c5ac9908e74381c2e84b29b8cb765b10578ac69155d93e1c0bd8b6b8100d5e5f34ca1bc8bd77edb681eb705d759c5d9275bc SHA512 ef37662d4e1a49494c22481456b5e318039ec8c873e6ffcc0c55f89edbcc918d3bc97664b33007194da268b43884fe5abd08b27ac8bb5e7ba7bcb9928546aee9
+DIST cinnamon-menus-4.8.2.tar.gz 101831 BLAKE2B 6b731c21bee03fbd69360258d7573e35b774cc42ffdaf7536e7c8a3779e8ef9e8bc3684166a02f114838144fa9b7ea71a46b439e00f90abee56da1925bafec76 SHA512 6aa44e55ebcc60236361cd390fffbccd13422355e9fb4c61c8559479892d85890611d66971570454ce1a87a459c4a7de51cd2751eae4a042490155e0a9030e0a
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.8.2.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.8.2.ebuild
new file mode 100644
index 00000000000..0809265efdb
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-4.8.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="gtk-doc"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ >=dev-libs/gobject-introspection-0.9.12:=
+"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/gobject-introspection-common
+"
+BDEPEND="
+ >=dev-util/intltool-0.40.6
+ sys-devel/gettext
+ virtual/pkgconfig
+
+ gtk-doc? ( dev-util/gtk-doc )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use gtk-doc enable_docs)
+ )
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2021-06-01 16:28 Joonas Niilola
0 siblings, 0 replies; 56+ messages in thread
From: Joonas Niilola @ 2021-06-01 16:28 UTC (permalink / raw
To: gentoo-commits
commit: 1751c44ca4b7470168b169dc2807cef900811268
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 16:19:11 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 16:28:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1751c44c
gnome-extra/cinnamon-menus: stabilize 4.8.2 on x86, #793344
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.8.2.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.8.2.ebuild
index 0809265efdb..dba6e8e6d48 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-4.8.2.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-4.8.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2021-06-01 16:28 Joonas Niilola
0 siblings, 0 replies; 56+ messages in thread
From: Joonas Niilola @ 2021-06-01 16:28 UTC (permalink / raw
To: gentoo-commits
commit: 6dcf89c27247f9c39a3c73ddd07c33407d0f4ec2
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 16:19:56 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 16:28:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcf89c2
gnome-extra/cinnamon-menus: stabilize 4.8.2 on amd64, #793344
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.8.2.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.8.2.ebuild
index dba6e8e6d48..5ba6d82435f 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-4.8.2.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-4.8.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2021-06-08 7:34 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2021-06-08 7:34 UTC (permalink / raw
To: gentoo-commits
commit: 8c44dda916ed38d7d96dedd95044cc352164fc03
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Sun May 30 04:02:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 8 07:34:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c44dda9
gnome-extra/cinnamon-menus: 5.0.0 version bump
Bug: https://bugs.gentoo.org/792933
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 +
| 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 050263ebca1..8f7be55da06 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1,3 @@
DIST cinnamon-menus-4.6.1.tar.gz 96294 BLAKE2B bdfacd5f4c5344833c9804b79846c5ac9908e74381c2e84b29b8cb765b10578ac69155d93e1c0bd8b6b8100d5e5f34ca1bc8bd77edb681eb705d759c5d9275bc SHA512 ef37662d4e1a49494c22481456b5e318039ec8c873e6ffcc0c55f89edbcc918d3bc97664b33007194da268b43884fe5abd08b27ac8bb5e7ba7bcb9928546aee9
DIST cinnamon-menus-4.8.2.tar.gz 101831 BLAKE2B 6b731c21bee03fbd69360258d7573e35b774cc42ffdaf7536e7c8a3779e8ef9e8bc3684166a02f114838144fa9b7ea71a46b439e00f90abee56da1925bafec76 SHA512 6aa44e55ebcc60236361cd390fffbccd13422355e9fb4c61c8559479892d85890611d66971570454ce1a87a459c4a7de51cd2751eae4a042490155e0a9030e0a
+DIST cinnamon-menus-5.0.0.tar.gz 101957 BLAKE2B 1d2f95d5b599f73f8161caf7964d3508f34c4c28f677dc8367d4ba67004d77c00e1f77cb1851084bcf26482d1689da7d1734c21649ade89ca6d9ca15475623b8 SHA512 1f8d7b417f947909d9187288ed916739b5b146a8f9cade2f8695d4c59b56a69286c0db48ac026cab3342e571d40013595fb32155065355d6110a43a1cac7096a
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
new file mode 100644
index 00000000000..0809265efdb
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="gtk-doc"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ >=dev-libs/gobject-introspection-0.9.12:=
+"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/gobject-introspection-common
+"
+BDEPEND="
+ >=dev-util/intltool-0.40.6
+ sys-devel/gettext
+ virtual/pkgconfig
+
+ gtk-doc? ( dev-util/gtk-doc )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use gtk-doc enable_docs)
+ )
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2021-06-12 3:55 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2021-06-12 3:55 UTC (permalink / raw
To: gentoo-commits
commit: f981d509cf66aaec21b362ba972109f454e5b042
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Fri Jun 11 16:31:49 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 03:55:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f981d509
gnome-extra/cinnamon-menus: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 -
| 36 ----------------------
2 files changed, 37 deletions(-)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 8f7be55da06..94543504c7d 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-menus-4.6.1.tar.gz 96294 BLAKE2B bdfacd5f4c5344833c9804b79846c5ac9908e74381c2e84b29b8cb765b10578ac69155d93e1c0bd8b6b8100d5e5f34ca1bc8bd77edb681eb705d759c5d9275bc SHA512 ef37662d4e1a49494c22481456b5e318039ec8c873e6ffcc0c55f89edbcc918d3bc97664b33007194da268b43884fe5abd08b27ac8bb5e7ba7bcb9928546aee9
DIST cinnamon-menus-4.8.2.tar.gz 101831 BLAKE2B 6b731c21bee03fbd69360258d7573e35b774cc42ffdaf7536e7c8a3779e8ef9e8bc3684166a02f114838144fa9b7ea71a46b439e00f90abee56da1925bafec76 SHA512 6aa44e55ebcc60236361cd390fffbccd13422355e9fb4c61c8559479892d85890611d66971570454ce1a87a459c4a7de51cd2751eae4a042490155e0a9030e0a
DIST cinnamon-menus-5.0.0.tar.gz 101957 BLAKE2B 1d2f95d5b599f73f8161caf7964d3508f34c4c28f677dc8367d4ba67004d77c00e1f77cb1851084bcf26482d1689da7d1734c21649ade89ca6d9ca15475623b8 SHA512 1f8d7b417f947909d9187288ed916739b5b146a8f9cade2f8695d4c59b56a69286c0db48ac026cab3342e571d40013595fb32155065355d6110a43a1cac7096a
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
deleted file mode 100644
index d15da61087f..00000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit meson xdg
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="debug gtk-doc"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- >=dev-libs/gobject-introspection-0.9.12:=
-"
-DEPEND="${RDEPEND}
- dev-libs/gobject-introspection-common
-"
-BDEPEND="
- >=dev-util/intltool-0.40.6
- sys-devel/gettext
- virtual/pkgconfig
- gtk-doc? ( dev-util/gtk-doc )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use debug enable_debug)
- $(meson_use gtk-doc enable_docs)
- )
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2021-11-23 1:25 Yixun Lan
0 siblings, 0 replies; 56+ messages in thread
From: Yixun Lan @ 2021-11-23 1:25 UTC (permalink / raw
To: gentoo-commits
commit: 0a7d6259e00857c75d66cc9303739fa1a44c436e
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Sat Nov 20 12:51:01 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 01:10:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7d6259
gnome-extra/cinnamon-menus: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
index 0809265efdbd..995d869a8b04 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2021-12-24 19:25 Jakov Smolić
0 siblings, 0 replies; 56+ messages in thread
From: Jakov Smolić @ 2021-12-24 19:25 UTC (permalink / raw
To: gentoo-commits
commit: ae1fd2b2c7ca6eb287b9c98f8744bf6b40fb0acb
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 24 19:25:02 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Dec 24 19:25:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1fd2b2
gnome-extra/cinnamon-menus: Stabilize 5.0.0 amd64, #829736
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
index 995d869a8b04..51ca0f2ee4f1 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2021-12-24 20:00 Jakov Smolić
0 siblings, 0 replies; 56+ messages in thread
From: Jakov Smolić @ 2021-12-24 20:00 UTC (permalink / raw
To: gentoo-commits
commit: 1871270f426456884f26e96165471fd67c49ac05
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 24 19:59:50 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Dec 24 19:59:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1871270f
gnome-extra/cinnamon-menus: Stabilize 5.0.0 x86, #829736
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
index 51ca0f2ee4f1..a1337bd3ed36 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2022-01-21 17:15 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2022-01-21 17:15 UTC (permalink / raw
To: gentoo-commits
commit: 5813d38565a7de6744a30392a2ea672b723d6c15
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Tue Dec 28 06:50:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 17:14:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5813d385
gnome-extra/cinnamon-menus: 5.2.0 version bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 +
| 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 6e3512015dad..970483c65815 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1 +1,2 @@
DIST cinnamon-menus-5.0.0.tar.gz 101957 BLAKE2B 1d2f95d5b599f73f8161caf7964d3508f34c4c28f677dc8367d4ba67004d77c00e1f77cb1851084bcf26482d1689da7d1734c21649ade89ca6d9ca15475623b8 SHA512 1f8d7b417f947909d9187288ed916739b5b146a8f9cade2f8695d4c59b56a69286c0db48ac026cab3342e571d40013595fb32155065355d6110a43a1cac7096a
+DIST cinnamon-menus-5.2.0.tar.gz 95316 BLAKE2B 150dbab3b5c1b1a5574c1d234ebc7978a9e517e027d3076f6e335f4c64ad1631689c5b57a9d7ca159daa7f9f832d00accd78b2f392f757552f2babbab25489d7 SHA512 822ad5f3bf20b6ecfa9f2e3aa4c6d85f6f7b54a68bf73b60a4c2ceec853d2ce8b7d1e42b308eff9395c993eb8b5dc1c580b714e89a8ff2153e264db380aa8dae
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.2.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.2.0.ebuild
new file mode 100644
index 000000000000..8ed39e12bb5c
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE="gtk-doc"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ >=dev-libs/gobject-introspection-1.58.3:=
+"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/gobject-introspection-common
+"
+BDEPEND="
+ sys-devel/gettext
+ virtual/pkgconfig
+
+ gtk-doc? ( dev-util/gtk-doc )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use gtk-doc enable_docs)
+ )
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2022-05-05 3:01 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2022-05-05 3:01 UTC (permalink / raw
To: gentoo-commits
commit: 1ae557273fbe67e0cc5fcf9d4b30611db4a9062d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 5 03:00:31 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 5 03:00:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae55727
gnome-extra/cinnamon-menus: Stabilize 5.2.0 x86, #841614
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.2.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.2.0.ebuild
index 552542ec23ec..bea63f94efc8 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.2.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2022-05-11 2:11 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2022-05-11 2:11 UTC (permalink / raw
To: gentoo-commits
commit: 7c224a8fe6704583f6a6cc3b9aa5a5f85fe75b9f
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Tue May 3 21:29:04 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 11 02:10:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c224a8f
gnome-extra/cinnamon-menus: Remove old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 -
| 38 ----------------------
2 files changed, 39 deletions(-)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 970483c65815..813f6deb3f95 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-menus-5.0.0.tar.gz 101957 BLAKE2B 1d2f95d5b599f73f8161caf7964d3508f34c4c28f677dc8367d4ba67004d77c00e1f77cb1851084bcf26482d1689da7d1734c21649ade89ca6d9ca15475623b8 SHA512 1f8d7b417f947909d9187288ed916739b5b146a8f9cade2f8695d4c59b56a69286c0db48ac026cab3342e571d40013595fb32155065355d6110a43a1cac7096a
DIST cinnamon-menus-5.2.0.tar.gz 95316 BLAKE2B 150dbab3b5c1b1a5574c1d234ebc7978a9e517e027d3076f6e335f4c64ad1631689c5b57a9d7ca159daa7f9f832d00accd78b2f392f757552f2babbab25489d7 SHA512 822ad5f3bf20b6ecfa9f2e3aa4c6d85f6f7b54a68bf73b60a4c2ceec853d2ce8b7d1e42b308eff9395c993eb8b5dc1c580b714e89a8ff2153e264db380aa8dae
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
deleted file mode 100644
index a1337bd3ed36..000000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="gtk-doc"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- >=dev-libs/gobject-introspection-0.9.12:=
-"
-DEPEND="
- ${RDEPEND}
- dev-libs/gobject-introspection-common
-"
-BDEPEND="
- >=dev-util/intltool-0.40.6
- sys-devel/gettext
- virtual/pkgconfig
-
- gtk-doc? ( dev-util/gtk-doc )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use gtk-doc enable_docs)
- )
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2022-11-21 17:46 Arthur Zamarin
0 siblings, 0 replies; 56+ messages in thread
From: Arthur Zamarin @ 2022-11-21 17:46 UTC (permalink / raw
To: gentoo-commits
commit: 69f11e7fdeb218a4998f57a39d02ad7f169f8e20
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 17:46:03 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 17:46:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f11e7f
gnome-extra/cinnamon-menus: Keyword 5.4.0 ppc64, #867085
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.4.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.4.0.ebuild
index 1e68ea9d789c..686a2462f9f9 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.4.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2022-11-22 6:20 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2022-11-22 6:20 UTC (permalink / raw
To: gentoo-commits
commit: 7202544c6a63931bc38c3798de5e0bfdf672e7da
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Fri Nov 18 05:29:43 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 06:17:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7202544c
gnome-extra/cinnamon-menus: drop 5.4.0
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 -
| 37 ----------------------
2 files changed, 38 deletions(-)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 3e62092f9475..385705e0d4d9 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,3 +1,2 @@
DIST cinnamon-menus-5.2.0.tar.gz 95316 BLAKE2B 150dbab3b5c1b1a5574c1d234ebc7978a9e517e027d3076f6e335f4c64ad1631689c5b57a9d7ca159daa7f9f832d00accd78b2f392f757552f2babbab25489d7 SHA512 822ad5f3bf20b6ecfa9f2e3aa4c6d85f6f7b54a68bf73b60a4c2ceec853d2ce8b7d1e42b308eff9395c993eb8b5dc1c580b714e89a8ff2153e264db380aa8dae
-DIST cinnamon-menus-5.4.0.tar.gz 96312 BLAKE2B 248e9301fa9e0fab1a0cbbbadc4829af93876ef4a44d3a5f880fe26992f7290b36725e4d804b902456078322c018d8eb81c63d95e0f860b583a89c2122ee878b SHA512 3fdec7f4389ea7560dcdd4bef6ae3bb5dde53bb272d7e352c6ad62d71c0eae47c947119ea23192acc5d89dec42e809a394ddef0ad5ce2e3cc80c0977e6b30767
DIST cinnamon-menus-5.6.0.tar.gz 96166 BLAKE2B 84b3d513b6dbea253135df1f0f8ad017d78299b8cdd2bd2e7def547b74b59e998d3c37e30d480532802fb85db261242d51485f8fbeb7742310eee288de909aa1 SHA512 023f1d4eededbc5a1052e219c4ede9808eb489fe399346d643b2209c8b37b8432647043ac05afd653666efa2830ebbd73222033bdfbc52f2904e7a1e1bbc27df
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.4.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.4.0.ebuild
deleted file mode 100644
index 686a2462f9f9..000000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="gtk-doc"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- >=dev-libs/gobject-introspection-1.58.3:=
-"
-DEPEND="
- ${RDEPEND}
- dev-libs/gobject-introspection-common
-"
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
-
- gtk-doc? ( dev-util/gtk-doc )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use gtk-doc enable_docs)
- )
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2022-11-22 6:20 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2022-11-22 6:20 UTC (permalink / raw
To: gentoo-commits
commit: 415d29661d410a26efb8cd2f5a6ced1f25321a0d
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Fri Nov 18 05:23:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 06:17:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415d2966
gnome-extra/cinnamon-menus: add 5.6.0
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 +
| 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 9fdfa1266e5f..3e62092f9475 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1,3 @@
DIST cinnamon-menus-5.2.0.tar.gz 95316 BLAKE2B 150dbab3b5c1b1a5574c1d234ebc7978a9e517e027d3076f6e335f4c64ad1631689c5b57a9d7ca159daa7f9f832d00accd78b2f392f757552f2babbab25489d7 SHA512 822ad5f3bf20b6ecfa9f2e3aa4c6d85f6f7b54a68bf73b60a4c2ceec853d2ce8b7d1e42b308eff9395c993eb8b5dc1c580b714e89a8ff2153e264db380aa8dae
DIST cinnamon-menus-5.4.0.tar.gz 96312 BLAKE2B 248e9301fa9e0fab1a0cbbbadc4829af93876ef4a44d3a5f880fe26992f7290b36725e4d804b902456078322c018d8eb81c63d95e0f860b583a89c2122ee878b SHA512 3fdec7f4389ea7560dcdd4bef6ae3bb5dde53bb272d7e352c6ad62d71c0eae47c947119ea23192acc5d89dec42e809a394ddef0ad5ce2e3cc80c0977e6b30767
+DIST cinnamon-menus-5.6.0.tar.gz 96166 BLAKE2B 84b3d513b6dbea253135df1f0f8ad017d78299b8cdd2bd2e7def547b74b59e998d3c37e30d480532802fb85db261242d51485f8fbeb7742310eee288de909aa1 SHA512 023f1d4eededbc5a1052e219c4ede9808eb489fe399346d643b2209c8b37b8432647043ac05afd653666efa2830ebbd73222033bdfbc52f2904e7a1e1bbc27df
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild
new file mode 100644
index 000000000000..686a2462f9f9
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="gtk-doc"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ >=dev-libs/gobject-introspection-1.58.3:=
+"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/gobject-introspection-common
+"
+BDEPEND="
+ sys-devel/gettext
+ virtual/pkgconfig
+
+ gtk-doc? ( dev-util/gtk-doc )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use gtk-doc enable_docs)
+ )
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2023-04-30 23:50 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2023-04-30 23:50 UTC (permalink / raw
To: gentoo-commits
commit: afcd3bc0ec2ebe89c5b2637662e3bd84525fe2ab
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 23:48:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 23:49:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcd3bc0
gnome-extra/cinnamon-menus: Stabilize 5.6.0 x86, #904589
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild
index aea6d8adcfdc..093762fcca4f 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2023-04-30 23:50 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2023-04-30 23:50 UTC (permalink / raw
To: gentoo-commits
commit: 084a0583320d43fd9c66ba04007fe93803733fe4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 23:48:47 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 23:49:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084a0583
gnome-extra/cinnamon-menus: Stabilize 5.6.0 amd64, #904589
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild
index 686a2462f9f9..aea6d8adcfdc 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2023-05-07 22:14 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2023-05-07 22:14 UTC (permalink / raw
To: gentoo-commits
commit: 0c35e28b415ce0bb6572d59761b4eeb2938a379c
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Sun May 7 18:50:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 7 22:13:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c35e28b
gnome-extra/cinnamon-menus: drop 5.2.0
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 -
| 37 ----------------------
2 files changed, 38 deletions(-)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 385705e0d4d9..46cc30c80b22 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-menus-5.2.0.tar.gz 95316 BLAKE2B 150dbab3b5c1b1a5574c1d234ebc7978a9e517e027d3076f6e335f4c64ad1631689c5b57a9d7ca159daa7f9f832d00accd78b2f392f757552f2babbab25489d7 SHA512 822ad5f3bf20b6ecfa9f2e3aa4c6d85f6f7b54a68bf73b60a4c2ceec853d2ce8b7d1e42b308eff9395c993eb8b5dc1c580b714e89a8ff2153e264db380aa8dae
DIST cinnamon-menus-5.6.0.tar.gz 96166 BLAKE2B 84b3d513b6dbea253135df1f0f8ad017d78299b8cdd2bd2e7def547b74b59e998d3c37e30d480532802fb85db261242d51485f8fbeb7742310eee288de909aa1 SHA512 023f1d4eededbc5a1052e219c4ede9808eb489fe399346d643b2209c8b37b8432647043ac05afd653666efa2830ebbd73222033bdfbc52f2904e7a1e1bbc27df
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.2.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.2.0.ebuild
deleted file mode 100644
index bea63f94efc8..000000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.2.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="gtk-doc"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- >=dev-libs/gobject-introspection-1.58.3:=
-"
-DEPEND="
- ${RDEPEND}
- dev-libs/gobject-introspection-common
-"
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
-
- gtk-doc? ( dev-util/gtk-doc )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use gtk-doc enable_docs)
- )
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2023-07-16 18:34 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2023-07-16 18:34 UTC (permalink / raw
To: gentoo-commits
commit: cb6c6abce3d2f4cb4ded1616b678195ccffb4ce3
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Wed Jul 5 03:18:26 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 18:33:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6c6abc
gnome-extra/cinnamon-menus: add 5.8.0
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 +
| 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 46cc30c80b22..3f7160c69807 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1 +1,2 @@
DIST cinnamon-menus-5.6.0.tar.gz 96166 BLAKE2B 84b3d513b6dbea253135df1f0f8ad017d78299b8cdd2bd2e7def547b74b59e998d3c37e30d480532802fb85db261242d51485f8fbeb7742310eee288de909aa1 SHA512 023f1d4eededbc5a1052e219c4ede9808eb489fe399346d643b2209c8b37b8432647043ac05afd653666efa2830ebbd73222033bdfbc52f2904e7a1e1bbc27df
+DIST cinnamon-menus-5.8.0.tar.gz 96346 BLAKE2B 3da1b4b3056d5fc0ec8fa22e01c160de4e61c05cf3ad10f216a95abcc63135f394146bfd1d77a54021e5aedee4b5d61077eadf49823171f5f5aa052d4c1947d6 SHA512 d7679412cca5537da47767a0bb9335deaf7177781bee26bec109e9c19c90f4fbaeba81837ce1b9203e5315185178bc720919bdfbb072a94c5a816d1ee63a0370
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild
new file mode 100644
index 000000000000..4998efead047
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="gtk-doc"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ >=dev-libs/gobject-introspection-1.58.3:=
+"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/gobject-introspection-common
+"
+BDEPEND="
+ sys-devel/gettext
+ virtual/pkgconfig
+
+ gtk-doc? ( dev-util/gtk-doc )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use gtk-doc enable_docs)
+ )
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2023-09-26 15:59 WANG Xuerui
0 siblings, 0 replies; 56+ messages in thread
From: WANG Xuerui @ 2023-09-26 15:59 UTC (permalink / raw
To: gentoo-commits
commit: 02c7173a4674fbef212b3877d75d97d12468579a
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 15:37:47 2023 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 15:58:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c7173a
gnome-extra/cinnamon-menus: keyword 5.8.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild
index 4998efead047..829643445f0c 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2023-10-04 8:24 Joonas Niilola
0 siblings, 0 replies; 56+ messages in thread
From: Joonas Niilola @ 2023-10-04 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 2445c575eebbd6ae0e1caa37dbef11cca695d38b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 08:23:38 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 08:24:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2445c575
gnome-extra/cinnamon-menus: Stabilize 5.8.0 amd64, #914901
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild
index 829643445f0c..53532f05218b 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2023-10-13 7:43 Joonas Niilola
0 siblings, 0 replies; 56+ messages in thread
From: Joonas Niilola @ 2023-10-13 7:43 UTC (permalink / raw
To: gentoo-commits
commit: 0f8227c9729285a8b7c3c35d1e265c4621eed89b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 07:42:46 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 07:42:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8227c9
gnome-extra/cinnamon-menus: Stabilize 5.8.0 x86, #914901
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild
index 53532f05218b..a5672cc73e00 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2024-02-15 13:29 Joonas Niilola
0 siblings, 0 replies; 56+ messages in thread
From: Joonas Niilola @ 2024-02-15 13:29 UTC (permalink / raw
To: gentoo-commits
commit: 54250429ce471b496e40fa336bb1de430182d929
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Thu Dec 28 07:59:26 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 13:29:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54250429
gnome-extra/cinnamon-menus: add 6.0.0
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 1 +
| 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 3f7160c69807..78ce23d36e5b 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1,3 @@
DIST cinnamon-menus-5.6.0.tar.gz 96166 BLAKE2B 84b3d513b6dbea253135df1f0f8ad017d78299b8cdd2bd2e7def547b74b59e998d3c37e30d480532802fb85db261242d51485f8fbeb7742310eee288de909aa1 SHA512 023f1d4eededbc5a1052e219c4ede9808eb489fe399346d643b2209c8b37b8432647043ac05afd653666efa2830ebbd73222033bdfbc52f2904e7a1e1bbc27df
DIST cinnamon-menus-5.8.0.tar.gz 96346 BLAKE2B 3da1b4b3056d5fc0ec8fa22e01c160de4e61c05cf3ad10f216a95abcc63135f394146bfd1d77a54021e5aedee4b5d61077eadf49823171f5f5aa052d4c1947d6 SHA512 d7679412cca5537da47767a0bb9335deaf7177781bee26bec109e9c19c90f4fbaeba81837ce1b9203e5315185178bc720919bdfbb072a94c5a816d1ee63a0370
+DIST cinnamon-menus-6.0.0.tar.gz 96411 BLAKE2B 08394d32e66a8e3e8f1e13a97128099c1fcfe868a52c6bdbdd9ad1c98508c441d8b354d37856dd645db8a9e8f33c3f1ad3c6033bd2f22ea33d7644594cc1559f SHA512 9b7e1f92ef451e80aebc95a2fdd0e94e352c634a09474878fb12cf0ba8a06e3b4ca522ab6b6c768b7b194cb262bad0bfd5b81557d77cb9075506de11d9de56a7
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild
new file mode 100644
index 000000000000..860d1ec26eb1
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gtk-doc"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ >=dev-libs/gobject-introspection-1.58.3:=
+"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/gobject-introspection-common
+"
+BDEPEND="
+ sys-devel/gettext
+ virtual/pkgconfig
+
+ gtk-doc? ( dev-util/gtk-doc )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use gtk-doc enable_docs)
+ )
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2024-02-15 13:29 Joonas Niilola
0 siblings, 0 replies; 56+ messages in thread
From: Joonas Niilola @ 2024-02-15 13:29 UTC (permalink / raw
To: gentoo-commits
commit: d1ad76bf83c173869d9ff1f28eb46087eac61b44
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Thu Dec 28 08:02:04 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 13:29:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ad76bf
gnome-extra/cinnamon-menus: drop 5.6.0
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 1 -
| 37 ----------------------
2 files changed, 38 deletions(-)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 78ce23d36e5b..b89ffc4e8b35 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-menus-5.6.0.tar.gz 96166 BLAKE2B 84b3d513b6dbea253135df1f0f8ad017d78299b8cdd2bd2e7def547b74b59e998d3c37e30d480532802fb85db261242d51485f8fbeb7742310eee288de909aa1 SHA512 023f1d4eededbc5a1052e219c4ede9808eb489fe399346d643b2209c8b37b8432647043ac05afd653666efa2830ebbd73222033bdfbc52f2904e7a1e1bbc27df
DIST cinnamon-menus-5.8.0.tar.gz 96346 BLAKE2B 3da1b4b3056d5fc0ec8fa22e01c160de4e61c05cf3ad10f216a95abcc63135f394146bfd1d77a54021e5aedee4b5d61077eadf49823171f5f5aa052d4c1947d6 SHA512 d7679412cca5537da47767a0bb9335deaf7177781bee26bec109e9c19c90f4fbaeba81837ce1b9203e5315185178bc720919bdfbb072a94c5a816d1ee63a0370
DIST cinnamon-menus-6.0.0.tar.gz 96411 BLAKE2B 08394d32e66a8e3e8f1e13a97128099c1fcfe868a52c6bdbdd9ad1c98508c441d8b354d37856dd645db8a9e8f33c3f1ad3c6033bd2f22ea33d7644594cc1559f SHA512 9b7e1f92ef451e80aebc95a2fdd0e94e352c634a09474878fb12cf0ba8a06e3b4ca522ab6b6c768b7b194cb262bad0bfd5b81557d77cb9075506de11d9de56a7
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild
deleted file mode 100644
index 093762fcca4f..000000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.6.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-IUSE="gtk-doc"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- >=dev-libs/gobject-introspection-1.58.3:=
-"
-DEPEND="
- ${RDEPEND}
- dev-libs/gobject-introspection-common
-"
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
-
- gtk-doc? ( dev-util/gtk-doc )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use gtk-doc enable_docs)
- )
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2024-05-28 12:35 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2024-05-28 12:35 UTC (permalink / raw
To: gentoo-commits
commit: a7cddca6743fb8c9961ecfdea3b956c1a2034871
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 12:34:19 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 28 12:34:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7cddca6
gnome-extra/cinnamon-menus: Stabilize 6.0.0 x86, #932965
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild
index 860d1ec26eb1..bc20de05f6e1 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2024-05-28 20:49 Sam James
0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2024-05-28 20:49 UTC (permalink / raw
To: gentoo-commits
commit: c6a65b47a41806541a31f22d67439d8df7244105
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 20:47:18 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 28 20:47:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a65b47
gnome-extra/cinnamon-menus: Stabilize 6.0.0 amd64, #932965
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild
index bc20de05f6e1..9af1b5f92733 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2024-08-05 3:36 Eli Schwartz
0 siblings, 0 replies; 56+ messages in thread
From: Eli Schwartz @ 2024-08-05 3:36 UTC (permalink / raw
To: gentoo-commits
commit: 4ecba37471e0849b0c234afc2b983997736a30b9
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Mon Jun 24 02:44:25 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 03:35:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ecba374
gnome-extra/cinnamon-menus: add 6.2.0
Bug: https://bugs.gentoo.org/934783
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
| 1 +
| 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index b89ffc4e8b35..35d3c2bb61c7 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1,3 @@
DIST cinnamon-menus-5.8.0.tar.gz 96346 BLAKE2B 3da1b4b3056d5fc0ec8fa22e01c160de4e61c05cf3ad10f216a95abcc63135f394146bfd1d77a54021e5aedee4b5d61077eadf49823171f5f5aa052d4c1947d6 SHA512 d7679412cca5537da47767a0bb9335deaf7177781bee26bec109e9c19c90f4fbaeba81837ce1b9203e5315185178bc720919bdfbb072a94c5a816d1ee63a0370
DIST cinnamon-menus-6.0.0.tar.gz 96411 BLAKE2B 08394d32e66a8e3e8f1e13a97128099c1fcfe868a52c6bdbdd9ad1c98508c441d8b354d37856dd645db8a9e8f33c3f1ad3c6033bd2f22ea33d7644594cc1559f SHA512 9b7e1f92ef451e80aebc95a2fdd0e94e352c634a09474878fb12cf0ba8a06e3b4ca522ab6b6c768b7b194cb262bad0bfd5b81557d77cb9075506de11d9de56a7
+DIST cinnamon-menus-6.2.0.tar.gz 96496 BLAKE2B 151ccc6baa1d3bda7269b71d0c9d28666553a4248d4bc1dded9f669d4fe33ac6c7785b84a7f8239636c9f84a21378843e22b40d20415e009b039b53ee3b677d2 SHA512 b7132a6cabd6f4ff0d5e247585029af18712a2cb220aba93e609ffb569b79cbaf72caf1d70d22dbae576c2634be092c430f702c3bb25d6fa2768aba98900e5b9
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-6.2.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-6.2.0.ebuild
new file mode 100644
index 000000000000..a8bc134f5056
--- /dev/null
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-6.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gtk-doc"
+
+RDEPEND="
+ >=dev-libs/glib-2.29.15:2
+ >=dev-libs/gobject-introspection-1.58.3:=
+"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/gobject-introspection-common
+"
+BDEPEND="
+ sys-devel/gettext
+ virtual/pkgconfig
+
+ gtk-doc? ( dev-util/gtk-doc )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use gtk-doc enable_docs)
+ )
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2024-08-05 3:36 Eli Schwartz
0 siblings, 0 replies; 56+ messages in thread
From: Eli Schwartz @ 2024-08-05 3:36 UTC (permalink / raw
To: gentoo-commits
commit: b7af41eba9a5ff8f050832460e011334728d281f
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Mon Jun 24 02:44:53 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 03:35:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7af41eb
gnome-extra/cinnamon-menus: drop 5.8.0
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
| 1 -
| 37 ----------------------
2 files changed, 38 deletions(-)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 35d3c2bb61c7..9934b554b1ed 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-menus-5.8.0.tar.gz 96346 BLAKE2B 3da1b4b3056d5fc0ec8fa22e01c160de4e61c05cf3ad10f216a95abcc63135f394146bfd1d77a54021e5aedee4b5d61077eadf49823171f5f5aa052d4c1947d6 SHA512 d7679412cca5537da47767a0bb9335deaf7177781bee26bec109e9c19c90f4fbaeba81837ce1b9203e5315185178bc720919bdfbb072a94c5a816d1ee63a0370
DIST cinnamon-menus-6.0.0.tar.gz 96411 BLAKE2B 08394d32e66a8e3e8f1e13a97128099c1fcfe868a52c6bdbdd9ad1c98508c441d8b354d37856dd645db8a9e8f33c3f1ad3c6033bd2f22ea33d7644594cc1559f SHA512 9b7e1f92ef451e80aebc95a2fdd0e94e352c634a09474878fb12cf0ba8a06e3b4ca522ab6b6c768b7b194cb262bad0bfd5b81557d77cb9075506de11d9de56a7
DIST cinnamon-menus-6.2.0.tar.gz 96496 BLAKE2B 151ccc6baa1d3bda7269b71d0c9d28666553a4248d4bc1dded9f669d4fe33ac6c7785b84a7f8239636c9f84a21378843e22b40d20415e009b039b53ee3b677d2 SHA512 b7132a6cabd6f4ff0d5e247585029af18712a2cb220aba93e609ffb569b79cbaf72caf1d70d22dbae576c2634be092c430f702c3bb25d6fa2768aba98900e5b9
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild
deleted file mode 100644
index a5672cc73e00..000000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.8.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="gtk-doc"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- >=dev-libs/gobject-introspection-1.58.3:=
-"
-DEPEND="
- ${RDEPEND}
- dev-libs/gobject-introspection-common
-"
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
-
- gtk-doc? ( dev-util/gtk-doc )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use gtk-doc enable_docs)
- )
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2024-09-25 13:58 Joonas Niilola
0 siblings, 0 replies; 56+ messages in thread
From: Joonas Niilola @ 2024-09-25 13:58 UTC (permalink / raw
To: gentoo-commits
commit: bf5c600dfec8cb131148f8b682fed50a95dfb7cf
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 13:56:06 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 13:58:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5c600d
gnome-extra/cinnamon-menus: Stabilize 6.2.0 amd64, #940051
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-6.2.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-6.2.0.ebuild
index a8bc134f5056..a57f4da2f732 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-6.2.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-6.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2024-09-25 14:22 Joonas Niilola
0 siblings, 0 replies; 56+ messages in thread
From: Joonas Niilola @ 2024-09-25 14:22 UTC (permalink / raw
To: gentoo-commits
commit: b0e16aeafb21110dcabe487b2b09d525d1136fbe
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 14:21:45 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 14:22:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e16aea
gnome-extra/cinnamon-menus: Stabilize 6.2.0 x86, #940051
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/gnome-extra/cinnamon-menus/cinnamon-menus-6.2.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-6.2.0.ebuild
index a57f4da2f732..7d8d6c2204a7 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-6.2.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-6.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
IUSE="gtk-doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 56+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
@ 2024-09-27 5:57 Eli Schwartz
0 siblings, 0 replies; 56+ messages in thread
From: Eli Schwartz @ 2024-09-27 5:57 UTC (permalink / raw
To: gentoo-commits
commit: 7beecef0bbf05d39cdacb50d881b8c3ea5e34988
Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Thu Sep 26 22:49:41 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 05:55:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7beecef0
gnome-extra/cinnamon-menus: drop 6.0.0
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
| 1 -
| 37 ----------------------
2 files changed, 38 deletions(-)
--git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 9934b554b1ed..a03d36ad78f9 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-menus-6.0.0.tar.gz 96411 BLAKE2B 08394d32e66a8e3e8f1e13a97128099c1fcfe868a52c6bdbdd9ad1c98508c441d8b354d37856dd645db8a9e8f33c3f1ad3c6033bd2f22ea33d7644594cc1559f SHA512 9b7e1f92ef451e80aebc95a2fdd0e94e352c634a09474878fb12cf0ba8a06e3b4ca522ab6b6c768b7b194cb262bad0bfd5b81557d77cb9075506de11d9de56a7
DIST cinnamon-menus-6.2.0.tar.gz 96496 BLAKE2B 151ccc6baa1d3bda7269b71d0c9d28666553a4248d4bc1dded9f669d4fe33ac6c7785b84a7f8239636c9f84a21378843e22b40d20415e009b039b53ee3b677d2 SHA512 b7132a6cabd6f4ff0d5e247585029af18712a2cb220aba93e609ffb569b79cbaf72caf1d70d22dbae576c2634be092c430f702c3bb25d6fa2768aba98900e5b9
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild
deleted file mode 100644
index 9af1b5f92733..000000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-6.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="gtk-doc"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- >=dev-libs/gobject-introspection-1.58.3:=
-"
-DEPEND="
- ${RDEPEND}
- dev-libs/gobject-introspection-common
-"
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
-
- gtk-doc? ( dev-util/gtk-doc )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use gtk-doc enable_docs)
- )
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 56+ messages in thread
end of thread, other threads:[~2024-09-27 5:57 UTC | newest]
Thread overview: 56+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-15 14:20 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2024-09-27 5:57 Eli Schwartz
2024-09-25 14:22 Joonas Niilola
2024-09-25 13:58 Joonas Niilola
2024-08-05 3:36 Eli Schwartz
2024-08-05 3:36 Eli Schwartz
2024-05-28 20:49 Sam James
2024-05-28 12:35 Sam James
2024-02-15 13:29 Joonas Niilola
2024-02-15 13:29 Joonas Niilola
2023-10-13 7:43 Joonas Niilola
2023-10-04 8:24 Joonas Niilola
2023-09-26 15:59 WANG Xuerui
2023-07-16 18:34 Sam James
2023-05-07 22:14 Sam James
2023-04-30 23:50 Sam James
2023-04-30 23:50 Sam James
2022-11-22 6:20 Sam James
2022-11-22 6:20 Sam James
2022-11-21 17:46 Arthur Zamarin
2022-05-11 2:11 Sam James
2022-05-05 3:01 Sam James
2022-01-21 17:15 Sam James
2021-12-24 20:00 Jakov Smolić
2021-12-24 19:25 Jakov Smolić
2021-11-23 1:25 Yixun Lan
2021-06-12 3:55 Sam James
2021-06-08 7:34 Sam James
2021-06-01 16:28 Joonas Niilola
2021-06-01 16:28 Joonas Niilola
2021-01-24 17:31 Joonas Niilola
2021-01-06 1:05 Sam James
2020-12-29 17:14 Sam James
2020-12-27 5:06 Sam James
2020-12-16 22:30 Sam James
2020-09-09 2:15 Sam James
2020-05-31 19:05 Matt Turner
2020-05-29 0:11 Matt Turner
2020-04-20 20:52 Mart Raudsepp
2019-06-07 20:12 Mikle Kolyada
2019-06-04 20:58 Thomas Deutschmann
2018-11-28 19:56 Kristian Fiskerstrand
2018-07-31 8:38 Kristian Fiskerstrand
2018-05-26 11:32 Mart Raudsepp
2018-04-12 19:07 Thomas Deutschmann
2018-04-06 14:00 Aaron Bauman
2017-11-26 15:43 Kristian Fiskerstrand
2017-06-24 14:58 Kristian Fiskerstrand
2016-11-22 20:42 Kristian Fiskerstrand
2016-10-01 0:54 Pacho Ramos
2016-09-17 13:29 Kristian Fiskerstrand
2016-06-25 16:53 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
2016-03-06 18:58 Mikle Kolyada
2015-11-15 22:30 Pacho Ramos
2015-11-15 22:30 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox