diff options
author | 2004-11-06 02:08:04 +0000 | |
---|---|---|
committer | 2004-11-06 02:08:04 +0000 | |
commit | 33c19828c3e79d461fffd252f5c9a69a0f5a208d (patch) | |
tree | 45bfe775060f15bca023c324dd0b231f0296e4d4 | |
parent | Stable on alpha, requested in bug 70201. (diff) | |
download | historical-33c19828c3e79d461fffd252f5c9a69a0f5a208d.tar.gz historical-33c19828c3e79d461fffd252f5c9a69a0f5a208d.tar.bz2 historical-33c19828c3e79d461fffd252f5c9a69a0f5a208d.zip |
Fixes #66217.
-rw-r--r-- | x11-misc/pypanel/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/pypanel/Manifest | 10 | ||||
-rw-r--r-- | x11-misc/pypanel/files/digest-pypanel-2.0 | 1 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-1.3.ebuild | 7 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-2.0.ebuild | 33 |
5 files changed, 48 insertions, 10 deletions
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog index 67f949d5cb62..d704fe3467fb 100644 --- a/x11-misc/pypanel/ChangeLog +++ b/x11-misc/pypanel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/pypanel # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.16 2004/10/03 07:01:54 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.17 2004/11/06 02:08:04 karltk Exp $ + +*pypanel-1.3 (06 Nov 2004) + + 06 Nov 2004; Karl Trygve Kalleberg <karltk@gentoo.org> pypanel-2.0.ebuild: + Version bump, thanks to all fine folks over at bug #66217. 02 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>; pypanel-0.9.ebuild, pypanel-1.1.ebuild: diff --git a/x11-misc/pypanel/Manifest b/x11-misc/pypanel/Manifest index 3dd04effa12b..04b557dfec21 100644 --- a/x11-misc/pypanel/Manifest +++ b/x11-misc/pypanel/Manifest @@ -1,10 +1,12 @@ MD5 dea5c843dcb3b9ddeea4bfab44d93819 pypanel-0.9.ebuild 913 -MD5 83e8f219d4054f3170ffb121011e4273 ChangeLog 2103 -MD5 23a663bed0e73b6409825c841e2db1a1 metadata.xml 883 -MD5 9418b8a10fd71df8ac4ea418e78d0d73 pypanel-1.1.ebuild 843 MD5 48cfebffe04192c2824323711799a9c4 pypanel-1.2.ebuild 870 -MD5 b6f70acd5884207162c97ce4e6ed75bb pypanel-1.3.ebuild 877 +MD5 3a11ecf6ad1f1da2368129d111653e8f pypanel-2.0.ebuild 894 +MD5 9418b8a10fd71df8ac4ea418e78d0d73 pypanel-1.1.ebuild 843 +MD5 6a572dec5c4f794e37c313aff3870f70 ChangeLog 2267 +MD5 c0605cd5dbbc8ef96afed257d9fb8f88 pypanel-1.3.ebuild 791 +MD5 23a663bed0e73b6409825c841e2db1a1 metadata.xml 883 MD5 9d8d1c7d91f53d608347ae8018410394 files/digest-pypanel-0.9 62 MD5 73cd7af58de9283ac27e2e287733de99 files/digest-pypanel-1.1 62 MD5 5314e381e60bf6027fee6efc945432ef files/digest-pypanel-1.2 62 MD5 b80903e4b9a2654f0a4543c094763683 files/digest-pypanel-1.3 62 +MD5 5501ab964c6e6fd776fe2a1428c6a824 files/digest-pypanel-2.0 62 diff --git a/x11-misc/pypanel/files/digest-pypanel-2.0 b/x11-misc/pypanel/files/digest-pypanel-2.0 new file mode 100644 index 000000000000..66f7d77bcc91 --- /dev/null +++ b/x11-misc/pypanel/files/digest-pypanel-2.0 @@ -0,0 +1 @@ +MD5 498d595757525d0b532ac051dcda6883 PyPanel-2.0.tar.gz 25904 diff --git a/x11-misc/pypanel/pypanel-1.3.ebuild b/x11-misc/pypanel/pypanel-1.3.ebuild index 3cddb84d6184..8839f5c20b4e 100644 --- a/x11-misc/pypanel/pypanel-1.3.ebuild +++ b/x11-misc/pypanel/pypanel-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-1.3.ebuild,v 1.4 2004/09/29 07:59:55 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-1.3.ebuild,v 1.5 2004/11/06 02:08:04 karltk Exp $ inherit distutils @@ -20,9 +20,6 @@ S="${WORKDIR}/PyPanel-${PV}" src_unpack() { unpack ${A} cd ${S} - - # Removing offensive material - sed -i -e "s/%D %I:%M %p/%Y-%m-%d %H:%M/" pypanelrc } src_install() { @@ -30,5 +27,5 @@ src_install() { } pkg_postinst() { - ewarn "If you previously ran 0.8, please remove ~/.pypanelrc before starting ${PV}!" + ewarn "If you previously ran 1.3, please remove ~/.pypanelrc before starting ${PV}!" } diff --git a/x11-misc/pypanel/pypanel-2.0.ebuild b/x11-misc/pypanel/pypanel-2.0.ebuild new file mode 100644 index 000000000000..c6f6c372e161 --- /dev/null +++ b/x11-misc/pypanel/pypanel-2.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 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.1 2004/11/06 02:08:04 karltk Exp $ + +inherit distutils + +DESCRIPTION="PyPanel is a lightweight panel/taskbar for X11 window managers." +HOMEPAGE="http://pypanel.sourceforge.net" +SRC_URI="mirror://sourceforge/pypanel/PyPanel-${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha" +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_unpack() { + unpack ${A} + cd ${S} +} + +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." +} |