public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-common/files/, sys-apps/systemd-common/
@ 2011-04-18  7:16 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2011-04-18  7:16 UTC (permalink / raw
  To: gentoo-commits

commit:     80fbadd38d2ff42b5edf2432e0e93fc2f34ecefa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 07:14:57 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 07:14:57 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=80fbadd3

sys-apps/systemd-common: Introduce systemd-common -- common services.

(Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest commit with key 05DE07BB)

---
 sys-apps/systemd-common/Manifest                |   13 ++++++++++
 sys-apps/systemd-common/files/v1.tar.bz2        |  Bin 0 -> 1052 bytes
 sys-apps/systemd-common/metadata.xml            |    9 +++++++
 sys-apps/systemd-common/systemd-common-1.ebuild |   29 +++++++++++++++++++++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/sys-apps/systemd-common/Manifest b/sys-apps/systemd-common/Manifest
new file mode 100644
index 0000000..28776de
--- /dev/null
+++ b/sys-apps/systemd-common/Manifest
@@ -0,0 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+AUX v1.tar.bz2 1052 RMD160 175f0f119a6647032385cee1030448dbf09993a7 SHA1 d0b17543cf46a63f1a6f49ac0518af2953ce0288 SHA256 a3651c032ce67fb73fc427282fab747c0557e607e29a9e90dec578ad9d605e04
+EBUILD systemd-common-1.ebuild 482 RMD160 aeb7288b282c1d292bf29325f7900e6594811614 SHA1 72ab24de75faf6f6f4979c95e31db9c20dcb6836 SHA256 9ea207d02530c01837bbd2e62fca6a78b41d3328ac4a0e808dd5675754c42cd5
+MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640acbe75500ca6067b5f565223f62fbd525bda216b972
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEARECAAYFAk2r5PEACgkQnGSe5QXeB7t0uACfU5ja6YBxFgbh5vKSw0REwqqe
+AT0An1QuHbDJAZfwJJqTQIyNJ+PTOKBW
+=Sf3H
+-----END PGP SIGNATURE-----

diff --git a/sys-apps/systemd-common/files/v1.tar.bz2 b/sys-apps/systemd-common/files/v1.tar.bz2
new file mode 100644
index 0000000..a017282
Binary files /dev/null and b/sys-apps/systemd-common/files/v1.tar.bz2 differ

diff --git a/sys-apps/systemd-common/metadata.xml b/sys-apps/systemd-common/metadata.xml
new file mode 100644
index 0000000..af81389
--- /dev/null
+++ b/sys-apps/systemd-common/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/sys-apps/systemd-common/systemd-common-1.ebuild b/sys-apps/systemd-common/systemd-common-1.ebuild
new file mode 100644
index 0000000..318a14c
--- /dev/null
+++ b/sys-apps/systemd-common/systemd-common-1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit systemd
+
+DESCRIPTION="A set of common systemd service units"
+HOMEPAGE="http://0pointer.de/public/systemd-units/"
+SRC_URI=""
+
+# XXX
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!sys-apps/systemd-units[basic]"
+
+S=${WORKDIR}
+
+src_unpack() {
+	tar -x -f "${FILESDIR}"/v${PV}.tar.bz2 || die
+}
+
+src_install() {
+	systemd_dounit *
+}



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

* [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-common/files/, sys-apps/systemd-common/
@ 2011-04-18  9:22 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2011-04-18  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     fea0aab4dde536b3b4c27f282b968cbaec1badc3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 09:22:38 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 09:22:38 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=fea0aab4

sys-apps/systemd-common: Add some networking scripts, and xdm@.

(Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest commit with key 05DE07BB)

---
 sys-apps/systemd-common/Manifest                   |    9 +++++----
 sys-apps/systemd-common/files/v2.tar.bz2           |  Bin 0 -> 600 bytes
 ...emd-common-1.ebuild => systemd-common-2.ebuild} |    6 +++++-
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/sys-apps/systemd-common/Manifest b/sys-apps/systemd-common/Manifest
index 28776de..07bc23e 100644
--- a/sys-apps/systemd-common/Manifest
+++ b/sys-apps/systemd-common/Manifest
@@ -2,12 +2,13 @@
 Hash: SHA1
 
 AUX v1.tar.bz2 1052 RMD160 175f0f119a6647032385cee1030448dbf09993a7 SHA1 d0b17543cf46a63f1a6f49ac0518af2953ce0288 SHA256 a3651c032ce67fb73fc427282fab747c0557e607e29a9e90dec578ad9d605e04
-EBUILD systemd-common-1.ebuild 482 RMD160 aeb7288b282c1d292bf29325f7900e6594811614 SHA1 72ab24de75faf6f6f4979c95e31db9c20dcb6836 SHA256 9ea207d02530c01837bbd2e62fca6a78b41d3328ac4a0e808dd5675754c42cd5
+AUX v2.tar.bz2 600 RMD160 101a57ada394b5f2f200849672ea30d22b9645a8 SHA1 c57181748d52d6d112af7c7799562eedf8751e56 SHA256 9dd61b1737d875d08861ae884427ab909e1256d9a5642ed736d1900b4dc47c70
+EBUILD systemd-common-2.ebuild 527 RMD160 ab1268f604178947d0bc7ab0afa335a8ec7b7df9 SHA1 3b71db6ef991ae9e9b406ef8fde693cc36ee1e7f SHA256 ad4f9fc25aa7b8b6000a3359962888575537b5ef2131f535df5a9193706827ee
 MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640acbe75500ca6067b5f565223f62fbd525bda216b972
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iEYEARECAAYFAk2r5PEACgkQnGSe5QXeB7t0uACfU5ja6YBxFgbh5vKSw0REwqqe
-AT0An1QuHbDJAZfwJJqTQIyNJ+PTOKBW
-=Sf3H
+iEYEARECAAYFAk2sAt4ACgkQnGSe5QXeB7t6+wCgsWcifobh2+AKveS7iMLNnLcA
+GccAn1xQbLa9fIpBlYATwBt1S9CmH7ld
+=Ei5C
 -----END PGP SIGNATURE-----

diff --git a/sys-apps/systemd-common/files/v2.tar.bz2 b/sys-apps/systemd-common/files/v2.tar.bz2
new file mode 100644
index 0000000..b9c258b
Binary files /dev/null and b/sys-apps/systemd-common/files/v2.tar.bz2 differ

diff --git a/sys-apps/systemd-common/systemd-common-1.ebuild b/sys-apps/systemd-common/systemd-common-2.ebuild
similarity index 82%
rename from sys-apps/systemd-common/systemd-common-1.ebuild
rename to sys-apps/systemd-common/systemd-common-2.ebuild
index 318a14c..8536b3e 100644
--- a/sys-apps/systemd-common/systemd-common-1.ebuild
+++ b/sys-apps/systemd-common/systemd-common-2.ebuild
@@ -21,7 +21,11 @@ RDEPEND="!sys-apps/systemd-units[basic]"
 S=${WORKDIR}
 
 src_unpack() {
-	tar -x -f "${FILESDIR}"/v${PV}.tar.bz2 || die
+	local v
+
+	for v in $(seq 1 ${PV}); do
+		tar -x -f "${FILESDIR}"/v${v}.tar.bz2 || die
+	done
 }
 
 src_install() {



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

* [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-common/files/, sys-apps/systemd-common/
@ 2011-04-20 16:48 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2011-04-20 16:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a42ce1d6c1b94c76b346b8064ce64bb403295f53
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 16:48:28 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 16:48:28 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=a42ce1d6

sys-apps/systemd-common: Add notes about .service file sources.

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 05DE07BB)

---
 sys-apps/systemd-common/Manifest        |    7 ++++---
 sys-apps/systemd-common/files/notes.txt |   12 ++++++++++++
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/sys-apps/systemd-common/Manifest b/sys-apps/systemd-common/Manifest
index 07bc23e..3c1bb51 100644
--- a/sys-apps/systemd-common/Manifest
+++ b/sys-apps/systemd-common/Manifest
@@ -1,6 +1,7 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
+AUX notes.txt 248 RMD160 47e0222ebf0a9ae4f45e3f5f911e8f89e3a6eb8b SHA1 9bf052c90151888178277c499dca4c7425f5d967 SHA256 efb8d4cbfe4aae70c35bc262be5655b24ce5de4462ba103fe8263ae21a76854b
 AUX v1.tar.bz2 1052 RMD160 175f0f119a6647032385cee1030448dbf09993a7 SHA1 d0b17543cf46a63f1a6f49ac0518af2953ce0288 SHA256 a3651c032ce67fb73fc427282fab747c0557e607e29a9e90dec578ad9d605e04
 AUX v2.tar.bz2 600 RMD160 101a57ada394b5f2f200849672ea30d22b9645a8 SHA1 c57181748d52d6d112af7c7799562eedf8751e56 SHA256 9dd61b1737d875d08861ae884427ab909e1256d9a5642ed736d1900b4dc47c70
 EBUILD systemd-common-2.ebuild 527 RMD160 ab1268f604178947d0bc7ab0afa335a8ec7b7df9 SHA1 3b71db6ef991ae9e9b406ef8fde693cc36ee1e7f SHA256 ad4f9fc25aa7b8b6000a3359962888575537b5ef2131f535df5a9193706827ee
@@ -8,7 +9,7 @@ MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iEYEARECAAYFAk2sAt4ACgkQnGSe5QXeB7t6+wCgsWcifobh2+AKveS7iMLNnLcA
-GccAn1xQbLa9fIpBlYATwBt1S9CmH7ld
-=Ei5C
+iEYEARECAAYFAk2vDlwACgkQnGSe5QXeB7vGNQCcC11gJZr9zLk6kjGmCUp9HW6I
+vk8AoNYT5ONsjWLPUzKWl+JLiTU/0Jkg
+=aoCX
 -----END PGP SIGNATURE-----

diff --git a/sys-apps/systemd-common/files/notes.txt b/sys-apps/systemd-common/files/notes.txt
new file mode 100644
index 0000000..ec91a2c
--- /dev/null
+++ b/sys-apps/systemd-common/files/notes.txt
@@ -0,0 +1,12 @@
+Note on .service files:
+
+acpid	unofficial, ugly (XXX)
+dhcpcd	unofficial
+sshd	unofficial
+sysklogd	unofficial, don't expect anything anytime soon
+syslog-ng	unofficial
+vixie-cron	unofficial
+wpa_supplicant	unofficial
+xdm	unofficial
+
+# vim:ts=16:sts=16



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

* [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-common/files/, sys-apps/systemd-common/
@ 2011-04-20 20:27 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2011-04-20 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4d1e6152e69934717a1fca97929d6f732dd64dbe
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 20:27:36 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 20:27:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=4d1e6152

sys-apps/systemd-common: Add metalog & rsyslogd.

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 05DE07BB)

---
 sys-apps/systemd-common/Manifest                   |   11 ++++++-----
 sys-apps/systemd-common/files/notes.txt            |    9 ++++++++-
 sys-apps/systemd-common/files/v3.tar.bz2           |  Bin 0 -> 328 bytes
 ...emd-common-2.ebuild => systemd-common-3.ebuild} |    0
 4 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/sys-apps/systemd-common/Manifest b/sys-apps/systemd-common/Manifest
index 3c1bb51..1926b36 100644
--- a/sys-apps/systemd-common/Manifest
+++ b/sys-apps/systemd-common/Manifest
@@ -1,15 +1,16 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-AUX notes.txt 248 RMD160 47e0222ebf0a9ae4f45e3f5f911e8f89e3a6eb8b SHA1 9bf052c90151888178277c499dca4c7425f5d967 SHA256 efb8d4cbfe4aae70c35bc262be5655b24ce5de4462ba103fe8263ae21a76854b
+AUX notes.txt 300 RMD160 f2358decaa5a4dcaf3f17968a9c7123cee63d8a2 SHA1 83e1f8d95434ac666c0d02c600dcac4ef34e8f6e SHA256 0b2824e3e51cc49c4b57971f43c9adc541465e977e708e86ce262be3fc6f51c1
 AUX v1.tar.bz2 1052 RMD160 175f0f119a6647032385cee1030448dbf09993a7 SHA1 d0b17543cf46a63f1a6f49ac0518af2953ce0288 SHA256 a3651c032ce67fb73fc427282fab747c0557e607e29a9e90dec578ad9d605e04
 AUX v2.tar.bz2 600 RMD160 101a57ada394b5f2f200849672ea30d22b9645a8 SHA1 c57181748d52d6d112af7c7799562eedf8751e56 SHA256 9dd61b1737d875d08861ae884427ab909e1256d9a5642ed736d1900b4dc47c70
-EBUILD systemd-common-2.ebuild 527 RMD160 ab1268f604178947d0bc7ab0afa335a8ec7b7df9 SHA1 3b71db6ef991ae9e9b406ef8fde693cc36ee1e7f SHA256 ad4f9fc25aa7b8b6000a3359962888575537b5ef2131f535df5a9193706827ee
+AUX v3.tar.bz2 328 RMD160 dba74bd52956cc98c1b91e5600a3d962ab94ae6c SHA1 b5511553e69ed7786ef6a02a8948464cc7f33e20 SHA256 92cd48229cf329875fd409eaf17c5927a778b912e262b03514da1796b0c4e134
+EBUILD systemd-common-3.ebuild 527 RMD160 ab1268f604178947d0bc7ab0afa335a8ec7b7df9 SHA1 3b71db6ef991ae9e9b406ef8fde693cc36ee1e7f SHA256 ad4f9fc25aa7b8b6000a3359962888575537b5ef2131f535df5a9193706827ee
 MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640acbe75500ca6067b5f565223f62fbd525bda216b972
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iEYEARECAAYFAk2vDlwACgkQnGSe5QXeB7vGNQCcC11gJZr9zLk6kjGmCUp9HW6I
-vk8AoNYT5ONsjWLPUzKWl+JLiTU/0Jkg
-=aoCX
+iEYEARECAAYFAk2vQbgACgkQnGSe5QXeB7ujnwCgr9nLkfUysCNs3fvpqvuB+4rx
+35YAoKV5xBAOM8xYmAyvlDzH4Al716L1
+=zlyW
 -----END PGP SIGNATURE-----

diff --git a/sys-apps/systemd-common/files/notes.txt b/sys-apps/systemd-common/files/notes.txt
index ec91a2c..9d785fd 100644
--- a/sys-apps/systemd-common/files/notes.txt
+++ b/sys-apps/systemd-common/files/notes.txt
@@ -1,12 +1,19 @@
 Note on .service files:
 
+v1:
 acpid	unofficial, ugly (XXX)
-dhcpcd	unofficial
 sshd	unofficial
 sysklogd	unofficial, don't expect anything anytime soon
 syslog-ng	unofficial
 vixie-cron	unofficial
+
+v2:
+dhcpcd	unofficial
 wpa_supplicant	unofficial
 xdm	unofficial
 
+v3:
+metalog	unofficial
+rsyslog	unofficial
+
 # vim:ts=16:sts=16

diff --git a/sys-apps/systemd-common/files/v3.tar.bz2 b/sys-apps/systemd-common/files/v3.tar.bz2
new file mode 100644
index 0000000..ff460da
Binary files /dev/null and b/sys-apps/systemd-common/files/v3.tar.bz2 differ

diff --git a/sys-apps/systemd-common/systemd-common-2.ebuild b/sys-apps/systemd-common/systemd-common-3.ebuild
similarity index 100%
rename from sys-apps/systemd-common/systemd-common-2.ebuild
rename to sys-apps/systemd-common/systemd-common-3.ebuild



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

* [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-common/files/, sys-apps/systemd-common/
@ 2011-04-22 18:08 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2011-04-22 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     1f15f2ef26d10cfcfc4a5670a27cfd84e0e54177
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 18:08:18 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 18:08:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=1f15f2ef

sys-apps/systemd-common: Add a few desktop-related services.

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 05DE07BB)

---
 sys-apps/systemd-common/Manifest                   |   11 ++++++-----
 sys-apps/systemd-common/files/notes.txt            |   14 ++++++++++++--
 sys-apps/systemd-common/files/v4.tar.bz2           |  Bin 0 -> 1153 bytes
 ...emd-common-3.ebuild => systemd-common-4.ebuild} |    0
 4 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/sys-apps/systemd-common/Manifest b/sys-apps/systemd-common/Manifest
