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-eselect/eselect-repository/
Date: Wed,  7 Apr 2021 09:23:18 +0000 (UTC)	[thread overview]
Message-ID: <1617787395.d2c913e844f9d6dde211e5ff456bf4d5b6ce8257.mgorny@gentoo> (raw)

commit:     d2c913e844f9d6dde211e5ff456bf4d5b6ce8257
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  7 09:21:48 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr  7 09:23:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c913e8

app-eselect/eselect-repository: Bump to v10

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

 app-eselect/eselect-repository/Manifest            |  1 +
 .../eselect-repository-10.ebuild                   | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-eselect/eselect-repository/Manifest b/app-eselect/eselect-repository/Manifest
index 357d791f520..007c4c5ec9b 100644
--- a/app-eselect/eselect-repository/Manifest
+++ b/app-eselect/eselect-repository/Manifest
@@ -1,2 +1,3 @@
+DIST eselect-repository-10.tar.gz 7123 BLAKE2B 786255e8b83c1348c16ec6e30495e7a0c305d48430712fd2bba28367d27d0e5eea1fe9176636f7896f48feebb71a9a3daa025fdc2f8032d2e6a3c59bd6b5c0c4 SHA512 4a03e1b9ddf3d8f79429e0a98cd03804867ba4594945ddda518be06c07e6e5737c77b8c57893a8cf5930548c96f0d436786d95bed624041ad52ab603348337b2
 DIST eselect-repository-8.tar.gz 6774 BLAKE2B d22c2befc744e21b7619a490e9c41f1052c4077135ba5247ea9558f15f7dc5c06642dd934c41ad8cb3bedb40398876ea9d508276bde6f214fe06d5f80b19911b SHA512 b1fd13e3bfa323dea7fec53a33865352545a070df472c9db0b2901945a795833eb8a2b7b264005d94fe6e92dce57414a7e995157d28c8d26048bedcbf42adf96
 DIST eselect-repository-9.tar.gz 6791 BLAKE2B 66ca783b66ead0bef0e85839723844147919ca7caf4e66f962a869118bd0f7484ec183c5c7ab0327d960cb8ec9c5aae0d46b5565c121f9df9d3fe90a19426354 SHA512 9bd1f1ce15da01f76248d93d368c133e22ed77aa6dfd778d10295db649783583c203bc6c0388dec712eea5cc38b76b7527528a1e27a6a526f024eaf73e06b6ab

diff --git a/app-eselect/eselect-repository/eselect-repository-10.ebuild b/app-eselect/eselect-repository/eselect-repository-10.ebuild
new file mode 100644
index 00000000000..f221753b22f
--- /dev/null
+++ b/app-eselect/eselect-repository/eselect-repository-10.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit python-single-r1
+
+DESCRIPTION="Manage repos.conf via eselect"
+HOMEPAGE="https://github.com/mgorny/eselect-repository"
+SRC_URI="https://github.com/mgorny/eselect-repository/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="${PYTHON_DEPS}
+	app-admin/eselect
+	$(python_gen_cond_dep '
+		dev-python/lxml[${PYTHON_MULTI_USEDEP}]
+	')
+	net-misc/wget"
+
+src_compile() {
+	MAKEARGS=(
+		PREFIX="${EPREFIX}/usr"
+		SYSCONFDIR="${EPREFIX}/etc"
+		SHAREDSTATEDIR="${EPREFIX}/var"
+		ESELECTDIR="${EPREFIX}/usr/share/eselect/modules"
+	)
+
+	emake "${MAKEARGS[@]}"
+	python_fix_shebang eselect-repo-helper
+}
+
+src_install() {
+	emake "${MAKEARGS[@]}" DESTDIR="${D}" install
+	einstalldocs
+}


             reply	other threads:[~2021-04-07  9:23 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-07  9:23 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-08 23:34 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-repository/ Matt Jolly
2024-09-29 11:36 Michał Górny
2023-11-30 21:54 James Le Cuirot
2023-11-02 12:58 Michał Górny
2023-11-01 20:37 Arthur Zamarin
2023-09-25  2:55 Michał Górny
2023-08-01 13:02 Benda XU
2023-05-30  0:27 Sam James
2022-12-31 12:37 Michał Górny
2022-12-31 12:10 Arthur Zamarin
2022-09-19 12:01 Michał Górny
2022-07-28  8:45 Michał Górny
2022-07-28  8:28 Sam James
2022-07-09  6:02 WANG Xuerui
2022-02-02  6:45 Michał Górny
2022-02-02  6:27 Sam James
2022-01-13  7:59 Michał Górny
2022-01-11 21:00 Georgy Yakovlev
2022-01-11 21:00 Georgy Yakovlev
2021-08-01  8:17 Michał Górny
2021-07-31 22:23 Sam James
2021-06-06 17:08 Michał Górny
2021-05-14 22:00 Michał Górny
2021-05-14 17:22 Sam James
2021-04-07 23:11 Michał Górny
2021-04-07 22:47 Sam James
2021-04-05 20:28 Andreas K. Hüttel
2021-03-29 21:00 John Helmert III
2021-02-28 21:30 Michał Górny
2021-02-23 18:13 Sergei Trofimovich
2021-02-20 11:02 Sergei Trofimovich
2020-11-30 13:48 Sam James
2020-11-06  8:01 Michał Górny
2020-11-06  6:01 Sam James
2020-10-05  3:05 Michał Górny
2020-09-30  1:49 Sam James
2020-09-11  9:31 Michał Górny
2020-07-23 11:11 Kent Fredric
2019-12-08 10:20 Michał Górny
2019-12-08 10:20 Michał Górny
2019-12-08 10:20 Michał Górny
2019-09-08  6:43 Michał Górny
2019-08-02  8:14 Mikle Kolyada
2019-07-31 11:03 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-05-29 12:53 Michał Górny
2019-04-07  7:27 Michał Górny
2019-04-07  7:27 Michał Górny
2019-03-10 15:25 Mikle Kolyada
2019-03-10 15:25 Mikle Kolyada
2018-10-15 19:37 Michał Górny
2018-09-30 18:13 Michał Górny
2018-09-21 11:09 Mikle Kolyada
2018-09-19 19:47 Mikle Kolyada
2018-09-19 19:45 Mikle Kolyada
2018-09-11  8:18 Michał Górny
2018-09-07 13:46 Mikle Kolyada
2018-07-20 22:08 Michał Górny
2018-06-02 18:40 Michał Górny
2018-05-09  8:20 Michał Górny
2018-05-09  7:34 Michał Górny
2018-05-09  7:34 Michał Górny
2018-04-15 16:54 Mikle Kolyada
2018-04-11 20:43 Thomas Deutschmann
2018-03-26 19:45 Mikle Kolyada
2018-03-26 16:14 Michał Górny
2018-03-23 13:39 Michał Górny
2018-03-15 15:32 Mikle Kolyada
2018-01-26  1:08 Mikle Kolyada
2017-12-25 11:42 Markus Meier
2017-11-28 19:34 Michał Górny
2017-11-07 16:22 Michał Górny
2017-09-22  4:24 Michał Górny
2017-09-09 11:02 Michał Górny
2017-09-09  9:59 Michał Górny

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=1617787395.d2c913e844f9d6dde211e5ff456bf4d5b6ce8257.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