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

Collapse All | Expand All

(-)peksystray-0.2.ebuild (-10 / +2 lines)
Lines 5-27 Link Here
5
inherit eutils
5
inherit eutils
6
6
7
DESCRIPTION="A system tray dockapp for window managers supporting docking"
7
DESCRIPTION="A system tray dockapp for window managers supporting docking"
8
HOMEPAGE="http://freshmeat.net/projects/peksystray"
8
HOMEPAGE="http://sourceforge.net/projects/peksystray/"
9
SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.gz"
9
SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.gz"
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="x86 alpha"
13
KEYWORDS="~x86"
14
DEPEND="virtual/x11"
14
DEPEND="virtual/x11"
15
IUSE=""
15
IUSE=""
16
16
17
src_unpack() {
18
	unpack ${A}
19
20
	# Quick patch to get rid of the multi-line string literal.
21
	# 	-taviso (10 Jan 2004)
22
	cd ${S}; epatch ${FILESDIR}/${PN}-gcc3-mlsl.diff
23
}
24
25
src_install() {
17
src_install() {
26
	dodoc AUTHORS COPYING NEWS README THANKS TODO
18
	dodoc AUTHORS COPYING NEWS README THANKS TODO
27
	dobin src/peksystray
19
	dobin src/peksystray

Return to bug 71401