index 1926b36..0d9a330 100644
--- a/sys-apps/systemd-common/Manifest
+++ b/sys-apps/systemd-common/Manifest
@@ -1,16 +1,17 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-AUX notes.txt 300 RMD160 f2358decaa5a4dcaf3f17968a9c7123cee63d8a2 SHA1 83e1f8d95434ac666c0d02c600dcac4ef34e8f6e SHA256 0b2824e3e51cc49c4b57971f43c9adc541465e977e708e86ce262be3fc6f51c1
+AUX notes.txt 548 RMD160 d3ee894e8f6e9e8856c373c67be20eaef7fd217e SHA1 e4fc200468adea75e46b4e634b9f9978b62c1440 SHA256 8967e11ad9a93db4438e412887c88232f939b23f05c38f149351427d1f11c47f
 AUX v1.tar.bz2 1052 RMD160 175f0f119a6647032385cee1030448dbf09993a7 SHA1 d0b17543cf46a63f1a6f49ac0518af2953ce0288 SHA256 a3651c032ce67fb73fc427282fab747c0557e607e29a9e90dec578ad9d605e04
 AUX v2.tar.bz2 600 RMD160 101a57ada394b5f2f200849672ea30d22b9645a8 SHA1 c57181748d52d6d112af7c7799562eedf8751e56 SHA256 9dd61b1737d875d08861ae884427ab909e1256d9a5642ed736d1900b4dc47c70
 AUX v3.tar.bz2 328 RMD160 dba74bd52956cc98c1b91e5600a3d962ab94ae6c SHA1 b5511553e69ed7786ef6a02a8948464cc7f33e20 SHA256 92cd48229cf329875fd409eaf17c5927a778b912e262b03514da1796b0c4e134
