diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-06 18:46:54 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-06 18:46:54 +0000 |
commit | 09c527ed0c052cc0014113489805c2d53d87d56c (patch) | |
tree | d705e1fa7ee74f7aef1c7b646a3cb209e06fc171 /x11-misc | |
parent | Verison bumped. Closes 42833 (Manifest recommit) (diff) | |
download | gentoo-2-09c527ed0c052cc0014113489805c2d53d87d56c.tar.gz gentoo-2-09c527ed0c052cc0014113489805c2d53d87d56c.tar.bz2 gentoo-2-09c527ed0c052cc0014113489805c2d53d87d56c.zip |
Version bump, close bug #42391.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/pypanel/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/pypanel/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/pypanel/files/digest-pypanel-1.1 | 1 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-1.1.ebuild | 30 |
4 files changed, 40 insertions, 2 deletions
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog index 7c47c43166cf..2e4541b6c056 100644 --- a/x11-misc/pypanel/ChangeLog +++ b/x11-misc/pypanel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/pypanel # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.5 2004/02/15 15:01:08 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.6 2004/03/06 18:46:54 kloeri Exp $ + +*pypanel-1.1 (06 Mar 2004) + + 06 Mar 2004; <kloeri@gentoo.org> pypanel-1.1.ebuild: + Version bump, close bug #42391. 15 Feb 2004; David Holm <dholm@gentoo.org> pypanel-0.9.ebuild: Added to ~ppc. diff --git a/x11-misc/pypanel/Manifest b/x11-misc/pypanel/Manifest index b9a65c61e722..c911fa1e6320 100644 --- a/x11-misc/pypanel/Manifest +++ b/x11-misc/pypanel/Manifest @@ -1,4 +1,6 @@ MD5 3263faf42ee0f566a41beaea8fc47d57 ChangeLog 835 -MD5 23a663bed0e73b6409825c841e2db1a1 metadata.xml 883 MD5 907c0c5c0b89bd01f03e31a62b8785b5 pypanel-0.9.ebuild 934 +MD5 23a663bed0e73b6409825c841e2db1a1 metadata.xml 883 +MD5 2341d7013e373bd09420dc13dab7fc36 pypanel-1.1.ebuild 749 +MD5 73cd7af58de9283ac27e2e287733de99 files/digest-pypanel-1.1 62 MD5 9d8d1c7d91f53d608347ae8018410394 files/digest-pypanel-0.9 62 diff --git a/x11-misc/pypanel/files/digest-pypanel-1.1 b/x11-misc/pypanel/files/digest-pypanel-1.1 new file mode 100644 index 000000000000..07258e818d6c --- /dev/null +++ b/x11-misc/pypanel/files/digest-pypanel-1.1 @@ -0,0 +1 @@ +MD5 9ca6ad4077e213a7875fc354b50dcba0 PyPanel-1.1.tar.gz 20071 diff --git a/x11-misc/pypanel/pypanel-1.1.ebuild b/x11-misc/pypanel/pypanel-1.1.ebuild new file mode 100644 index 000000000000..b4ea52224a0b --- /dev/null +++ b/x11-misc/pypanel/pypanel-1.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-1.1.ebuild,v 1.1 2004/03/06 18:46:54 kloeri 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" +IUSE="" +DEPEND=">=x11-base/xfree-4.3.0-r2 + >=dev-lang/python-2.2.3-r1 + >=dev-python/python-xlib-0.12" +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() { + distutils_src_install + ewarn "If you previously ran 0.8, remove ~/.pypanelrc before starting 1.1!" +} |