Removed app-office/notesnook-bin-3.3.0

This commit is contained in:
saundersp
2025-10-13 03:51:03 +02:00
parent 0d2902eadb
commit fd87510b2b
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.3.0.amd64.AppImage 118667557 BLAKE2B 21d40c757b2720712806b3990e40aa7bf530e887c05fb354bb24abc48e21819594c6d6185c1c1d1344c15d6bb5fc495e56505d1a5bcea42c8e4c1467625f8126 SHA512 ad9f40fc29fbf67a4ba2cf892aabb46b3ee02d9a32283b4445729e1997374633af19f808ef3c99ea9ea5db300d5959c12cbb6d79b5ab3e88d5770d867a393dd5
DIST notesnook-bin-3.3.0.arm64.AppImage 118864508 BLAKE2B 836c2ff32ef6ac5d5bc4b0c13829878a47d81fe4a4ac56ae4544487ab16af2e34a9ca0858a8dc4dc3c398287eeb2da4e241632882fc3b74ce68333ebf78c412f SHA512 23934bd93aa89764968975e421aac7c0a638829738fd1211a729810b4a82e46b068e0356671f0792950ec656d3f28a6d13585ae9d0061ad18b9426cb51d5ee6b
DIST notesnook-bin-3.3.1.amd64.AppImage 118667766 BLAKE2B dc7e817bcf7e10df17d619acefcc3ca9bdbaf85bb568e0d26af972433eed034af0d08c367f4a51fd8d3307886352904078893ddcab9954a51ff1fa54a85803b2 SHA512 70c77af63a843574f6b3383e1c367324fe8dd7d34a6d4b7eecb697bb3a13ab86425d2a528b1c31ef6fc43e40fb151ece385bd952dd5274d08274caf6702ec2c1
DIST notesnook-bin-3.3.1.arm64.AppImage 118868158 BLAKE2B d165f0b230a1327ee99522762be9d3e3d0465247295068a15116cc2208e3ed8b9c613a26a7c8af3ce6a9efe3aee59f2bf001adf8b992b55d9bb2b655f9644133 SHA512 e507701b3bc7bf5102d0f65a3e2e3ec4eaf9169a97ee4a58335f565a80eea4cb05c8b454ceb76310c5de8c7bc668672bbf5c09d31067e7dd00e7052c724a9858
EBUILD notesnook-bin-3.3.0.ebuild 934 BLAKE2B 834250293860f83bea2ffafbea70a4ad96d0d76b2b52f9f140daeeeaefd05b596b1694cacad4ea86d00cc6588dde11b843f60b9a94afc6db2dd9ea4a713f61b3 SHA512 b3f78180a3132157a83fced6d2b7492a91c80bb3bdacb89ca1b062ed6bfbbc5112af0b1e3599f42c48cd0b9a895f3b6a19a8435520d00b11a7939d72041ee95d
EBUILD notesnook-bin-3.3.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.3.0/notesnook_linux_x86_64.AppImage -> notesnook-bin-3.3.0.amd64.AppImage ) arm64? ( https://github.com/streetwriters/notesnook/releases/download/v3.3.0/notesnook_linux_arm64.AppImage -> notesnook-bin-3.3.0.arm64.AppImage )
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
_md5_=d6d19d36b02ef3cd40cc2fdd5bdfbde0