public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/qyoto: ChangeLog qyoto-4.12.1.ebuild
@ 2014-01-18 11:23 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2014-01-18 11:23 UTC (permalink / raw
  To: gentoo-commits

dilfridge    14/01/18 11:23:43

  Modified:             ChangeLog
  Added:                qyoto-4.12.1.ebuild
  Log:
  Version bump KDE SC 4.12.1
  
  (Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)

Revision  Changes    Path
1.100                kde-base/qyoto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	10 Jan 2014 04:32:17 -0000	1.99
+++ ChangeLog	18 Jan 2014 11:23:43 -0000	1.100
@@ -1,6 +1,11 @@
 # 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.99 2014/01/10 04:32:17 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.100 2014/01/18 11:23:43 dilfridge Exp $
+
+*qyoto-4.12.1 (18 Jan 2014)
+
+  18 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> +qyoto-4.12.1.ebuild:
+  Version bump KDE SC 4.12.1
 
   10 Jan 2014; Chris Reffett <creffett@gentoo.org> -qyoto-4.11.4.ebuild:
   Remove KDE SC 4.11.4



1.1                  kde-base/qyoto/qyoto-4.12.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/qyoto-4.12.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/qyoto-4.12.1.ebuild?rev=1.1&content-type=text/plain

Index: qyoto-4.12.1.ebuild
===================================================================
# 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.12.1.ebuild,v 1.1 2014/01/18 11:23:43 dilfridge 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
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/qyoto: ChangeLog qyoto-4.12.1.ebuild
@ 2014-02-14 12:23 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2014-02-14 12:23 UTC (permalink / raw
  To: gentoo-commits

johu        14/02/14 12:23:14

  Modified:             ChangeLog
  Removed:              qyoto-4.12.1.ebuild
  Log:
  Remove KDE SC 4.12.1
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

Revision  Changes    Path
1.105                kde-base/qyoto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?r1=1.104&r2=1.105

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	9 Feb 2014 10:04:27 -0000	1.104
+++ ChangeLog	14 Feb 2014 12:23:14 -0000	1.105
@@ -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.104 2014/02/09 10:04:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.105 2014/02/14 12:23:14 johu Exp $
+
+  14 Feb 2014; Johannes Huber <johu@gentoo.org> -qyoto-4.12.1.ebuild:
+  Remove KDE SC 4.12.1
 
   09 Feb 2014; Agostino Sarubbo <ago@gentoo.org> qyoto-4.11.5.ebuild:
   Stable for amd64, wrt bug #493782





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-14 12:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-14 12:23 [gentoo-commits] gentoo-x86 commit in kde-base/qyoto: ChangeLog qyoto-4.12.1.ebuild Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-18 11:23 Andreas HAttel (dilfridge)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox