diff options
author | Slávek Banko <[email protected]> | 2019-11-28 02:34:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-11-28 02:34:44 +0100 |
commit | 644110a847c5911c2eb04eb53c93031740561efc (patch) | |
tree | 9658dde1cc70b52b233957b7852f87d997e98156 /trinity-base/tdegraphics-meta | |
download | tde-packaging-gentoo-644110a847c5911c2eb04eb53c93031740561efc.tar.gz tde-packaging-gentoo-644110a847c5911c2eb04eb53c93031740561efc.zip |
Initial import of an ebuilds tree
from Fat-Zer's (Alexander Golubev) repository.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'trinity-base/tdegraphics-meta')
-rw-r--r-- | trinity-base/tdegraphics-meta/metadata.xml | 8 | ||||
-rw-r--r-- | trinity-base/tdegraphics-meta/tdegraphics-meta-9999.ebuild | 40 |
2 files changed, 48 insertions, 0 deletions
diff --git a/trinity-base/tdegraphics-meta/metadata.xml b/trinity-base/tdegraphics-meta/metadata.xml new file mode 100644 index 00000000..6e9f5e4a --- /dev/null +++ b/trinity-base/tdegraphics-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>[email protected]</email> + <name>Alexander Golubev</name> + </maintainer> +</pkgmetadata> diff --git a/trinity-base/tdegraphics-meta/tdegraphics-meta-9999.ebuild b/trinity-base/tdegraphics-meta/tdegraphics-meta-9999.ebuild new file mode 100644 index 00000000..565190d3 --- /dev/null +++ b/trinity-base/tdegraphics-meta/tdegraphics-meta-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 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="" +[[ ${PV} == *9999* ]] || \ +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/tdegraphics-tdefile-plugins-${PV}:${SLOT} + >=trinity-base/tdegraphics-doc-${PV}:${SLOT} + >=trinity-base/kgamma-${PV}:${SLOT} + >=trinity-base/kghostview-${PV}:${SLOT} + >=trinity-base/tdeiconedit-${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}" |