* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2017-11-05 23:08 Patrice Clement
0 siblings, 0 replies; 20+ messages in thread
From: Patrice Clement @ 2017-11-05 23:08 UTC (permalink / raw
To: gentoo-commits
commit: d2ceae7ce6813f5ab0d7bd18127061b51faec240
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Sun Oct 22 21:11:52 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 23:07:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ceae7c
sys-fs/xmwfs: new ebuild.
xmwfs is a X11 Window-Manager file system based on FUSE.
Closes: https://github.com/gentoo/gentoo/pull/6020
Closes: https://bugs.gentoo.org/634810
sys-fs/xwmfs/Manifest | 1 +
sys-fs/xwmfs/metadata.xml | 34 ++++++++++++++++++++++++++++++++++
sys-fs/xwmfs/xwmfs-0.81.ebuild | 20 ++++++++++++++++++++
3 files changed, 55 insertions(+)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
new file mode 100644
index 00000000000..805b0d3fc67
--- /dev/null
+++ b/sys-fs/xwmfs/Manifest
@@ -0,0 +1 @@
+DIST xwmfs-0.81.tar.gz 192750 SHA256 490f9186681dfce8b6576f81130cfce6f51fd5d5a70a8554637946c5bf831c6a SHA512 7b11e4f38654144467b128fcdd84082f3d5f16817d6b40285a0726165bb16c34ea076981d5866c952ce74e9a21b6b2dbcf53ed96631fd13d7b263a55cb6a577a WHIRLPOOL 0ee5a4fff41ba2330dc777a89e686e3e8f954f61c53c265a7208856cbec4cc01596bedb23819e8e222f31a31a1ac34bf3cf0c2b934c117718dfb8894a8e86b5c
diff --git a/sys-fs/xwmfs/metadata.xml b/sys-fs/xwmfs/metadata.xml
new file mode 100644
index 00000000000..8b58b472e95
--- /dev/null
+++ b/sys-fs/xwmfs/metadata.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>matthias.gerstner@nefkom.net</email>
+ <name>Matthias Gerstner</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription lang="en">
+ This is xwmfs (X window manager file system), a userspace file system based on
+ fuse that allows interaction with an EWMH compliant X11 window manager
+ via files.
+
+ Some of its features are:
+
+ - newly appearing and disappearing windows in the X server are recognized and
+ the file system is updated in an event based manner
+ - new values for properties of window manager and windows will be reflected in
+ the file system in an event based manner
+ - properties of windows and window manager can be changed via writing to files
+ in the file system
+ - some X operations are accessible via control files in the file system
+
+ The file system can be used for easily implementing scripts that operate on
+ the window manager and windows (for example identifying specific windows,
+ rename a window, move it around and so on).
+ </longdescription>
+ <upstream>
+ <remote-id type="github">gestner-hub/xwmfs</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sys-fs/xwmfs/xwmfs-0.81.ebuild b/sys-fs/xwmfs/xwmfs-0.81.ebuild
new file mode 100644
index 00000000000..aa134c2864b
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.81.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="FUSE-based X11 Window-Manager file system"
+HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
+SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~arm"
+SLOT="0"
+
+RDEPEND="
+ sys-fs/fuse:=
+ >=x11-libs/libX11-1.6.5"
+
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2017-11-30 14:47 Patrice Clement
0 siblings, 0 replies; 20+ messages in thread
From: Patrice Clement @ 2017-11-30 14:47 UTC (permalink / raw
To: gentoo-commits
commit: b5563daee538df94e91f20e254540ce65f396d9c
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Sun Nov 19 21:37:34 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 14:46:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5563dae
sys-fs/xwmfs: clean up old.
sys-fs/xwmfs/Manifest | 1 -
sys-fs/xwmfs/xwmfs-0.81.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index 0a91f7591ef..fc14661fa89 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1,2 +1 @@
-DIST xwmfs-0.81.tar.gz 192750 SHA256 490f9186681dfce8b6576f81130cfce6f51fd5d5a70a8554637946c5bf831c6a SHA512 7b11e4f38654144467b128fcdd84082f3d5f16817d6b40285a0726165bb16c34ea076981d5866c952ce74e9a21b6b2dbcf53ed96631fd13d7b263a55cb6a577a WHIRLPOOL 0ee5a4fff41ba2330dc777a89e686e3e8f954f61c53c265a7208856cbec4cc01596bedb23819e8e222f31a31a1ac34bf3cf0c2b934c117718dfb8894a8e86b5c
DIST xwmfs-0.82.tar.gz 193014 SHA256 4e30cc06bcecdd744e70870bcb9575105b0333c9b0f50378fa1138361ed1d508 SHA512 bcf0994a9f1c8dd9d22a4d41b074e406c7ded1e8b179155c6cd7272ad9720e3837b6aad1c70fb732848ded6f8c48261f30b6674ee8584fd1cae9325e6c25379d WHIRLPOOL 377c6d519edb2c6a07e806e948437b7243e908def447c9f8d342dc40e345b0d57e1cd92463badb35c178da2970a9cbbe89b43afe077148eb0c484101b7bcb9d6
diff --git a/sys-fs/xwmfs/xwmfs-0.81.ebuild b/sys-fs/xwmfs/xwmfs-0.81.ebuild
deleted file mode 100644
index aa134c2864b..00000000000
--- a/sys-fs/xwmfs/xwmfs-0.81.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="FUSE-based X11 Window-Manager file system"
-HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
-SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~arm"
-SLOT="0"
-
-RDEPEND="
- sys-fs/fuse:=
- >=x11-libs/libX11-1.6.5"
-
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2017-11-30 14:47 Patrice Clement
0 siblings, 0 replies; 20+ messages in thread
From: Patrice Clement @ 2017-11-30 14:47 UTC (permalink / raw
To: gentoo-commits
commit: 6822fb6672769e8f0246a1ea4f3a16611633db1d
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Wed Nov 8 20:26:34 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 14:46:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6822fb66
sys-fs/xwmfs: version bump to 0.82.
Closes: https://bugs.gentoo.org/636814
Closes: https://github.com/gentoo/gentoo/pull/6180
Package-Manager: Portage-2.3.8, Repoman-2.3.3
sys-fs/xwmfs/Manifest | 1 +
sys-fs/xwmfs/xwmfs-0.82.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index 805b0d3fc67..0a91f7591ef 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1 +1,2 @@
DIST xwmfs-0.81.tar.gz 192750 SHA256 490f9186681dfce8b6576f81130cfce6f51fd5d5a70a8554637946c5bf831c6a SHA512 7b11e4f38654144467b128fcdd84082f3d5f16817d6b40285a0726165bb16c34ea076981d5866c952ce74e9a21b6b2dbcf53ed96631fd13d7b263a55cb6a577a WHIRLPOOL 0ee5a4fff41ba2330dc777a89e686e3e8f954f61c53c265a7208856cbec4cc01596bedb23819e8e222f31a31a1ac34bf3cf0c2b934c117718dfb8894a8e86b5c
+DIST xwmfs-0.82.tar.gz 193014 SHA256 4e30cc06bcecdd744e70870bcb9575105b0333c9b0f50378fa1138361ed1d508 SHA512 bcf0994a9f1c8dd9d22a4d41b074e406c7ded1e8b179155c6cd7272ad9720e3837b6aad1c70fb732848ded6f8c48261f30b6674ee8584fd1cae9325e6c25379d WHIRLPOOL 377c6d519edb2c6a07e806e948437b7243e908def447c9f8d342dc40e345b0d57e1cd92463badb35c178da2970a9cbbe89b43afe077148eb0c484101b7bcb9d6
diff --git a/sys-fs/xwmfs/xwmfs-0.82.ebuild b/sys-fs/xwmfs/xwmfs-0.82.ebuild
new file mode 100644
index 00000000000..aa134c2864b
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.82.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="FUSE-based X11 Window-Manager file system"
+HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
+SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~arm"
+SLOT="0"
+
+RDEPEND="
+ sys-fs/fuse:=
+ >=x11-libs/libX11-1.6.5"
+
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2019-02-03 22:57 Andreas Sturmlechner
0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2019-02-03 22:57 UTC (permalink / raw
To: gentoo-commits
commit: 8d92b82781f61da23cdcf84c564cc9050b135674
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Wed Jan 2 19:15:14 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 3 22:56:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d92b827
sys-fs/xwmfs: new revision to use sys-fs/fuse SLOT 0 in dependency
Closes: https://bugs.gentoo.org/673632
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Closes: https://github.com/gentoo/gentoo/pull/10705
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sys-fs/xwmfs/xwmfs-0.82-r1.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
new file mode 100644
index 00000000000..b867b43c6de
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="FUSE-based X11 Window-Manager file system"
+HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
+SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+
+RDEPEND="
+ sys-fs/fuse:0=
+ >=x11-libs/libX11-1.6.5"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2019-02-03 22:57 Andreas Sturmlechner
0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2019-02-03 22:57 UTC (permalink / raw
To: gentoo-commits
commit: 30ae990b2f06a371c60b56881012c0acac00f441
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Mon Jan 7 19:57:28 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 3 22:57:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ae990b
sys-fs/xwmfs: disable X11 tests
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sys-fs/xwmfs/xwmfs-0.82-r1.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
index b867b43c6de..0a3213274d9 100644
--- a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
+++ b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
@@ -17,3 +17,11 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
+
+src_test() {
+ # unset display to avoid testing errors, tests rely on X11 and a window
+ # manager environment
+ unset DISPLAY
+
+ default
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2019-02-03 22:57 Andreas Sturmlechner
0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2019-02-03 22:57 UTC (permalink / raw
To: gentoo-commits
commit: b68a1e4ecc33c1ba6590365b2e936919d4421659
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Wed Jan 2 19:17:41 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 3 22:56:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68a1e4e
sys-fs/xwmfs: removal of old ebuild revision
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sys-fs/xwmfs/xwmfs-0.82.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/sys-fs/xwmfs/xwmfs-0.82.ebuild b/sys-fs/xwmfs/xwmfs-0.82.ebuild
deleted file mode 100644
index aa134c2864b..00000000000
--- a/sys-fs/xwmfs/xwmfs-0.82.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="FUSE-based X11 Window-Manager file system"
-HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
-SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~arm"
-SLOT="0"
-
-RDEPEND="
- sys-fs/fuse:=
- >=x11-libs/libX11-1.6.5"
-
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2019-05-21 9:17 Michał Górny
0 siblings, 0 replies; 20+ messages in thread
From: Michał Górny @ 2019-05-21 9:17 UTC (permalink / raw
To: gentoo-commits
commit: 728dbfe960491a565e10302da012003e7a376465
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Wed May 15 18:04:01 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 21 09:16:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728dbfe9
sys-fs/xwmfs: removal of old version 0.82-r1
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Closes: https://github.com/gentoo/gentoo/pull/12006
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 -
sys-fs/xwmfs/xwmfs-0.82-r1.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index b6325381ae1..c29492125eb 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1,2 +1 @@
-DIST xwmfs-0.82.tar.gz 193014 BLAKE2B 2e12ceb4fa1340e05342fccd0cb8978caa38525c59d646633aa32965a4d32efb9fecc4ef0ab0ed72ad57eb07ea821048a629943cbc3bde8d46f32ee1357bcdf0 SHA512 bcf0994a9f1c8dd9d22a4d41b074e406c7ded1e8b179155c6cd7272ad9720e3837b6aad1c70fb732848ded6f8c48261f30b6674ee8584fd1cae9325e6c25379d
DIST xwmfs-0.83.tar.gz 193702 BLAKE2B 14319cc47b28f8ca7e0d8f18878d30c8c48eac8d1ef2238d82a18c59f6c4d3a4a11dc435627102b4fe1d41cc27201a59c9c9d04a73bede05996f053c5af08d03 SHA512 eeabf41d537cab53a34fe3b685a0d7bda8ff690bddd7d38271df71cb7638b045c8b1156fbb3a19220362590abb7a5808085bec30ce1652c9ba06c9af886cfdcc
diff --git a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
deleted file mode 100644
index 0a3213274d9..00000000000
--- a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE-based X11 Window-Manager file system"
-HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
-SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~x86"
-SLOT="0"
-
-RDEPEND="
- sys-fs/fuse:0=
- >=x11-libs/libX11-1.6.5"
-
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_test() {
- # unset display to avoid testing errors, tests rely on X11 and a window
- # manager environment
- unset DISPLAY
-
- default
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2019-05-21 9:17 Michał Górny
0 siblings, 0 replies; 20+ messages in thread
From: Michał Górny @ 2019-05-21 9:17 UTC (permalink / raw
To: gentoo-commits
commit: 2f187fbfb1b64a839e5ee8ad05ae5b4e6e9df90b
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Wed May 15 18:02:28 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 21 09:16:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f187fbf
sys-fs/xwmfs: version bump to 0.83.
Closes: https://bugs.gentoo.org/673632
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 +
sys-fs/xwmfs/xwmfs-0.83.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index 2e5b49a6f05..b6325381ae1 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1 +1,2 @@
DIST xwmfs-0.82.tar.gz 193014 BLAKE2B 2e12ceb4fa1340e05342fccd0cb8978caa38525c59d646633aa32965a4d32efb9fecc4ef0ab0ed72ad57eb07ea821048a629943cbc3bde8d46f32ee1357bcdf0 SHA512 bcf0994a9f1c8dd9d22a4d41b074e406c7ded1e8b179155c6cd7272ad9720e3837b6aad1c70fb732848ded6f8c48261f30b6674ee8584fd1cae9325e6c25379d
+DIST xwmfs-0.83.tar.gz 193702 BLAKE2B 14319cc47b28f8ca7e0d8f18878d30c8c48eac8d1ef2238d82a18c59f6c4d3a4a11dc435627102b4fe1d41cc27201a59c9c9d04a73bede05996f053c5af08d03 SHA512 eeabf41d537cab53a34fe3b685a0d7bda8ff690bddd7d38271df71cb7638b045c8b1156fbb3a19220362590abb7a5808085bec30ce1652c9ba06c9af886cfdcc
diff --git a/sys-fs/xwmfs/xwmfs-0.83.ebuild b/sys-fs/xwmfs/xwmfs-0.83.ebuild
new file mode 100644
index 00000000000..b64c09fda99
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.83.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="FUSE-based X11 Window-Manager file system"
+HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
+SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+
+RDEPEND="
+ sys-fs/fuse:0=
+ >=x11-libs/libX11-1.6.5"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_test() {
+ # unset display to avoid testing errors, tests rely on X11 and a window
+ # manager environment
+ unset DISPLAY
+
+ default
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2020-03-26 14:01 Joonas Niilola
0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2020-03-26 14:01 UTC (permalink / raw
To: gentoo-commits
commit: ca42e727f142e0f0074c9871bf7141a804a0c36c
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Wed Mar 25 10:13:27 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 14:00:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca42e727
sys-fs/xwmfs: version bump to 0.84
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 +
sys-fs/xwmfs/xwmfs-0.84.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index c29492125eb..e3c228fe4fa 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1 +1,2 @@
DIST xwmfs-0.83.tar.gz 193702 BLAKE2B 14319cc47b28f8ca7e0d8f18878d30c8c48eac8d1ef2238d82a18c59f6c4d3a4a11dc435627102b4fe1d41cc27201a59c9c9d04a73bede05996f053c5af08d03 SHA512 eeabf41d537cab53a34fe3b685a0d7bda8ff690bddd7d38271df71cb7638b045c8b1156fbb3a19220362590abb7a5808085bec30ce1652c9ba06c9af886cfdcc
+DIST xwmfs-0.84.tar.gz 194516 BLAKE2B 47181b349ed0f72e39fd2fba2dc1e2d85fd671e3e549fb75b12ff48e58ab7b2cb34afabe95de5130556c69a11c41ebd9ca1a6bd493f485fe67b8f99f5feb5626 SHA512 f900b773bf000481625980b94ed14f3775eaa4644b668c0d09ff206279f87592a3ad6ebea91dc2d2f81f69583ec64303f40dde5d6011da7df23b19ed4c969584
diff --git a/sys-fs/xwmfs/xwmfs-0.84.ebuild b/sys-fs/xwmfs/xwmfs-0.84.ebuild
new file mode 100644
index 00000000000..1f23a895319
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.84.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="FUSE-based X11 Window-Manager file system"
+HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
+SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+
+RDEPEND="
+ sys-fs/fuse:0=
+ >=x11-libs/libX11-1.6.5"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_test() {
+ # unset display to avoid testing errors, tests rely on X11 and a window
+ # manager environment
+ unset DISPLAY
+
+ default
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2020-03-26 14:01 Joonas Niilola
0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2020-03-26 14:01 UTC (permalink / raw
To: gentoo-commits
commit: 03e01e0d9ad44dc585715af128ac934c85a06a34
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Wed Mar 25 10:14:47 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 14:00:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e01e0d
sys-fs/xwmfs: removal of old version 0.83
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/15105
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 -
sys-fs/xwmfs/xwmfs-0.83.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index e3c228fe4fa..d7fac1996b6 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1,2 +1 @@
-DIST xwmfs-0.83.tar.gz 193702 BLAKE2B 14319cc47b28f8ca7e0d8f18878d30c8c48eac8d1ef2238d82a18c59f6c4d3a4a11dc435627102b4fe1d41cc27201a59c9c9d04a73bede05996f053c5af08d03 SHA512 eeabf41d537cab53a34fe3b685a0d7bda8ff690bddd7d38271df71cb7638b045c8b1156fbb3a19220362590abb7a5808085bec30ce1652c9ba06c9af886cfdcc
DIST xwmfs-0.84.tar.gz 194516 BLAKE2B 47181b349ed0f72e39fd2fba2dc1e2d85fd671e3e549fb75b12ff48e58ab7b2cb34afabe95de5130556c69a11c41ebd9ca1a6bd493f485fe67b8f99f5feb5626 SHA512 f900b773bf000481625980b94ed14f3775eaa4644b668c0d09ff206279f87592a3ad6ebea91dc2d2f81f69583ec64303f40dde5d6011da7df23b19ed4c969584
diff --git a/sys-fs/xwmfs/xwmfs-0.83.ebuild b/sys-fs/xwmfs/xwmfs-0.83.ebuild
deleted file mode 100644
index b64c09fda99..00000000000
--- a/sys-fs/xwmfs/xwmfs-0.83.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE-based X11 Window-Manager file system"
-HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
-SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~x86"
-SLOT="0"
-
-RDEPEND="
- sys-fs/fuse:0=
- >=x11-libs/libX11-1.6.5"
-
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_test() {
- # unset display to avoid testing errors, tests rely on X11 and a window
- # manager environment
- unset DISPLAY
-
- default
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2020-06-08 7:46 Joonas Niilola
0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2020-06-08 7:46 UTC (permalink / raw
To: gentoo-commits
commit: 427517aab91f283b7c88e9c82fc4c9432783ef58
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Wed May 13 15:51:37 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 07:45:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427517aa
sys-fs/xwmfs: version bump to 0.85
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Closes: https://bugs.gentoo.org/722140
Closes: https://bugs.gentoo.org/716170
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 +
sys-fs/xwmfs/xwmfs-0.85.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index d7fac1996b6..10cae005461 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1 +1,2 @@
DIST xwmfs-0.84.tar.gz 194516 BLAKE2B 47181b349ed0f72e39fd2fba2dc1e2d85fd671e3e549fb75b12ff48e58ab7b2cb34afabe95de5130556c69a11c41ebd9ca1a6bd493f485fe67b8f99f5feb5626 SHA512 f900b773bf000481625980b94ed14f3775eaa4644b668c0d09ff206279f87592a3ad6ebea91dc2d2f81f69583ec64303f40dde5d6011da7df23b19ed4c969584
+DIST xwmfs-0.85.tar.gz 195179 BLAKE2B 9437dac24c1ae8e8fa775e7d85242b8dd7f37efea15c01d01601786a3588affe2f57682e8c879f349aba82e99b4a07866f9fa0e48821756787f1fa1654297d99 SHA512 0c0e043567b09bdd0463c488f56bb21fd15787633d86b6f8411ca0b37921561db4bc543bb109d38b059e04a123653cb7dd2f502d3584b13271dd7a6d511be94b
diff --git a/sys-fs/xwmfs/xwmfs-0.85.ebuild b/sys-fs/xwmfs/xwmfs-0.85.ebuild
new file mode 100644
index 00000000000..1f23a895319
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.85.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="FUSE-based X11 Window-Manager file system"
+HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
+SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+
+RDEPEND="
+ sys-fs/fuse:0=
+ >=x11-libs/libX11-1.6.5"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_test() {
+ # unset display to avoid testing errors, tests rely on X11 and a window
+ # manager environment
+ unset DISPLAY
+
+ default
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2020-06-08 7:46 Joonas Niilola
0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2020-06-08 7:46 UTC (permalink / raw
To: gentoo-commits
commit: da69ec2fd4ea3ac5a4522ad3cd344616be0c7d59
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Wed May 13 15:52:24 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 07:45:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da69ec2f
sys-fs/xwmfs: removal of old version 0.84
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/15778
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 -
sys-fs/xwmfs/xwmfs-0.84.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index 10cae005461..6fa35eb3f66 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1,2 +1 @@
-DIST xwmfs-0.84.tar.gz 194516 BLAKE2B 47181b349ed0f72e39fd2fba2dc1e2d85fd671e3e549fb75b12ff48e58ab7b2cb34afabe95de5130556c69a11c41ebd9ca1a6bd493f485fe67b8f99f5feb5626 SHA512 f900b773bf000481625980b94ed14f3775eaa4644b668c0d09ff206279f87592a3ad6ebea91dc2d2f81f69583ec64303f40dde5d6011da7df23b19ed4c969584
DIST xwmfs-0.85.tar.gz 195179 BLAKE2B 9437dac24c1ae8e8fa775e7d85242b8dd7f37efea15c01d01601786a3588affe2f57682e8c879f349aba82e99b4a07866f9fa0e48821756787f1fa1654297d99 SHA512 0c0e043567b09bdd0463c488f56bb21fd15787633d86b6f8411ca0b37921561db4bc543bb109d38b059e04a123653cb7dd2f502d3584b13271dd7a6d511be94b
diff --git a/sys-fs/xwmfs/xwmfs-0.84.ebuild b/sys-fs/xwmfs/xwmfs-0.84.ebuild
deleted file mode 100644
index 1f23a895319..00000000000
--- a/sys-fs/xwmfs/xwmfs-0.84.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE-based X11 Window-Manager file system"
-HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
-SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~x86"
-SLOT="0"
-
-RDEPEND="
- sys-fs/fuse:0=
- >=x11-libs/libX11-1.6.5"
-
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_test() {
- # unset display to avoid testing errors, tests rely on X11 and a window
- # manager environment
- unset DISPLAY
-
- default
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2020-07-24 8:28 Joonas Niilola
0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2020-07-24 8:28 UTC (permalink / raw
To: gentoo-commits
commit: cc376860379feb6f650bf60bd2d678078dab60fb
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Thu Jul 16 20:51:39 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 08:28:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc376860
sys-fs/xwmfs: version bump to 0.86
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Closes: https://bugs.gentoo.org/732212
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 +
sys-fs/xwmfs/xwmfs-0.86.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index 6fa35eb3f66..4853c5c8688 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1 +1,2 @@
DIST xwmfs-0.85.tar.gz 195179 BLAKE2B 9437dac24c1ae8e8fa775e7d85242b8dd7f37efea15c01d01601786a3588affe2f57682e8c879f349aba82e99b4a07866f9fa0e48821756787f1fa1654297d99 SHA512 0c0e043567b09bdd0463c488f56bb21fd15787633d86b6f8411ca0b37921561db4bc543bb109d38b059e04a123653cb7dd2f502d3584b13271dd7a6d511be94b
+DIST xwmfs-0.86.tar.gz 195544 BLAKE2B 7dc5eb4d7acd585be70c43142b1a093aefecd69d8c51f6dee1741e88ab0c592d195678df107c28426d4eab18ae3d33b292cb0b8ab9c5ab557e1c81d3e557c492 SHA512 2f053c8e7322af39f46c85c46c11c5d215b7797d0ccb8340ba143371f3a5b171cac324936a0559fc3bd1cad0aed31c02576ad71b269052e3d01fb7b896bd1a81
diff --git a/sys-fs/xwmfs/xwmfs-0.86.ebuild b/sys-fs/xwmfs/xwmfs-0.86.ebuild
new file mode 100644
index 00000000000..1f23a895319
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.86.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="FUSE-based X11 Window-Manager file system"
+HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
+SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+
+RDEPEND="
+ sys-fs/fuse:0=
+ >=x11-libs/libX11-1.6.5"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_test() {
+ # unset display to avoid testing errors, tests rely on X11 and a window
+ # manager environment
+ unset DISPLAY
+
+ default
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2020-07-24 8:28 Joonas Niilola
0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2020-07-24 8:28 UTC (permalink / raw
To: gentoo-commits
commit: 75e82ca8cdbd311b74a9a86e692d9854980688c5
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Thu Jul 16 20:53:10 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 08:28:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e82ca8
sys-fs/xwmfs: removal of old version 0.85
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Closes: https://github.com/gentoo/gentoo/pull/16720
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 -
sys-fs/xwmfs/xwmfs-0.85.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index 4853c5c8688..d1437e65e48 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1,2 +1 @@
-DIST xwmfs-0.85.tar.gz 195179 BLAKE2B 9437dac24c1ae8e8fa775e7d85242b8dd7f37efea15c01d01601786a3588affe2f57682e8c879f349aba82e99b4a07866f9fa0e48821756787f1fa1654297d99 SHA512 0c0e043567b09bdd0463c488f56bb21fd15787633d86b6f8411ca0b37921561db4bc543bb109d38b059e04a123653cb7dd2f502d3584b13271dd7a6d511be94b
DIST xwmfs-0.86.tar.gz 195544 BLAKE2B 7dc5eb4d7acd585be70c43142b1a093aefecd69d8c51f6dee1741e88ab0c592d195678df107c28426d4eab18ae3d33b292cb0b8ab9c5ab557e1c81d3e557c492 SHA512 2f053c8e7322af39f46c85c46c11c5d215b7797d0ccb8340ba143371f3a5b171cac324936a0559fc3bd1cad0aed31c02576ad71b269052e3d01fb7b896bd1a81
diff --git a/sys-fs/xwmfs/xwmfs-0.85.ebuild b/sys-fs/xwmfs/xwmfs-0.85.ebuild
deleted file mode 100644
index 1f23a895319..00000000000
--- a/sys-fs/xwmfs/xwmfs-0.85.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE-based X11 Window-Manager file system"
-HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
-SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~x86"
-SLOT="0"
-
-RDEPEND="
- sys-fs/fuse:0=
- >=x11-libs/libX11-1.6.5"
-
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_test() {
- # unset display to avoid testing errors, tests rely on X11 and a window
- # manager environment
- unset DISPLAY
-
- default
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2021-04-13 10:38 Joonas Niilola
0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2021-04-13 10:38 UTC (permalink / raw
To: gentoo-commits
commit: 65864439ef97f2bb4cd42ebcfad4e24d8024e326
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Sat Apr 10 11:14:20 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 10:38:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65864439
sys-fs/xwmfs: removal of old version 0.86
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Closes: https://github.com/gentoo/gentoo/pull/20325
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 -
sys-fs/xwmfs/xwmfs-0.86.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index 894a237684f..415319bc35f 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1,2 +1 @@
-DIST xwmfs-0.86.tar.gz 195544 BLAKE2B 7dc5eb4d7acd585be70c43142b1a093aefecd69d8c51f6dee1741e88ab0c592d195678df107c28426d4eab18ae3d33b292cb0b8ab9c5ab557e1c81d3e557c492 SHA512 2f053c8e7322af39f46c85c46c11c5d215b7797d0ccb8340ba143371f3a5b171cac324936a0559fc3bd1cad0aed31c02576ad71b269052e3d01fb7b896bd1a81
DIST xwmfs-0.90.tar.gz 199555 BLAKE2B b2223edb1befad1055d103c03ba8092ea6319eb7299ec9e74338567aef9e45071f056ebfaddd41bcca3722f2ad96122d5009890847b6a485ea700e1e43d2893b SHA512 70805bc509cd8ab11d75b0f9b303f76c6e7c0af7664eca4f9f1dc14c6d59d34a1bcf3e1ffde427b7f11740f1b52e7838c44a28de44fd96ca0bacb45c8b160a67
diff --git a/sys-fs/xwmfs/xwmfs-0.86.ebuild b/sys-fs/xwmfs/xwmfs-0.86.ebuild
deleted file mode 100644
index 1f23a895319..00000000000
--- a/sys-fs/xwmfs/xwmfs-0.86.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE-based X11 Window-Manager file system"
-HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
-SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~x86"
-SLOT="0"
-
-RDEPEND="
- sys-fs/fuse:0=
- >=x11-libs/libX11-1.6.5"
-
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_test() {
- # unset display to avoid testing errors, tests rely on X11 and a window
- # manager environment
- unset DISPLAY
-
- default
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2021-04-13 10:38 Joonas Niilola
0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2021-04-13 10:38 UTC (permalink / raw
To: gentoo-commits
commit: b16dda6c19de9bc11e36e417625a116b5616d0f7
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Sat Apr 10 11:13:03 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 10:38:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16dda6c
sys-fs/xwmfs: version bump to 0.90
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 +
sys-fs/xwmfs/xwmfs-0.90.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index d1437e65e48..894a237684f 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1 +1,2 @@
DIST xwmfs-0.86.tar.gz 195544 BLAKE2B 7dc5eb4d7acd585be70c43142b1a093aefecd69d8c51f6dee1741e88ab0c592d195678df107c28426d4eab18ae3d33b292cb0b8ab9c5ab557e1c81d3e557c492 SHA512 2f053c8e7322af39f46c85c46c11c5d215b7797d0ccb8340ba143371f3a5b171cac324936a0559fc3bd1cad0aed31c02576ad71b269052e3d01fb7b896bd1a81
+DIST xwmfs-0.90.tar.gz 199555 BLAKE2B b2223edb1befad1055d103c03ba8092ea6319eb7299ec9e74338567aef9e45071f056ebfaddd41bcca3722f2ad96122d5009890847b6a485ea700e1e43d2893b SHA512 70805bc509cd8ab11d75b0f9b303f76c6e7c0af7664eca4f9f1dc14c6d59d34a1bcf3e1ffde427b7f11740f1b52e7838c44a28de44fd96ca0bacb45c8b160a67
diff --git a/sys-fs/xwmfs/xwmfs-0.90.ebuild b/sys-fs/xwmfs/xwmfs-0.90.ebuild
new file mode 100644
index 00000000000..6f9d03e0f50
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.90.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="FUSE-based X11 Window-Manager file system"
+HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
+SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+
+RDEPEND="
+ sys-fs/fuse:0=
+ >=x11-libs/libX11-1.6.5"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_test() {
+ # unset display to avoid testing errors, tests rely on X11 and a window
+ # manager environment
+ unset DISPLAY
+
+ default
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2022-05-07 5:04 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-05-07 5:04 UTC (permalink / raw
To: gentoo-commits
commit: ad4cfaa7d302bea38126c9123424822613dd868b
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Wed May 4 18:09:20 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 7 05:03:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4cfaa7
sys-fs/xwmfs: version bump to 0.91
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 +
sys-fs/xwmfs/xwmfs-0.91.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index 415319bc35f1..ef957dbb20c9 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1 +1,2 @@
DIST xwmfs-0.90.tar.gz 199555 BLAKE2B b2223edb1befad1055d103c03ba8092ea6319eb7299ec9e74338567aef9e45071f056ebfaddd41bcca3722f2ad96122d5009890847b6a485ea700e1e43d2893b SHA512 70805bc509cd8ab11d75b0f9b303f76c6e7c0af7664eca4f9f1dc14c6d59d34a1bcf3e1ffde427b7f11740f1b52e7838c44a28de44fd96ca0bacb45c8b160a67
+DIST xwmfs-0.91.tar.gz 205380 BLAKE2B fe16fb42c255c8aa3f3a89c494ee9a0d89a4ec1f7d09299374b8891ecc03fe41bb676e2a65112d60abf7ea7e7c2b173aa1333969b445814b07f5c972c001969b SHA512 a2f86b614364c1ffd5fa591bdabd8940f9f317f07e5c4ddc45e8da44de1ae434cbe0336fd1ef7f25027c390388943a8cd03991546ffa640ffe5800a66792ac17
diff --git a/sys-fs/xwmfs/xwmfs-0.91.ebuild b/sys-fs/xwmfs/xwmfs-0.91.ebuild
new file mode 100644
index 000000000000..deecfb925e6a
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.91.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="FUSE-based X11 Window-Manager file system"
+HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
+SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+
+RDEPEND="
+ sys-fs/fuse:0=
+ >=x11-libs/libX11-1.6.5"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_test() {
+ # unset display to avoid testing errors, tests rely on X11 and a window
+ # manager environment
+ unset DISPLAY
+
+ default
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2022-05-07 5:04 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-05-07 5:04 UTC (permalink / raw
To: gentoo-commits
commit: e9f6a7858d4611c556fb0c4b4d626fa9de3c361b
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Wed May 4 18:10:13 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 7 05:03:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f6a785
sys-fs/xwmfs: removal of old version 0.90
Closes: https://bugs.gentoo.org/841020
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthias Gerstner <matthias.gerstner <AT> nefkom.net>
Closes: https://github.com/gentoo/gentoo/pull/25323
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 -
sys-fs/xwmfs/xwmfs-0.90.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index ef957dbb20c9..c22623b64c51 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1,2 +1 @@
-DIST xwmfs-0.90.tar.gz 199555 BLAKE2B b2223edb1befad1055d103c03ba8092ea6319eb7299ec9e74338567aef9e45071f056ebfaddd41bcca3722f2ad96122d5009890847b6a485ea700e1e43d2893b SHA512 70805bc509cd8ab11d75b0f9b303f76c6e7c0af7664eca4f9f1dc14c6d59d34a1bcf3e1ffde427b7f11740f1b52e7838c44a28de44fd96ca0bacb45c8b160a67
DIST xwmfs-0.91.tar.gz 205380 BLAKE2B fe16fb42c255c8aa3f3a89c494ee9a0d89a4ec1f7d09299374b8891ecc03fe41bb676e2a65112d60abf7ea7e7c2b173aa1333969b445814b07f5c972c001969b SHA512 a2f86b614364c1ffd5fa591bdabd8940f9f317f07e5c4ddc45e8da44de1ae434cbe0336fd1ef7f25027c390388943a8cd03991546ffa640ffe5800a66792ac17
diff --git a/sys-fs/xwmfs/xwmfs-0.90.ebuild b/sys-fs/xwmfs/xwmfs-0.90.ebuild
deleted file mode 100644
index 6f9d03e0f508..000000000000
--- a/sys-fs/xwmfs/xwmfs-0.90.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE-based X11 Window-Manager file system"
-HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
-SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~x86"
-SLOT="0"
-
-RDEPEND="
- sys-fs/fuse:0=
- >=x11-libs/libX11-1.6.5"
-
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_test() {
- # unset display to avoid testing errors, tests rely on X11 and a window
- # manager environment
- unset DISPLAY
-
- default
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2023-02-17 5:29 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-02-17 5:29 UTC (permalink / raw
To: gentoo-commits
commit: ae97d34fe6254cfeb2c883f049b666bc9b421530
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Thu Feb 16 16:19:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 05:22:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae97d34f
sys-fs/xwmfs: drop 0.91
Signed-off-by: Matthias Gerstner <Matthias.Gerstner <AT> nefkom.net>
Closes: https://github.com/gentoo/gentoo/pull/29618
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 -
sys-fs/xwmfs/xwmfs-0.91.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index f9fa5657d24f..23c5e5d8568a 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1,2 +1 @@
-DIST xwmfs-0.91.tar.gz 205380 BLAKE2B fe16fb42c255c8aa3f3a89c494ee9a0d89a4ec1f7d09299374b8891ecc03fe41bb676e2a65112d60abf7ea7e7c2b173aa1333969b445814b07f5c972c001969b SHA512 a2f86b614364c1ffd5fa591bdabd8940f9f317f07e5c4ddc45e8da44de1ae434cbe0336fd1ef7f25027c390388943a8cd03991546ffa640ffe5800a66792ac17
DIST xwmfs-0.92.tar.gz 205449 BLAKE2B b94992eae262487578832483afd5121583cbaabf1fd36f1775845a30d4d593300b19db2a8c6df39f9be6a918438af59b16104f6bf234978f88095a9e7b8ac1e8 SHA512 27f6166d3ac5abdd25e9333547f8f42a08b86e530a893eb2c028792405c0aac43e7a6583ee6bb3daeb327dee63c808e9098d95b114359fe44c2b6580b682208c
diff --git a/sys-fs/xwmfs/xwmfs-0.91.ebuild b/sys-fs/xwmfs/xwmfs-0.91.ebuild
deleted file mode 100644
index deecfb925e6a..000000000000
--- a/sys-fs/xwmfs/xwmfs-0.91.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE-based X11 Window-Manager file system"
-HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
-SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~x86"
-SLOT="0"
-
-RDEPEND="
- sys-fs/fuse:0=
- >=x11-libs/libX11-1.6.5"
-
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_test() {
- # unset display to avoid testing errors, tests rely on X11 and a window
- # manager environment
- unset DISPLAY
-
- default
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
@ 2023-02-17 5:29 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-02-17 5:29 UTC (permalink / raw
To: gentoo-commits
commit: d0b6c49b9213ae4f67fffa4c7ef32e5ab2696947
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Thu Feb 16 16:18:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 05:22:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b6c49b
sys-fs/xwmfs: add 0.92
Closes: https://bugs.gentoo.org/894722
Signed-off-by: Matthias Gerstner <Matthias.Gerstner <AT> nefkom.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/xwmfs/Manifest | 1 +
sys-fs/xwmfs/xwmfs-0.92.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
index c22623b64c51..f9fa5657d24f 100644
--- a/sys-fs/xwmfs/Manifest
+++ b/sys-fs/xwmfs/Manifest
@@ -1 +1,2 @@
DIST xwmfs-0.91.tar.gz 205380 BLAKE2B fe16fb42c255c8aa3f3a89c494ee9a0d89a4ec1f7d09299374b8891ecc03fe41bb676e2a65112d60abf7ea7e7c2b173aa1333969b445814b07f5c972c001969b SHA512 a2f86b614364c1ffd5fa591bdabd8940f9f317f07e5c4ddc45e8da44de1ae434cbe0336fd1ef7f25027c390388943a8cd03991546ffa640ffe5800a66792ac17
+DIST xwmfs-0.92.tar.gz 205449 BLAKE2B b94992eae262487578832483afd5121583cbaabf1fd36f1775845a30d4d593300b19db2a8c6df39f9be6a918438af59b16104f6bf234978f88095a9e7b8ac1e8 SHA512 27f6166d3ac5abdd25e9333547f8f42a08b86e530a893eb2c028792405c0aac43e7a6583ee6bb3daeb327dee63c808e9098d95b114359fe44c2b6580b682208c
diff --git a/sys-fs/xwmfs/xwmfs-0.92.ebuild b/sys-fs/xwmfs/xwmfs-0.92.ebuild
new file mode 100644
index 000000000000..b626506f9f37
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.92.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="FUSE-based X11 Window-Manager file system"
+HOMEPAGE="https://github.com/gerstner-hub/xwmfs"
+SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+
+RDEPEND="
+ sys-fs/fuse:0=
+ >=x11-libs/libX11-1.6.5"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_test() {
+ # unset display to avoid testing errors, tests rely on X11 and a window
+ # manager environment
+ unset DISPLAY
+
+ default
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
end of thread, other threads:[~2023-02-17 5:29 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-30 14:47 [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2023-02-17 5:29 Sam James
2023-02-17 5:29 Sam James
2022-05-07 5:04 Sam James
2022-05-07 5:04 Sam James
2021-04-13 10:38 Joonas Niilola
2021-04-13 10:38 Joonas Niilola
2020-07-24 8:28 Joonas Niilola
2020-07-24 8:28 Joonas Niilola
2020-06-08 7:46 Joonas Niilola
2020-06-08 7:46 Joonas Niilola
2020-03-26 14:01 Joonas Niilola
2020-03-26 14:01 Joonas Niilola
2019-05-21 9:17 Michał Górny
2019-05-21 9:17 Michał Górny
2019-02-03 22:57 Andreas Sturmlechner
2019-02-03 22:57 Andreas Sturmlechner
2019-02-03 22:57 Andreas Sturmlechner
2017-11-30 14:47 Patrice Clement
2017-11-05 23:08 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox