app-portage/install-mask: drop last-rited pkg
authorAaron Bauman <bman@gentoo.org>
Tue, 3 Dec 2019 01:48:43 +0000 (20:48 -0500)
committerAaron Bauman <bman@gentoo.org>
Tue, 3 Dec 2019 01:48:43 +0000 (20:48 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
app-portage/install-mask/Manifest [deleted file]
app-portage/install-mask/files/install-mask.conf [deleted file]
app-portage/install-mask/files/location-db.conf [deleted file]
app-portage/install-mask/files/location-db.xml [deleted file]
app-portage/install-mask/install-mask-0.1.1.ebuild [deleted file]
app-portage/install-mask/install-mask-9999.ebuild [deleted file]
app-portage/install-mask/metadata.xml [deleted file]
profiles/package.mask

diff --git a/app-portage/install-mask/Manifest b/app-portage/install-mask/Manifest
deleted file mode 100644 (file)
index b1e7c1b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST install-mask-0.1.1.tar.bz2 4241 BLAKE2B 3516f6023efc406076bb3f9189af7b4a647689c6289b4c191d7c05eeb296c14343b9b61e025e5f4ef50ad80982c00dcdd5d133df45b559d2ec5e2db6bf5ea538 SHA512 461f58b4e6fc41bfbe60d713a6d02eec8fe0a4e9ed8a19f8e155174b27f8e3d93c739e2ccce8ab34488ba31649ee585d7b23033dc94f19aa2e3b2033f21f5e79
diff --git a/app-portage/install-mask/files/install-mask.conf b/app-portage/install-mask/files/install-mask.conf
deleted file mode 100644 (file)
index 78b49a4..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# Example /etc/portage/sets.conf adding the @install-mask set.
-
-[install-mask]
-class = portage.sets.shell.CommandOutputSet
-command = install-mask -r
-world-candidate = False
diff --git a/app-portage/install-mask/files/location-db.conf b/app-portage/install-mask/files/location-db.conf
deleted file mode 100644 (file)
index cb050ca..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-[__install-mask__]
-version=1
-
-[systemd]
-path=/usr/lib/systemd/system
-description=systemd unit and auxiliary files.
-
-[bash-completion]
-path=/usr/share/bash-completion
-
-[locale]
-path=/usr/share/locale
-description=All localizations.
-
-[logrotate]
-path=/etc/logrotate.d
-
-# vim:ft=dosini
diff --git a/app-portage/install-mask/files/location-db.xml b/app-portage/install-mask/files/location-db.xml
deleted file mode 100644 (file)
index eea4842..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<install-mask>
-       <location id="systemd">
-               <path>/usr/lib/systemd/system</path>
-               <description>
-                       systemd unit and auxiliary files.
-               </description>
-       </location>
-
-       <location id="bash-completion">
-               <path>/usr/share/bash-completion</path>
-       </location>
-
-       <location id="locale">
-               <path>/usr/share/locale</path>
-               <description>
-                       All localizations.
-               </description>
-       </location>
-
-       <location id="logrotate">
-               <path>/etc/logrotate.d</path>
-       </location>
-</install-mask>
diff --git a/app-portage/install-mask/install-mask-0.1.1.ebuild b/app-portage/install-mask/install-mask-0.1.1.ebuild
deleted file mode 100644 (file)
index aacd8d8..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Handle INSTALL_MASK setting in make.conf"
-HOMEPAGE="https://bitbucket.org/mgorny/install-mask/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-IUSE=""
-
-RDEPEND="app-portage/flaggie[${PYTHON_USEDEP}]"
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       insinto /usr/share/portage/config/sets
-       newins sets.conf ${PN}.conf
-}
diff --git a/app-portage/install-mask/install-mask-9999.ebuild b/app-portage/install-mask/install-mask-9999.ebuild
deleted file mode 100644 (file)
index cd4d655..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-#if LIVE
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
-inherit git-r3
-#endif
-
-DESCRIPTION="Handle INSTALL_MASK setting in make.conf"
-HOMEPAGE="https://bitbucket.org/mgorny/install-mask/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-IUSE=""
-
-RDEPEND="app-portage/flaggie[${PYTHON_USEDEP}]"
-#if LIVE
-
-KEYWORDS=
-SRC_URI=
-#endif
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       insinto /usr/share/portage/config/sets
-       newins sets.conf ${PN}.conf
-}
diff --git a/app-portage/install-mask/metadata.xml b/app-portage/install-mask/metadata.xml
deleted file mode 100644 (file)
index 3445591..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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://bitbucket.org/mgorny/install-mask/issues/</bugs-to>
-    <remote-id type="bitbucket">mgorny/install-mask</remote-id>
-  </upstream>
-</pkgmetadata>
index e3cc64eb647e513a522d343a00bc4ef736eceb3b..6e591c91ae6b99bbd55a237547daa98316da3a51 100644 (file)
@@ -447,12 +447,6 @@ media-gfx/exiftags
 app-admin/certmgr
 app-admin/ksonnet
 
-# Michał Górny <mgorny@gentoo.org> (2019-11-03)
-# Discontinued upstream.  Relies on app-portage/flaggie make.conf
-# editing support that was fragile and therefore was removed.
-# Removal in 30 days.  Bug #699244.
-app-portage/install-mask
-
 # Alfredo Tupone <tupone@gentoo.org> (2019-11-03)
 # The binary for gps are included in dev-ada/gnat-suite-bin
 # Removal in 30 days.