Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-instance-debootstrap/
Date: Thu, 26 Jul 2018 01:33:06
Message-Id: 1532568761.b7bd1c2a181d565e5e461f32fe0ba92bbb3607b2.zlogene@gentoo
1 commit: b7bd1c2a181d565e5e461f32fe0ba92bbb3607b2
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 26 01:32:41 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 26 01:32:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bd1c2a
7
8 app-emulation/ganeti-instance-debootstrap: Drop old (EAPI=2)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-emulation/ganeti-instance-debootstrap/Manifest | 1 -
13 .../ganeti-instance-debootstrap-0.12.ebuild | 34 ----------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/app-emulation/ganeti-instance-debootstrap/Manifest b/app-emulation/ganeti-instance-debootstrap/Manifest
17 index cff807af11b..cfe93ff79c2 100644
18 --- a/app-emulation/ganeti-instance-debootstrap/Manifest
19 +++ b/app-emulation/ganeti-instance-debootstrap/Manifest
20 @@ -1,3 +1,2 @@
21 DIST ganeti-instance-debootstrap-0.11.tar.gz 67946 BLAKE2B 0dbf3d16ae4058f0093adcd0a33c473719cf6de267dbc4e99e3326a2885d57693e2d0408b1079681056be88c7db23ab168e38f38d4051e8847d3b552fa42d4a1 SHA512 d39ae29b49e3e0e25e9052ee5201d5aeeedfa229cc0b8674ea01a26b1b615b262c1464ca16b5268884a0fa28981e5126eec084d7bb9298a4b405574925b85b4e
22 -DIST ganeti-instance-debootstrap-0.12.tar.gz 69835 BLAKE2B 096bd1534a41de21cb26883397f1f07db2e9ea5991cfea05d8c4e44344659d642fded54ed90e350b1db3225385badd350f88c5137e9c035d5ee7fa24bd7098c2 SHA512 5f1813510071addca9bee5e36f7b34a5cbd06f53db8222f6345cb788af8d686aeb94d11ec098eb63b8e11ded18a03c233dd99237f2db9190894bab6189353ab5
23 DIST ganeti-instance-debootstrap-0.16.tar.gz 23020 BLAKE2B 8e96597ee94e5806de78ade571f5287e68c5442a91fb8ef3f6e2dbb95301e036fa79225b3c8a2517b05ff14eba0fb541c792556218d0f9a9346f1ebe524a6b38 SHA512 43197d034d719b81ea8737ea60763d43bf71bc9b15b0fbee60bd42e5b0c0f3821805986d4f564db91207a83c2396e87fe081180eec3a5da77d18f2d510fbff1f
24
25 diff --git a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild b/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild
26 deleted file mode 100644
27 index 8d6740a836a..00000000000
28 --- a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2013 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=2
35 -
36 -inherit eutils
37 -
38 -DESCRIPTION="Scripts to build Ganeti VMs with debootstrap"
39 -HOMEPAGE="http://www.ganeti.org/"
40 -SRC_URI="https://ganeti.googlecode.com/files/ganeti-instance-debootstrap-${PV}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -DEPEND=""
48 -RDEPEND="app-arch/dpkg
49 - app-arch/dump
50 - app-emulation/ganeti
51 - dev-util/debootstrap
52 - >=sys-apps/coreutils-6.10-r1
53 - sys-apps/util-linux
54 - sys-fs/e2fsprogs"
55 -
56 -src_configure() {
57 - econf --docdir=/usr/share/doc/${P} || die "econf failed"
58 -}
59 -
60 -src_install() {
61 - emake DESTDIR="${D}" install || die "install failed"
62 - insinto /etc/ganeti/instance-debootstrap/hooks
63 - doins examples/hooks/*
64 -}