* [gentoo-commits] repo/proj/guru:dev commit in: app-office/drawio-desktop-bin/
@ 2023-08-05 19:09 Vitaly Zdanevich
0 siblings, 0 replies; 4+ messages in thread
From: Vitaly Zdanevich @ 2023-08-05 19:09 UTC (permalink / raw
To: gentoo-commits
commit: 42e41646d7165208986db4345403580f01f82bb3
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sat Aug 5 19:09:20 2023 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sat Aug 5 19:09:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42e41646
app-office/drawio-desktop-bin: new package, add 21.6.5
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
app-office/drawio-desktop-bin/Manifest | 1 +
.../drawio-desktop-bin-21.6.5.ebuild | 26 ++++++++++++++++++++++
app-office/drawio-desktop-bin/metadata.xml | 12 ++++++++++
3 files changed, 39 insertions(+)
diff --git a/app-office/drawio-desktop-bin/Manifest b/app-office/drawio-desktop-bin/Manifest
new file mode 100644
index 0000000000..da785569c0
--- /dev/null
+++ b/app-office/drawio-desktop-bin/Manifest
@@ -0,0 +1 @@
+DIST drawio-x86_64-21.6.5.AppImage 163718032 BLAKE2B 04a9a0b0a19442110eecf199bb92d3f4f98d218abc6873c59fa2539c3c661de1e78137edab614a198d36f93e4f09ba47c185e8bb3b859d1d37f71f9cdefb2048 SHA512 eb3e998d7ef430fd38d9f6aaa3c625766637615bec5f735e2e9740c16dcbbcd6d671c619f7dac8ae5cd2ee9a4618c23d00bdf34c6d8a21b463c4fdcb95b5b7f2
diff --git a/app-office/drawio-desktop-bin/drawio-desktop-bin-21.6.5.ebuild b/app-office/drawio-desktop-bin/drawio-desktop-bin-21.6.5.ebuild
new file mode 100644
index 0000000000..23c5fff5dd
--- /dev/null
+++ b/app-office/drawio-desktop-bin/drawio-desktop-bin-21.6.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-bin/}"
+
+DESCRIPTION="Diagram drawing application built on web technologies"
+HOMEPAGE="https://github.com/jgraph/drawio-desktop"
+
+SRC_URI="https://github.com/jgraph/${MY_PN}/releases/download/v${PV}/drawio-x86_64-${PV}.AppImage"
+KEYWORDS="~amd64"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+RESTRICT="strip"
+
+RDEPEND="sys-fs/fuse:0"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+
+src_install() {
+ newbin "${DISTDIR}/drawio-x86_64-21.6.5.AppImage" drawio-appimage
+}
diff --git a/app-office/drawio-desktop-bin/metadata.xml b/app-office/drawio-desktop-bin/metadata.xml
new file mode 100644
index 0000000000..033e236961
--- /dev/null
+++ b/app-office/drawio-desktop-bin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Vitaly Zdanevich</name>
+ <email>zdanevich.vitaly@ya.ru</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">jgraph/drawio-desktop</remote-id>
+ <bugs-to>https://github.com/jgraph/drawio-desktop/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-office/drawio-desktop-bin/
@ 2023-12-28 20:43 Adrian Schollmeyer
0 siblings, 0 replies; 4+ messages in thread
From: Adrian Schollmeyer @ 2023-12-28 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 8e26bfad20318de9eb7eaf4da8427f5af08d759b
Author: Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Thu Dec 28 20:40:47 2023 +0000
Commit: Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
CommitDate: Thu Dec 28 20:43:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e26bfad
app-office/drawio-desktop-bin: add 22.1.15
Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>
app-office/drawio-desktop-bin/Manifest | 2 +
.../drawio-desktop-bin-22.1.15.ebuild | 51 ++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/app-office/drawio-desktop-bin/Manifest b/app-office/drawio-desktop-bin/Manifest
index da785569c0..6076dd18fd 100644
--- a/app-office/drawio-desktop-bin/Manifest
+++ b/app-office/drawio-desktop-bin/Manifest
@@ -1 +1,3 @@
+DIST drawio-desktop-bin-22.1.15.tar.gz 454755 BLAKE2B 3fcdb54bd397919f21145d6912091d84baa5d55731babcc70a3d9a7a7c4db67eed2ff7fd62660e1915721e856d09244ef05bf6135bb00039f8b998f94986ae75 SHA512 164d18b723c65aa095dc71dab75b886cf99ef6a462dce1440c8547063658c3063cc0951dad6552fd01edaa3c1a41002b184d4e2fe7ec87f0c31dfc6fd25643c9
DIST drawio-x86_64-21.6.5.AppImage 163718032 BLAKE2B 04a9a0b0a19442110eecf199bb92d3f4f98d218abc6873c59fa2539c3c661de1e78137edab614a198d36f93e4f09ba47c185e8bb3b859d1d37f71f9cdefb2048 SHA512 eb3e998d7ef430fd38d9f6aaa3c625766637615bec5f735e2e9740c16dcbbcd6d671c619f7dac8ae5cd2ee9a4618c23d00bdf34c6d8a21b463c4fdcb95b5b7f2
+DIST drawio-x86_64-22.1.15.AppImage 199610803 BLAKE2B aa443e2177c7230d322f9db50a2e5315ae43ae4f44fd5e9bbcfd372288276716222fc24e2f513cbbc9180d44871c654dd75016672ef64e602ecfbfc1c5d0865a SHA512 2ee285ad6ac6295f319b8dc5503610a6965a230d5f8d7348811b1d81319fdc784db974d31ccb4253061ba9474659ac1fb6a39f6e6784dc58bb4908027b329c8f
diff --git a/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.15.ebuild b/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.15.ebuild
new file mode 100644
index 0000000000..aee43d3bd6
--- /dev/null
+++ b/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.15.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop
+
+MY_PN="${PN/-bin/}"
+
+DESCRIPTION="Diagram drawing application built on web technologies"
+HOMEPAGE="https://github.com/jgraph/drawio-desktop"
+
+SRC_URI="
+ https://github.com/jgraph/${MY_PN}/releases/download/v${PV}/drawio-x86_64-${PV}.AppImage
+ https://github.com/jgraph/drawio-desktop/archive/v${PV}.tar.gz -> ${P}.tar.gz
+"
+KEYWORDS="-* ~amd64"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+RESTRICT="strip"
+
+RDEPEND="sys-fs/fuse:0"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+
+src_install() {
+ newbin "${DISTDIR}/drawio-x86_64-${PV}.AppImage" drawio-appimage
+
+ pushd "${MY_PN}-${PV}/build" || die
+ for f in *x*.png; do
+ case "${f}" in
+ # not all icon sizes are supported
+ 720x720.png)
+ continue
+ ;;
+ *)
+ newicon -s "${f%.png}" "${f}" "drawio.png"
+ ;;
+ esac
+ done
+ popd || die
+
+ make_desktop_entry \
+ "/usr/bin/drawio-appimage" \
+ "draw.io" \
+ "drawio" \
+ "Graphics;Office"
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-office/drawio-desktop-bin/
2024-01-01 14:31 [gentoo-commits] repo/proj/guru:master commit in: app-office/drawio-desktop-bin/ Florian Schmaus
@ 2024-01-01 14:31 ` Florian Schmaus
0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2024-01-01 14:31 UTC (permalink / raw
To: gentoo-commits
commit: a59fc15fc951059c3adcc39f7a69482f307bd103
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 1 14:29:17 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan 1 14:29:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a59fc15f
app-office/drawio-desktop-bin: treeclean, now in ::gentoo
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-office/drawio-desktop-bin/Manifest | 3 --
.../drawio-desktop-bin-21.6.5.ebuild | 26 -----------
.../drawio-desktop-bin-22.1.15.ebuild | 51 ----------------------
app-office/drawio-desktop-bin/metadata.xml | 12 -----
4 files changed, 92 deletions(-)
diff --git a/app-office/drawio-desktop-bin/Manifest b/app-office/drawio-desktop-bin/Manifest
deleted file mode 100644
index 6076dd18fd..0000000000
--- a/app-office/drawio-desktop-bin/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST drawio-desktop-bin-22.1.15.tar.gz 454755 BLAKE2B 3fcdb54bd397919f21145d6912091d84baa5d55731babcc70a3d9a7a7c4db67eed2ff7fd62660e1915721e856d09244ef05bf6135bb00039f8b998f94986ae75 SHA512 164d18b723c65aa095dc71dab75b886cf99ef6a462dce1440c8547063658c3063cc0951dad6552fd01edaa3c1a41002b184d4e2fe7ec87f0c31dfc6fd25643c9
-DIST drawio-x86_64-21.6.5.AppImage 163718032 BLAKE2B 04a9a0b0a19442110eecf199bb92d3f4f98d218abc6873c59fa2539c3c661de1e78137edab614a198d36f93e4f09ba47c185e8bb3b859d1d37f71f9cdefb2048 SHA512 eb3e998d7ef430fd38d9f6aaa3c625766637615bec5f735e2e9740c16dcbbcd6d671c619f7dac8ae5cd2ee9a4618c23d00bdf34c6d8a21b463c4fdcb95b5b7f2
-DIST drawio-x86_64-22.1.15.AppImage 199610803 BLAKE2B aa443e2177c7230d322f9db50a2e5315ae43ae4f44fd5e9bbcfd372288276716222fc24e2f513cbbc9180d44871c654dd75016672ef64e602ecfbfc1c5d0865a SHA512 2ee285ad6ac6295f319b8dc5503610a6965a230d5f8d7348811b1d81319fdc784db974d31ccb4253061ba9474659ac1fb6a39f6e6784dc58bb4908027b329c8f
diff --git a/app-office/drawio-desktop-bin/drawio-desktop-bin-21.6.5.ebuild b/app-office/drawio-desktop-bin/drawio-desktop-bin-21.6.5.ebuild
deleted file mode 100644
index 23c5fff5dd..0000000000
--- a/app-office/drawio-desktop-bin/drawio-desktop-bin-21.6.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN/-bin/}"
-
-DESCRIPTION="Diagram drawing application built on web technologies"
-HOMEPAGE="https://github.com/jgraph/drawio-desktop"
-
-SRC_URI="https://github.com/jgraph/${MY_PN}/releases/download/v${PV}/drawio-x86_64-${PV}.AppImage"
-KEYWORDS="~amd64"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-RESTRICT="strip"
-
-RDEPEND="sys-fs/fuse:0"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="*"
-
-src_install() {
- newbin "${DISTDIR}/drawio-x86_64-21.6.5.AppImage" drawio-appimage
-}
diff --git a/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.15.ebuild b/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.15.ebuild
deleted file mode 100644
index aee43d3bd6..0000000000
--- a/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.15.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop
-
-MY_PN="${PN/-bin/}"
-
-DESCRIPTION="Diagram drawing application built on web technologies"
-HOMEPAGE="https://github.com/jgraph/drawio-desktop"
-
-SRC_URI="
- https://github.com/jgraph/${MY_PN}/releases/download/v${PV}/drawio-x86_64-${PV}.AppImage
- https://github.com/jgraph/drawio-desktop/archive/v${PV}.tar.gz -> ${P}.tar.gz
-"
-KEYWORDS="-* ~amd64"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-RESTRICT="strip"
-
-RDEPEND="sys-fs/fuse:0"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="*"
-
-src_install() {
- newbin "${DISTDIR}/drawio-x86_64-${PV}.AppImage" drawio-appimage
-
- pushd "${MY_PN}-${PV}/build" || die
- for f in *x*.png; do
- case "${f}" in
- # not all icon sizes are supported
- 720x720.png)
- continue
- ;;
- *)
- newicon -s "${f%.png}" "${f}" "drawio.png"
- ;;
- esac
- done
- popd || die
-
- make_desktop_entry \
- "/usr/bin/drawio-appimage" \
- "draw.io" \
- "drawio" \
- "Graphics;Office"
-}
diff --git a/app-office/drawio-desktop-bin/metadata.xml b/app-office/drawio-desktop-bin/metadata.xml
deleted file mode 100644
index 033e236961..0000000000
--- a/app-office/drawio-desktop-bin/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Vitaly Zdanevich</name>
- <email>zdanevich.vitaly@ya.ru</email>
- </maintainer>
- <upstream>
- <remote-id type="github">jgraph/drawio-desktop</remote-id>
- <bugs-to>https://github.com/jgraph/drawio-desktop/issues</bugs-to>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-office/drawio-desktop-bin/
@ 2024-01-01 14:31 Florian Schmaus
2024-01-01 14:31 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
0 siblings, 1 reply; 4+ messages in thread
From: Florian Schmaus @ 2024-01-01 14:31 UTC (permalink / raw
To: gentoo-commits
commit: a59fc15fc951059c3adcc39f7a69482f307bd103
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 1 14:29:17 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan 1 14:29:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a59fc15f
app-office/drawio-desktop-bin: treeclean, now in ::gentoo
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-office/drawio-desktop-bin/Manifest | 3 --
.../drawio-desktop-bin-21.6.5.ebuild | 26 -----------
.../drawio-desktop-bin-22.1.15.ebuild | 51 ----------------------
app-office/drawio-desktop-bin/metadata.xml | 12 -----
4 files changed, 92 deletions(-)
diff --git a/app-office/drawio-desktop-bin/Manifest b/app-office/drawio-desktop-bin/Manifest
deleted file mode 100644
index 6076dd18fd..0000000000
--- a/app-office/drawio-desktop-bin/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST drawio-desktop-bin-22.1.15.tar.gz 454755 BLAKE2B 3fcdb54bd397919f21145d6912091d84baa5d55731babcc70a3d9a7a7c4db67eed2ff7fd62660e1915721e856d09244ef05bf6135bb00039f8b998f94986ae75 SHA512 164d18b723c65aa095dc71dab75b886cf99ef6a462dce1440c8547063658c3063cc0951dad6552fd01edaa3c1a41002b184d4e2fe7ec87f0c31dfc6fd25643c9
-DIST drawio-x86_64-21.6.5.AppImage 163718032 BLAKE2B 04a9a0b0a19442110eecf199bb92d3f4f98d218abc6873c59fa2539c3c661de1e78137edab614a198d36f93e4f09ba47c185e8bb3b859d1d37f71f9cdefb2048 SHA512 eb3e998d7ef430fd38d9f6aaa3c625766637615bec5f735e2e9740c16dcbbcd6d671c619f7dac8ae5cd2ee9a4618c23d00bdf34c6d8a21b463c4fdcb95b5b7f2
-DIST drawio-x86_64-22.1.15.AppImage 199610803 BLAKE2B aa443e2177c7230d322f9db50a2e5315ae43ae4f44fd5e9bbcfd372288276716222fc24e2f513cbbc9180d44871c654dd75016672ef64e602ecfbfc1c5d0865a SHA512 2ee285ad6ac6295f319b8dc5503610a6965a230d5f8d7348811b1d81319fdc784db974d31ccb4253061ba9474659ac1fb6a39f6e6784dc58bb4908027b329c8f
diff --git a/app-office/drawio-desktop-bin/drawio-desktop-bin-21.6.5.ebuild b/app-office/drawio-desktop-bin/drawio-desktop-bin-21.6.5.ebuild
deleted file mode 100644
index 23c5fff5dd..0000000000
--- a/app-office/drawio-desktop-bin/drawio-desktop-bin-21.6.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN/-bin/}"
-
-DESCRIPTION="Diagram drawing application built on web technologies"
-HOMEPAGE="https://github.com/jgraph/drawio-desktop"
-
-SRC_URI="https://github.com/jgraph/${MY_PN}/releases/download/v${PV}/drawio-x86_64-${PV}.AppImage"
-KEYWORDS="~amd64"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-RESTRICT="strip"
-
-RDEPEND="sys-fs/fuse:0"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="*"
-
-src_install() {
- newbin "${DISTDIR}/drawio-x86_64-21.6.5.AppImage" drawio-appimage
-}
diff --git a/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.15.ebuild b/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.15.ebuild
deleted file mode 100644
index aee43d3bd6..0000000000
--- a/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.15.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop
-
-MY_PN="${PN/-bin/}"
-
-DESCRIPTION="Diagram drawing application built on web technologies"
-HOMEPAGE="https://github.com/jgraph/drawio-desktop"
-
-SRC_URI="
- https://github.com/jgraph/${MY_PN}/releases/download/v${PV}/drawio-x86_64-${PV}.AppImage
- https://github.com/jgraph/drawio-desktop/archive/v${PV}.tar.gz -> ${P}.tar.gz
-"
-KEYWORDS="-* ~amd64"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-RESTRICT="strip"
-
-RDEPEND="sys-fs/fuse:0"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="*"
-
-src_install() {
- newbin "${DISTDIR}/drawio-x86_64-${PV}.AppImage" drawio-appimage
-
- pushd "${MY_PN}-${PV}/build" || die
- for f in *x*.png; do
- case "${f}" in
- # not all icon sizes are supported
- 720x720.png)
- continue
- ;;
- *)
- newicon -s "${f%.png}" "${f}" "drawio.png"
- ;;
- esac
- done
- popd || die
-
- make_desktop_entry \
- "/usr/bin/drawio-appimage" \
- "draw.io" \
- "drawio" \
- "Graphics;Office"
-}
diff --git a/app-office/drawio-desktop-bin/metadata.xml b/app-office/drawio-desktop-bin/metadata.xml
deleted file mode 100644
index 033e236961..0000000000
--- a/app-office/drawio-desktop-bin/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Vitaly Zdanevich</name>
- <email>zdanevich.vitaly@ya.ru</email>
- </maintainer>
- <upstream>
- <remote-id type="github">jgraph/drawio-desktop</remote-id>
- <bugs-to>https://github.com/jgraph/drawio-desktop/issues</bugs-to>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-01 14:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-01 14:31 [gentoo-commits] repo/proj/guru:master commit in: app-office/drawio-desktop-bin/ Florian Schmaus
2024-01-01 14:31 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2023-12-28 20:43 Adrian Schollmeyer
2023-08-05 19:09 Vitaly Zdanevich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox