commit:     21cb7b48e027cde3d21a36d6357a38df444525d8
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 30 17:18:57 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Aug 30 17:38:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cb7b48

sys-apps/habitat: Remove last-rited packages

Closes: https://bugs.gentoo.org/796920
Closes: https://bugs.gentoo.org/632638
Closes: https://bugs.gentoo.org/688530
Closes: https://bugs.gentoo.org/709992
Closes: https://bugs.gentoo.org/757768
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/package.mask                  |  7 -------
 sys-apps/habitat/Manifest              |  2 --
 sys-apps/habitat/habitat-0.54.0.ebuild | 34 ----------------------------------
 sys-apps/habitat/metadata.xml          |  8 --------
 4 files changed, 51 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 7ca02c83255..a5cf642ffb9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -267,13 +267,6 @@ mail-client/trojita
 # Removal on 2021-09-01.
 sys-apps/lmctfy
 
-# Sam James <s...@gentoo.org> (2021-08-01)
-# Fails to build with network-sandbox and variety
-# of other open bugs. Unmaintained.
-# bug #632638, bug #688530, bug #709992, bug #757768,
-# bug #796920. Removal on 2021-09-01.
-sys-apps/habitat
-
 # Andreas K. Hüttel <dilfri...@gentoo.org> (2021-07-31)
 # Obsolete; all versions in current Perl core distributions
 # are newer, and no virtuals currently pull these packages.

diff --git a/sys-apps/habitat/Manifest b/sys-apps/habitat/Manifest
deleted file mode 100644
index fac26c94f54..00000000000
--- a/sys-apps/habitat/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST habitat-0.54.0.tar.gz 35324897 BLAKE2B 
554a2097c019e61cd6f1facdd0195abbca5e94834819283ddc2d742d196b6768e1da03a8a94f462a17d3c5c751fdddc1499f59a698f73fce170387055a07cbc6
 SHA512 
4b34de34e6d7b20ab641222636720357c903228aeb6833462ecc3367c6844d9f377d101b3187996e3cf3c179aa7b0c71a83921b4d18d1002fe30e3b25e31a35d
-DIST habitat-cargo-0.54.0.tar.xz 247811208 BLAKE2B 
28d79018ff9f1209881908b335a1c77f60c39799fbd02e37ffde6bccc37c46aafe1cb05914c9b373150a0a917fa5b1538a94a8a75127172cf9d15cca5ba90520
 SHA512 
603e45b6e61b24b5420e57ef1d06bf15a67681525ae7a4210f07d14a072cf116947d28cc754e415f1e35fc6e03ede70cd47706ddf4857b76ac17aa420bf95d07

diff --git a/sys-apps/habitat/habitat-0.54.0.ebuild 
b/sys-apps/habitat/habitat-0.54.0.ebuild
deleted file mode 100644
index 760312921c1..00000000000
--- a/sys-apps/habitat/habitat-0.54.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Application automation framework"
-HOMEPAGE="https://github.com/habitat-sh/habitat https://habitat.sh";
-SRC_URI="https://github.com/habitat-sh/habitat/archive/${PV}.tar.gz -> 
${P}.tar.gz
-       https://dev.gentoo.org/~mrueg/files/${PN}-cargo-${PV}.tar.xz";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=">=net-libs/zeromq-3.2
-       virtual/pkgconfig
-       >=virtual/rust-1.23"
-
-RESTRICT="test"
-
-src_prepare() {
-       default
-       # move cache dir where cargo expects it
-       mv ../.cargo "${HOME}" || die
-}
-
-src_install() {
-       dodoc README.md CHANGELOG.md
-       dobin target/debug/hab{,-butterfly,-sup}
-}
-
-src_test() {
-       emake unit-all
-}

diff --git a/sys-apps/habitat/metadata.xml b/sys-apps/habitat/metadata.xml
deleted file mode 100644
index 2b27fe03201..00000000000
--- a/sys-apps/habitat/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="github">habitat-sh/habitat</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to