diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-03-31 11:52:03 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-03-31 11:52:03 +0000 |
commit | 2acfaf174463a6d25686741efdb4c3fba93529bc (patch) | |
tree | 6db358b53a3ad1d024757fcd1cc64c96cf21233a /sys-apps/systemd-ui | |
parent | Some eclass fuck up S declaration in eapi4 :/ (diff) | |
download | historical-2acfaf174463a6d25686741efdb4c3fba93529bc.tar.gz historical-2acfaf174463a6d25686741efdb4c3fba93529bc.tar.bz2 historical-2acfaf174463a6d25686741efdb4c3fba93529bc.zip |
Introduce a separate ebuild for the first release of systemd-ui.
Package-Manager: portage-2.2.0_alpha96_p5/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/systemd-ui')
-rw-r--r-- | sys-apps/systemd-ui/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/systemd-ui/Manifest | 16 | ||||
-rw-r--r-- | sys-apps/systemd-ui/metadata.xml | 8 | ||||
-rw-r--r-- | sys-apps/systemd-ui/systemd-ui-1.ebuild | 47 |
4 files changed, 81 insertions, 0 deletions
diff --git a/sys-apps/systemd-ui/ChangeLog b/sys-apps/systemd-ui/ChangeLog new file mode 100644 index 000000000000..2344f8946aed --- /dev/null +++ b/sys-apps/systemd-ui/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2012/03/31 11:52:03 mgorny Exp $ + +*systemd-ui-1 (31 Mar 2012) + + 31 Mar 2012; Michał Górny <mgorny@gentoo.org> +systemd-ui-1.ebuild, + +metadata.xml: + Introduce a separate ebuild for the first release of systemd-ui. + diff --git a/sys-apps/systemd-ui/Manifest b/sys-apps/systemd-ui/Manifest new file mode 100644 index 000000000000..99b0cff7e1cd --- /dev/null +++ b/sys-apps/systemd-ui/Manifest @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST systemd-ui-1.tar.xz 150000 RMD160 e1a42565f5388cca963b982dc82c30bfad39de65 SHA1 94484cf7998ef407f1dad42f920a9622be41c6cc SHA256 7f8c27ce9a1e51ae409f5320406a8ed83fdb9088fc313a7cfcc93673345f8dab +EBUILD systemd-ui-1.ebuild 1070 RMD160 dabfce6205ab9dd539b45d41d441d86d64e73980 SHA1 45137fd1bf0081cdc3d740ac949821bd8b10f258 SHA256 1a624c59c5ba470c0c58b16286b3873674475544f522bb1aa0fda377de703e96 +MISC ChangeLog 397 RMD160 dfe617254867cca5b15c1e5f724b2dc1fcccc728 SHA1 eac96c54ad1aa6a979a2d9428c118af17004ce35 SHA256 877560195b5f098586696ff7d2434801d50d7327e1d9b5feb444b10d3aeefd8c +MISC metadata.xml 239 RMD160 48fff3a59a14a4674f4923e61acccea48406b2c9 SHA1 f498cfad0908520548dc5ec84a120cb0b5504bea SHA256 1731c6552b4584e3ca0d760cb9504233311f18bdd2804cebfc06feb2f60b042b +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.19 (GNU/Linux) + +iJwEAQEIAAYFAk927/0ACgkQfXuS5UK5QB0W0wP/dYISaZrvBhBc9wUufC8wQdsj +t/rn/fZqp4pYTtNB8u785BRzCDYoMXtJFUt+5SKZFGjQ3adMWFbfIryyvdoHfOd+ +o3y0jtoulVUyyMt+4U+NidDVRPTI7VvrbLw7kxU3xcW0Ik6p8+GxFMvaCDxff3ge +74HoOUFneb0cpCC7n9Q= +=zkDB +-----END PGP SIGNATURE----- diff --git a/sys-apps/systemd-ui/metadata.xml b/sys-apps/systemd-ui/metadata.xml new file mode 100644 index 000000000000..fe305d209585 --- /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-1.ebuild b/sys-apps/systemd-ui/systemd-ui-1.ebuild new file mode 100644 index 000000000000..0ede5f9a5024 --- /dev/null +++ b/sys-apps/systemd-ui/systemd-ui-1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-1.ebuild,v 1.1 2012/03/31 11:52:03 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 + 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 +} |