Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app-misc/xmind: add 24.10, drop 22/23 #5778

Merged
merged 1 commit into from
Dec 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions app-misc/xmind/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
DIST Xmind-for-Linux-amd64bit-22.11.3656.deb 115422526 BLAKE2B ea1635ea277ffd47bdbe072325cc78c55f404684076395551d31cd8e22bcae4b39deee11240105ddaf932be07f5db1a123d8fd447be6f4b6fa0c4510f5ffb5a2 SHA512 c418a2e7eeb516a33c5154ca8ffa61427d32bc9d7cda78a73d80a3591f39f746e5016afeaf46a5b5ff965da3ea79e35a47684d9ca12d3b5fce86d299f5757505
DIST Xmind-for-Linux-amd64bit-23.07.201366-202308140126.deb 131012586 BLAKE2B 1fd0ddb11ec8a29469a1be75cd0e7cd6420c39476ec16d0ea9d8866815abe9271a0a3f61723ed32406290a0e4f0da8de7fddff36d40e43d191413028dba4e3e6 SHA512 4346a0e5183c37f494c5b2b89a0d5562d1cc574e2904f444c2abb2a0867f97bf83cc04877a02e48b007d065134d9452481adb4734323488a95c34f529e9d47d8
DIST Xmind-for-Linux-amd64bit-24.10.01101-202410201932.deb 158753270 BLAKE2B ec13d6d00c8491d8c320034318c7c8fdaff91318b812a6079acd10847e1bd5484ff1484cad0061453386b81d42285b5f7e5e63eed3addcbde7a6be261a0f7063 SHA512 90135ce32b494d10f3e8f1d5f4559565d1158fea8182c2725f72ea7f9bfeb62797173baa70708d03f910e2f88fd1a185dbd8e9d8721a6059f88106e2e5a73fd8
40 changes: 0 additions & 40 deletions app-misc/xmind/xmind-23.07.201366-r1.ebuild

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit desktop unpacker xdg

DATE_VER="202410201932"
DESCRIPTION="Brainstorming and Mind Mapping Software"
HOMEPAGE="https://www.xmind.net"
SRC_URI="https://dl3.xmind.net/Xmind-for-Linux-amd64bit-${PV}.deb"
SRC_URI="https://dl3.xmind.net/Xmind-for-Linux-amd64bit-${PV}-${DATE_VER}.deb"

S=${WORKDIR}
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64"
Expand All @@ -22,8 +24,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"

S=${WORKDIR}

src_install() {
insinto /opt
doins -r opt/*
Expand Down