Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/flaggie/
Date: Mon, 30 Jan 2023 20:33:14
Message-Id: 1675110769.4446b4356b52440fce7daf4836c78b3266b191b9.mgorny@gentoo
1 commit: 4446b4356b52440fce7daf4836c78b3266b191b9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 16:25:30 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 20:32:49 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4446b435
7
8 app-portage/flaggie: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/flaggie/Manifest | 2 --
13 app-portage/flaggie/flaggie-0.99.0.ebuild | 36 -------------------------------
14 app-portage/flaggie/flaggie-0.99.1.ebuild | 36 -------------------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/app-portage/flaggie/Manifest b/app-portage/flaggie/Manifest
18 index c44a62cd6e16..4acbcbb1e3ca 100644
19 --- a/app-portage/flaggie/Manifest
20 +++ b/app-portage/flaggie/Manifest
21 @@ -1,4 +1,2 @@
22 DIST flaggie-0.2.1.tar.bz2 16767 BLAKE2B fea0fbc505bfa97e7bee2c05f0cc19077b9b23a021b01aafa2c4b064466677f9dd4ae95c36f6de65b4ad07c5046d539ceb0cb667dcb791b60410d7a5e688813f SHA512 3f273ebeceaaedce7a3807126fb3f450e420338a883440066d06a4d6a95b63bd538bb5da882fea23e0d390b28a83f50375dbda2624f656327775b2b700f2b2e4
23 -DIST flaggie-0.99.0.gh.tar.gz 15210 BLAKE2B 59d8d877ed98580b8631f72be531c21cb8ba9bf482ed3c4ceca6bb8f10fb9873124258eb3aad51b56f2e4f3d8c54fc192c9909bf5f48cbf6127aa74a9f23b377 SHA512 41fcac02b1eb0588802d364da468c5fd9d223e9d21dcbb17a1802953ca74704bfe9d2b764e7be8a8748a8dfcc5172d8395f801c4f36ab836c5b75a08886e1971
24 -DIST flaggie-0.99.1.gh.tar.gz 16703 BLAKE2B f0f5cfef0a05ab30cdf2f6822c1d447b3977b7230881b96b01d8c6692d89b49bd6f30272d42c9546db0b164957cb76ba2b89d63c8c4a944d54d5d89bd075131c SHA512 757f3528a4c90ab90fbc61b33eeaff15631ee196e3933d11b181b00d4abcde9fa6d84a349286b05b270a68ebd64c618932c140fe0263d509ad90b9246db20dfd
25 DIST flaggie-0.99.2.gh.tar.gz 17279 BLAKE2B c9015647f5a67e0a5d87e3f9af95784ca2e1eee67c4740d292594a9fc8b259c6485066d3111393b4774d24436b4779f2759b5cefdbc03b02d28e433dce121dfc SHA512 3fc705935f9b14d8f87152516a23a0fb7825ee57063d2916d5336fa9522cf830e2c2adf00d5eb4a906845ef6c3b955ce46592ced09607ebe7c7de591496df876
26
27 diff --git a/app-portage/flaggie/flaggie-0.99.0.ebuild b/app-portage/flaggie/flaggie-0.99.0.ebuild
28 deleted file mode 100644
29 index 8a7cfc3fa1d2..000000000000
30 --- a/app-portage/flaggie/flaggie-0.99.0.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2023 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=flit
39 -PYTHON_COMPAT=( python3_{9..11} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A smart CLI mangler for package.* files"
44 -HOMEPAGE="
45 - https://github.com/projg2/flaggie/
46 -"
47 -SRC_URI="
48 - https://github.com/projg2/flaggie/archive/v${PV}.tar.gz
49 - -> ${P}.gh.tar.gz
50 -"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS=""
55 -
56 -RDEPEND="
57 - app-portage/gentoopm[${PYTHON_USEDEP}]
58 - dev-python/more-itertools[${PYTHON_USEDEP}]
59 - dev-vcs/git
60 -"
61 -
62 -distutils_enable_tests pytest
63 -
64 -pkg_postinst() {
65 - ewarn "This is a preview release of flaggie 1.x. It it not fully featured"
66 - ewarn "yet and it may have significant bugs. Please back your /etc/portage"
67 - ewarn "up before using it. Verify the results using --pretend."
68 -}
69
70 diff --git a/app-portage/flaggie/flaggie-0.99.1.ebuild b/app-portage/flaggie/flaggie-0.99.1.ebuild
71 deleted file mode 100644
72 index 9ace377582e4..000000000000
73 --- a/app-portage/flaggie/flaggie-0.99.1.ebuild
74 +++ /dev/null
75 @@ -1,36 +0,0 @@
76 -# Copyright 1999-2023 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=8
80 -
81 -DISTUTILS_USE_PEP517=flit
82 -PYTHON_COMPAT=( python3_{9..11} )
83 -
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="A smart CLI mangler for package.* files"
87 -HOMEPAGE="
88 - https://github.com/projg2/flaggie/
89 -"
90 -SRC_URI="
91 - https://github.com/projg2/flaggie/archive/v${PV}.tar.gz
92 - -> ${P}.gh.tar.gz
93 -"
94 -
95 -LICENSE="MIT"
96 -SLOT="0"
97 -KEYWORDS=""
98 -
99 -RDEPEND="
100 - >=app-portage/gentoopm-0.5.0[${PYTHON_USEDEP}]
101 - dev-python/more-itertools[${PYTHON_USEDEP}]
102 - dev-vcs/git
103 -"
104 -
105 -distutils_enable_tests pytest
106 -
107 -pkg_postinst() {
108 - ewarn "This is a preview release of flaggie 1.x. It it not fully featured"
109 - ewarn "yet and it may have significant bugs. Please back your /etc/portage"
110 - ewarn "up before using it. Verify the results using --pretend."
111 -}