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

commit:     58c6ada61ee2b765829a40c380c0b3aadedc7640
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 22:10:38 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 22:10:38 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=58c6ada6

sys-apps/systemd-units: Introduce the metapackage for systemd units.

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

---
 sys-apps/systemd-units/Manifest               |   12 ++++++++++++
 sys-apps/systemd-units/metadata.xml           |    9 +++++++++
 sys-apps/systemd-units/systemd-units-0.ebuild |   16 ++++++++++++++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/sys-apps/systemd-units/Manifest b/sys-apps/systemd-units/Manifest
new file mode 100644
index 0000000..824bfa0
--- /dev/null
+++ b/sys-apps/systemd-units/Manifest
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+EBUILD systemd-units-0.ebuild 311 RMD160 f57f2cac0426acf9c49f361111502c0fb40a7099 SHA1 6030b1012cd7c7b58527a68d96028623191830ac SHA256 a57b68f333d7cc44bbb300c73ac1600e20f9c9466b2e3cff33f87f7c787dae33
+MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640acbe75500ca6067b5f565223f62fbd525bda216b972
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEARECAAYFAk2rZV4ACgkQnGSe5QXeB7sHOgCfWi+lyTt8qWNqW8Go3t9/ZHkx
+JvYAn3P3NQrYUfSSMLmutp/qfVnNI0Lz
+=pO3T
+-----END PGP SIGNATURE-----

diff --git a/sys-apps/systemd-units/metadata.xml b/sys-apps/systemd-units/metadata.xml
new file mode 100644
index 0000000..af81389
--- /dev/null
+++ b/sys-apps/systemd-units/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-units/systemd-units-0.ebuild b/sys-apps/systemd-units/systemd-units-0.ebuild
new file mode 100644
index 0000000..065f6bf
--- /dev/null
+++ b/sys-apps/systemd-units/systemd-units-0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Metapackage for base systemd units"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="sys-apps/systemd-dbus
+	sys-apps/systemd-udev"



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

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

commit:     441a2d7a5337e2bde0722a085b7e0889286c1cb5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 07:15:48 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 07:15:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=441a2d7a

sys-apps/systemd-units: Add a RDEP against systemd-common.

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

---
 sys-apps/systemd-units/Manifest               |    8 ++++----
 sys-apps/systemd-units/systemd-units-0.ebuild |    3 ++-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/sys-apps/systemd-units/Manifest b/sys-apps/systemd-units/Manifest
index 824bfa0..79ef49a 100644
--- a/sys-apps/systemd-units/Manifest
+++ b/sys-apps/systemd-units/Manifest
@@ -1,12 +1,12 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-EBUILD systemd-units-0.ebuild 311 RMD160 f57f2cac0426acf9c49f361111502c0fb40a7099 SHA1 6030b1012cd7c7b58527a68d96028623191830ac SHA256 a57b68f333d7cc44bbb300c73ac1600e20f9c9466b2e3cff33f87f7c787dae33
+EBUILD systemd-units-0.ebuild 336 RMD160 c2e37825ba56883fd33b6fd22a057c42868c53c1 SHA1 c6380e44d8c41f9483276284798cb9d5bbf9e8b1 SHA256 9d35a79bff28bb87ae3396b630a36e1710335c255fd3c62b8493b6def4590d5b
 MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640acbe75500ca6067b5f565223f62fbd525bda216b972
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iEYEARECAAYFAk2rZV4ACgkQnGSe5QXeB7sHOgCfWi+lyTt8qWNqW8Go3t9/ZHkx
-JvYAn3P3NQrYUfSSMLmutp/qfVnNI0Lz
-=pO3T
+iEYEARECAAYFAk2r5SQACgkQnGSe5QXeB7sAvgCfQGACompS8qnvwOgsBfN9L3Oo
+26YAn25ZQjVa9NioLFCQ20n5TTcndPSC
+=nNIL
 -----END PGP SIGNATURE-----

diff --git a/sys-apps/systemd-units/systemd-units-0.ebuild b/sys-apps/systemd-units/systemd-units-0.ebuild
index 065f6bf..0f9e83c 100644
--- a/sys-apps/systemd-units/systemd-units-0.ebuild
+++ b/sys-apps/systemd-units/systemd-units-0.ebuild
@@ -12,5 +12,6 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="sys-apps/systemd-dbus
+RDEPEND="sys-apps/systemd-common
+	sys-apps/systemd-dbus
 	sys-apps/systemd-udev"



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

* [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-units/
@ 2011-05-09  9:40 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2011-05-09  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     08ad76afa4f860933fac2878c7b866a9858c2702
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 09:28:08 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  9 09:28:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=08ad76af

sys-apps/systemd-units: dbus-1.4.8-r1 includes systemd units already.

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

---
 sys-apps/systemd-units/Manifest                    |    8 ++++----
 ...stemd-units-0.ebuild => systemd-units-1.ebuild} |    8 +++++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/sys-apps/systemd-units/Manifest b/sys-apps/systemd-units/Manifest
