Removed app-office/notesnook-bin-3.2.4

This commit is contained in:
saundersp
2025-10-06 16:41:06 +02:00
parent f2b476bdcd
commit bb3185a548
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.2.4.amd64.AppImage 113046055 BLAKE2B 29bf901762a7e3eeb4683b474d3135fb2f46970339017eb44ab71436666a9bce664d73bb42d7bd000d6e608a20a4bc7c90785adfc70bbac32ea9ab48ef48cc49 SHA512 ce325bfeffbad7491f70d04a1a355dccf993bf6bfdf01b328804ba623541cca06a16397663b54977a7ce25a2fe659f8deddb202bb8c8641db1a130f5e5d560ac
DIST notesnook-bin-3.2.4.arm64.AppImage 113316849 BLAKE2B 49b178b4b5b73ffc3f8ac17b71ebadac5e089b1c34ff2dc9e92231ebbd14e0ca27643b22744a1797d398e56d513838df5b5bc97382f57abd3a0c573788b09e56 SHA512 bca3750bd6414695b578119bc20791d249fa4d307c71024d4575132d0037b7ab243216074bfe319bd6230ec7f9edafaa424b4fa5838dbe39f75b19e0c7098219
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
EBUILD notesnook-bin-3.2.4.ebuild 934 BLAKE2B 834250293860f83bea2ffafbea70a4ad96d0d76b2b52f9f140daeeeaefd05b596b1694cacad4ea86d00cc6588dde11b843f60b9a94afc6db2dd9ea4a713f61b3 SHA512 b3f78180a3132157a83fced6d2b7492a91c80bb3bdacb89ca1b062ed6bfbbc5112af0b1e3599f42c48cd0b9a895f3b6a19a8435520d00b11a7939d72041ee95d
EBUILD notesnook-bin-3.3.0.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.2.4/notesnook_linux_x86_64.AppImage -> notesnook-bin-3.2.4.amd64.AppImage ) arm64? ( https://github.com/streetwriters/notesnook/releases/download/v3.2.4/notesnook_linux_arm64.AppImage -> notesnook-bin-3.2.4.arm64.AppImage )
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
_md5_=d6d19d36b02ef3cd40cc2fdd5bdfbde0