From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libwnck/
Date: Fri, 18 Mar 2022 19:24:47 +0000 (UTC) [thread overview]
Message-ID: <1647631428.cbeb1c19cf82c8e8db1091050c895e13564569b3.mattst88@gentoo> (raw)
commit: cbeb1c19cf82c8e8db1091050c895e13564569b3
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 19:18:16 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 19:23:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbeb1c19
x11-libs/libwnck: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-libs/libwnck/Manifest | 2 --
x11-libs/libwnck/libwnck-3.36.0.ebuild | 51 ----------------------------------
x11-libs/libwnck/libwnck-40.0.ebuild | 51 ----------------------------------
3 files changed, 104 deletions(-)
diff --git a/x11-libs/libwnck/Manifest b/x11-libs/libwnck/Manifest
index e3f090ce13c7..4b6f2bdf51e9 100644
--- a/x11-libs/libwnck/Manifest
+++ b/x11-libs/libwnck/Manifest
@@ -1,4 +1,2 @@
DIST libwnck-2.31.0.tar.xz 630792 BLAKE2B 8201537d3c9a8a0a8668fc16d33a8eaa05c14312401f1c763c922402df04ef03260dd259f5c46508f85390f7aefd551e83143e654b24b412272dddb7c7c4bd62 SHA512 54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9
-DIST libwnck-3.36.0.tar.xz 447760 BLAKE2B c61098362c57c3de879170d3104472b0a7f3c16da163c5d740d7a42bd545cfdaecd96804108834d5b7de5028e847f9b0557f015d08f50f9459a896f1d5f84431 SHA512 b7bf5d935327f61634a898594cf20a270e1b403c8df6c74e6ac20e22eea2845ac8c3007b31994728b74953e40c1015373efe10ed64243cf5e85fd210654aecb3
-DIST libwnck-40.0.tar.xz 455216 BLAKE2B 7ebadb2a57cd0ce6bccac265427cc31e9a84460219c2f19f9dd14c5e6175da19a2e8ab2309902e098686fb40bf277ae8b815d60b29b541de9992e0b1538f6777 SHA512 059f2a2add3f95feb7759e827072905652a4dc9c6756d526743319b5016ee36191b5c9a4fb5204f85a13049c2bd1bb3d01b2456ddb3ddc8f76148a0ee1651696
DIST libwnck-40.1.tar.xz 455624 BLAKE2B dd069cba299b9006a10de3311da87958f14a9defcc02a936cb0be38431eda9210aa8cff36ae63858235380a75c1d5266ce0612b5f93f47de21d48a5324af8a6d SHA512 50ba20547e95280d10f1f66f36eea6c649b59d385da7a9217c295150520099585a5ff43c08a552afb8b0db3ee7305bbb2c38d0baed84cc6dc0942f3ca1e43e29
diff --git a/x11-libs/libwnck/libwnck-3.36.0.ebuild b/x11-libs/libwnck/libwnck-3.36.0.ebuild
deleted file mode 100644
index 2600377be1ee..000000000000
--- a/x11-libs/libwnck/libwnck-3.36.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org flag-o-matic meson xdg
-
-DESCRIPTION="A window navigation construction kit"
-HOMEPAGE="https://developer.gnome.org/libwnck/stable/"
-
-LICENSE="LGPL-2+"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
-
-IUSE="gtk-doc +introspection startup-notification tools"
-
-RDEPEND="
- x11-libs/cairo[X]
- >=dev-libs/glib-2.34:2
- >=x11-libs/gtk+-3.22:3[X,introspection?]
- startup-notification? ( >=x11-libs/startup-notification-0.4 )
- x11-libs/libX11
- x11-libs/libXres
- introspection? ( >=dev-libs/gobject-introspection-1.56:= )
-"
-# libXi header used by wnckprop.c, which is compiled even with USE=-tools (just not installed then)
-DEPEND="${RDEPEND}
- x11-libs/libXi"
-BDEPEND="
- gtk-doc? ( >=dev-util/gtk-doc-1.9
- app-text/docbook-xml-dtd:4.1.2 )
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_prepare() {
- # Don't collide with SLOT=1 with USE=tools
- sed -e "s|executable(prog|executable(prog + '-3'|" -i libwnck/meson.build || die
- xdg_src_prepare
-}
-
-src_configure() {
- local emesonargs=(
- -Ddeprecation_flags=false
- $(meson_use tools install_tools)
- $(meson_feature startup-notification startup_notification)
- $(meson_feature introspection)
- $(meson_use gtk-doc gtk_doc)
- )
- meson_src_configure
-}
diff --git a/x11-libs/libwnck/libwnck-40.0.ebuild b/x11-libs/libwnck/libwnck-40.0.ebuild
deleted file mode 100644
index b8eedfea78f3..000000000000
--- a/x11-libs/libwnck/libwnck-40.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org meson xdg
-
-DESCRIPTION="A window navigation construction kit"
-HOMEPAGE="https://developer.gnome.org/libwnck/stable/"
-
-LICENSE="LGPL-2+"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
-
-IUSE="gtk-doc +introspection startup-notification tools"
-
-RDEPEND="
- x11-libs/cairo[X]
- >=dev-libs/glib-2.44:2
- >=x11-libs/gtk+-3.22:3[X,introspection?]
- startup-notification? ( >=x11-libs/startup-notification-0.4 )
- x11-libs/libX11
- x11-libs/libXres
- introspection? ( >=dev-libs/gobject-introspection-1.56:= )
-"
-# libXi header used by wnckprop.c, which is compiled even with USE=-tools (just not installed then)
-DEPEND="${RDEPEND}
- x11-libs/libXi"
-BDEPEND="
- gtk-doc? ( >=dev-util/gtk-doc-1.9
- app-text/docbook-xml-dtd:4.1.2 )
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_prepare() {
- # Don't collide with SLOT=1 with USE=tools
- sed -e "s|executable(prog|executable(prog + '-3'|" -i libwnck/meson.build || die
- xdg_src_prepare
-}
-
-src_configure() {
- local emesonargs=(
- -Ddeprecation_flags=false
- $(meson_use tools install_tools)
- $(meson_feature startup-notification startup_notification)
- $(meson_feature introspection)
- $(meson_use gtk-doc gtk_doc)
- )
- meson_src_configure
-}
next reply other threads:[~2022-03-18 19:24 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-18 19:24 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-20 17:32 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libwnck/ Matt Turner
2023-01-13 12:59 Arthur Zamarin
2022-12-27 8:41 Sam James
2022-12-27 8:41 Sam James
2022-12-27 7:29 Sam James
2022-12-27 7:29 Sam James
2022-12-26 19:52 Arthur Zamarin
2022-12-26 19:52 Arthur Zamarin
2022-12-04 3:03 Matt Turner
2022-12-04 2:41 Matt Turner
2022-11-05 18:58 Arthur Zamarin
2022-11-05 9:58 Arthur Zamarin
2022-11-05 9:44 Arthur Zamarin
2022-10-31 20:31 Matt Turner
2022-09-30 18:53 Matt Turner
2022-03-15 20:54 Matt Turner
2022-03-09 15:39 Sam James
2022-03-09 12:49 Sam James
2022-03-08 12:32 Sam James
2022-02-18 3:44 Matt Turner
2022-01-17 23:19 Matt Turner
2021-05-25 14:21 Yixun Lan
2021-04-15 15:36 Matt Turner
2021-04-15 5:25 Sam James
2021-04-15 1:33 Sam James
2021-04-15 0:13 Sam James
2021-04-14 22:07 Sam James
2021-04-14 22:07 Sam James
2021-04-14 18:51 Mikle Kolyada
2021-03-07 2:02 Matt Turner
2021-03-05 22:20 Sam James
2020-11-07 15:23 Mart Raudsepp
2020-11-06 15:19 Sam James
2020-11-05 16:16 Sam James
2020-09-11 16:57 Sergei Trofimovich
2020-08-31 2:52 Sam James
2020-08-30 15:17 Thomas Deutschmann
2020-08-07 7:17 Mart Raudsepp
2020-02-09 14:42 Mart Raudsepp
2018-12-28 7:48 Mart Raudsepp
2018-12-28 3:46 Matt Turner
2018-12-05 7:34 Mikle Kolyada
2018-12-05 7:07 Mikle Kolyada
2018-12-04 16:27 Mikle Kolyada
2018-12-02 14:29 Mikle Kolyada
2018-12-02 10:12 Mikle Kolyada
2018-12-01 14:51 Sergei Trofimovich
2018-11-04 14:16 Sergei Trofimovich
2018-10-06 22:37 Mart Raudsepp
2018-09-14 10:25 Mart Raudsepp
2018-03-15 1:50 Mart Raudsepp
2018-03-14 21:41 Sergei Trofimovich
2018-03-14 21:09 Markus Meier
2018-03-06 21:37 Tobias Klausmann
2018-03-04 20:48 Sergei Trofimovich
2018-02-16 20:39 Sergei Trofimovich
2018-01-18 3:01 Mikle Kolyada
2018-01-13 12:13 Sergei Trofimovich
2017-09-18 10:45 Jeroen Roovers
2017-08-15 22:44 Gilles Dartiguelongue
2017-06-19 11:14 Alexis Ballier
2017-06-17 20:29 Anthony G. Basile
2017-01-30 19:12 Fabian Groffen
2017-01-29 21:11 Fabian Groffen
2017-01-26 10:56 Mart Raudsepp
2016-12-06 20:50 Markus Meier
2016-07-03 16:33 Pacho Ramos
2016-06-28 20:30 Pacho Ramos
2016-05-03 20:57 Markus Meier
2016-04-07 10:19 Jeroen Roovers
2016-03-06 20:52 Mikle Kolyada
2016-02-21 23:44 Pacho Ramos
2016-02-20 13:55 Pacho Ramos
2016-02-20 13:55 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1647631428.cbeb1c19cf82c8e8db1091050c895e13564569b3.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox