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 | |
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')
-rw-r--r-- | x11-misc/pypanel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/pypanel/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-0.9.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog index 06412da0d1eb..aa7b5f8a31db 100644 --- a/x11-misc/pypanel/ChangeLog +++ b/x11-misc/pypanel/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for x11-misc/pypanel # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.3 2003/11/14 01:34:30 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.4 2003/12/11 16:50:28 karltk Exp $ + 11 Dec 2003; Karl Trygve Kalleberg <karltk@gentoo.org> + pypanel-0.9.ebuild: Fixed an insidious bug with inherit distutils, + #35599, thanks to Tor Håkon Haugen <torh@boblycat.org>. + *pypanel-0.9 (13 Nov 2003) 13 Nov 2003; Karl Trygve Kalleberg <karltk@gentoo.org> pypanel-0.9.ebuild: diff --git a/x11-misc/pypanel/Manifest b/x11-misc/pypanel/Manifest index 420a3fe593d0..0d4a6bab8ba1 100644 --- a/x11-misc/pypanel/Manifest +++ b/x11-misc/pypanel/Manifest @@ -1,4 +1,4 @@ -MD5 480d0a413bc81c0e3c5e4495c810d6bf pypanel-0.9.ebuild 928 -MD5 0b2da97e09332e1bd633368e781aa701 ChangeLog 566 +MD5 aac68697ced86bc9e28329cfc183bc16 pypanel-0.9.ebuild 928 +MD5 053eb4ebb9c1d40f94e2b66cdeb93390 ChangeLog 753 MD5 3933fb9abc4bc97ee019569a7d6eadf5 metadata.xml 870 MD5 9d8d1c7d91f53d608347ae8018410394 files/digest-pypanel-0.9 62 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} |