public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: ChangeLog superkaramba-4.11.2.ebuild
@ 2013-10-09 23:04 Chris Reffett (creffett)
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Reffett (creffett) @ 2013-10-09 23:04 UTC (permalink / raw
  To: gentoo-commits

creffett    13/10/09 23:04:22

  Modified:             ChangeLog
  Added:                superkaramba-4.11.2.ebuild
  Log:
  Version bump KDE SC 4.11.2
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 42618354)

Revision  Changes    Path
1.268                kde-base/superkaramba/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- ChangeLog	5 Sep 2013 18:44:05 -0000	1.267
+++ ChangeLog	9 Oct 2013 23:04:21 -0000	1.268
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/superkaramba
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.267 2013/09/05 18:44:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.268 2013/10/09 23:04:21 creffett Exp $
+
+*superkaramba-4.11.2 (08 Oct 2013)
+
+  08 Oct 2013; Chris Reffett <creffett@gentoo.org> +superkaramba-4.11.2.ebuild:
+  Version bump KDE SC 4.11.2
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org> superkaramba-4.10.5.ebuild:
   Clean up PYTHON_COMPAT from old implementations.



1.1                  kde-base/superkaramba/superkaramba-4.11.2.ebuild

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

Index: superkaramba-4.11.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.11.2.ebuild,v 1.1 2013/10/09 23:04:22 creffett Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )
inherit python-single-r1 kde4-base

DESCRIPTION="A tool to create interactive applets for the KDE desktop."
HOMEPAGE="http://www.kde.org/applications/utilities/superkaramba
http://utils.kde.org/projects/superkaramba"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug python"

REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

DEPEND="
	media-libs/qimageblitz
	x11-libs/libX11
	x11-libs/libXrender
	python? (
		${PYTHON_DEPS}
		$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
	)
"
RDEPEND="${DEPEND}
	python? ( $(add_kdebase_dep krosspython "${PYTHON_USEDEP}") )
"

pkg_setup() {
	python-single-r1_pkg_setup
	kde4-base_pkg_setup
}

src_configure() {
	local mycmakeargs=(
		$(cmake-utils_use_with python PythonLibs)
	)

	kde4-base_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: ChangeLog superkaramba-4.11.2.ebuild
@ 2014-02-23 10:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-02-23 10:02 UTC (permalink / raw
  To: gentoo-commits

ago         14/02/23 10:02:01

  Modified:             ChangeLog
  Removed:              superkaramba-4.11.2.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.291                kde-base/superkaramba/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- ChangeLog	23 Feb 2014 09:08:03 -0000	1.290
+++ ChangeLog	23 Feb 2014 10:02:01 -0000	1.291
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/superkaramba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.290 2014/02/23 09:08:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.291 2014/02/23 10:02:01 ago Exp $
+
+  23 Feb 2014; Agostino Sarubbo <ago@gentoo.org> -superkaramba-4.11.2.ebuild:
+  Remove old
 
   23 Feb 2014; Agostino Sarubbo <ago@gentoo.org> superkaramba-4.11.5.ebuild:
   Stable for ppc64, wrt bug #493782





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

end of thread, other threads:[~2014-02-23 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-23 10:02 [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: ChangeLog superkaramba-4.11.2.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-09 23:04 Chris Reffett (creffett)

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