Skip to content

Commit

Permalink
net-libs/accounts-qt: move away from stale fork
Browse files Browse the repository at this point in the history
Thanks-to: Alfred Wingate <parona@protonmail.com>
Closes: gentoo#986
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Apr 6, 2024
1 parent fd2c836 commit 834c099
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions net-libs/accounts-qt/accounts-qt-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,11 @@ EAPI=8
inherit qmake-utils multibuild

if [[ ${PV} = *9999* ]] ; then
EGIT_REPO_URI="https://gitlab.com/nicolasfella/lib${PN}.git/"
EGIT_BRANCH="qt6"
EGIT_REPO_URI="https://gitlab.com/accounts-sso/lib${PN}.git/"
inherit git-r3
else
COMMIT=c86db79be389601bf6798f815ca5b8f78a524156
if [[ -n ${COMMIT} ]] ; then
SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/-/archive/${COMMIT}/lib${PN}-${COMMIT}.tar.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/lib${PN}-${COMMIT}"
else
SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/-/archive/VERSION_${PV}/lib${PN}-VERSION_${PV}.tar.bz2 -> ${P}a.tar.bz2"
S="${WORKDIR}/lib${PN}-VERSION_${PV}"
fi
SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/-/archive/VERSION_${PV}/lib${PN}-VERSION_${PV}.tar.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/lib${PN}-VERSION_${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi

Expand All @@ -42,9 +35,7 @@ RDEPEND="
>=net-libs/libaccounts-glib-1.23:=
"
DEPEND="${RDEPEND}
test? (
qt5? ( dev-qt/qttest:5 )
)
test? ( qt5? ( dev-qt/qttest:5 ) )
"
BDEPEND="
doc? (
Expand Down

0 comments on commit 834c099

Please sign in to comment.