index 79ef49a..e7012ba 100644
--- a/sys-apps/systemd-units/Manifest
+++ b/sys-apps/systemd-units/Manifest
@@ -1,12 +1,12 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-EBUILD systemd-units-0.ebuild 336 RMD160 c2e37825ba56883fd33b6fd22a057c42868c53c1 SHA1 c6380e44d8c41f9483276284798cb9d5bbf9e8b1 SHA256 9d35a79bff28bb87ae3396b630a36e1710335c255fd3c62b8493b6def4590d5b
+EBUILD systemd-units-1.ebuild 425 RMD160 5826e0dd995aed5311f003f679f3d0200c087b6b SHA1 ffd1dcb53a9e565b1ceaea5b34a6e5c2321d7845 SHA256 d6a5e28a2d0908d79dbc25e5989ab119418a6955b30ff97c020bcdb3f0762205
 MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640acbe75500ca6067b5f565223f62fbd525bda216b972
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iEYEARECAAYFAk2r5SQACgkQnGSe5QXeB7sAvgCfQGACompS8qnvwOgsBfN9L3Oo
-26YAn25ZQjVa9NioLFCQ20n5TTcndPSC
-=nNIL
+iEYEARECAAYFAk3Hs6gACgkQnGSe5QXeB7ufpgCgm2t1yu1fAj1YkGjFATLNp2ka
+nsQAn0F2r2aOR6iawd0cV5ngDC1ASfrw
+=lgN5
 -----END PGP SIGNATURE-----

diff --git a/sys-apps/systemd-units/systemd-units-0.ebuild b/sys-apps/systemd-units/systemd-units-1.ebuild
similarity index 68%
rename from sys-apps/systemd-units/systemd-units-0.ebuild
rename to sys-apps/systemd-units/systemd-units-1.ebuild
index 0f9e83c..4f2bcbf 100644
--- a/sys-apps/systemd-units/systemd-units-0.ebuild
+++ b/sys-apps/systemd-units/systemd-units-1.ebuild
@@ -3,15 +3,17 @@
 # $Header: $
 
 DESCRIPTION="Metapackage for base systemd units"
-HOMEPAGE=""
+HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
 SRC_URI=""
 
-LICENSE=""
+LICENSE="as-is"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
 RDEPEND="sys-apps/systemd-common
-	sys-apps/systemd-dbus
+	|| (
+		>=sys-apps/dbus-1.4.8-r1
+		sys-apps/systemd-dbus )
 	sys-apps/systemd-udev"



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

* [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-units/
@ 2011-05-09  9:40 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2011-05-09  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2fff50d6851a30799211bc6817504768eed847c2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 09:40:44 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  9 09:40:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=2fff50d6

sys-apps/systemd-units: Set a hard blocker against systemd-dbus.

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

---
 sys-apps/systemd-units/Manifest               |    8 ++++----
 sys-apps/systemd-units/systemd-units-1.ebuild |    6 +++++-
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/sys-apps/systemd-units/Manifest b/sys-apps/systemd-units/Manifest
index e7012ba..8923d24 100644
--- a/sys-apps/systemd-units/Manifest
+++ b/sys-apps/systemd-units/Manifest
@@ -1,12 +1,12 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-EBUILD systemd-units-1.ebuild 425 RMD160 5826e0dd995aed5311f003f679f3d0200c087b6b SHA1 ffd1dcb53a9e565b1ceaea5b34a6e5c2321d7845 SHA256 d6a5e28a2d0908d79dbc25e5989ab119418a6955b30ff97c020bcdb3f0762205
+EBUILD systemd-units-1.ebuild 467 RMD160 5407b0ee551b91f7b277b48c017b41c251f6407c SHA1 7d7505beb2bbd250f373a76a61f9cf6f5f0c853f SHA256 d0dfa183d1dc92f85f90750a40b39de0c8ca6e0972ee13069b063a8ef04ed478
 MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640acbe75500ca6067b5f565223f62fbd525bda216b972
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iEYEARECAAYFAk3Hs6gACgkQnGSe5QXeB7ufpgCgm2t1yu1fAj1YkGjFATLNp2ka
-nsQAn0F2r2aOR6iawd0cV5ngDC1ASfrw
-=lgN5
+iEYEARECAAYFAk3HtpwACgkQnGSe5QXeB7vDugCgo5dezWx4JGZg2WkyYB1rqWbT
+IikAnjaSqRwK2ZeLbZI/b6u6hVxIzx10
+=VCKf
 -----END PGP SIGNATURE-----

diff --git a/sys-apps/systemd-units/systemd-units-1.ebuild b/sys-apps/systemd-units/systemd-units-1.ebuild
index 4f2bcbf..7016029 100644
--- a/sys-apps/systemd-units/systemd-units-1.ebuild
+++ b/sys-apps/systemd-units/systemd-units-1.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=2
+
 DESCRIPTION="Metapackage for base systemd units"
 HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
 SRC_URI=""
@@ -14,6 +16,8 @@ IUSE=""
 DEPEND=""
 RDEPEND="sys-apps/systemd-common
 	|| (
-		>=sys-apps/dbus-1.4.8-r1
+		(
+			>=sys-apps/dbus-1.4.8-r1
+			!!sys-apps/systemd-dbus )
 		sys-apps/systemd-dbus )
 	sys-apps/systemd-udev"



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

end of thread, other threads:[~2011-05-09  9:40 UTC | newest]

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