commit:     782f4a820c2bff53294591678bc054740a27b6e4
Author:     Martin Matous <m <AT> matous <DOT> dev>
AuthorDate: Wed Mar 30 23:41:41 2022 +0000
Commit:     Martin Matouš <m <AT> matous <DOT> dev>
CommitDate: Wed Mar 30 23:41:41 2022 +0000
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š <m <AT> 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 000000000..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 000000000..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 000000000..39933bf50
--- /dev/null
+++ b/app-eselect/eselect-autostart/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>m...@matous.dev</email>
+               <name>Martin Matouš</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to