From d981c4b8f57e2ce178ffc833e42434f8d3fef6bb Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 27 Dec 2024 12:51:49 +0100 Subject: [PATCH] gnustep-apps/cynthiune: Fix variable order, use https in HOMEPAGE Signed-off-by: Andreas Sturmlechner --- gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild b/gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild index aee08d016644e..2f707d5d3288b 100644 --- a/gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild +++ b/gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild @@ -2,17 +2,18 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit gnustep-2 MY_P=${P/c/C} -DESCRIPTION="Free software and romantic music player for GNUstep" -HOMEPAGE="http://gap.nongnu.org/cynthiune/" -SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz" +inherit gnustep-2 + +DESCRIPTION="Free software and romantic music player for GNUstep" +HOMEPAGE="https://gap.nongnu.org/cynthiune/" +SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" -KEYWORDS="~amd64 ~ppc ~x86" LICENSE="GPL-2" SLOT="0" - +KEYWORDS="~amd64 ~ppc ~x86" IUSE="alsa ao flac mad modplug musepack oss timidity vorbis" # musicbrainz disabled upstream for now @@ -35,8 +36,6 @@ RDEPEND="media-libs/audiofile:= DEPEND="${RDEPEND}" BDEPEND="mad? ( virtual/pkgconfig )" -S=${WORKDIR}/${MY_P} - cynthiune_get_config() { local myconf="disable-windowsmedia=yes disable-esound=yes" use alsa || myconf="${myconf} disable-alsa=yes"