public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/repolite/
Date: Wed,  6 Nov 2024 11:41:49 +0000 (UTC)	[thread overview]
Message-ID: <1730893128.d90f9f481f77fe9f8a1a6295f1bf249be7119e19.juippis@gentoo> (raw)

commit:     d90f9f481f77fe9f8a1a6295f1bf249be7119e19
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sat Aug 24 19:52:02 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Nov  6 11:38:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90f9f48

dev-util/repolite: drop 0.4.0

Closes: https://bugs.gentoo.org/929550
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/repolite/Manifest              |  1 -
 dev-util/repolite/repolite-0.4.0.ebuild | 51 ---------------------------------
 2 files changed, 52 deletions(-)

diff --git a/dev-util/repolite/Manifest b/dev-util/repolite/Manifest
index d6323351aef0..31b553bf3300 100644
--- a/dev-util/repolite/Manifest
+++ b/dev-util/repolite/Manifest
@@ -1,2 +1 @@
-DIST repolite-0.4.0.tar.gz 29316 BLAKE2B 7843eee116de881e688d1ba7ef16113c0dd63d5c1a795d6c6c7b7c034e3dc5c82f5838049e33703cd8c16ea4a7d96c2ae365278be81df6267f2cb171b20dd059 SHA512 14990576f0cd5c77174318be023f0dc63b7dab957e2a896e2a021d5d24b8dccaefad7170ff75ef7e3308ed65ed72092bfc19dca2efdb14598b73722764d9a4dd
 DIST repolite-0.6.2.tar.gz 59311 BLAKE2B a5fbce62f272181249f4374b16837780733e5cfb033a2812330a6c029e5881846181f68dc1537ab148395092eb181650f7eb03a9e6760ed47207f33abf689d40 SHA512 b4ec870eb11d8edfe9c103e5b8f4b78eab46d4739055d01b02560036da30b01178c2351fe7aafb1b676105f5e6b8bdc456081917fd4e84219cea37ee2acaa5c3

diff --git a/dev-util/repolite/repolite-0.4.0.ebuild b/dev-util/repolite/repolite-0.4.0.ebuild
deleted file mode 100644
index f50c81642aff..000000000000
--- a/dev-util/repolite/repolite-0.4.0.ebuild
+++ /dev/null
@@ -1,51 +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..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Manage a small set of git repository dependencies with YAML."
-HOMEPAGE="https://github.com/sarnold/repolite"
-
-if [[ ${PV} = 9999* ]]; then
-	EGIT_REPO_URI="https://github.com/sarnold/repolite.git"
-	EGIT_BRANCH="master"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/sarnold/repolite/releases/download/${PV}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc"
-RESTRICT="test"  # no tests :(
-
-RDEPEND="
-	dev-python/pyyaml[${PYTHON_USEDEP}]
-	dev-python/munch[${PYTHON_USEDEP}]
-	dev-vcs/git
-"
-# needs versioningit if building from git repo source
-if [[ ${PV} = 9999* ]]; then
-	BDEPEND="
-		$(python_gen_any_dep '
-			>=dev-python/versioningit-2.0.1[${PYTHON_USEDEP}]
-		')"
-fi
-
-DOCS=( README.rst )
-
-distutils_enable_sphinx \
-	docs/source \
-	dev-python/sphinx-rtd-theme \
-	dev-python/recommonmark \
-	dev-python/sphinxcontrib-apidoc
-
-pkg_postinst() {
-	optfeature "initialize repos with lfs files" dev-vcs/git-lfs
-}


             reply	other threads:[~2024-11-06 11:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-06 11:41 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-07 13:59 [gentoo-commits] repo/gentoo:master commit in: dev-util/repolite/ Joonas Niilola
2024-11-07 13:59 Joonas Niilola
2024-11-06 11:41 Joonas Niilola
2023-02-06 22:39 Steve Arnold
2022-12-05 19:21 Steve Arnold
2022-10-15 14:00 Sam James
2022-09-25 18:32 Steve Arnold
2022-08-27 11:25 Sam James
2022-08-21 21:44 Steve Arnold
2022-08-21 21:00 Steve Arnold

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=1730893128.d90f9f481f77fe9f8a1a6295f1bf249be7119e19.juippis@gentoo \
    --to=juippis@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