From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QBaEP-0007Ou-DY for garchives@archives.gentoo.org; Sun, 17 Apr 2011 22:14:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4539E1C017; Sun, 17 Apr 2011 22:14:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F2E541C017 for ; Sun, 17 Apr 2011 22:14:04 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F92E1B4091 for ; Sun, 17 Apr 2011 22:14:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D43878006D for ; Sun, 17 Apr 2011 22:14:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <58c6ada61ee2b765829a40c380c0b3aadedc7640.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-units/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/systemd-units/Manifest sys-apps/systemd-units/metadata.xml sys-apps/systemd-units/systemd-units-0.ebuild X-VCS-Directories: sys-apps/systemd-units/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 58c6ada61ee2b765829a40c380c0b3aadedc7640 Date: Sun, 17 Apr 2011 22:14:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 93b3fa45b5a6d9891cd2d6e8678a049e commit: 58c6ada61ee2b765829a40c380c0b3aadedc7640 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Sun Apr 17 22:10:38 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Sun Apr 17 22:10:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D58c6ada6 sys-apps/systemd-units: Introduce the metapackage for systemd units. (Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, RepoMan options: --f= orce, 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/Man= ifest 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 f57f2cac0426acf9c49f361111502c0= fb40a7099 SHA1 6030b1012cd7c7b58527a68d96028623191830ac SHA256 a57b68f333= d7cc44bbb300c73ac1600e20f9c9466b2e3cff33f87f7c787dae33 +MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SH= A1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640a= cbe75500ca6067b5f565223f62fbd525bda216b972 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iEYEARECAAYFAk2rZV4ACgkQnGSe5QXeB7sHOgCfWi+lyTt8qWNqW8Go3t9/ZHkx +JvYAn3P3NQrYUfSSMLmutp/qfVnNI0Lz +=3DpO3T +-----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 @@ + + + + no-herd + + mgorny@gentoo.org + Micha=C5=82 G=C3=B3rny + + diff --git a/sys-apps/systemd-units/systemd-units-0.ebuild b/sys-apps/sys= temd-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=3D"Metapackage for base systemd units" +HOMEPAGE=3D"" +SRC_URI=3D"" + +LICENSE=3D"" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +DEPEND=3D"" +RDEPEND=3D"sys-apps/systemd-dbus + sys-apps/systemd-udev"