commit: eebf864e21134bca160bd3dad5f66fd54c6953bf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 20:14:05 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 20:14:05 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebf864e
app-portage/install-mask: drop old
Package-Manager: portage-2.2.20
app-portage/install-mask/Manifest | 1 -
.../install-mask/install-mask-0.0.2-r3.ebuild | 27 ----------------------
2 files changed, 28 deletions(-)
diff --git a/app-portage/install-mask/Manifest
b/app-portage/install-mask/Manifest
index 3994d0d..68ef800 100644
--- a/app-portage/install-mask/Manifest
+++ b/app-portage/install-mask/Manifest
@@ -1,2 +1 @@
-DIST install-mask-0.0.2.tar.bz2 4247 SHA256
7d43c980fdbcecb11d500af9cd091f5e26f3d8c54f6044d63e378bafdc67c9d8 SHA512
3f0686c720d26448cf76742ebee22f5413973b8cab7122373f4122576991497bbe72fa0fddef01e83c8148dac749e3a5c2d865fdf917794a5fea0e6823f2743e
WHIRLPOOL
157b40ea394e7d25a79b8f63b1f2118c4a8abbd45d6825ba67187412870812ec0c582fbdef96fb0c34e33524dc594eb904de72676608b5842c3958ab252183b9
DIST install-mask-0.1.1.tar.bz2 4241 SHA256
e81cfccc1b382816911598fb432a85ac9242fd2bc50203b12dcbcae3ee956203 SHA512
461f58b4e6fc41bfbe60d713a6d02eec8fe0a4e9ed8a19f8e155174b27f8e3d93c739e2ccce8ab34488ba31649ee585d7b23033dc94f19aa2e3b2033f21f5e79
WHIRLPOOL
4d229ae5c2d01a78daf002565a2699213e98eeed1e0e22d3240b4bc4fcacf147e9ab0a63d3b6e191e474c2869c112a8ad2bf7e4945263cdf43f44b4a568cd3e8
diff --git a/app-portage/install-mask/install-mask-0.0.2-r3.ebuild
b/app-portage/install-mask/install-mask-0.0.2-r3.ebuild
deleted file mode 100644
index 8801d9e..0000000
--- a/app-portage/install-mask/install-mask-0.0.2-r3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-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 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="app-portage/flaggie[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]"
-
-python_install_all() {
- distutils-r1_python_install_all
-
- insinto /usr/share/portage/config/sets
- doins "${FILESDIR}"/${PN}.conf
-}