diff options
author | ormorph <roma251078@mail.ru> | 2021-12-05 16:49:54 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-12-05 16:49:54 +0300 |
commit | 20d2cdcc6ed13b40485942e8531fd8f8516bcbbe (patch) | |
tree | fc08b9ad5a375c57e41cff3c63e10ccb92da00ba /trinity-apps/krename | |
parent | 2eb38c699ebf0ab2f557e36053410ccaa4a64544 (diff) | |
download | tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.tar.gz tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.zip |
Version 14.0.8 removed
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/krename')
-rw-r--r-- | trinity-apps/krename/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/krename/krename-14.0.8.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/trinity-apps/krename/Manifest b/trinity-apps/krename/Manifest index 30153224..199b0e87 100644 --- a/trinity-apps/krename/Manifest +++ b/trinity-apps/krename/Manifest @@ -1,2 +1 @@ DIST krename-trinity-14.0.11.tar.xz 187792 BLAKE2B 014ba7cabe8a3c1f5a729a28daa9c96a58c1545b0f8fc4e45cc48538f1ce22028f68d290b4ed5c9351a002a64a08aeb753cec97deb0402d103a985071a7c71d8 SHA512 e344685f3849b65c453dbc9c7e681f00b7a09a70e06706624e180cf9c7e0a04df228aafadd26d33bf9cef21b4851b66b699a24275fc3b8db7d6a15d685817f0a -DIST krename-trinity-14.0.8.tar.xz 208464 BLAKE2B fcce5c0f362ed8f00215339c14fe5d6b2876f82a14f8f18516954d24c3f424bcc7b23b312cf24248cef398b671b91d795fc930f042d982ba62d1ec9f92b77848 SHA512 7e001b1c1dd0d75e0d33cc8d909a01574b29b64d16990d77f6b9df58f7cfcf78dcb9258806c394a54ef75bafa0c0cd9a3553c2e6076121b12e3b9882df2eb9e4 diff --git a/trinity-apps/krename/krename-14.0.8.ebuild b/trinity-apps/krename/krename-14.0.8.ebuild deleted file mode 100644 index 89440840..00000000 --- a/trinity-apps/krename/krename-14.0.8.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2020 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -TRINITY_MODULE_TYPE="applications" - -TRINITY_EXTRAGEAR_PACKAGING="yes" -TRINITY_HANDBOOK="optional" - -TRINITY_LANGS="bs de es fr hu it ja nl - pl pt_BR ru sl sv tr zh_CN zh_TW" - -inherit trinity-base-2 - -DESCRIPTION="A powerful batch file renamer for TDE" -KEYWORDS="~amd64 ~x86" -HOMEPAGE="http://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" - -need-trinity - -SLOT="${TRINITY_VER}" - -src_configure() { - mycmakeargs=( - -DBUILD_TRANSLATIONS=ON - ) - - trinity-base-2_src_configure -} - -pkg_postinst () { - echo - einfo "Please note that KRename can use TDE's file information plugins as they're" - einfo "available, so you might want to install one or more of the following ebuilds:" - echo - einfo "tdeaddons-tdefile-plugins, tdeadmin-tdefile-plugins," - einfo "tdegraphics-tdefile-plugins, tdemultimedia-tdefile-plugins," - einfo "tdenetwork-tdefile-plugins, tdesdk-tdefile-plugins." - echo -}
\ No newline at end of file |