diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-26 04:32:41 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-26 04:32:41 +0300 |
commit | b7bd1c2a181d565e5e461f32fe0ba92bbb3607b2 (patch) | |
tree | 1463fac59dd168e94c4bf7460608e72ecb38dc78 /app-emulation/ganeti-instance-debootstrap | |
parent | dev-java/neuroph: Drop old (EAPI=2) (diff) | |
download | gentoo-b7bd1c2a181d565e5e461f32fe0ba92bbb3607b2.tar.gz gentoo-b7bd1c2a181d565e5e461f32fe0ba92bbb3607b2.tar.bz2 gentoo-b7bd1c2a181d565e5e461f32fe0ba92bbb3607b2.zip |
app-emulation/ganeti-instance-debootstrap: Drop old (EAPI=2)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-emulation/ganeti-instance-debootstrap')
-rw-r--r-- | app-emulation/ganeti-instance-debootstrap/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/app-emulation/ganeti-instance-debootstrap/Manifest b/app-emulation/ganeti-instance-debootstrap/Manifest index cff807af11b9..cfe93ff79c2b 100644 --- a/app-emulation/ganeti-instance-debootstrap/Manifest +++ b/app-emulation/ganeti-instance-debootstrap/Manifest @@ -1,3 +1,2 @@ DIST ganeti-instance-debootstrap-0.11.tar.gz 67946 BLAKE2B 0dbf3d16ae4058f0093adcd0a33c473719cf6de267dbc4e99e3326a2885d57693e2d0408b1079681056be88c7db23ab168e38f38d4051e8847d3b552fa42d4a1 SHA512 d39ae29b49e3e0e25e9052ee5201d5aeeedfa229cc0b8674ea01a26b1b615b262c1464ca16b5268884a0fa28981e5126eec084d7bb9298a4b405574925b85b4e -DIST ganeti-instance-debootstrap-0.12.tar.gz 69835 BLAKE2B 096bd1534a41de21cb26883397f1f07db2e9ea5991cfea05d8c4e44344659d642fded54ed90e350b1db3225385badd350f88c5137e9c035d5ee7fa24bd7098c2 SHA512 5f1813510071addca9bee5e36f7b34a5cbd06f53db8222f6345cb788af8d686aeb94d11ec098eb63b8e11ded18a03c233dd99237f2db9190894bab6189353ab5 DIST ganeti-instance-debootstrap-0.16.tar.gz 23020 BLAKE2B 8e96597ee94e5806de78ade571f5287e68c5442a91fb8ef3f6e2dbb95301e036fa79225b3c8a2517b05ff14eba0fb541c792556218d0f9a9346f1ebe524a6b38 SHA512 43197d034d719b81ea8737ea60763d43bf71bc9b15b0fbee60bd42e5b0c0f3821805986d4f564db91207a83c2396e87fe081180eec3a5da77d18f2d510fbff1f 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 deleted file mode 100644 index 8d6740a836aa..000000000000 --- a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit eutils - -DESCRIPTION="Scripts to build Ganeti VMs with debootstrap" -HOMEPAGE="http://www.ganeti.org/" -SRC_URI="https://ganeti.googlecode.com/files/ganeti-instance-debootstrap-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="app-arch/dpkg - app-arch/dump - app-emulation/ganeti - dev-util/debootstrap - >=sys-apps/coreutils-6.10-r1 - sys-apps/util-linux - sys-fs/e2fsprogs" - -src_configure() { - econf --docdir=/usr/share/doc/${P} || die "econf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - insinto /etc/ganeti/instance-debootstrap/hooks - doins examples/hooks/* -} |