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

Collapse All | Expand All

(-)/usr/portage/net-news/eventwatcher/eventwatcher-0.4.3.ebuild.orig (-1 / +8 lines)
Lines 6-12 Link Here
6
6
7
DESCRIPTION="A KDE application which notifies about various events."
7
DESCRIPTION="A KDE application which notifies about various events."
8
HOMEPAGE="http://eventwatcher.sourceforge.net/"
8
HOMEPAGE="http://eventwatcher.sourceforge.net/"
9
SRC_URI="mirror://sourceforge/eventwatcher/${P}.tar.bz2"
9
SRC_URI="mirror://sourceforge/eventwatcher/${P}.tar.bz2
10
	mirror://gentoo/kde-admindir-3.5.5.tar.bz2"
10
LICENSE="LGPL-2"
11
LICENSE="LGPL-2"
11
12
12
SLOT="0"
13
SLOT="0"
Lines 20-22 Link Here
20
PATCHES=(
21
PATCHES=(
21
	"${FILESDIR}/${P}-gcc4.patch"
22
	"${FILESDIR}/${P}-gcc4.patch"
22
)
23
)
24
25
src_unpack() {
26
	kde_src_unpack
27
28
	touch NEWS
29
}

Return to bug 277427