commit:     20c46d0b2e1bd605af652ffb27c704a4afa01cf8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 14:26:15 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 14:34:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c46d0b

app-portage/layman-dbtools: Remove last-rited pkg, #587156

 .../layman-dbtools-0_p20100322.ebuild              | 57 ----------------------
 app-portage/layman-dbtools/metadata.xml            |  8 ---
 profiles/package.mask                              |  6 ---
 3 files changed, 71 deletions(-)

diff --git a/app-portage/layman-dbtools/layman-dbtools-0_p20100322.ebuild 
b/app-portage/layman-dbtools/layman-dbtools-0_p20100322.ebuild
deleted file mode 100644
index a6dbe51..0000000
--- a/app-portage/layman-dbtools/layman-dbtools-0_p20100322.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH="xml"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit git-2 python
-
-DESCRIPTION="Tools to work with layman-global.txt/repositories.xml like files"
-HOMEPAGE="https://cgit.gentoo.org/proj/repositories-xml-format.git";
-SRC_URI=""
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/repositories-xml-format.git
-       https://anongit.gentoo.org/git/proj/repositories-xml-format.git";
-EGIT_COMMIT="8c4d7440c6d47f7ed690edafb7c0af53742f3297"
-
-if [[ ${PV} != 0_p20100322 ]]; then
-       die 'Broken bump detected: same \${EGIT_COMMIT} again'
-fi
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="app-portage/layman"
-
-src_install() {
-       abi_specific_install() {
-               local code_dir="$(python_get_sitedir)"/layman/dbtools
-
-               exeinto "${code_dir}"
-               doexe write-repositories-xml.py || die "doexe failed"
-
-               insinto "${code_dir}"
-               doins layman/dbtools/*.py || die "doins failed"
-
-               dodir /usr/bin
-               dosym "${code_dir}"/write-repositories-xml.py 
/usr/bin/write-repositories-xml-${PYTHON_ABI} \
-                       || die "dosym failed"
-       }
-       python_execute_function abi_specific_install
-
-       python_generate_wrapper_scripts "${ED}usr/bin/write-repositories-xml"
-}
-
-pkg_postinst() {
-       python_mod_optimize layman/dbtools
-}
-
-pkg_postrm() {
-       python_mod_cleanup layman/dbtools
-}

diff --git a/app-portage/layman-dbtools/metadata.xml 
b/app-portage/layman-dbtools/metadata.xml
deleted file mode 100644
index 6d22988..0000000
--- a/app-portage/layman-dbtools/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 type="person">
-               <email>sp...@gentoo.org</email>
-               <name>Sebastian Pipping</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 4467c0b..84e37f0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -267,12 +267,6 @@ games-emulation/ppsspp
 # Masked for removal.
 dev-haskell/filesystem-conduit
 
-# Michał Górny <mgo...@gentoo.org> (26 Jun 2016)
-# Used to convert ancient layman files, has some ancient hardcoded data.
-# Not really useful anymore, masked for being live since 2009.
-# Removal in 14 days, #587156.
-app-portage/layman-dbtools
-
 # Aaron Bauman <b...@gentoo.org> (26 Jun 2016)
 # Unpatched security vulnerability per bug #475120
 media-video/motion

Reply via email to