public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-office/joplin-bin/
@ 2023-03-29  6:56 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-03-29  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     fbbed0ed31cf07eb5ac0426c4013589de52c6167
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Mar 28 08:35:17 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 08:35:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbbed0ed

app-office/joplin-bin: ad metadata.xml

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-office/joplin-bin/metadata.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/app-office/joplin-bin/metadata.xml b/app-office/joplin-bin/metadata.xml
new file mode 100644
index 000000000..f314e94f3
--- /dev/null
+++ b/app-office/joplin-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">laurent22/joplin</remote-id>
+		<bugs-to>https://github.com/laurent22/joplin/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/joplin-bin/
@ 2023-03-29  6:56 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-03-29  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e74e48b2ef80be60db8a588b78f79c4b7b40cb98
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Mar 28 08:31:50 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 08:31:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e74e48b2

Add app-office/joplin-bin

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-office/joplin-bin/Manifest                 |  1 +
 app-office/joplin-bin/joplin-bin-2.9.17.ebuild | 27 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-office/joplin-bin/Manifest b/app-office/joplin-bin/Manifest
new file mode 100644
index 000000000..ce8c41e27
--- /dev/null
+++ b/app-office/joplin-bin/Manifest
@@ -0,0 +1 @@
+DIST Joplin-2.9.17.AppImage 231352915 BLAKE2B a72e570e565c992c1af900f5902a8f667689782c466fe5a7dbd32e1519db3af9a3ec147cfeb8e3303a94561d18821632d5dab6f8b1d0bcf1af9a9817ebe70bd1 SHA512 ca201a5a9239ef1749c8b6a07d97f36a8c3d1b7b4ecc4a5f0074f4b9ee6b9ac966cc2fa6a277ea08f433f8a0a2554b68b7d73a0e1b9adf74b8c0e865ff30b47d

