public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-office/obsidian/
Date: Fri, 19 May 2023 18:51:18 +0000 (UTC)	[thread overview]
Message-ID: <1684374597.e56c761fe2841d02ea2b6ec088548faf081dd5a7.ceamac@gentoo> (raw)

commit:     e56c761fe2841d02ea2b6ec088548faf081dd5a7
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu May 18 01:49:57 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May 18 01:49:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e56c761f

app-office/obsidian: drop 1.1.16

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 app-office/obsidian/Manifest               |  1 -
 app-office/obsidian/obsidian-1.1.16.ebuild | 32 ------------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-office/obsidian/Manifest b/app-office/obsidian/Manifest
index 4dae9fadf..c8728ad42 100644
--- a/app-office/obsidian/Manifest
+++ b/app-office/obsidian/Manifest
@@ -1,2 +1 @@
 DIST obsidian-1.2.8.gh.deb 71750440 BLAKE2B ea3194205dae9d9e9a3575cfc3a77db7932be02d3ca07df9e3de56346c7bae2ee66d67a4861896506bd80245b54966fdfabbc511973ef491b115fd4cfa7d5d2a SHA512 514706b51908355317982324391e115df1a24ba29a94a177ae465c83b45d239f59c97cac6a26c72b1705a2d7a74bba71f3869ae4170798840556c8324d8eaba3
-DIST obsidian_1.1.16_amd64.deb 69117356 BLAKE2B 3ae0d9bd36e2048ff55e0a8757668e7e8b4de43dd3c658d263345181030f89bcbb3ddb005c317c432771f8d4f38185693ea30206e579612b99fde3c761b31352 SHA512 09f203890b1a445051dd4f7a18584a78b30e6083101ec660b63dff01ab4b6c2ab57fb2665e36cd4ddf5534f31afbb32bb9fd718dc76df5778b11038a09c0170f

diff --git a/app-office/obsidian/obsidian-1.1.16.ebuild b/app-office/obsidian/obsidian-1.1.16.ebuild
deleted file mode 100644
index db9d93c65..000000000
--- a/app-office/obsidian/obsidian-1.1.16.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop unpacker xdg
-
-DESCRIPTION="A second brain, for you, forever."
-HOMEPAGE="https://obsidian.md"
-SRC_URI="https://github.com/obsidianmd/obsidian-releases/releases/download/v${PV}/${PN}_${PV}_amd64.deb"
-
-LICENSE="Obsidian-EULA"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}"
-
-src_install() {
-	insinto /opt/Obsidian
-	doins -r opt/Obsidian/*
-
-	domenu usr/share/applications/obsidian.desktop
-
-	for size in 16 32 48 64 128 256 512; do
-		doicon --size "${size}" "usr/share/icons/hicolor/${size}x${size}/apps/${PN}.png"
-	done
-
-	fperms 4755 /opt/Obsidian/chrome-sandbox || die
-	fperms +x  /opt/Obsidian/obsidian || die
-
-	dosym ../../opt/Obsidian/obsidian /usr/bin/obsidian
-}


             reply	other threads:[~2023-05-19 18:51 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-19 18:51 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-21  9:51 [gentoo-commits] repo/proj/guru:master commit in: app-office/obsidian/ David Roman
2024-10-21  9:51 David Roman
2024-04-22  6:16 Viorel Munteanu
2024-04-22  6:16 Viorel Munteanu
2024-03-20 11:12 Julien Roy
2024-03-20 11:12 Julien Roy
2024-02-29 13:56 David Roman
2024-02-29 13:56 David Roman
2024-01-04 15:19 Viorel Munteanu
2024-01-03 16:54 David Roman
2024-01-03 16:54 David Roman
2024-01-03 16:54 David Roman
2023-10-17  4:15 Viorel Munteanu
2023-09-28 15:54 David Roman
2023-09-28 10:01 David Roman
2023-09-25 10:00 Florian Schmaus
2023-09-25 10:00 Florian Schmaus
2023-07-13  9:37 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-07-13  9:42 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-05-27 17:22 Viorel Munteanu
2023-05-19 18:51 Viorel Munteanu
2023-04-17  9:22 Florian Schmaus
2023-04-17  9:22 Florian Schmaus

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=1684374597.e56c761fe2841d02ea2b6ec088548faf081dd5a7.ceamac@gentoo \
    --to=ceamac@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