Removed app-office/notesnook-bin-3.1.0

This commit is contained in:
saundersp
2025-05-30 21:23:35 +02:00
parent f9927ebfde
commit b8691a719a
3 changed files with 0 additions and 47 deletions

View File

@ -1,8 +1,5 @@
AUX notesnook.png 8808 BLAKE2B 35a26a036eaadc579cf3c6679fa54999174f35cdbbc2ecfc78765b3ed48af4c8265b463d474d56d369a6880cd7f69b2114c7a69a9c1ef0f3ee03dea22828f054 SHA512 53ac1638926e8d6192f43f12528c9e9518e9c28f215c8ef4de59e957fbfd409a094badfee3a88819c67a488e5cb02778a66800d18ba19edea26c3d462b4428b8
DIST notesnook-bin-3.1.0.amd64.AppImage 112798708 BLAKE2B a9e31dd092f452c2bea5466c87a15981395c621c9658d87cbe4c5de9f1961c8c6b1b316e46e345594a877ea9f93f60a3a8a34ba6fbd4bbfed56aae93fccbceb3 SHA512 13b8c7d9e5e5a0936644288a9549128a07df4d3db89045e37595b27445fc718384af2593c5491368c4b000df84398610e8ac20a5950ed541199851291e2a21f0
DIST notesnook-bin-3.1.0.arm64.AppImage 113066900 BLAKE2B 4c068102328191746349a54aa9240db5ab176f32658262fd583e706aad01023ea0329019b920e05233223c028d4e1b65297d1129d2f4d4cfc4b986d21d5ca0b0 SHA512 d613143d713b1105dd989c02c398c8c2bcdf95223e0c42b200c8f7420c906b2dcb659cbf2f340b1c184a4c822c4e894461ca7ea298ae52e8953e814d22fbd258
DIST notesnook-bin-3.1.1.amd64.AppImage 112798706 BLAKE2B 81d59317559234d44cf5023f19e0da38531023bbc3f788d3f84e940c2264f8f60a240e57243ae3fb6a2b59f50741dbe3b7b941ed3c2b607c2e6fc6a9ea393d70 SHA512 be9d4f771fd44b79c24beafc10a735cdc1ff8989dd0b6941b838dc17d95cf1f4664bdb606bea169d975a06fb2cd86ae264dc1598d77dddc9b2a97c196be113eb
DIST notesnook-bin-3.1.1.arm64.AppImage 113066892 BLAKE2B 5fb560e0c0d6797d26f86b41223da53baca7be5f0fb34c3431223fc374f4a9f4f32f72f1f71825f789170b12f1e9f10e544f2a6a974420e38b15ce61f6b19825 SHA512 f763905ac06cbdbe334c6dc1d96bb6a7310072c76448d703dcb6295daed9de279a7ef91533bfd5713dc53e97c2f2e8cacb34231d224365535cbbcc8aa98d8fce
EBUILD notesnook-bin-3.1.0.ebuild 934 BLAKE2B 834250293860f83bea2ffafbea70a4ad96d0d76b2b52f9f140daeeeaefd05b596b1694cacad4ea86d00cc6588dde11b843f60b9a94afc6db2dd9ea4a713f61b3 SHA512 b3f78180a3132157a83fced6d2b7492a91c80bb3bdacb89ca1b062ed6bfbbc5112af0b1e3599f42c48cd0b9a895f3b6a19a8435520d00b11a7939d72041ee95d
EBUILD notesnook-bin-3.1.1.ebuild 934 BLAKE2B 834250293860f83bea2ffafbea70a4ad96d0d76b2b52f9f140daeeeaefd05b596b1694cacad4ea86d00cc6588dde11b843f60b9a94afc6db2dd9ea4a713f61b3 SHA512 b3f78180a3132157a83fced6d2b7492a91c80bb3bdacb89ca1b062ed6bfbbc5112af0b1e3599f42c48cd0b9a895f3b6a19a8435520d00b11a7939d72041ee95d
MISC metadata.xml 975 BLAKE2B 215a8104669acf3be4083fc696442bbdd857db0e6a4cbc05164bbd2dfe260f79698362f7e505729aafbf8db228e8ac7c8298d730a778f8696265d3d67d294931 SHA512 60e73c4d77eb724856cafc6bbd481350c3e19ab616019abc19b73dbee9afbad5c270a4b45314c763ca9662e3ce72ab08075e2a0438e68ef9e7071334274b7d18

View File

@ -1,31 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION='End-to-end encrypted note taking alternative to Evernote'
HOMEPAGE='https://notesnook.com/ https://github.com/streetwriters/notesnook'
RELEASE_URI=https://github.com/streetwriters/notesnook/releases
SRC_URI="
amd64? ( ${RELEASE_URI}/download/v${PV}/notesnook_linux_x86_64.AppImage -> ${P}.amd64.AppImage )
arm64? ( ${RELEASE_URI}/download/v${PV}/notesnook_linux_arm64.AppImage -> ${P}.arm64.AppImage )
"
S="${WORKDIR}"
LICENSE='GPL-3'
SLOT='0'
KEYWORDS='~amd64 ~arm64'
RESTRICT='strip'
RDEPEND='sys-fs/fuse:0'
QA_PREBUILT='*'
inherit desktop
src_install() {
if use amd64; then
newbin "${DISTDIR}/${P}.amd64.AppImage" notesnook
elif use arm64; then
newbin "${DISTDIR}/${P}.arm64.AppImage" notesnook
fi
doicon "${FILESDIR}"/notesnook.png
make_desktop_entry "${PN}" Notesnook notesnook 'Office;'
}

View File

@ -1,13 +0,0 @@
DEFINED_PHASES=install
DESCRIPTION=End-to-end encrypted note taking alternative to Evernote
EAPI=8
HOMEPAGE=https://notesnook.com/ https://github.com/streetwriters/notesnook
INHERIT=desktop
KEYWORDS=~amd64 ~arm64
LICENSE=GPL-3
RDEPEND=sys-fs/fuse:0
RESTRICT=strip
SLOT=0
SRC_URI=amd64? ( https://github.com/streetwriters/notesnook/releases/download/v3.1.0/notesnook_linux_x86_64.AppImage -> notesnook-bin-3.1.0.amd64.AppImage ) arm64? ( https://github.com/streetwriters/notesnook/releases/download/v3.1.0/notesnook_linux_arm64.AppImage -> notesnook-bin-3.1.0.arm64.AppImage )
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
_md5_=d6d19d36b02ef3cd40cc2fdd5bdfbde0