Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/gentoo-systemd-integration: gentoo-systemd-integration-9999.ebuild metadata.xml ChangeLog
Date: Mon, 29 Jul 2013 21:43:16
Message-Id: 20130729214310.511D22171C@flycatcher.gentoo.org
1 mgorny 13/07/29 21:43:10
2
3 Added: gentoo-systemd-integration-9999.ebuild metadata.xml
4 ChangeLog
5 Log:
6 Initial commit of systemd Gentoo integration files.
7
8 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
9
10 Revision Changes Path
11 1.1 sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild?rev=1.1&content-type=text/plain
15
16 Index: gentoo-systemd-integration-9999.ebuild
17 ===================================================================
18 # Copyright 1999-2013 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild,v 1.1 2013/07/29 21:43:10 mgorny Exp $
21
22 EAPI=5
23
24 #if LIVE
25 AUTOTOOLS_AUTORECONF=1
26 EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
27 inherit git-2
28 #endif
29
30 inherit autotools-utils systemd
31
32 DESCRIPTION="systemd integration files for Gentoo"
33 HOMEPAGE="https://bitbucket.org/mgorny/gentoo-systemd-integration"
34 SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
35
36 LICENSE="BSD"
37 SLOT="0"
38 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
39 IUSE=""
40
41 RDEPEND="!<=sys-apps/systemd-206"
42
43 #if LIVE
44 SRC_URI=
45 KEYWORDS=
46
47 DEPEND="${DEPEND}
48 sys-devel/systemd-sdk"
49 #endif
50
51 src_configure() {
52 local myeconfargs=(
53 "$(systemd_with_unitdir)"
54 )
55
56 autotools-utils_src_configure
57 }
58
59
60
61 1.1 sys-apps/gentoo-systemd-integration/metadata.xml
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/metadata.xml?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/metadata.xml?rev=1.1&content-type=text/plain
65
66 Index: metadata.xml
67 ===================================================================
68 <?xml version="1.0" encoding="UTF-8"?>
69 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 <pkgmetadata>
71 <maintainer>
72 <email>systemd@g.o</email>
73 <name>Gentoo systemd team</name>
74 </maintainer>
75 </pkgmetadata>
76
77
78
79 1.1 sys-apps/gentoo-systemd-integration/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog?rev=1.1&content-type=text/plain
83
84 Index: ChangeLog
85 ===================================================================
86 # ChangeLog for sys-apps/gentoo-systemd-integration
87 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
88 # $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.1 2013/07/29 21:43:10 mgorny Exp $
89
90 *gentoo-systemd-integration-9999 (29 Jul 2013)
91
92 29 Jul 2013; Michał Górny <mgorny@g.o>
93 +gentoo-systemd-integration-9999.ebuild, +metadata.xml:
94 Initial commit of systemd Gentoo integration files.