diff options
author | 2005-06-30 04:37:16 +0000 | |
---|---|---|
committer | 2005-06-30 04:37:16 +0000 | |
commit | c2297e9f7e9701d1b5db4d85e170cc92ce849ba7 (patch) | |
tree | c14347093399489508a045b6ffa30caf8a1ec781 /x11-misc | |
parent | #97201: version bump (diff) | |
download | historical-c2297e9f7e9701d1b5db4d85e170cc92ce849ba7.tar.gz historical-c2297e9f7e9701d1b5db4d85e170cc92ce849ba7.tar.bz2 historical-c2297e9f7e9701d1b5db4d85e170cc92ce849ba7.zip |
#97247: version bump
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc')
-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.4 | 1 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-2.4.ebuild | 26 |
4 files changed, 39 insertions, 5 deletions
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog index 471fd64a54de..8407a88b1dec 100644 --- a/x11-misc/pypanel/ChangeLog +++ b/x11-misc/pypanel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/pypanel # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.24 2005/06/25 19:21:47 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.25 2005/06/30 04:37:16 smithj Exp $ + +*pypanel-2.4 (30 Jun 2005) + + 30 Jun 2005; Jonathan Smith <smithj@gentoo.org> +pypanel-2.4.ebuild: + #97247: version bump 25 Jun 2005; Jonathan Smith <smithj@gentoo.org> -pypanel-1.3.ebuild: ebuild cleanup diff --git a/x11-misc/pypanel/Manifest b/x11-misc/pypanel/Manifest index b7c983d636f8..40b9c8ecf11b 100644 --- a/x11-misc/pypanel/Manifest +++ b/x11-misc/pypanel/Manifest @@ -1,16 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 389b6902613ad232af0dd5783d3e4319 ChangeLog 3106 +MD5 1c51f8daa9aa0b28673ba4c44b3534f8 ChangeLog 3229 MD5 35cdb8a4404d1a4e555e4413fdf422e0 metadata.xml 745 MD5 75e7cc3ec36166df5d275808765387aa pypanel-2.0.ebuild 858 MD5 546d3d43da4b0efc1ce531b265daba76 pypanel-2.3.ebuild 858 +MD5 31b4ba1b63b5a07bb170188607c4a016 pypanel-2.4.ebuild 679 MD5 5501ab964c6e6fd776fe2a1428c6a824 files/digest-pypanel-2.0 62 MD5 020268bfe4da036f1d95353c4441f523 files/digest-pypanel-2.3 62 +MD5 bd30bb725f7a70e8107fd7be1df7737d files/digest-pypanel-2.4 62 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCva7rl5AvwDPiUowRAsrKAJ45sv6VrV8dRUy/mTR8bej/dOn+HgCgxIXt -bDC4dZtIUfepWiPh4obvZz8= -=1Vex +iD8DBQFCw3cPl5AvwDPiUowRAlrYAJ4zYAg+b6SZpe4lMbMBapa7OjJSOACg2+H+ +sIaX/uaZPSvfyLs21sKvIco= +=Q5H/ -----END PGP SIGNATURE----- diff --git a/x11-misc/pypanel/files/digest-pypanel-2.4 b/x11-misc/pypanel/files/digest-pypanel-2.4 new file mode 100644 index 000000000000..bd5c53887844 --- /dev/null +++ b/x11-misc/pypanel/files/digest-pypanel-2.4 @@ -0,0 +1 @@ +MD5 f1f9a2ed80be72ab36e748833618daba PyPanel-2.4.tar.gz 29857 diff --git a/x11-misc/pypanel/pypanel-2.4.ebuild b/x11-misc/pypanel/pypanel-2.4.ebuild new file mode 100644 index 000000000000..31acb897c2f4 --- /dev/null +++ b/x11-misc/pypanel/pypanel-2.4.ebuild @@ -0,0 +1,26 @@ +# 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.4.ebuild,v 1.1 2005/06/30 04:37:16 smithj Exp $ + +inherit distutils eutils + +MY_PN="${PN/pyp/PyP}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="PyPanel is a lightweight panel/taskbar for X11 window managers." +HOMEPAGE="http://pypanel.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" + +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}/${MY_P}" + |