diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-27 12:51:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-28 01:04:44 +0100 |
commit | d981c4b8f57e2ce178ffc833e42434f8d3fef6bb (patch) | |
tree | 001b9d046012429dca33d9410a811576fe27a9a1 /gnustep-apps/cynthiune | |
parent | gnustep-apps/cynthiune: Add media-libs/taglib:= slot op, ABI break imminent (diff) | |
download | gentoo-d981c4b8f57e2ce178ffc833e42434f8d3fef6bb.tar.gz gentoo-d981c4b8f57e2ce178ffc833e42434f8d3fef6bb.tar.bz2 gentoo-d981c4b8f57e2ce178ffc833e42434f8d3fef6bb.zip |
gnustep-apps/cynthiune: Fix variable order, use https in HOMEPAGE
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gnustep-apps/cynthiune')
-rw-r--r-- | gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild b/gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild index aee08d016644..2f707d5d3288 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} +inherit gnustep-2 + DESCRIPTION="Free software and romantic music player for GNUstep" -HOMEPAGE="http://gap.nongnu.org/cynthiune/" +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" |