commit:     61deb83d147d8e1f92ae28053fff64d4a9530deb
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sun Feb 28 07:59:05 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 08:30:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61deb83d

app-eselect/eselect-mpg123: EAPI 7

Bug: https://bugs.gentoo.org/757552
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/19704
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../eselect-mpg123/eselect-mpg123-0.1-r1.ebuild    | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/app-eselect/eselect-mpg123/eselect-mpg123-0.1-r1.ebuild 
b/app-eselect/eselect-mpg123/eselect-mpg123-0.1-r1.ebuild
new file mode 100644
index 00000000000..8a7b091a35a
--- /dev/null
+++ b/app-eselect/eselect-mpg123/eselect-mpg123-0.1-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Manage /usr/bin/mpg123 symlink"
+HOMEPAGE="https://www.gentoo.org/proj/en/eselect/";
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"
+
+DEPEND="${RDEPEND}"
+S="${FILESDIR}"
+
+src_install() {
+       insinto /usr/share/eselect/modules
+       newins mpg123.eselect-${PV} mpg123.eselect
+}

Reply via email to