summaryrefslogtreecommitdiff
blob: 35632e0027b1d4c18a6a0656e2377232e5a6a059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.0.ebuild,v 1.3 2005/06/22 23:49:34 smithj Exp $

inherit distutils

DESCRIPTION="PyPanel is a lightweight panel/taskbar for X11 window managers."
HOMEPAGE="http://pypanel.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/PyPanel-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~alpha ~amd64"
IUSE=""
DEPEND="virtual/x11
	>=dev-lang/python-2.2.3-r1
	>=dev-python/python-xlib-0.12
	>=sys-apps/sed-4
	>=media-libs/imlib2-1.1"
S="${WORKDIR}/PyPanel-${PV}"

src_install() {
	distutils_src_install
}

pkg_postinst() {
	ewarn "If you previously ran 1.3, please remove ~/.pypanelrc before starting ${PV}!"
	ewarn "Otherwise, you will most likely get a Python NameError about ICON."
}