-EBUILD systemd-common-3.ebuild 527 RMD160 ab1268f604178947d0bc7ab0afa335a8ec7b7df9 SHA1 3b71db6ef991ae9e9b406ef8fde693cc36ee1e7f SHA256 ad4f9fc25aa7b8b6000a3359962888575537b5ef2131f535df5a9193706827ee
+AUX v4.tar.bz2 1153 RMD160 b38a5bb6f5fb2ea07557cfdea9fcbfc6ab7792d8 SHA1 8f834865281a921eec892ea5eac254c9a3fcc56d SHA256 f12733a6d67a3704188dc516fd12e2aab9a8908ab28894bee67817d2121a00c0
+EBUILD systemd-common-4.ebuild 527 RMD160 ab1268f604178947d0bc7ab0afa335a8ec7b7df9 SHA1 3b71db6ef991ae9e9b406ef8fde693cc36ee1e7f SHA256 ad4f9fc25aa7b8b6000a3359962888575537b5ef2131f535df5a9193706827ee
 MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640acbe75500ca6067b5f565223f62fbd525bda216b972
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iEYEARECAAYFAk2vQbgACgkQnGSe5QXeB7ujnwCgr9nLkfUysCNs3fvpqvuB+4rx
-35YAoKV5xBAOM8xYmAyvlDzH4Al716L1
-=zlyW
+iEYEARECAAYFAk2xxBEACgkQnGSe5QXeB7vbEACdFnSARdKcVkQZTJr0DEF8Ad1u
+ncgAoLeJkYOQnoZW1wqISbImnGB2EPUC
+=QP3r
 -----END PGP SIGNATURE-----

