summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tde-style-lipstik
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-10-22 09:26:44 +0300
committerSlávek Banko <slavek.banko@axis.cz>2023-10-22 18:59:09 +0200
commite8ab477a377e080da6e194f6701c9f54928f1ce7 (patch)
tree93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/tde-style-lipstik
parent6049aa3d3fae67d258ab11f9ac2865a4d4f0a737 (diff)
downloadtde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.tar.gz
tde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.zip
Removing version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3)
Diffstat (limited to 'trinity-apps/tde-style-lipstik')
-rw-r--r--trinity-apps/tde-style-lipstik/Manifest1
-rw-r--r--trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.13.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/tde-style-lipstik/Manifest b/trinity-apps/tde-style-lipstik/Manifest
index fb6982c5..d6ae58b0 100644
--- a/trinity-apps/tde-style-lipstik/Manifest
+++ b/trinity-apps/tde-style-lipstik/Manifest
@@ -1,2 +1 @@
-DIST tde-style-lipstik-trinity-14.0.13.tar.xz 48604 BLAKE2B 728419bec258f47346249c3a3296b2e0b48a62f7634a845e0f47bd0990898c8240098b9f8b6a63a8c31542e64e29bd110320de65bd9dc3489081fb688d49cf7e SHA512 109124a74c5457d6ace1e8a979a48186460c9eba0045d65f85ddde679e012d36484aa339074438f666d16f6f9c3e2f7bf3fc939fee5262be6f3462a14de82655
DIST tde-style-lipstik-trinity-14.1.0.tar.xz 48640 BLAKE2B 022a442f9f443f2479a344278cea49deb2c4471703eff2c9e242676b61df7543c081766828db0d30cf4569850266bf377ded16e7f5bebc4ff2e8b9660e971302 SHA512 69db621adbd09359ad8e5c16fcc45ce444ce29daecd96893aa3d8c37e259cf1630767c2e93403543744e459732dc9ba6f9b3255920f3f65db44a546437759cae
diff --git a/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.13.ebuild b/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.13.ebuild
deleted file mode 100644
index 32043dba..00000000
--- a/trinity-apps/tde-style-lipstik/tde-style-lipstik-14.0.13.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Copyright 2022 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="never"
-
-TRINITY_LANGS="de"
-
-TRINITY_MODULE_TYPE="applications/themes"
-inherit trinity-base-2
-
-DESCRIPTION="Lipstik widget style for TDE"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
- trinity-base-2_src_configure
-}