diff options
author | E. Liddell <[email protected]> | 2020-02-23 17:02:25 -0500 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-22 14:33:58 +0200 |
commit | bea4b1d209293af1e29d548438aa2947d9a2b25f (patch) | |
tree | 1d3cff618d7d720c64a7b410b96ae3f775107920 /trinity-base/kfind/kfind-14.0.6.ebuild | |
parent | 7c6c73446da9dbd918b3e903b9666730d48e3db3 (diff) | |
download | tde-packaging-gentoo-bea4b1d209293af1e29d548438aa2947d9a2b25f.tar.gz tde-packaging-gentoo-bea4b1d209293af1e29d548438aa2947d9a2b25f.zip |
stable ebuilds round 2--rebase and manifests
Signed-off-by: E. Liddell <[email protected]>
Diffstat (limited to 'trinity-base/kfind/kfind-14.0.6.ebuild')
-rw-r--r-- | trinity-base/kfind/kfind-14.0.6.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/trinity-base/kfind/kfind-14.0.6.ebuild b/trinity-base/kfind/kfind-14.0.6.ebuild new file mode 100644 index 00000000..8f4760f9 --- /dev/null +++ b/trinity-base/kfind/kfind-14.0.6.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="7" +TRINITY_MODULE_NAME="tdebase" + +inherit trinity-meta-2 + +DESCRIPTION="Trinity file find utility" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="=trinity-base/libkonq-${PV}" +RDEPEND="${DEPEND}" |