diff --git a/sys-apps/systemd-common/files/notes.txt b/sys-apps/systemd-common/files/notes.txt
index 9d785fd..68a011b 100644
--- a/sys-apps/systemd-common/files/notes.txt
+++ b/sys-apps/systemd-common/files/notes.txt
@@ -9,11 +9,21 @@ vixie-cron	unofficial
 
 v2:
 dhcpcd	unofficial
-wpa_supplicant	unofficial
+wpa_supplicant@	unofficial
 xdm	unofficial
 
 v3:
 metalog	unofficial
 rsyslog	unofficial
 
-# vim:ts=16:sts=16
+v4:
+accounts-daemon	official
+console-kit-daemon	official (yet not all of them)
+gdm@	unofficial
+kdm@	unofficial
+NetworkManager	official (yet not all of them)
+polkit	unofficial (?)
+slim@	unofficial
+wpa_supplicant	unofficial, NetworkManager-related
+
+# vim:ts=20:sts=20

diff --git a/sys-apps/systemd-common/files/v4.tar.bz2 b/sys-apps/systemd-common/files/v4.tar.bz2
new file mode 100644
index 0000000..1cc8846
Binary files /dev/null and b/sys-apps/systemd-common/files/v4.tar.bz2 differ

diff --git a/sys-apps/systemd-common/systemd-common-3.ebuild b/sys-apps/systemd-common/systemd-common-4.ebuild
similarity index 100%
rename from sys-apps/systemd-common/systemd-common-3.ebuild
rename to sys-apps/systemd-common/systemd-common-4.ebuild



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

end of thread, other threads:[~2011-04-22 18:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-20 16:48 [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-common/files/, sys-apps/systemd-common/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2011-04-22 18:08 Michał Górny
2011-04-20 20:27 Michał Górny
2011-04-18  9:22 Michał Górny
2011-04-18  7:16 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