diff options
Diffstat (limited to 'gentoo/trinity-base/ksplashml/ksplashml-3.5.13.2.ebuild')
m--------- | gentoo | 0 | ||||
-rw-r--r-- | gentoo/trinity-base/ksplashml/ksplashml-3.5.13.2.ebuild | 23 |
2 files changed, 0 insertions, 23 deletions
diff --git a/gentoo b/gentoo new file mode 160000 +Subproject 644110a847c5911c2eb04eb53c93031740561ef diff --git a/gentoo/trinity-base/ksplashml/ksplashml-3.5.13.2.ebuild b/gentoo/trinity-base/ksplashml/ksplashml-3.5.13.2.ebuild deleted file mode 100644 index edabaa78e..000000000 --- a/gentoo/trinity-base/ksplashml/ksplashml-3.5.13.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI="5" -TRINITY_MODULE_NAME="kdebase" - -inherit trinity-meta - -DESCRIPTION="Trinity splashscreen framework (of Trinity itself, not of individual apps)" -KEYWORDS="~amd64 ~x86" -IUSE="xinerama" - -DEPEND="x11-libs/libXcursor - xinerama? ( x11-proto/xineramaproto )" -RDEPEND="$DEPEND" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with xinerama XINERAMA) - ) - - trinity-meta_src_configure -} |