diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-28 18:33:59 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-01 22:49:21 +0100 |
commit | 8805c12f632be30e37c683cc7b2dcad792505d88 (patch) | |
tree | 244dd700fea8c41a93c85948565b55e19e09027d /trinity-base/katomic | |
parent | e50b43ccd498a0c48436f2f082219686361c7d0d (diff) | |
download | tde-packaging-gentoo-8805c12f632be30e37c683cc7b2dcad792505d88.tar.gz tde-packaging-gentoo-8805c12f632be30e37c683cc7b2dcad792505d88.zip |
trinity-base/katomic: Add missing 14.0.8 version bump
See also:
https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/185
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-base/katomic')
-rw-r--r-- | trinity-base/katomic/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/katomic/katomic-14.0.8.ebuild | 14 | ||||
-rw-r--r-- | trinity-base/katomic/katomic-9999.ebuild | 2 |
3 files changed, 16 insertions, 1 deletions
diff --git a/trinity-base/katomic/Manifest b/trinity-base/katomic/Manifest new file mode 100644 index 00000000..b012425d --- /dev/null +++ b/trinity-base/katomic/Manifest @@ -0,0 +1 @@ +DIST tdegames-trinity-14.0.8.tar.xz 8638456 BLAKE2B 780d7df31e3b88913482b81297737354fba742aabaf5a42741cccd141acc21b60df35d0a8682e1d91fb0ea220c5e8735ad93ebeae85d6d712af1ac6d05c5399b SHA512 3c85cc18391df223020a63f9d4bc05d7e65f1e2f39c0397565b85603a4072f8725da8bfe42c88c311bc4cc7ad79316942a71221c774dae5ceb62ec60473dcfb1 diff --git a/trinity-base/katomic/katomic-14.0.8.ebuild b/trinity-base/katomic/katomic-14.0.8.ebuild new file mode 100644 index 00000000..870ea863 --- /dev/null +++ b/trinity-base/katomic/katomic-14.0.8.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2020 Gentoo Authors +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TRINITY_MODULE_NAME="tdegames" +inherit trinity-meta-2 + +DESCRIPTION="Trinity Atomic Entertainment Game" +KEYWORDS="~amd64 ~x86" + +DEPEND="~trinity-base/libtdegames-${PV}" +RDEPEND="${DEPEND}" diff --git a/trinity-base/katomic/katomic-9999.ebuild b/trinity-base/katomic/katomic-9999.ebuild index 6f899490..89c5829c 100644 --- a/trinity-base/katomic/katomic-9999.ebuild +++ b/trinity-base/katomic/katomic-9999.ebuild @@ -3,8 +3,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -TRINITY_MODULE_NAME="tdegames" +TRINITY_MODULE_NAME="tdegames" inherit trinity-meta-2 DESCRIPTION="Trinity Atomic Entertainment Game" |