summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-20 11:18:52 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-20 11:18:52 +0200
commit74bd0f310f90dddcfda5434701fa16f4268cae83 (patch)
treec6fcf54b6e09a0dd714382767d54e28d99b17d41 /app-portage
parentdev-python/sphinx-autodoc-typehints: Enable py3.12 (diff)
downloadgentoo-74bd0f310f90dddcfda5434701fa16f4268cae83.tar.gz
gentoo-74bd0f310f90dddcfda5434701fa16f4268cae83.tar.bz2
gentoo-74bd0f310f90dddcfda5434701fa16f4268cae83.zip
app-portage/flaggie: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/flaggie/Manifest2
-rw-r--r--app-portage/flaggie/flaggie-0.2.1-r2.ebuild38
-rw-r--r--app-portage/flaggie/flaggie-0.99.4.ebuild32
3 files changed, 0 insertions, 72 deletions
diff --git a/app-portage/flaggie/Manifest b/app-portage/flaggie/Manifest
index 93d327feff84..c90463f46f02 100644
--- a/app-portage/flaggie/Manifest
+++ b/app-portage/flaggie/Manifest
@@ -1,4 +1,2 @@
-DIST flaggie-0.2.1.tar.bz2 16767 BLAKE2B fea0fbc505bfa97e7bee2c05f0cc19077b9b23a021b01aafa2c4b064466677f9dd4ae95c36f6de65b4ad07c5046d539ceb0cb667dcb791b60410d7a5e688813f SHA512 3f273ebeceaaedce7a3807126fb3f450e420338a883440066d06a4d6a95b63bd538bb5da882fea23e0d390b28a83f50375dbda2624f656327775b2b700f2b2e4
-DIST flaggie-0.99.4.tar.gz 17731 BLAKE2B 460993edfad7dc13206c6ab96919a74a306534f69b5c2971c9bc4289e964052888c93ff4b935fdf722fc7490a250b33c9644472749b2dc060e7dfd0b0d8dacf3 SHA512 0a2225470a6cc1ee72d7c33abe40cae48b698ac24e0456f9e59bcfd04769c9c01154c62c9fbc2d384d086db06f8a9d76e0cefe761a18669fcbe8ae3bee495b92
DIST flaggie-0.99.5.tar.gz 17792 BLAKE2B 0400d08383e80b7543fc18afa8d63e68d5b889327db119f53fb5b9f74959a10f5d918c9e284c590b403f30197275f0833b51313729b125c1f4e0feba8113afb7 SHA512 77e7b66148bb3779bf2f89507834ebcb587ad822126b282da9fea5361f4df54e6cd9a18311d23de8648ab6aba2e4aa18686296bfab9ae3823a4435252e431c7f
DIST flaggie-0.99.6.tar.gz 17810 BLAKE2B da883826147536563d889e026e659a3bc69ac58808b5fd3672d89f047abd4accf567f1e9bebc1d69e0550498b48be03420f47ebfdcf4aeb24db17fa7149011a2 SHA512 c4a0407c65149169c6998629ac399eb9cb9a9a7a0d1c1ef0072d7c7aefb811ea1b91f5ba4987f0689341ab920fb7e8a13f979cc390596c31c4c82aa6172e3ee5
diff --git a/app-portage/flaggie/flaggie-0.2.1-r2.ebuild b/app-portage/flaggie/flaggie-0.2.1-r2.ebuild
deleted file mode 100644
index 52346d71fc0a..000000000000
--- a/app-portage/flaggie/flaggie-0.2.1-r2.ebuild
+++ /dev/null
@@ -1,38 +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..10} )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="A smart CLI mangler for package.* files"
-HOMEPAGE="https://github.com/projg2/flaggie/"
-SRC_URI="https://github.com/projg2/flaggie/releases/download/${P}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~mips ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- sys-apps/portage[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
- newbashcomp contrib/bash-completion/${PN}.bash-completion ${PN}
- distutils-r1_python_install_all
-}
-
-pkg_postinst() {
- ewarn "Please note that flaggie creates backups of your package.* files"
- ewarn "before performing each change through appending a single '~'."
- ewarn "If you'd like to keep your own backup of them, please use another"
- ewarn "naming scheme (or even better some VCS)."
- if ! has_version app-shells/gentoo-bashcomp; then
- elog
- elog "If you want to use bash-completion, you need to install:"
- elog " app-shells/gentoo-bashcomp"
- fi
-}
diff --git a/app-portage/flaggie/flaggie-0.99.4.ebuild b/app-portage/flaggie/flaggie-0.99.4.ebuild
deleted file mode 100644
index 6b637e334d74..000000000000
--- a/app-portage/flaggie/flaggie-0.99.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A smart CLI mangler for package.* files"
-HOMEPAGE="
- https://github.com/projg2/flaggie/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~mips ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- >=app-portage/gentoopm-0.5.0[${PYTHON_USEDEP}]
- dev-python/more-itertools[${PYTHON_USEDEP}]
- dev-vcs/git
-"
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
- ewarn "This is a preview release of flaggie 1.x. It it not fully featured"
- ewarn "yet and it may have significant bugs. Please back your /etc/portage"
- ewarn "up before using it. Verify the results using --pretend."
-}