diff --git a/app-office/notesnook-bin/Manifest b/app-office/notesnook-bin/Manifest deleted file mode 100644 index 5f70402..0000000 --- a/app-office/notesnook-bin/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX notesnook.png 8808 BLAKE2B 35a26a036eaadc579cf3c6679fa54999174f35cdbbc2ecfc78765b3ed48af4c8265b463d474d56d369a6880cd7f69b2114c7a69a9c1ef0f3ee03dea22828f054 SHA512 53ac1638926e8d6192f43f12528c9e9518e9c28f215c8ef4de59e957fbfd409a094badfee3a88819c67a488e5cb02778a66800d18ba19edea26c3d462b4428b8 -DIST notesnook-bin-3.3.5.amd64.AppImage 120918656 BLAKE2B d26654f23555f2256d003d37b1094db94b17e44bedb8dd592784f88aff804041a4688b220a8300104ea150974c8cd2f955ec02a27bb1530b3a69a0f6be541df8 SHA512 6659922243b2cd7bc1a32b17a45a29e5b6e4550c421bbcf16777e14633561f457084676b819051fbec9fb8adc75b3907f24ccce7eedb0c497994f02b1e8059c7 -DIST notesnook-bin-3.3.5.arm64.AppImage 121050997 BLAKE2B 8033a0386c03435cd3def59d3c0425b3d909d5e9689020e0a73ed61bec5e15e481b2c23381fbd5d7a09833c35a548bffa2f66e6b82bed2c34f7d21c57d12ee82 SHA512 b7f30ade4bc0c0d4471ca144a4754f8e7681f79219923cca3cbcf1961c901a8fc282cdb8ffe5314ab150a411236dcbcfe7de2dc17b3f35f9aeb89f012cab5615 -EBUILD notesnook-bin-3.3.5.ebuild 934 BLAKE2B 834250293860f83bea2ffafbea70a4ad96d0d76b2b52f9f140daeeeaefd05b596b1694cacad4ea86d00cc6588dde11b843f60b9a94afc6db2dd9ea4a713f61b3 SHA512 b3f78180a3132157a83fced6d2b7492a91c80bb3bdacb89ca1b062ed6bfbbc5112af0b1e3599f42c48cd0b9a895f3b6a19a8435520d00b11a7939d72041ee95d -MISC metadata.xml 975 BLAKE2B 215a8104669acf3be4083fc696442bbdd857db0e6a4cbc05164bbd2dfe260f79698362f7e505729aafbf8db228e8ac7c8298d730a778f8696265d3d67d294931 SHA512 60e73c4d77eb724856cafc6bbd481350c3e19ab616019abc19b73dbee9afbad5c270a4b45314c763ca9662e3ce72ab08075e2a0438e68ef9e7071334274b7d18 diff --git a/app-office/notesnook-bin/files/notesnook.png b/app-office/notesnook-bin/files/notesnook.png deleted file mode 100644 index cece986..0000000 Binary files a/app-office/notesnook-bin/files/notesnook.png and /dev/null differ diff --git a/app-office/notesnook-bin/metadata.xml b/app-office/notesnook-bin/metadata.xml deleted file mode 100644 index 7dab244..0000000 --- a/app-office/notesnook-bin/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Vitaly Zdanevich - zdanevich.vitaly@ya.ru - - - Notesnook is a free (as in speech) and open-source note-taking app focused on user privacy and ease of use. - To ensure zero knowledge principles, Notesnook encrypts everything on your device using XChaCha20-Poly1305 and Argon2. - Notesnook is our proof that privacy does not (always) have to come at the cost of convenience. - We aim to provide users peace of mind and 100% confidence that their notes are safe and secure. - The decision to go fully open source is one of the most crucial steps towards that. - - - streetwriters/notesnook - https://github.com/streetwriters/notesnook/issues - - diff --git a/app-office/notesnook-bin/notesnook-bin-3.3.5.ebuild b/app-office/notesnook-bin/notesnook-bin-3.3.5.ebuild deleted file mode 100644 index 431ab99..0000000 --- a/app-office/notesnook-bin/notesnook-bin-3.3.5.ebuild +++ /dev/null @@ -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;' -} diff --git a/metadata/md5-cache/app-office/notesnook-bin-3.3.5 b/metadata/md5-cache/app-office/notesnook-bin-3.3.5 deleted file mode 100644 index 5d439c7..0000000 --- a/metadata/md5-cache/app-office/notesnook-bin-3.3.5 +++ /dev/null @@ -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.5/notesnook_linux_x86_64.AppImage -> notesnook-bin-3.3.5.amd64.AppImage ) arm64? ( https://github.com/streetwriters/notesnook/releases/download/v3.3.5/notesnook_linux_arm64.AppImage -> notesnook-bin-3.3.5.arm64.AppImage ) -_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed -_md5_=d6d19d36b02ef3cd40cc2fdd5bdfbde0