summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-11-22 15:42:03 +0100
committerMichał Górny <mgorny@gentoo.org>2022-11-22 15:42:21 +0100
commitc4e4004c7385457ff459268325748eb339660291 (patch)
tree1a258e4a710167ffcf26e675fce12c1850684777
parentx11-terms/kitty: fix kitty-tool exec bit in live with rework (diff)
downloadgentoo-c4e4004c7385457ff459268325748eb339660291.tar.gz
gentoo-c4e4004c7385457ff459268325748eb339660291.tar.bz2
gentoo-c4e4004c7385457ff459268325748eb339660291.zip
app-portage/pycargoebuild: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-portage/pycargoebuild/Manifest2
-rw-r--r--app-portage/pycargoebuild/pycargoebuild-0.1.0.ebuild32
-rw-r--r--app-portage/pycargoebuild/pycargoebuild-0.2.0.ebuild32
3 files changed, 0 insertions, 66 deletions
diff --git a/app-portage/pycargoebuild/Manifest b/app-portage/pycargoebuild/Manifest
index 33e6a31aa67b..afab5bbe2905 100644
--- a/app-portage/pycargoebuild/Manifest
+++ b/app-portage/pycargoebuild/Manifest
@@ -1,3 +1 @@
-DIST pycargoebuild-0.1.0.gh.tar.gz 12404 BLAKE2B 3fa08408dbbede79253464052e0d77f4e601e7a5a7205900baaad52947efcfe0cef4af5703da8a36ad4972fc1930169bda84856944a1a2576c94aff2041abe7c SHA512 93de195758f9e07e0d28189edd1ae8c81baf70984942181ccf19ac8712765d1c6147b1b4a15d2d5c92856be24fb502ca8235ac60741eb6117393c795f99147ca
-DIST pycargoebuild-0.2.0.gh.tar.gz 16461 BLAKE2B fca32020be11f309297185a885461a15c25a4a2e54225c86c02eec29329f8cf0366606fdc7b594f7fa478cf2e374ba452152061e8be441a4ebf40e7cfcf39f93 SHA512 79d82f77f604a314dfa32f46f686e55027e3a65efc9ad2bb3d12225d4dca8602276ec7c37f1aca69d665a9e1a6ef6e45c8cc29f68d5ac2a1026492daac704730
DIST pycargoebuild-0.3.0.gh.tar.gz 17362 BLAKE2B 5258aa85191a5b9d8c5fb9c0761e90d1c77642cb9a1c4b892ef0cbfcebfb6c24518cd56844658b8814bad969efe2b6389444d2432eed5eb5ba5254f143ead4bd SHA512 ea6519ba774d44ae7aa5420ce9b48f06d3be24615a431b29cdd4fafaa74f11abaac89cc605513ad40e0bba5f4b319655b350281ea0596a903ad9a4d24eb98040
diff --git a/app-portage/pycargoebuild/pycargoebuild-0.1.0.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.1.0.ebuild
deleted file mode 100644
index ddee9ac385b4..000000000000
--- a/app-portage/pycargoebuild/pycargoebuild-0.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..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.2.0.ebuild b/app-portage/pycargoebuild/pycargoebuild-0.2.0.ebuild
deleted file mode 100644
index ddee9ac385b4..000000000000
--- a/app-portage/pycargoebuild/pycargoebuild-0.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..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