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: Sat, 9 Sep 2017 09:59:31 +0000 (UTC) [thread overview]
Message-ID: <1504951159.550b95086d518bb4678aef24b5475e484a97f0ca.mgorny@gentoo> (raw)
commit: 550b95086d518bb4678aef24b5475e484a97f0ca
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 9 09:53:49 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 9 09:59:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550b9508
app-eselect/eselect-repository: A simple manager for repos.conf
.../eselect-repository-9999.ebuild | 39 ++++++++++++++++++++++
app-eselect/eselect-repository/metadata.xml | 9 +++++
2 files changed, 48 insertions(+)
diff --git a/app-eselect/eselect-repository/eselect-repository-9999.ebuild b/app-eselect/eselect-repository/eselect-repository-9999.ebuild
new file mode 100644
index 00000000000..b22e3150d3c
--- /dev/null
+++ b/app-eselect/eselect-repository/eselect-repository-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://github.com/mgorny/eselect-repository.git"
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+inherit git-r3 python-single-r1
+
+DESCRIPTION="Manage repos.conf via eselect"
+HOMEPAGE="https://github.com/mgorny/eselect-repository"
+SRC_URI=""
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}
+ app-admin/eselect
+ 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
+ keepdir /var/db/repos
+ einstalldocs
+}
diff --git a/app-eselect/eselect-repository/metadata.xml b/app-eselect/eselect-repository/metadata.xml
new file mode 100644
index 00000000000..4125495d9ee
--- /dev/null
+++ b/app-eselect/eselect-repository/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <remote-id type="github">mgorny/eselect-repository</remote-id>
+</pkgmetadata>
next reply other threads:[~2017-09-09 9:59 UTC|newest]
Thread overview: 76+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-09 9:59 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-09-09 11:02 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-repository/ Michał Górny
2017-09-22 4:24 Michał Górny
2017-11-07 16:22 Michał Górny
2017-11-28 19:34 Michał Górny
2017-12-25 11:42 Markus Meier
2018-01-26 1:08 Mikle Kolyada
2018-03-15 15:32 Mikle Kolyada
2018-03-23 13:39 Michał Górny
2018-03-26 16:14 Michał Górny
2018-03-26 19:45 Mikle Kolyada
2018-04-11 20:43 Thomas Deutschmann
2018-04-15 16:54 Mikle Kolyada
2018-05-09 7:34 Michał Górny
2018-05-09 7:34 Michał Górny
2018-05-09 8:20 Michał Górny
2018-06-02 18:40 Michał Górny
2018-07-20 22:08 Michał Górny
2018-09-07 13:46 Mikle Kolyada
2018-09-11 8:18 Michał Górny
2018-09-19 19:45 Mikle Kolyada
2018-09-19 19:47 Mikle Kolyada
2018-09-21 11:09 Mikle Kolyada
2018-09-30 18:13 Michał Górny
2018-10-15 19:37 Michał Górny
2019-03-10 15:25 Mikle Kolyada
2019-03-10 15:25 Mikle Kolyada
2019-04-07 7:27 Michał Górny
2019-04-07 7:27 Michał Górny
2019-05-29 12:53 Michał Górny
2019-07-31 10:59 Agostino Sarubbo
2019-07-31 11:03 Agostino Sarubbo
2019-08-02 8:14 Mikle Kolyada
2019-09-08 6:43 Michał Górny
2019-12-08 10:20 Michał Górny
2019-12-08 10:20 Michał Górny
2019-12-08 10:20 Michał Górny
2020-07-23 11:11 Kent Fredric
2020-09-11 9:31 Michał Górny
2020-09-30 1:49 Sam James
2020-10-05 3:05 Michał Górny
2020-11-06 6:01 Sam James
2020-11-06 8:01 Michał Górny
2020-11-30 13:48 Sam James
2021-02-20 11:02 Sergei Trofimovich
2021-02-23 18:13 Sergei Trofimovich
2021-02-28 21:30 Michał Górny
2021-03-29 21:00 John Helmert III
2021-04-05 20:28 Andreas K. Hüttel
2021-04-07 9:23 Michał Górny
2021-04-07 22:47 Sam James
2021-04-07 23:11 Michał Górny
2021-05-14 17:22 Sam James
2021-05-14 22:00 Michał Górny
2021-06-06 17:08 Michał Górny
2021-07-31 22:23 Sam James
2021-08-01 8:17 Michał Górny
2022-01-11 21:00 Georgy Yakovlev
2022-01-11 21:00 Georgy Yakovlev
2022-01-13 7:59 Michał Górny
2022-02-02 6:27 Sam James
2022-02-02 6:45 Michał Górny
2022-07-09 6:02 WANG Xuerui
2022-07-28 8:28 Sam James
2022-07-28 8:45 Michał Górny
2022-09-19 12:01 Michał Górny
2022-12-31 12:10 Arthur Zamarin
2022-12-31 12:37 Michał Górny
2023-05-30 0:27 Sam James
2023-08-01 13:02 Benda XU
2023-09-25 2:55 Michał Górny
2023-11-01 20:37 Arthur Zamarin
2023-11-02 12:58 Michał Górny
2023-11-30 21:54 James Le Cuirot
2024-09-29 11:36 Michał Górny
2024-12-08 23:34 Matt Jolly
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=1504951159.550b95086d518bb4678aef24b5475e484a97f0ca.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