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: Sun, 11 Jun 2023 16:15:10 +0000 (UTC)	[thread overview]
Message-ID: <1686499906.e3394538a1a424c8126cd148e7d255f9d60cdff7.mgorny@gentoo> (raw)

commit:     e3394538a1a424c8126cd148e7d255f9d60cdff7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 16:11:46 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 16:11:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3394538

app-portage/flaggie: Remove old

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

 app-portage/flaggie/Manifest              |  2 --
 app-portage/flaggie/flaggie-0.99.2.ebuild | 36 -------------------------------
 app-portage/flaggie/flaggie-0.99.3.ebuild | 36 -------------------------------
 3 files changed, 74 deletions(-)

diff --git a/app-portage/flaggie/Manifest b/app-portage/flaggie/Manifest
index a5a7a5a48cea..c84233964db5 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.2.gh.tar.gz 17279 BLAKE2B c9015647f5a67e0a5d87e3f9af95784ca2e1eee67c4740d292594a9fc8b259c6485066d3111393b4774d24436b4779f2759b5cefdbc03b02d28e433dce121dfc SHA512 3fc705935f9b14d8f87152516a23a0fb7825ee57063d2916d5336fa9522cf830e2c2adf00d5eb4a906845ef6c3b955ce46592ced09607ebe7c7de591496df876
-DIST flaggie-0.99.3.gh.tar.gz 17295 BLAKE2B 104406406b5f256c55806737339a57ebfbe3991229dfc357f99af854497f8aa7ba7465db1a126970e10e86e0c76520dd2280592b00cfb8c48a92c820c794c2c4 SHA512 cf71cef2f8c75ab8c93db847f1e484907b4abdd36e0d185aa8e09628abfc64da7daeef5ce169a09337aed6bb19a1fd2c8b41aa9226abc78da2481ab1af709bde
 DIST flaggie-0.99.4.tar.gz 17731 BLAKE2B 460993edfad7dc13206c6ab96919a74a306534f69b5c2971c9bc4289e964052888c93ff4b935fdf722fc7490a250b33c9644472749b2dc060e7dfd0b0d8dacf3 SHA512 0a2225470a6cc1ee72d7c33abe40cae48b698ac24e0456f9e59bcfd04769c9c01154c62c9fbc2d384d086db06f8a9d76e0cefe761a18669fcbe8ae3bee495b92

diff --git a/app-portage/flaggie/flaggie-0.99.2.ebuild b/app-portage/flaggie/flaggie-0.99.2.ebuild
deleted file mode 100644
index 085b4583a8f1..000000000000
--- a/app-portage/flaggie/flaggie-0.99.2.ebuild
+++ /dev/null
@@ -1,36 +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_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A smart CLI mangler for package.* files"
-HOMEPAGE="
-	https://github.com/projg2/flaggie/
-"
-SRC_URI="
-	https://github.com/projg2/flaggie/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-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.3.ebuild b/app-portage/flaggie/flaggie-0.99.3.ebuild
deleted file mode 100644
index c036ee614415..000000000000
--- a/app-portage/flaggie/flaggie-0.99.3.ebuild
+++ /dev/null
@@ -1,36 +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_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A smart CLI mangler for package.* files"
-HOMEPAGE="
-	https://github.com/projg2/flaggie/
-"
-SRC_URI="
-	https://github.com/projg2/flaggie/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-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-06-11 16:15 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-11 16:15 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 15:08 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-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=1686499906.e3394538a1a424c8126cd148e7d255f9d60cdff7.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