diff options
author | ormorph <roma251078@mail.ru> | 2021-11-15 22:06:35 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-11-16 00:22:50 +0300 |
commit | 9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 (patch) | |
tree | dbe2babfd8aea5f985063e94dcfa22679c93526f /trinity-base/kfloppy | |
parent | ffbff856abb47b6fb62cdd430211c67f67478c5b (diff) | |
download | tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.tar.gz tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.zip |
Added ebuilds for stable version 14.0.11
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/kfloppy')
-rw-r--r-- | trinity-base/kfloppy/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/kfloppy/kfloppy-14.0.11.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/trinity-base/kfloppy/Manifest b/trinity-base/kfloppy/Manifest index 02707778..2d7adc03 100644 --- a/trinity-base/kfloppy/Manifest +++ b/trinity-base/kfloppy/Manifest @@ -1 +1,2 @@ +DIST tdeutils-trinity-14.0.11.tar.xz 2223408 BLAKE2B 1140732ee0e16c90fdc7d96eb31c243ad0fa406cb28dcddd979ef36b6bdf8f23c7424933583e59e971ba418627adc68f252c38bcbbb173f5d60aeaecc67e6a3c SHA512 bc05b78adb8814fe0ca06570e85d2f833b6e58ab6b18589ba812bb49fa7f7f998d1f73c7b95ca7eaaefacddb518cb78e12713cfae6b6815e74c0f90986795eae DIST tdeutils-trinity-14.0.8.tar.xz 2219588 BLAKE2B d69f857a2049b5d6019720d66e2c25acff5416c1ada184f6979454ec99b43ca31bdf74264208ade11705b6144d1948c89abcc4293739eb83946f58a77958acbc SHA512 118aceda1d01843d5237f64830e35b3cc1ace1841aa6bf5601a2e3c01baad9ec86929a9c843bfd4526e8369eaa82a70a2259db8395986026bfc5e45e981a4839 diff --git a/trinity-base/kfloppy/kfloppy-14.0.11.ebuild b/trinity-base/kfloppy/kfloppy-14.0.11.ebuild new file mode 100644 index 00000000..1275aa86 --- /dev/null +++ b/trinity-base/kfloppy/kfloppy-14.0.11.ebuild @@ -0,0 +1,14 @@ +# 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_MODULE_NAME="tdeutils" +TRINITY_MODULE_TYPE="core" +inherit trinity-meta-2 + +DESCRIPTION="KFloppy - formats disks and puts a DOS or ext2fs filesystem on them." +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi |