commit:     6a0187e2336887317bbb54a4f204b02b98684666
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 18:29:07 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:29:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0187e2

dev-python/liblarch: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/liblarch/Manifest                 |  1 -
 dev-python/liblarch/liblarch-3.1.0-r1.ebuild | 34 ----------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-python/liblarch/Manifest b/dev-python/liblarch/Manifest
index 641ffc51b3a2..24c50b543486 100644
--- a/dev-python/liblarch/Manifest
+++ b/dev-python/liblarch/Manifest
@@ -1,2 +1 @@
-DIST liblarch-3.1.0.tar.gz 55727 BLAKE2B 
531602b43f7729f59f59394aa1dd6d3ee4ad653d4ef8802de2074c9a9746d43da1638941c1e8f2075d9092810ba680f2e01bee360c55b0826bb725d6515b31df
 SHA512 
042a763dd12612d6630c064b5af84011f1fb908626f17f866e103743cdaabb4983f922290287b0138938488a7c9bff33680ef8157f8bbcbc166e4f4f2d008951
 DIST liblarch-3.2.0.tar.gz 56733 BLAKE2B 
92bf0c51b2f16e84633c75f51ccf321c8756b154bfa76412db5ff7b1879e27f0a24f69e2be94db10c9409b0b326d5ac4477c88eaf8f1be80ef9f3390ea26f879
 SHA512 
d356535f2e60885249be009f7e671fcb1ee02b7d32b7abecc3805c5f6b6e231fc34be0d7a73cd9f9a68dfaae0b1cf0a5bdc54ed3075901a149d58ad6577d92ab

diff --git a/dev-python/liblarch/liblarch-3.1.0-r1.ebuild 
b/dev-python/liblarch/liblarch-3.1.0-r1.ebuild
deleted file mode 100644
index ffb1c12cf78c..000000000000
--- a/dev-python/liblarch/liblarch-3.1.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Library to handle directed acyclic graphs"
-HOMEPAGE="https://wiki.gnome.org/Projects/liblarch";
-SRC_URI="
-       https://github.com/getting-things-gnome/liblarch/archive/v${PV}.tar.gz
-               -> ${P}.tar.gz
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND="
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       x11-libs/gtk+:3[introspection]
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-       virtx distutils-r1_src_test
-}

Reply via email to