diff --git a/app-office/joplin-bin/joplin-bin-2.9.17.ebuild b/app-office/joplin-bin/joplin-bin-2.9.17.ebuild
new file mode 100644
index 000000000..96c40fabf
--- /dev/null
+++ b/app-office/joplin-bin/joplin-bin-2.9.17.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Note taking app, on Electron, can import notes from Evernote"
+HOMEPAGE="https://joplinapp.org"
+
+SRC_URI="https://github.com/laurent22/joplin/releases/download/v${PV}/Joplin-${PV}.AppImage"
+KEYWORDS="~amd64"
+
+LICENSE="AGPL-3"
+SLOT="0"
+IUSE=""
+RESTRICT="strip"
+
+RDEPEND="sys-fs/fuse:0"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+S="${WORKDIR}"
+
+src_install() {
+	cp "${DISTDIR}/Joplin-${PV}.AppImage" joplin-bin || die
+	dobin joplin-bin
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-office/joplin-bin/
@ 2023-10-19  7:17 Viorel Munteanu
  0 siblings, 0 replies; 4+ messages in thread
From: Viorel Munteanu @ 2023-10-19  7:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f3a57e1043f4593961c24fa8426ffab4d8b3871b
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Oct 17 12:36:40 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 12:36:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3a57e10

app-office/joplin-bin: add 2.13.1, drop 2.9.17

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-office/joplin-bin/Manifest                                         | 2 +-
 .../joplin-bin/{joplin-bin-2.9.17.ebuild => joplin-bin-2.13.1.ebuild}  | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-office/joplin-bin/Manifest b/app-office/joplin-bin/Manifest
index ce8c41e277..a1dc25f5b5 100644
--- a/app-office/joplin-bin/Manifest
+++ b/app-office/joplin-bin/Manifest
@@ -1 +1 @@
-DIST Joplin-2.9.17.AppImage 231352915 BLAKE2B a72e570e565c992c1af900f5902a8f667689782c466fe5a7dbd32e1519db3af9a3ec147cfeb8e3303a94561d18821632d5dab6f8b1d0bcf1af9a9817ebe70bd1 SHA512 ca201a5a9239ef1749c8b6a07d97f36a8c3d1b7b4ecc4a5f0074f4b9ee6b9ac966cc2fa6a277ea08f433f8a0a2554b68b7d73a0e1b9adf74b8c0e865ff30b47d
+DIST Joplin-2.13.1.AppImage 186865365 BLAKE2B 0626eaa2105e1e27d0cafede043a771869273a7fde2ae1a80c550765b64516daec38c11a552ce9311048a674d23b7703ff84ee5730f85e893a863805f3f289d6 SHA512 f376261ff32eb750a4b687c9979fdf2df8dbb2ffd4d37340480c80170c11d47b4842cc5cc496fa5f96243728454436437f5f4ab8a3a29cc7393ae47daad8d2d3

diff --git a/app-office/joplin-bin/joplin-bin-2.9.17.ebuild b/app-office/joplin-bin/joplin-bin-2.13.1.ebuild
similarity index 95%
rename from app-office/joplin-bin/joplin-bin-2.9.17.ebuild
rename to app-office/joplin-bin/joplin-bin-2.13.1.ebuild
index 96c40fabf6..ec002bdfd5 100644
--- a/app-office/joplin-bin/joplin-bin-2.9.17.ebuild
+++ b/app-office/joplin-bin/joplin-bin-2.13.1.ebuild
@@ -11,13 +11,10 @@ KEYWORDS="~amd64"
 
 LICENSE="AGPL-3"
 SLOT="0"
-IUSE=""
 RESTRICT="strip"
 
 RDEPEND="sys-fs/fuse:0"
 
-S="${WORKDIR}"
-
 QA_PREBUILT="*"
 S="${WORKDIR}"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-office/joplin-bin/
@ 2024-01-30 11:33 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-01-30 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     2c0256a4bfdee168eb169bf7780bbddddf971e06
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Jan 30 01:21:43 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jan 30 10:16:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c0256a4

app-office/joplin-bin: treeclean, now in ::gentoo

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 app-office/joplin-bin/Manifest                 |  1 -
 app-office/joplin-bin/joplin-bin-2.13.1.ebuild | 24 ------------------------
 app-office/joplin-bin/metadata.xml             | 12 ------------
 3 files changed, 37 deletions(-)

diff --git a/app-office/joplin-bin/Manifest b/app-office/joplin-bin/Manifest
deleted file mode 100644
index a1dc25f5b5..0000000000
--- a/app-office/joplin-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Joplin-2.13.1.AppImage 186865365 BLAKE2B 0626eaa2105e1e27d0cafede043a771869273a7fde2ae1a80c550765b64516daec38c11a552ce9311048a674d23b7703ff84ee5730f85e893a863805f3f289d6 SHA512 f376261ff32eb750a4b687c9979fdf2df8dbb2ffd4d37340480c80170c11d47b4842cc5cc496fa5f96243728454436437f5f4ab8a3a29cc7393ae47daad8d2d3

diff --git a/app-office/joplin-bin/joplin-bin-2.13.1.ebuild b/app-office/joplin-bin/joplin-bin-2.13.1.ebuild
deleted file mode 100644
index ec002bdfd5..0000000000
--- a/app-office/joplin-bin/joplin-bin-2.13.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Note taking app, on Electron, can import notes from Evernote"
-HOMEPAGE="https://joplinapp.org"
-
-SRC_URI="https://github.com/laurent22/joplin/releases/download/v${PV}/Joplin-${PV}.AppImage"
-KEYWORDS="~amd64"
-
-LICENSE="AGPL-3"
-SLOT="0"
-RESTRICT="strip"
-
-RDEPEND="sys-fs/fuse:0"
-
-QA_PREBUILT="*"
-S="${WORKDIR}"
-
-src_install() {
-	cp "${DISTDIR}/Joplin-${PV}.AppImage" joplin-bin || die
-	dobin joplin-bin
-}

diff --git a/app-office/joplin-bin/metadata.xml b/app-office/joplin-bin/metadata.xml
deleted file mode 100644
index f314e94f3f..0000000000
--- a/app-office/joplin-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">laurent22/joplin</remote-id>
-		<bugs-to>https://github.com/laurent22/joplin/issues</bugs-to>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-30 11:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-29  6:56 [gentoo-commits] repo/proj/guru:master commit in: app-office/joplin-bin/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2024-01-30 11:33 David Roman
2023-10-19  7:17 Viorel Munteanu
2023-03-29  6:56 Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox