* [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-ui/
@ 2012-02-11 14:39 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2012-02-11 14:39 UTC (permalink / raw
To: gentoo-commits
commit: 59153c72cceb41485bc591b8ecd0bc544bdb3ae2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 14:08:16 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 14:39:52 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=59153c72
sys-apps/systemd-ui: Introduce ebuild for separated systemd UI tools.
(Portage version: 2.2.0_alpha85_p38/git/Linux x86_64, unsigned Manifest commit)
---
sys-apps/systemd-ui/metadata.xml | 8 +++
sys-apps/systemd-ui/systemd-ui-9999.ebuild | 68 ++++++++++++++++++++++++++++
2 files changed, 76 insertions(+), 0 deletions(-)
diff --git a/sys-apps/systemd-ui/metadata.xml b/sys-apps/systemd-ui/metadata.xml
new file mode 100644
index 0000000..fe305d2
--- /dev/null
+++ b/sys-apps/systemd-ui/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>systemd@gentoo.org</email>
+ <name>Gentoo systemd team</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/sys-apps/systemd-ui/systemd-ui-9999.ebuild b/sys-apps/systemd-ui/systemd-ui-9999.ebuild
new file mode 100644
index 0000000..9a44c23
--- /dev/null
+++ b/sys-apps/systemd-ui/systemd-ui-9999.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+#if LIVE
+AUTOTOOLS_AUTORECONF=yes
+EGIT_REPO_URI="git://anongit.freedesktop.org/systemd/${PN}
+ http://cgit.freedesktop.org/systemd/${PN}/"
+
+inherit git-2
+#endif
+
+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
+ sys-apps/dbus
+ x11-libs/gtk+:2
+ >=x11-libs/libnotify-0.7"
+
+DEPEND="${RDEPEND}
+ app-arch/xz-utils
+ dev-lang/vala:${VALASLOT}"
+
+#if LIVE
+SRC_URI=
+KEYWORDS=
+
+DEPEND="${DEPEND}
+ app-text/docbook-xml-dtd:4.2"
+#endif
+
+# 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() {
+ local myeconfargs=(
+ # install everything to /usr
+ --with-rootprefix=/usr
+ )
+
+ export VALAC="$(type -p valac-${VALASLOT})"
+ autotools-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-ui/
@ 2012-03-31 11:55 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2012-03-31 11:55 UTC (permalink / raw
To: gentoo-commits
commit: ee23646c9bc11c0cb4bd120306ebd1b6bdebbe30
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 31 11:55:05 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 31 11:55:05 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=ee23646c
sys-apps/systemd-ui: --with-rootprefix option was removed.
(Portage version: 2.2.0_alpha96_p5/git/Linux x86_64, unsigned Manifest commit)
---
sys-apps/systemd-ui/systemd-ui-9999.ebuild | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/sys-apps/systemd-ui/systemd-ui-9999.ebuild b/sys-apps/systemd-ui/systemd-ui-9999.ebuild
index 9a44c23..fc30ab1 100644
--- a/sys-apps/systemd-ui/systemd-ui-9999.ebuild
+++ b/sys-apps/systemd-ui/systemd-ui-9999.ebuild
@@ -58,11 +58,6 @@ src_prepare() {
}
src_configure() {
- local myeconfargs=(
- # install everything to /usr
- --with-rootprefix=/usr
- )
-
export VALAC="$(type -p valac-${VALASLOT})"
autotools-utils_src_configure
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-ui/
@ 2012-11-17 11:58 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2012-11-17 11:58 UTC (permalink / raw
To: gentoo-commits
commit: fbfe20a2cfa7bce848a0cde9ec8d296eed2eacce
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 17 12:00:01 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 17 12:00:01 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=fbfe20a2
sys-apps/systemd-ui: Update libgee dep following upstream preference.
Package-Manager: portage-2.2.0_alpha142
---
sys-apps/systemd-ui/systemd-ui-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sys-apps/systemd-ui/systemd-ui-9999.ebuild b/sys-apps/systemd-ui/systemd-ui-9999.ebuild
index 376d0c2..8ca74a5 100644
--- a/sys-apps/systemd-ui/systemd-ui-9999.ebuild
+++ b/sys-apps/systemd-ui/systemd-ui-9999.ebuild
@@ -27,7 +27,7 @@ VALASLOT="0.14"
RDEPEND="!sys-apps/systemd[gtk]
>=dev-libs/glib-2.26
- dev-libs/libgee:0
+ dev-libs/libgee:0.8
sys-apps/dbus
x11-libs/gtk+:2
>=x11-libs/libnotify-0.7"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-17 11:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-17 11:58 [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-ui/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2012-03-31 11:55 Michał Górny
2012-02-11 14:39 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox