Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc-templates/
Date: Tue, 01 Jan 2019 13:48:23
Message-Id: 1546350488.5fc61426a3794a2e6fb43a2df58ea81566792a36.vdupras@gentoo
1 commit: 5fc61426a3794a2e6fb43a2df58ea81566792a36
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 1 13:48:08 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 1 13:48:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc61426
7
8 app-emulation/lxc-templates: remove old
9
10 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-emulation/lxc-templates/Manifest | 1 -
14 .../lxc-templates/lxc-templates-3.0.2.ebuild | 28 ----------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/app-emulation/lxc-templates/Manifest b/app-emulation/lxc-templates/Manifest
18 index d5ddd3e6b0e..94c37e69f3d 100644
19 --- a/app-emulation/lxc-templates/Manifest
20 +++ b/app-emulation/lxc-templates/Manifest
21 @@ -1,3 +1,2 @@
22 DIST lxc-templates-3.0.1.tar.gz 256074 BLAKE2B 8a5dab2d69fbc29e0246a0853690726c07d24e0fe6d4e761d8ec8b4559cdf285a82e17c8f4d2a6bf2355896c667000d4341511b3c5f1805a55849b4812eb7efe SHA512 cae47b670654dc6c143827d196f0477c5354cb6d81ae4028192622fb73912e8bb3b62a0a68786e9212885bb52b593c6e742cfbfefb70ec33260d599e5d5c8290
23 -DIST lxc-templates-3.0.2.tar.gz 255721 BLAKE2B 6f3a09982833ae832623bf448a0cc8a5c3c6639606a1cd8e306e41fa86a1135eae5490cd93043c397e5be727b12b0fdae48709a5ff3e3dd2e590bc6aa7154f34 SHA512 1e4b271c86d3cc382a6c4cc5ad8a44362f731325b4657fbee29542837a2684ee7274b92985da1a2f8aa0f808e263bf50d682ee969ba137229e54528fa529f77f
24 DIST lxc-templates-3.0.3.tar.gz 257085 BLAKE2B b53a057e1da23997318c2bcee095fbffb97c37b656eec9643e5a5ac2e7bdfeb9599710a8ccfb5d61aaf523d754f1dbbe7748c4cd1990205c6e28a17cd5e61ee0 SHA512 3e9d5304f5e06580eeb766570ddfebb0c80061c2d7e47c9ea37d834fe0cf4fabe7eedd667e4937df3f2451bc3e7aa1e98a1b386f3b19964dc218ff0e21011632
25
26 diff --git a/app-emulation/lxc-templates/lxc-templates-3.0.2.ebuild b/app-emulation/lxc-templates/lxc-templates-3.0.2.ebuild
27 deleted file mode 100644
28 index 92e3e2aa239..00000000000
29 --- a/app-emulation/lxc-templates/lxc-templates-3.0.2.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit autotools
38 -
39 -DESCRIPTION="Old style template scripts for LXC"
40 -HOMEPAGE="https://linuxcontainers.org/"
41 -SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz"
42 -
43 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
44 -
45 -LICENSE="LGPL-3"
46 -SLOT="0"
47 -
48 -RDEPEND="
49 - >=app-emulation/lxc-3.0"
50 -
51 -DEPEND="${RDEPEND}"
52 -
53 -PATCHES=( "${FILESDIR}/${PN}-3.0.1-no-cache-dir.patch" )
54 -DOCS=()
55 -
56 -src_prepare() {
57 - default
58 - eautoreconf
59 -}