Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 307113 | Differences between
and this patch

Collapse All | Expand All

(-)knutclient-1.0_pre2.ebuild (-5 / +1 lines)
Lines 6-16 Link Here
6
6
7
inherit kde4-base
7
inherit kde4-base
8
8
9
MY_P="1_0_KDE4_pre1"
10
DESCRIPTION="A visual KDE client for UPS system NUT"
9
DESCRIPTION="A visual KDE client for UPS system NUT"
11
HOMEPAGE="http://www.knut.noveradsl.cz/knutclient/"
10
HOMEPAGE="http://www.knut.noveradsl.cz/knutclient/"
12
SRC_URI="ftp://ftp.buzuluk.cz/pub/alo/${PN}/devel/${PN}-${MY_P}.tar.gz
11
SRC_URI="ftp://ftp.buzuluk.cz/pub/alo/${PN}/stable/${P}.tar.gz"
13
						-> ${P}.tar.gz"
14
LICENSE="GPL-2"
12
LICENSE="GPL-2"
15
SLOT="4"
13
SLOT="4"
16
KEYWORDS="~amd64 ~x86"
14
KEYWORDS="~amd64 ~x86"
Lines 19-24 Link Here
19
DEPEND="kde-base/qimageblitz"
17
DEPEND="kde-base/qimageblitz"
20
RDEPEND="${DEPEND}"
18
RDEPEND="${DEPEND}"
21
19
22
S=${WORKDIR}/${PN}_${MY_P}
23
24
PATCHES=( "${FILESDIR}/${P}-xdg-desktop-entry.patch" )
20
PATCHES=( "${FILESDIR}/${P}-xdg-desktop-entry.patch" )

Return to bug 307113