mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-tv/channeleditor: fix variable order
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user