diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-25 19:21:47 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-25 19:21:47 +0000 |
commit | f172955164f212410b10ac66482d574e796db39e (patch) | |
tree | ba9ec4901ef961eacdf7fb31897d3dcc845aacc2 /x11-misc | |
parent | Update to 0.6 (diff) | |
download | historical-f172955164f212410b10ac66482d574e796db39e.tar.gz historical-f172955164f212410b10ac66482d574e796db39e.tar.bz2 historical-f172955164f212410b10ac66482d574e796db39e.zip |
ebuild cleanup
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/pypanel/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/pypanel/Manifest | 18 | ||||
-rw-r--r-- | x11-misc/pypanel/files/digest-pypanel-1.3 | 1 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-1.3.ebuild | 31 |
4 files changed, 17 insertions, 38 deletions
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog index dd9453a02950..471fd64a54de 100644 --- a/x11-misc/pypanel/ChangeLog +++ b/x11-misc/pypanel/ChangeLog @@ -1,6 +1,9 @@ # 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.23 2005/06/25 18:49:48 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.24 2005/06/25 19:21:47 smithj Exp $ + + 25 Jun 2005; Jonathan Smith <smithj@gentoo.org> -pypanel-1.3.ebuild: + ebuild cleanup 25 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> pypanel-2.3.ebuild: Stable on ppc. diff --git a/x11-misc/pypanel/Manifest b/x11-misc/pypanel/Manifest index b94768881641..b7c983d636f8 100644 --- a/x11-misc/pypanel/Manifest +++ b/x11-misc/pypanel/Manifest @@ -1,8 +1,16 @@ -MD5 c0605cd5dbbc8ef96afed257d9fb8f88 pypanel-1.3.ebuild 791 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 389b6902613ad232af0dd5783d3e4319 ChangeLog 3106 MD5 35cdb8a4404d1a4e555e4413fdf422e0 metadata.xml 745 -MD5 426ce875c416b0f62977f8e1c429d856 ChangeLog 3017 -MD5 546d3d43da4b0efc1ce531b265daba76 pypanel-2.3.ebuild 858 MD5 75e7cc3ec36166df5d275808765387aa pypanel-2.0.ebuild 858 -MD5 020268bfe4da036f1d95353c4441f523 files/digest-pypanel-2.3 62 +MD5 546d3d43da4b0efc1ce531b265daba76 pypanel-2.3.ebuild 858 MD5 5501ab964c6e6fd776fe2a1428c6a824 files/digest-pypanel-2.0 62 -MD5 b80903e4b9a2654f0a4543c094763683 files/digest-pypanel-1.3 62 +MD5 020268bfe4da036f1d95353c4441f523 files/digest-pypanel-2.3 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCva7rl5AvwDPiUowRAsrKAJ45sv6VrV8dRUy/mTR8bej/dOn+HgCgxIXt +bDC4dZtIUfepWiPh4obvZz8= +=1Vex +-----END PGP SIGNATURE----- diff --git a/x11-misc/pypanel/files/digest-pypanel-1.3 b/x11-misc/pypanel/files/digest-pypanel-1.3 deleted file mode 100644 index 8387f5c71e92..000000000000 --- a/x11-misc/pypanel/files/digest-pypanel-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 ed2af910de46abe84e967de5560d038b PyPanel-1.3.tar.gz 21545 diff --git a/x11-misc/pypanel/pypanel-1.3.ebuild b/x11-misc/pypanel/pypanel-1.3.ebuild deleted file mode 100644 index 8839f5c20b4e..000000000000 --- a/x11-misc/pypanel/pypanel-1.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.5 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" -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}!" -} |