diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /app-eselect/eselect-cdparanoia | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'app-eselect/eselect-cdparanoia')
| -rw-r--r-- | app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1.ebuild | 24 | ||||
| -rw-r--r-- | app-eselect/eselect-cdparanoia/files/cdparanoia.eselect-0.1 | 12 | ||||
| -rw-r--r-- | app-eselect/eselect-cdparanoia/metadata.xml | 9 |
3 files changed, 45 insertions, 0 deletions
diff --git a/app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1.ebuild b/app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1.ebuild new file mode 100644 index 000000000000..8921ba1af394 --- /dev/null +++ b/app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="Manage /usr/bin/cdparanoia 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 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1 + !<media-sound/cdparanoia-3.10.2-r5" +DEPEND=${RDEPEND} + +S=${FILESDIR} + +src_install() { + insinto /usr/share/eselect/modules + newins cdparanoia.eselect-${PV} cdparanoia.eselect +} diff --git a/app-eselect/eselect-cdparanoia/files/cdparanoia.eselect-0.1 b/app-eselect/eselect-cdparanoia/files/cdparanoia.eselect-0.1 new file mode 100644 index 000000000000..70e832e601e2 --- /dev/null +++ b/app-eselect/eselect-cdparanoia/files/cdparanoia.eselect-0.1 @@ -0,0 +1,12 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +DESCRIPTION="Manage /usr/bin/cdparanoia implementation" +MAINTAINER="ssuominen@gentoo.org" +VERSION="0.1" + +SYMLINK_PATH=/usr/bin/cdparanoia +SYMLINK_TARGETS=( cdparanoia-paranoia libcdio-paranoia ) +SYMLINK_DESCRIPTION='cdparanoia binary' + +inherit bin-symlink diff --git a/app-eselect/eselect-cdparanoia/metadata.xml b/app-eselect/eselect-cdparanoia/metadata.xml new file mode 100644 index 000000000000..78748857f4f5 --- /dev/null +++ b/app-eselect/eselect-cdparanoia/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="project"> + <email>sound@gentoo.org</email> + <name>Gentoo Sound project</name> +</maintainer> + <origin>gentoo-staging</origin> +</pkgmetadata> |
