diff options
Diffstat (limited to 'trinity-base/noatun-plugins')
-rw-r--r-- | trinity-base/noatun-plugins/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/noatun-plugins/noatun-plugins-14.0.11.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/trinity-base/noatun-plugins/Manifest b/trinity-base/noatun-plugins/Manifest index 1fcc579a..4eac326d 100644 --- a/trinity-base/noatun-plugins/Manifest +++ b/trinity-base/noatun-plugins/Manifest @@ -1,2 +1 @@ -DIST tdeaddons-trinity-14.0.11.tar.xz 1462752 BLAKE2B 97ed650fd07b71869b72abaa44ef87986a395c2d332207c32973c09fc006a6f6d1f8049bfd3b424d3fe61b378f367a46b4fbd336b7fd964264a152a5a8880dff SHA512 d490748c9cb05e7d2c22cbe5c260579e54095822f3878b69f9bd9ec4d95960e2161ede46f61c28cdc0834dc66f08d382b751da253a9db4b969c0a429cf219d25 DIST tdeaddons-trinity-14.0.12.tar.xz 1463712 BLAKE2B ac7b69ebe916cccd3e6cd9d315c3f2b8453aa815e02f620da364f149de0ebab5ab2cc0e3afc40447a5302f7f8d23b56a34f1fa6cb975b1840e396f0df11a74b0 SHA512 150a6c17b47d315e2039d95d329888480ac80dd84b68d895a8c031b1ae9f32c707474b2502310af961061bcff5d905f5f6a817697e346b176f6cc8b1067b155b diff --git a/trinity-base/noatun-plugins/noatun-plugins-14.0.11.ebuild b/trinity-base/noatun-plugins/noatun-plugins-14.0.11.ebuild deleted file mode 100644 index 661c71b7..00000000 --- a/trinity-base/noatun-plugins/noatun-plugins-14.0.11.ebuild +++ /dev/null @@ -1,47 +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_NEED_ARTS="optional" -TRINITY_MODULE_NAME="tdeaddons" -TRINITY_MODULE_TYPE="core" -inherit trinity-meta-2 db-use - -DESCRIPTION="Various plugins for Noatun" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi -IUSE="sdl berkdb" - -COMMON_DEPEND=" - ~trinity-base/noatun-${PV} - berkdb? ( =sys-libs/db-4*:= ) -" -DEPEND="${COMMON_DEPEND} - sdl? ( media-libs/libsdl ) -" -RDEPEND="${COMMON_DEPEND} - sdl? ( media-libs/libsdl[X] ) -" - -src_configure() { - local mycmakeargs=( - -DWITH_SDL="$(usex sdl)" - ) - - if use berkdb; then - local mycmakeargs+=( - -DWITH_BERKELEY_DB=ON - -DBERKELEY_DB_LIBS="$(db_libname)" - -DBERKELEY_DB_INCLUDE_DIRS="${ROOT}$(db_includedir)" - ) - else - local mycmakeargs+=( - -DWITH_BERKELEY_DB=OFF - ) - fi - - trinity-meta-2_src_configure -} |