diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-11-19 17:45:28 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-11-19 17:45:28 +0100 |
commit | e6636bd5d6280d92996bd70b744e8a29e54c7e18 (patch) | |
tree | 014989bddcbc22c7a8d4dafa7b78f3e55b184718 /gentoo/trinity-base/kdegraphics-meta | |
parent | 4b7471734323c7cb5bdc129857c94041418c81b5 (diff) | |
download | tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.tar.gz tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.zip |
Gentoo: Initial import of an ebuilds tree
from Fat-Zer's (Alexander Golubev) repository.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'gentoo/trinity-base/kdegraphics-meta')
-rw-r--r-- | gentoo/trinity-base/kdegraphics-meta/kdegraphics-meta-3.5.13.1.ebuild | 39 | ||||
-rw-r--r-- | gentoo/trinity-base/kdegraphics-meta/metadata.xml | 8 |
2 files changed, 47 insertions, 0 deletions
diff --git a/gentoo/trinity-base/kdegraphics-meta/kdegraphics-meta-3.5.13.1.ebuild b/gentoo/trinity-base/kdegraphics-meta/kdegraphics-meta-3.5.13.1.ebuild new file mode 100644 index 000000000..5aa7282bb --- /dev/null +++ b/gentoo/trinity-base/kdegraphics-meta/kdegraphics-meta-3.5.13.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="5" + +inherit trinity-functions + +set-trinityver + +DESCRIPTION="kdegraphics metapackage - merge this to pull in all kdegraphics-derived packages" +HOMEPAGE="http://www.trinitydesktop.org/" +LICENSE="GPL-2 LGPL-2" + +SLOT="${TRINITY_VER}" +IUSE="" +KEYWORDS="amd64 x86" + +RDEPEND=" + >=trinity-base/kamera-${PV}:${SLOT} + >=trinity-base/kcoloredit-${PV}:${SLOT} + >=trinity-base/kdvi-${PV}:${SLOT} + >=trinity-base/kfax-${PV}:${SLOT} + >=trinity-base/kdegraphics-kfile-plugins-${PV}:${SLOT} + >=trinity-base/kdegraphics-doc-${PV}:${SLOT} + >=trinity-base/kgamma-${PV}:${SLOT} + >=trinity-base/kghostview-${PV}:${SLOT} + >=trinity-base/kiconedit-${PV}:${SLOT} + >=trinity-base/kmrml-${PV}:${SLOT} + >=trinity-base/kolourpaint-${PV}:${SLOT} + >=trinity-base/kooka-${PV}:${SLOT} + >=trinity-base/kpdf-${PV}:${SLOT} + >=trinity-base/kpovmodeler-${PV}:${SLOT} + >=trinity-base/kruler-${PV}:${SLOT} + >=trinity-base/ksnapshot-${PV}:${SLOT} + >=trinity-base/ksvg-${PV}:${SLOT} + >=trinity-base/kuickshow-${PV}:${SLOT} + >=trinity-base/kview-${PV}:${SLOT} + >=trinity-base/kviewshell-${PV}:${SLOT} + >=trinity-base/libkscan-${PV}:${SLOT}" diff --git a/gentoo/trinity-base/kdegraphics-meta/metadata.xml b/gentoo/trinity-base/kdegraphics-meta/metadata.xml new file mode 100644 index 000000000..6e9f5e4a1 --- /dev/null +++ b/gentoo/trinity-base/kdegraphics-meta/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>fatzer2@gmail.com</email> + <name>Alexander Golubev</name> + </maintainer> +</pkgmetadata> |