sys-apps/intune-portal: Drop old 1.2603.31

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2026-05-22 09:15:49 +01:00
parent a4ff8beef0
commit 378e9dcc59
2 changed files with 0 additions and 91 deletions

View File

@@ -1,3 +1,2 @@
DIST intune-portal_1.2603.31-noble_amd64.deb 7030114 BLAKE2B cc3301e1c47d8c405a0767f7578d9818cbc61348b58a3df1e6de92aea3b94b75eee81ad243b49fc15e263bd0e00424217c5ce0fffa5178b079434064ef7ec392 SHA512 bc127498785958ec1138ab3b8a9087319ba330f7ef9e266bcd864b258b785ffedfd2a5fbf95b40667d72649083b9ddddac3b92e1099aa0cd775286a9d343dd62
DIST intune-portal_1.2604.13-noble_amd64.deb 7039246 BLAKE2B be6bafb3c1231b311fdeca185517d0e973d3097d4ca986899fed2aaf7f7173e3db10ecc31d7d1f85529d32674382622ac8292364b92704ae8b169b18056e1bd6 SHA512 0635e2de39ac69bfcc4145ca3267e8393419f4f16d1e54c432d79846bd4e014c5bb28a448134bb1eac5af7e6b4724c2a289a80b8be9f8f94db9e4337e85fc34f
DIST intune-portal_1.2604.19-resolute_amd64.deb 7206272 BLAKE2B 7a919942ca1fbc2d57ba2a10ccb99fb245133f60391ff2942f1886a9187e44c5a1475eb2eb0ccc6e2576c48baed523e41423385c7ea99797852839eb19452671 SHA512 6fc736b6a3d764e3050f365ad2b50adaf69a04b25605524a5ca6fa6b7b5c35ac2f45fb4bc1435d444295ee8f8926a9f82f02c2023a87ba74e26abfaf7d13ad24

View File

@@ -1,90 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop pam prefix readme.gentoo-r1 systemd tmpfiles unpacker xdg
DESCRIPTION="Microsoft Intune Company Portal to access a corporate environment"
HOMEPAGE="https://learn.microsoft.com/mem/intune/"
SRC_URI="https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-noble_amd64.deb"
S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="bindist mirror"
RDEPEND="
app-accessibility/at-spi2-core:2
app-crypt/libsecret
app-crypt/p11-kit
dev-db/sqlite:3
dev-libs/glib:2
dev-libs/openssl:0/3
net-libs/libsoup:3.0
net-libs/webkit-gtk:4.1/0
net-misc/curl
sys-apps/bubblewrap
sys-apps/dbus
sys-apps/lsb-release
sys-apps/systemd
sys-apps/util-linux
>=sys-auth/microsoft-identity-broker-2.5.2
sys-auth/pambase[pwquality]
sys-auth/polkit
sys-libs/pam
virtual/zlib:=
x11-libs/gtk+:3
x11-libs/libX11
x11-libs/pango
|| (
www-client/microsoft-edge
www-client/microsoft-edge-beta
www-client/microsoft-edge-dev
)
"
QA_PREBUILT="*"
DIR="/opt/microsoft/intune"
DOC_CONTENTS="You should manually add an \"optional pam_intune.so\" line to the bottom of the auth, password, and \
session entries in /etc/pam.d/system-auth. You may need to tailor this to your own PAM configuration."
src_unpack() {
unpack_deb ${A}
}
src_install() {
exeinto "${DIR}"/bin
newexe $(prefixify_ro "${FILESDIR}"/wrapper) intune-portal
dosym intune-portal "${DIR}"/bin/intune-agent
dosym intune-portal "${DIR}"/bin/intune-daemon
exeinto "${DIR}"/libexec
doexe "${DIR#/}"/bin/*
insinto "${DIR}"/share
doins -r "${DIR#/}"/share/*
insinto /usr/share/polkit-1/actions
doins usr/share/polkit-1/actions/com.microsoft.intune.policy
systemd_dounit lib/systemd/system/*
systemd_douserunit lib/systemd/user/*
dopammod usr/lib/x86_64-linux-gnu/security/pam_intune.so
dotmpfiles usr/lib/tmpfiles.d/intune.conf
domenu usr/share/applications/*.desktop
doicon -s 48 usr/share/icons/hicolor/48x48/*/*.png
readme.gentoo_create_doc
}
pkg_postinst() {
touch "${EROOT}"/etc/pam.d/common-password || die
tmpfiles_process intune.conf
xdg_pkg_postinst
readme.gentoo_print_elog
}