public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd-ui: systemd-ui-2.ebuild ChangeLog
@ 2013-03-25 19:25 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2013-03-25 19:25 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/03/25 19:25:25

  Modified:             ChangeLog
  Added:                systemd-ui-2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)

Revision  Changes    Path
1.3                  sys-apps/systemd-ui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	15 Dec 2012 13:06:20 -0000	1.2
+++ ChangeLog	25 Mar 2013 19:25:25 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/systemd-ui
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.2 2012/12/15 13:06:20 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.3 2013/03/25 19:25:25 mgorny Exp $
+
+*systemd-ui-2 (25 Mar 2013)
+
+  25 Mar 2013; Michał Górny <mgorny@gentoo.org> +systemd-ui-2.ebuild:
+  Version bump.
 
 *systemd-ui-9999 (15 Dec 2012)
 



1.1                  sys-apps/systemd-ui/systemd-ui-2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild?rev=1.1&content-type=text/plain

Index: systemd-ui-2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild,v 1.1 2013/03/25 19:25:25 mgorny Exp $

EAPI=4

inherit autotools-utils

DESCRIPTION="System and service manager for Linux"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

VALASLOT="0.14"

RDEPEND="!sys-apps/systemd[gtk]
	>=dev-libs/glib-2.26
	dev-libs/libgee:0.8
	sys-apps/dbus
	x11-libs/gtk+:2
	>=x11-libs/libnotify-0.7"

DEPEND="${RDEPEND}
	app-arch/xz-utils
	dev-lang/vala:${VALASLOT}"

# Due to vala being broken.
AUTOTOOLS_IN_SOURCE_BUILD=1

src_prepare() {
	# Force the rebuild of .vala sources
	touch src/*.vala || die

	# Fix hardcoded path in .vala.
	sed -i -e 's:/lib/systemd:/usr/lib/systemd:g' src/*.vala || die

	autotools-utils_src_prepare
}

src_configure() {
	export VALAC="$(type -p valac-${VALASLOT})"
	autotools-utils_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd-ui: systemd-ui-2.ebuild ChangeLog
@ 2014-05-04  5:33 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2014-05-04  5:33 UTC (permalink / raw
  To: gentoo-commits

tetromino    14/05/04 05:33:56

  Modified:             systemd-ui-2.ebuild ChangeLog
  Log:
  Add VALA_MAX_API_VERSION, fails to build with valac-0.24
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.6                  sys-apps/systemd-ui/systemd-ui-2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild?r1=1.5&r2=1.6

Index: systemd-ui-2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- systemd-ui-2.ebuild	7 Jan 2014 09:58:31 -0000	1.5
+++ systemd-ui-2.ebuild	4 May 2014 05:33:56 -0000	1.6
@@ -1,11 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild,v 1.5 2014/01/07 09:58:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild,v 1.6 2014/05/04 05:33:56 tetromino Exp $
 
 EAPI=4
 
 # Needed per https://bugs.freedesktop.org/show_bug.cgi?id=69643#c5
 VALA_MIN_API_VERSION=0.22
+VALA_MAX_API_VERSION=0.22 # fails with vala-0.24; should be fixed in >=systemd-ui-4
 
 inherit autotools-utils systemd vala
 



1.8                  sys-apps/systemd-ui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	7 Jan 2014 09:58:32 -0000	1.7
+++ ChangeLog	4 May 2014 05:33:56 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/systemd-ui
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.7 2014/01/07 09:58:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.8 2014/05/04 05:33:56 tetromino Exp $
+
+  04 May 2014; Alexandre Rostovtsev <tetromino@gentoo.org> systemd-ui-2.ebuild:
+  Add VALA_MAX_API_VERSION, fails to build with valac-0.24
 
   07 Jan 2014; Pacho Ramos <pacho@gentoo.org> systemd-ui-2.ebuild,
   systemd-ui-9999.ebuild:





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

end of thread, other threads:[~2014-05-04  5:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-04  5:33 [gentoo-commits] gentoo-x86 commit in sys-apps/systemd-ui: systemd-ui-2.ebuild ChangeLog Alexandre Rostovtsev (tetromino)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-25 19:25 Michal Gorny (mgorny)

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