summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-08 20:42:26 +0200
committerMichał Górny <mgorny@gentoo.org>2023-04-08 20:45:15 +0200
commita088cfc0cd2cb289d63635733fd95cca9429e0d8 (patch)
treebcd3540e855690488988b36ab229c62f2a40c476 /app-portage/pycargoebuild
parentx11-misc/qt5ct: Remove old (diff)
downloadgentoo-a088cfc0cd2cb289d63635733fd95cca9429e0d8.tar.gz
gentoo-a088cfc0cd2cb289d63635733fd95cca9429e0d8.tar.bz2
gentoo-a088cfc0cd2cb289d63635733fd95cca9429e0d8.zip
app-portage/pycargoebuild: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/pycargoebuild')
-rw-r--r--app-portage/pycargoebuild/Manifest2
-rw-r--r--app-portage/pycargoebuild/pycargoebuild-0.6.1.ebuild32
-rw-r--r--app-portage/pycargoebuild/pycargoebuild-0.6.2.ebuild32
3 files changed, 0 insertions, 66 deletions
diff --git a/app-portage/pycargoebuild/Manifest b/app-portage/pycargoebuild/Manifest
index 42e95e0e59d4..d0b6208ccd77 100644
--- a/app-portage/pycargoebuild/Manifest
+++ b/app-portage/pycargoebuild/Manifest
@@ -1,3 +1 @@
-DIST pycargoebuild-0.6.1.gh.tar.gz 20233 BLAKE2B a680f0b446554797f82f5903b8f51631d4026329de79327c788338ddafecdcc47b7f1d0ca3b0c81a909cde6ba24eece576f3f591ea08ad1d7adf90d545ab0869 SHA512 00183b2cedddb0c47be3e709250e679184f45af16575a5b94efc5a1598379f5c02246fd303e26b7e53ebf858c039552c7802329b0ee62c67cc15c42b39c00f09
-DIST pycargoebuild-0.6.2.gh.tar.gz 21846 BLAKE2B d9e13a9335b0c3a1d68fad1860afee608c6c5c48cef1d7a098669f7e8811280c240b63319372b80b2d6d7cba21b9715e7a8e1063cbc4aa6c8f75039d40cce3e4 SHA512 f38ee34f54312fd98b064af43efb45da480cf0d4d8fc977a4bd1e59d58ef161969043088d23e9031448ae6f3e78af32abb40a72f26e195426868559feba436d5
DIST pycargoebuild-0.6.3.gh.tar.gz 23545 BLAKE2B f5c13947d1b03a4ef1c48eca82fe3c1104f9407d06abd035c3997ee57dcb92d5066f1c976a176058d7ead4332930789d93b38dbe52faf4c42ca7b4b7e6603098 SHA512 96c2c3e2a4715b922b28c8af4fe5031be6fd224780d06ee9c38f1611c384804b0d870b7680b3e88911cf34e64bd38354ccabfcf8d5c693a83f1d8b45924dceff
diff --git a/app-portage/pycargoebuild/pycargoebuild-0.6.1.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.6.1.ebuild
deleted file mode 100644
index 878feefad882..000000000000
--- a/app-portage/pycargoebuild/pycargoebuild-0.6.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
-HOMEPAGE="
- https://github.com/projg2/pycargoebuild/
- https://pypi.org/project/pycargoebuild/
-"
-SRC_URI="
- https://github.com/projg2/pycargoebuild/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
- dev-python/license-expression[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/tomli[${PYTHON_USEDEP}]
- ' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest
diff --git a/app-portage/pycargoebuild/pycargoebuild-0.6.2.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.6.2.ebuild
deleted file mode 100644
index 509b3840a625..000000000000
--- a/app-portage/pycargoebuild/pycargoebuild-0.6.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
-HOMEPAGE="
- https://github.com/projg2/pycargoebuild/
- https://pypi.org/project/pycargoebuild/
-"
-SRC_URI="
- https://github.com/projg2/pycargoebuild/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/license-expression[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/tomli[${PYTHON_USEDEP}]
- ' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest