Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc-templates/
Date: Fri, 26 Jun 2020 08:13:21
Message-Id: 1593159182.d1aca1548db0efdbda7c9dd6a1e51985f605685f.juippis@gentoo
1 commit: d1aca1548db0efdbda7c9dd6a1e51985f605685f
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 26 07:55:57 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 26 08:13:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1aca154
7
8 app-emulation/lxc-templates: remove old 3.0.3
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-emulation/lxc-templates/Manifest | 1 -
13 .../lxc-templates/lxc-templates-3.0.3.ebuild | 28 ----------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/app-emulation/lxc-templates/Manifest b/app-emulation/lxc-templates/Manifest
17 index 66e89bab71f..6606869c23c 100644
18 --- a/app-emulation/lxc-templates/Manifest
19 +++ b/app-emulation/lxc-templates/Manifest
20 @@ -1,2 +1 @@
21 -DIST lxc-templates-3.0.3.tar.gz 257085 BLAKE2B b53a057e1da23997318c2bcee095fbffb97c37b656eec9643e5a5ac2e7bdfeb9599710a8ccfb5d61aaf523d754f1dbbe7748c4cd1990205c6e28a17cd5e61ee0 SHA512 3e9d5304f5e06580eeb766570ddfebb0c80061c2d7e47c9ea37d834fe0cf4fabe7eedd667e4937df3f2451bc3e7aa1e98a1b386f3b19964dc218ff0e21011632
22 DIST lxc-templates-3.0.4.tar.gz 257015 BLAKE2B 599c0cb083cf358c8252467b3870450e754b2aa30daf8d72e07e746ce37e2fb26fecc0adf416325c9e02b1f98f5745af5985360e9494e5ed54a242a3e17330d4 SHA512 e5b628b40e7108fca858dbd9ae92495016069ff3cba7feb34e9559c7f61dfc36944a9ef441369952a988e821f8b5d883ae97b81f6eef0683a22f1f702b5b913e
23
24 diff --git a/app-emulation/lxc-templates/lxc-templates-3.0.3.ebuild b/app-emulation/lxc-templates/lxc-templates-3.0.3.ebuild
25 deleted file mode 100644
26 index 38950a11f0a..00000000000
27 --- a/app-emulation/lxc-templates/lxc-templates-3.0.3.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit autotools
36 -
37 -DESCRIPTION="Old style template scripts for LXC"
38 -HOMEPAGE="https://linuxcontainers.org/"
39 -SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz"
40 -
41 -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
42 -
43 -LICENSE="LGPL-3"
44 -SLOT="0"
45 -
46 -RDEPEND="
47 - >=app-emulation/lxc-3.0"
48 -
49 -DEPEND="${RDEPEND}"
50 -
51 -PATCHES=( "${FILESDIR}/${PN}-3.0.1-no-cache-dir.patch" )
52 -DOCS=()
53 -
54 -src_prepare() {
55 - default
56 - eautoreconf
57 -}