summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2012-04-24 13:56:46 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2012-04-24 13:56:46 +0800
commitced651e03acd55dcb8b559594396822133c407a2 (patch)
tree3f27dcef26d9fd4709acd6ae5f47793bda23e572
parent54673b800352a8d9c879287f4984b3f6213baffc (diff)
Fixed the SRC_URI for systemd-gentoo-units
-rw-r--r--sys-apps/systemd-gentoo-units/Manifest2
-rw-r--r--sys-apps/systemd-gentoo-units/systemd-gentoo-units-9999.ebuild12
2 files changed, 5 insertions, 9 deletions
diff --git a/sys-apps/systemd-gentoo-units/Manifest b/sys-apps/systemd-gentoo-units/Manifest
index ad740e2..9225716 100644
--- a/sys-apps/systemd-gentoo-units/Manifest
+++ b/sys-apps/systemd-gentoo-units/Manifest
@@ -1,2 +1,2 @@
-EBUILD systemd-gentoo-units-9999.ebuild 668 RMD160 f16351aca1dbfb1520900b37f79959639bd71068 SHA1 2488c243231a327ce1a9f16751791e353869aa65 SHA256 bb6098d4cb9e9436ef3b914051acd6d20a2beafe707236fd61c64e51e4dcf74d
+EBUILD systemd-gentoo-units-9999.ebuild 581 RMD160 ae9d14057104f059adda2cd432c12ac5e62541b6 SHA1 27f2a609fb11167fed5e32f39eacd1c3fe1a8d68 SHA256 0c26467d0c1c1cc782b01a47ef239286416f0b4340b9453e3abfbc6fc298aad5
MISC metadata.xml 222 RMD160 c8fbea15266ff1c7cfa2a7d9ec0debd151cb9191 SHA1 c8824a3b6e400b9a10cc3877cb4e9d95f67ffb41 SHA256 afc1f32a523efebd70e85ddb1d7d7622abdff573fa4adc979d068fe85dc97330
diff --git a/sys-apps/systemd-gentoo-units/systemd-gentoo-units-9999.ebuild b/sys-apps/systemd-gentoo-units/systemd-gentoo-units-9999.ebuild
index 1f969d9..0f261a1 100644
--- a/sys-apps/systemd-gentoo-units/systemd-gentoo-units-9999.ebuild
+++ b/sys-apps/systemd-gentoo-units/systemd-gentoo-units-9999.ebuild
@@ -4,10 +4,10 @@
EAPI=3
-inherit git
+inherit git-2 systemd
EGIT_BRANCH="master"
-EGIT_REPO_URI="git://anongit.freedesktop.org/~jinghua/systemd-gentoo-units.git"
+EGIT_REPO_URI="git://people.freedesktop.org/~jinghua/systemd-gentoo-units"
DESCRIPTION="Systemd units for gentoo"
HOMEPAGE="http://cgit.freedesktop.org/~jinghua/systemd-gentoo-units"
@@ -22,18 +22,14 @@ RDEPEND="sys-apps/systemd"
DEPEND="${RDEPEND}"
src_unpack() {
- git_src_unpack
+ git-2_src_unpack
}
-src_prepare() {
- git_src_prepare
-}
src_configure() {
return 0
}
src_install() {
- dodir $(get_libdir)/systemd/system
- cp "${S}"/* "${D}"/$(get_libdir)/systemd/system
+ systemd_dounit "${S}"/*
}