diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2003-12-11 16:50:33 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2003-12-11 16:50:33 +0000 |
commit | b36e5e3b1ad9fc218384bc98f8704a51eedc01d8 (patch) | |
tree | 7ea6693c2fafdb650b8b86aac0a6501f2b790659 /x11-misc/pypanel/pypanel-0.9.ebuild | |
parent | init script fix, bug 33994 (diff) | |
download | gentoo-2-b36e5e3b1ad9fc218384bc98f8704a51eedc01d8.tar.gz gentoo-2-b36e5e3b1ad9fc218384bc98f8704a51eedc01d8.tar.bz2 gentoo-2-b36e5e3b1ad9fc218384bc98f8704a51eedc01d8.zip |
Fixes #35599.
Diffstat (limited to 'x11-misc/pypanel/pypanel-0.9.ebuild')
-rw-r--r-- | x11-misc/pypanel/pypanel-0.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/pypanel/pypanel-0.9.ebuild b/x11-misc/pypanel/pypanel-0.9.ebuild index 59c8429a5a50..7df1562768ed 100644 --- a/x11-misc/pypanel/pypanel-0.9.ebuild +++ b/x11-misc/pypanel/pypanel-0.9.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-0.9.ebuild,v 1.1 2003/11/14 01:34:30 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-0.9.ebuild,v 1.2 2003/12/11 16:50:28 karltk Exp $ + +inherit distutils DESCRIPTION="PyPanel is a lightweight panel/taskbar for X11 window managers." HOMEPAGE="http://pypanel.sourceforge.net" @@ -14,8 +16,6 @@ DEPEND=">=x11-base/xfree-4.3.0-r2 >=dev-python/python-xlib-0.12" S="${WORKDIR}/PyPanel-${PV}" -inherit distutils - src_unpack() { unpack ${A} cd ${S} |