From e9d044d4b9b71200a96adfa280848858c0f468c9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Nov 2021 13:10:00 +0000 Subject: gentoo resync : 13.11.2021 --- gnustep-apps/cdplayer/Manifest | 2 +- gnustep-apps/cdplayer/cdplayer-0.6.0-r1.ebuild | 36 ++++++++++++++++++++++++++ gnustep-apps/cdplayer/cdplayer-0.6.0.ebuild | 34 ------------------------ 3 files changed, 37 insertions(+), 35 deletions(-) create mode 100644 gnustep-apps/cdplayer/cdplayer-0.6.0-r1.ebuild delete mode 100644 gnustep-apps/cdplayer/cdplayer-0.6.0.ebuild (limited to 'gnustep-apps/cdplayer') diff --git a/gnustep-apps/cdplayer/Manifest b/gnustep-apps/cdplayer/Manifest index a3a017e0f667..afccff609dab 100644 --- a/gnustep-apps/cdplayer/Manifest +++ b/gnustep-apps/cdplayer/Manifest @@ -1,3 +1,3 @@ DIST cdplayer-0.6.0.tar.gz 365695 BLAKE2B 3bf32a0c6ed70da3653be4dee6a59147e5d184d411f823a2d76bb67b0efe801a9cad2ca2b58529e567bafa4ef7a1726f5306870c5702de5d2c5287e5f81c3d5f SHA512 a777a8eb3b924fca7905b8063d9cbc64f1b3b5efd8f6ebcb4366c69e5c085d14cc416a25d6b389025d7ac2f80ee08e2adc742aa96c2c9f70170af22c807b7809 -EBUILD cdplayer-0.6.0.ebuild 771 BLAKE2B a31230ff7c2b9a8e331249b2fa967d836343721ec4c65a7acef8a79a4250ec377fcd521c0d0c9fe3acc70040bce864956207af1f02897b86706bafda82954e66 SHA512 c599329ace07a16a6dbd894b90c921ad5f8f2907a7fae8e4f8166cdfd4a704adc3d93134c5aa72094355a030feb12069bc6f801b596928e5d231d96a09d33775 +EBUILD cdplayer-0.6.0-r1.ebuild 758 BLAKE2B 2e714b2bbcd1f353e35f9b5e09f96537a4740c8cb9e9ecf7c03e8478e5f686e517ef32a3d844f58a4b5812516d34098b50aac54461e0f2d559a85c5c9b5db8a3 SHA512 28371e784b1ef671d621c8c035c016cfc290009b5f582c4e6226fda5987a1bb83738deac30e7ec73577783b0c9558ebb6a2ba228ea57d2d8149a2d91cfc48ea8 MISC metadata.xml 337 BLAKE2B 547c4c91d3448cb941e7bb9197c3f31d48a825bfd49aca7afbe154adb751e3fdd157c6fca79e4291a45a50ebc08474244a708d2b15c633ec617f2ebec927eda7 SHA512 0913a63cd876fe69b1976e7b878d0712d5d405618afa121d67fb77078b6474775c86fbbaa9c1afdb2b663d78ff6cd4dacc60fb3deacb79dd0de2dd7c9d779956 diff --git a/gnustep-apps/cdplayer/cdplayer-0.6.0-r1.ebuild b/gnustep-apps/cdplayer/cdplayer-0.6.0-r1.ebuild new file mode 100644 index 000000000000..3877445c20ca --- /dev/null +++ b/gnustep-apps/cdplayer/cdplayer-0.6.0-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnustep-2 + +DESCRIPTION="Small CD Audio Player for GNUstep" +HOMEPAGE="https://github.com/schik/cdplayer" +SRC_URI="https://github.com/schik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2" +SLOT="0" + +IUSE="dbus" +DEPEND="dev-libs/libcdio + dev-libs/libcdio-paranoia + gnustep-apps/cynthiune + dbus? ( gnustep-libs/dbuskit )" +RDEPEND="${DEPEND}" + +src_prepare() { + default + + sed -e "s#cdda.h#paranoia/cdda.h#" \ + -e "s#paranoia.h#paranoia/paranoia.h#" \ + -i AudioCD/AudioCD.h || die +} + +src_compile() { + local myconf="" + use dbus || myconf="${myconf} notifications=no" + + egnustep_env + egnustep_make ${myconf} +} diff --git a/gnustep-apps/cdplayer/cdplayer-0.6.0.ebuild b/gnustep-apps/cdplayer/cdplayer-0.6.0.ebuild deleted file mode 100644 index 918d44818cf7..000000000000 --- a/gnustep-apps/cdplayer/cdplayer-0.6.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit gnustep-2 - -DESCRIPTION="Small CD Audio Player for GNUstep" -HOMEPAGE="https://github.com/schik/cdplayer" -SRC_URI="https://github.com/schik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -LICENSE="GPL-2" -SLOT="0" - -IUSE="dbus" -DEPEND="dev-libs/libcdio - dev-libs/libcdio-paranoia - gnustep-apps/cynthiune - dbus? ( gnustep-libs/dbuskit )" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -e "s#cdda.h#paranoia/cdda.h#" \ - -e "s#paranoia.h#paranoia/paranoia.h#" \ - -i AudioCD/AudioCD.h || die "AudioCD.h sed failed" -} - -src_compile() { - local myconf="" - use dbus || myconf="${myconf} notifications=no" - - egnustep_env - egnustep_make ${myconf} -} -- cgit v1.2.3