diff options
Diffstat (limited to 'kde-base/qyoto')
-rw-r--r-- | kde-base/qyoto/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/qyoto/qyoto-4.13.1.ebuild | 33 |
2 files changed, 4 insertions, 34 deletions
diff --git a/kde-base/qyoto/ChangeLog b/kde-base/qyoto/ChangeLog index 6d912ab0795a..1c8110b25874 100644 --- a/kde-base/qyoto/ChangeLog +++ b/kde-base/qyoto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/qyoto # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.123 2014/06/19 13:02:01 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.124 2014/06/19 13:32:52 creffett Exp $ + + 19 Jun 2014; Chris Reffett <creffett@gentoo.org> -qyoto-4.13.1.ebuild: + Remove KDE SC 4.13.1 19 Jun 2014; Chris Reffett <creffett@gentoo.org> -qyoto-4.13.0.ebuild: Remove KDE SC 4.13.0 diff --git a/kde-base/qyoto/qyoto-4.13.1.ebuild b/kde-base/qyoto/qyoto-4.13.1.ebuild deleted file mode 100644 index be8afecc542a..000000000000 --- a/kde-base/qyoto/qyoto-4.13.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/qyoto-4.13.1.ebuild,v 1.1 2014/05/13 17:43:36 johu Exp $ - -EAPI=5 - -KDE_REQUIRED="never" -inherit mono-env kde4-base - -DESCRIPTION="C# bindings for Qt" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +phonon qscintilla webkit" -HOMEPAGE="http://techbase.kde.org/Development/Languages/Qyoto" - -DEPEND=" - dev-lang/mono - $(add_kdebase_dep smokeqt 'opengl,phonon?,qscintilla?,webkit?') -" -RDEPEND="${DEPEND}" - -pkg_setup() { - mono-env_pkg_setup - kde4-base_pkg_setup -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with phonon) - $(cmake-utils_use_disable qscintilla QScintilla) - $(cmake-utils_use_disable webkit QtWebKit) - ) - kde4-base_src_configure -} |