diff options
Diffstat (limited to 'trinity-apps/tdesvn')
-rw-r--r-- | trinity-apps/tdesvn/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdesvn/tdesvn-14.0.11.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/trinity-apps/tdesvn/Manifest b/trinity-apps/tdesvn/Manifest index 68c82fa3..b45481be 100644 --- a/trinity-apps/tdesvn/Manifest +++ b/trinity-apps/tdesvn/Manifest @@ -1,2 +1 @@ -DIST tdesvn-trinity-14.0.11.tar.xz 1378944 BLAKE2B adeea66db5b41515565c5a568bafee84ce551b5f88dce25df31e00ddf1233e80d3228f4ed4a3a5538756855932211968a37e6a178eae24b91743437c949b0c99 SHA512 da985495704ff7e3a1aa193e85432055b2773227086dea4f05b34c401a95f65ac6eee49ce86c327e7f1e7d42186fb3a41c05ec165f40a49d98bb5654f48dc26e DIST tdesvn-trinity-14.0.12.tar.xz 1380252 BLAKE2B ed94db8aff6f659000402729f396a46115706c20f5f468b02428fc26ddf2f663b339692bb20b086f2660e20c80105affe59104523275c26dfc93ecf5f542a71e SHA512 a75744e2c1bb429850b5e5e8155d81163339e9a44be51a0c688023a7857bdaede405fa4e841d0a69c07011adf6affaad5e39dbc2b903bbbf63658ac97b007212 diff --git a/trinity-apps/tdesvn/tdesvn-14.0.11.ebuild b/trinity-apps/tdesvn/tdesvn-14.0.11.ebuild deleted file mode 100644 index 2aa6f4c6..00000000 --- a/trinity-apps/tdesvn/tdesvn-14.0.11.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Copyright 2021 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -TRINITY_EXTRAGEAR_PACKAGING="yes" -TRINITY_HANDBOOK="optional" - -TRINITY_LANGS="ca cs de es fr gl it ja lt nl pa ru sv" -TRINITY_MODULE_TYPE="applications/development" -inherit trinity-base-2 - -DESCRIPTION="Subversion client with tight TDE integration" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi -IUSE="test" - -RESTRICT+=" !test? ( test )" - -DEPEND="dev-vcs/subversion" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTS="$(usex test)" - ) - trinity-base-2_src_configure -} |