diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2024-05-04 11:50:20 +0200 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2024-05-04 11:50:56 +0200 |
commit | eb34db8a0b021462708baa70958b1703ebecb7a0 (patch) | |
tree | 2632b0984897ab8030ea61f192b2cb1ef686d04e /media-tv | |
parent | dev-python/aiohttp: Stabilize 3.9.5 amd64, #931181 (diff) | |
download | gentoo-eb34db8a0b021462708baa70958b1703ebecb7a0.tar.gz gentoo-eb34db8a0b021462708baa70958b1703ebecb7a0.tar.bz2 gentoo-eb34db8a0b021462708baa70958b1703ebecb7a0.zip |
media-tv/channeleditor: fix variable order
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/channeleditor/channeleditor-1.9.2.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/channeleditor/channeleditor-1.9.2.1-r3.ebuild b/media-tv/channeleditor/channeleditor-1.9.2.1-r3.ebuild index 7cbfc8c600d0..366dd6d32357 100644 --- a/media-tv/channeleditor/channeleditor-1.9.2.1-r3.ebuild +++ b/media-tv/channeleditor/channeleditor-1.9.2.1-r3.ebuild @@ -10,6 +10,8 @@ DESCRIPTION="Editor for VDR channels.conf" HOMEPAGE="https://sites.google.com/site/reniershomepage/channeleditor" SRC_URI="https://downloads.sourceforge.net/project/channeleditor/channeleditor/$(ver_cut 1-3)/${P/-/_}_src.tar.gz" +S="${WORKDIR}/${PN}" + LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" @@ -23,8 +25,6 @@ PATCHES=( "${FILESDIR}"/${P}-messages_en.properties.patch ) -S="${WORKDIR}/${PN}" - mainclass() { # read Main-Class from MANIFEST.MF sed -n "s/^Main-Class: \([^ ]\+\).*/\1/p" "${S}/MANIFEST.MF" \ |