public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/flaggie/
Date: Fri,  6 Oct 2023 15:08:47 +0000 (UTC)	[thread overview]
Message-ID: <1696604856.aa45bbba25fa336cfcdf997fbf2df8343729c22f.mgorny@gentoo> (raw)

commit:     aa45bbba25fa336cfcdf997fbf2df8343729c22f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 15:01:59 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 15:07:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa45bbba

app-portage/flaggie: Remove old

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

 app-portage/flaggie/Manifest              |  3 ---
 app-portage/flaggie/flaggie-0.99.5.ebuild | 32 -------------------------------
 app-portage/flaggie/flaggie-0.99.6.ebuild | 32 -------------------------------
 app-portage/flaggie/flaggie-0.99.7.ebuild | 32 -------------------------------
 4 files changed, 99 deletions(-)

diff --git a/app-portage/flaggie/Manifest b/app-portage/flaggie/Manifest
index e7139123ff11..5fef7c992c09 100644
--- a/app-portage/flaggie/Manifest
+++ b/app-portage/flaggie/Manifest
@@ -1,4 +1 @@
-DIST flaggie-0.99.5.tar.gz 17792 BLAKE2B 0400d08383e80b7543fc18afa8d63e68d5b889327db119f53fb5b9f74959a10f5d918c9e284c590b403f30197275f0833b51313729b125c1f4e0feba8113afb7 SHA512 77e7b66148bb3779bf2f89507834ebcb587ad822126b282da9fea5361f4df54e6cd9a18311d23de8648ab6aba2e4aa18686296bfab9ae3823a4435252e431c7f
-DIST flaggie-0.99.6.tar.gz 17810 BLAKE2B da883826147536563d889e026e659a3bc69ac58808b5fd3672d89f047abd4accf567f1e9bebc1d69e0550498b48be03420f47ebfdcf4aeb24db17fa7149011a2 SHA512 c4a0407c65149169c6998629ac399eb9cb9a9a7a0d1c1ef0072d7c7aefb811ea1b91f5ba4987f0689341ab920fb7e8a13f979cc390596c31c4c82aa6172e3ee5
-DIST flaggie-0.99.7.tar.gz 17844 BLAKE2B 08cddf3c52acebe1e1198fabf29164084bc9abf8d24220469c2b84b7d09b5ae4c57ced09ba663c9fce61bf165f0878ffac1046cef91d9a13942153886aab4836 SHA512 325d6b250c7fdea80d55ac21d835715c41484165189c838c4f9f4f0b473f925098afac5b0a98a2cd608eec0362d33cbe18017717be8444d9d4270ffe2f0a1824
 DIST flaggie-0.99.8.tar.gz 17865 BLAKE2B af52f5c030ff81ebd1efac6c02a736c87d0ce8f953722f0f364adf7ace74a26245fb43fb5ba96000fb2da391ff90c6c682522fc5a7725fca0289c1063e4704ac SHA512 77265b2958210a9643776dfaad65d00cd511b2b8d1cedd397c6712559af9c7d671cf286eabd0c866b10408429829615cd2f2b7c3013a99d470be8f2f7e8cccfb

diff --git a/app-portage/flaggie/flaggie-0.99.5.ebuild b/app-portage/flaggie/flaggie-0.99.5.ebuild
deleted file mode 100644
index 6b637e334d74..000000000000
--- a/app-portage/flaggie/flaggie-0.99.5.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."
-}

diff --git a/app-portage/flaggie/flaggie-0.99.6.ebuild b/app-portage/flaggie/flaggie-0.99.6.ebuild
deleted file mode 100644
index 171f784597fe..000000000000
--- a/app-portage/flaggie/flaggie-0.99.6.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."
-}

diff --git a/app-portage/flaggie/flaggie-0.99.7.ebuild b/app-portage/flaggie/flaggie-0.99.7.ebuild
deleted file mode 100644
index 171f784597fe..000000000000
--- a/app-portage/flaggie/flaggie-0.99.7.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."
-}


             reply	other threads:[~2023-10-06 15:08 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-06 15:08 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-09 14:50 [gentoo-commits] repo/gentoo:master commit in: app-portage/flaggie/ Michał Górny
2023-10-06 14:30 Arthur Zamarin
2023-09-22 15:23 Michał Górny
2023-09-15 12:13 Michał Górny
2023-08-20  9:22 Michał Górny
2023-08-20  8:29 Sam James
2023-07-27 15:00 Michał Górny
2023-07-17  9:45 Michał Górny
2023-06-11 16:15 Michał Górny
2023-05-30  0:27 Sam James
2023-05-30  0:27 Sam James
2023-04-26 13:37 Michał Górny
2023-04-19  9:43 Sam James
2023-02-15 16:52 Michał Górny
2023-01-31 12:18 Jakov Smolić
2023-01-30 20:33 Michał Górny
2023-01-30 20:33 Michał Górny
2023-01-20 19:11 Michał Górny
2023-01-19 18:18 Michał Górny
2023-01-18 17:26 Michał Górny
2022-08-10 14:20 Michał Górny
2022-08-10 14:20 Michał Górny
2022-06-06 23:32 Sam James
2022-06-06  7:02 Jakov Smolić
2022-06-06  6:31 Jakov Smolić
2022-06-06  6:28 Jakov Smolić
2022-06-06  6:28 Jakov Smolić
2022-05-18  7:36 Michał Górny
2022-05-18  7:36 Michał Górny
2022-05-18  7:36 Michał Górny
2022-05-18  7:36 Michał Górny
2021-07-21  2:22 Yixun Lan
2021-05-22 11:26 Michał Górny
2020-09-27 16:29 Sam James
2020-02-11 11:38 Michał Górny
2020-01-04 20:12 Michał Górny
2019-05-18 10:02 Michał Górny
2017-11-25 19:55 David Seifert
2017-04-22  9:56 Pacho Ramos
2016-11-06 18:26 Michał Górny
2016-11-06 16:29 Michał Górny
2015-12-05 11:23 Justin Lecher
2015-12-05  9:57 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1696604856.aa45bbba25fa336cfcdf997fbf2df8343729c22f.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox