[gentoo-commits] repo/proj/guru:dev commit in: app-eselect/eselect-autostart/

2024-05-14 Thread Lucio Sauer
commit: 0746759e06c73339e48fafadf4868776c05b5ce7
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May 15 02:24:02 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May 15 02:24:02 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0746759e

app-eselect/eselect-autostart: add codeberg upstream metadata

Signed-off-by: Lucio Sauer  posteo.net>

 app-eselect/eselect-autostart/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-eselect/eselect-autostart/metadata.xml 
b/app-eselect/eselect-autostart/metadata.xml
index 9d70a01371..0115154db5 100644
--- a/app-eselect/eselect-autostart/metadata.xml
+++ b/app-eselect/eselect-autostart/metadata.xml
@@ -5,4 +5,7 @@
m...@matous.dev
Martin Matouš

+   
+   mmatous/eselect-autostart
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: app-eselect/eselect-autostart/

2022-03-30 Thread Martin Matouš
commit: 782f4a820c2bff53294591678bc054740a27b6e4
Author: Martin Matous  matous  dev>
AuthorDate: Wed Mar 30 23:41:41 2022 +
Commit: Martin Matouš  matous  dev>
CommitDate: Wed Mar 30 23:41:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=782f4a82

app-eselect/eselect-autostart: new package

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Martin Matouš  matous.dev>

 app-eselect/eselect-autostart/Manifest |  1 +
 .../eselect-autostart-1.0.0.ebuild | 22 ++
 app-eselect/eselect-autostart/metadata.xml |  8 
 3 files changed, 31 insertions(+)

diff --git a/app-eselect/eselect-autostart/Manifest 
b/app-eselect/eselect-autostart/Manifest
new file mode 100644
index 0..19270a9d6
--- /dev/null
+++ b/app-eselect/eselect-autostart/Manifest
@@ -0,0 +1 @@
+DIST eselect-autostart-1.0.0.tar.gz 2051 BLAKE2B 
cb23b6f736232935d489f2a4473c94f5511b6e9723f9def076a8dd29f9874c95d97b8bacd75c4e5fd4ac2aab72d3265daf0a4f1e80f5a7ae49a957bcefc48ad3
 SHA512 
a5e912f5680785e1bc6766b19dfa7ca82fa05d6267e91c5627b2fbd7e3011467597a81a4c3901972986504c0249f1cc29a7fcc24deda2edbeba0586fb8779adf

diff --git a/app-eselect/eselect-autostart/eselect-autostart-1.0.0.ebuild 
b/app-eselect/eselect-autostart/eselect-autostart-1.0.0.ebuild
new file mode 100644
index 0..0e4d2675a
--- /dev/null
+++ b/app-eselect/eselect-autostart/eselect-autostart-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SRC_URI="https://codeberg.org/mmatous/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+DESCRIPTION="Manage symlinks in \$XDG_CONFIG_HOME/autostart"
+HOMEPAGE="https://codeberg.org/mmatous/eselect-autostart;
+LICENSE="GPL-3"
+SLOT="0"
+RESTRICT="mirror"
+
+RDEPEND="app-admin/eselect"
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+   default
+   insinto /usr/share/eselect/modules
+   doins autostart.eselect
+}

diff --git a/app-eselect/eselect-autostart/metadata.xml 
b/app-eselect/eselect-autostart/metadata.xml
new file mode 100644
index 0..39933bf50
--- /dev/null
+++ b/app-eselect/eselect-autostart/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@matous.dev
+   Martin Matouš
+   
+