Gentoo Archives: gentoo-commits

From: "Martin Matouš" <m@××××××.dev>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-eselect/eselect-autostart/
Date: Wed, 30 Mar 2022 23:43:34
Message-Id: 1648683701.782f4a820c2bff53294591678bc054740a27b6e4.martinmatous@gentoo
1 commit: 782f4a820c2bff53294591678bc054740a27b6e4
2 Author: Martin Matous <m <AT> matous <DOT> dev>
3 AuthorDate: Wed Mar 30 23:41:41 2022 +0000
4 Commit: Martin Matouš <m <AT> matous <DOT> dev>
5 CommitDate: Wed Mar 30 23:41:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=782f4a82
7
8 app-eselect/eselect-autostart: new package
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Martin Matouš <m <AT> matous.dev>
12
13 app-eselect/eselect-autostart/Manifest | 1 +
14 .../eselect-autostart-1.0.0.ebuild | 22 ++++++++++++++++++++++
15 app-eselect/eselect-autostart/metadata.xml | 8 ++++++++
16 3 files changed, 31 insertions(+)
17
18 diff --git a/app-eselect/eselect-autostart/Manifest b/app-eselect/eselect-autostart/Manifest
19 new file mode 100644
20 index 000000000..19270a9d6
21 --- /dev/null
22 +++ b/app-eselect/eselect-autostart/Manifest
23 @@ -0,0 +1 @@
24 +DIST eselect-autostart-1.0.0.tar.gz 2051 BLAKE2B cb23b6f736232935d489f2a4473c94f5511b6e9723f9def076a8dd29f9874c95d97b8bacd75c4e5fd4ac2aab72d3265daf0a4f1e80f5a7ae49a957bcefc48ad3 SHA512 a5e912f5680785e1bc6766b19dfa7ca82fa05d6267e91c5627b2fbd7e3011467597a81a4c3901972986504c0249f1cc29a7fcc24deda2edbeba0586fb8779adf
25
26 diff --git a/app-eselect/eselect-autostart/eselect-autostart-1.0.0.ebuild b/app-eselect/eselect-autostart/eselect-autostart-1.0.0.ebuild
27 new file mode 100644
28 index 000000000..0e4d2675a
29 --- /dev/null
30 +++ b/app-eselect/eselect-autostart/eselect-autostart-1.0.0.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +SRC_URI="https://codeberg.org/mmatous/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
38 +KEYWORDS="~amd64"
39 +DESCRIPTION="Manage symlinks in \$XDG_CONFIG_HOME/autostart"
40 +HOMEPAGE="https://codeberg.org/mmatous/eselect-autostart"
41 +LICENSE="GPL-3"
42 +SLOT="0"
43 +RESTRICT="mirror"
44 +
45 +RDEPEND="app-admin/eselect"
46 +
47 +S="${WORKDIR}/${PN}"
48 +
49 +src_install() {
50 + default
51 + insinto /usr/share/eselect/modules
52 + doins autostart.eselect
53 +}
54
55 diff --git a/app-eselect/eselect-autostart/metadata.xml b/app-eselect/eselect-autostart/metadata.xml
56 new file mode 100644
57 index 000000000..39933bf50
58 --- /dev/null
59 +++ b/app-eselect/eselect-autostart/metadata.xml
60 @@ -0,0 +1,8 @@
61 +<?xml version="1.0" encoding="UTF-8"?>
62 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
63 +<pkgmetadata>
64 + <maintainer type="person">
65 + <email>m@××××××.dev</email>
66 + <name>Martin Matouš</name>
67 + </maintainer>
68 +</pkgmetadata>