commit:     35c165378ffb8f5932c638e591085afb23f6e1e2
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 14 07:26:16 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jun 14 07:26:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35c16537

sys-fs/python-btrfs: treeclean duplicate

Bug: https://bugs.gentoo.org/908452
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 profiles/updates/2Q-2023                      |  1 +
 sys-fs/python-btrfs/Manifest                  |  1 -
 sys-fs/python-btrfs/metadata.xml              |  9 ---------
 sys-fs/python-btrfs/python-btrfs-13-r1.ebuild | 28 ---------------------------
 4 files changed, 1 insertion(+), 38 deletions(-)

diff --git a/profiles/updates/2Q-2023 b/profiles/updates/2Q-2023
index 4a8f31fca..b54a781c8 100644
--- a/profiles/updates/2Q-2023
+++ b/profiles/updates/2Q-2023
@@ -5,3 +5,4 @@ move dev-python/nototools dev-python/notofonttools
 move kde-apps/krecorder media-sound/krecorder
 move kde-apps/alligator net-news/alligator
 move kde-apps/kclock kde-misc/kclock
+move sys-fs/python-btrfs dev-python/btrfs

diff --git a/sys-fs/python-btrfs/Manifest b/sys-fs/python-btrfs/Manifest
deleted file mode 100644
index 2aa86a14e..000000000
--- a/sys-fs/python-btrfs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-btrfs-13.tar.gz 93110 BLAKE2B 
286e5d1d9aa66ce5072f2fe144b2da6bbcde65dd90eb21efe1eb69b9aaa3230d76e8b8baffcfd269ce5d53e1004b5fc6c5546125bc1a5c26413ba8abc66f068a
 SHA512 
5117b9c6542fe191eccbed56a15bb5d8eadc2d3c0edd986a3e1a33d0b63f58c3db5e7f6d234c43a83d1cc74eea3e106c5882a92926c3087601edc36e6672721f

diff --git a/sys-fs/python-btrfs/metadata.xml b/sys-fs/python-btrfs/metadata.xml
deleted file mode 100644
index f2197cd9a..000000000
--- a/sys-fs/python-btrfs/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>gentoo-bugzil...@steev.me.uk</email>
-               <name>Steven Davies</name>
-       </maintainer>
-       <longdescription lang="en">A Python 3 library that provides ways to 
interact programmatically with an online btrfs file system. It provides a pure 
python shadow implementation of data structures used in btrfs together with 
convenient wrappers around the collection of kernel functions that are 
available in the btrfs kernel API. Using them, we can examine the secret inner 
world of a btrfs file system for educational purposes.</longdescription>
-</pkgmetadata>

diff --git a/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild 
b/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild
deleted file mode 100644
index 42cd47e39..000000000
--- a/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_10 python3_11 )
-DISTUTILS_USE_SETUPTOOLS="no"
-
-inherit distutils-r1
-
-DESCRIPTION="Python 3 module to inspect btrfs filesystems"
-HOMEPAGE="https://github.com/knorrie/python-btrfs";
-SRC_URI="https://github.com/knorrie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-       use examples && local DOCS=( README.md CHANGES examples )
-       distutils-r1_python_install_all
-}

Reply via email to