+++ /dev/null
-DIST atomic-install-0.1.1.tar.bz2 279555 BLAKE2B 7665cf291243f208f809a5a22508df122ddeb2e2206431c6fe601f0db19e5c1991a3e1277259666fdef2ed08ccb2384c0af93efe71a4c6b9ae3b7395e3520d69 SHA512 6614b47ab24f3ce480dd977983c2117836418915a13689e301922dce3091cfbb4dfec412402fa4c68f77d15c7dc297f14d70c12aeccab98d77af0a3534f29c8a
+++ /dev/null
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils
-
-DESCRIPTION="A library and tool to atomically install sets of files"
-HOMEPAGE="https://github.com/mgorny/atomic-install/"
-SRC_URI="https://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc static-libs xattr"
-
-RDEPEND="xattr? ( sys-apps/attr )"
-DEPEND="${RDEPEND}
- doc? ( >=dev-util/gtk-doc-1.18 )"
-
-src_configure() {
- myeconfargs=(
- $(use_enable doc gtk-doc)
- $(use_enable xattr libattr)
- )
-
- autotools-utils_src_configure
-}
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
-
-inherit git-2
-#endif
-
-inherit autotools-utils
-
-DESCRIPTION="A library and tool to atomically install sets of files"
-HOMEPAGE="https://github.com/mgorny/atomic-install/"
-SRC_URI="https://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc static-libs xattr"
-
-RDEPEND="xattr? ( sys-apps/attr )"
-DEPEND="${RDEPEND}
- doc? ( >=dev-util/gtk-doc-1.18 )"
-
-#if LIVE
-KEYWORDS=
-SRC_URI=
-DEPEND="${DEPEND}
- >=dev-util/gtk-doc-1.18"
-#endif
-
-src_configure() {
- myeconfargs=(
- $(use_enable doc gtk-doc)
- $(use_enable xattr libattr)
- )
-
- autotools-utils_src_configure
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <upstream>
- <maintainer status="active">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <bugs-to>https://github.com/mgorny/atomic-install/issues/</bugs-to>
- <remote-id type="github">mgorny/atomic-install</remote-id>
- </upstream>
-</pkgmetadata>
app-emulation/vmips
app-emulation/vmips-cross-bin
-# Michał Górny <mgorny@gentoo.org> (2019-09-15)
-# This was an attempt to provide more reliable package merging mechanism
-# for Portage. However, it was never finished and with Portage's
-# concept of bug-by-bug neverending backwards compatibility it would
-# never be accepted anyway.
-# Removal in 30 days. Bug #694514.
-dev-util/atomic-install
-
# Zac Medico <zmedico@gentoo.org> (2019-09-14)
# No reverse dependencies.
# Removal in 30 days. Bug #694390.