diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-19 23:01:27 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-19 23:01:27 +0000 |
commit | 995decf8f31d39e7d3fd86dc5ba4c62dcfe7eb48 (patch) | |
tree | b8a33edf9a8d12d7d169a09e80cffb7dcb271733 /x11-misc/pypanel | |
parent | stable x86 (diff) | |
download | gentoo-2-995decf8f31d39e7d3fd86dc5ba4c62dcfe7eb48.tar.gz gentoo-2-995decf8f31d39e7d3fd86dc5ba4c62dcfe7eb48.tar.bz2 gentoo-2-995decf8f31d39e7d3fd86dc5ba4c62dcfe7eb48.zip |
desktop-misc accepting responsibility for the package; ebuild cleanup
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/pypanel')
-rw-r--r-- | x11-misc/pypanel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/pypanel/files/digest-pypanel-0.9 | 1 | ||||
-rw-r--r-- | x11-misc/pypanel/files/digest-pypanel-1.1 | 1 | ||||
-rw-r--r-- | x11-misc/pypanel/files/digest-pypanel-1.2 | 1 | ||||
-rw-r--r-- | x11-misc/pypanel/metadata.xml | 6 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-0.9.ebuild | 36 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-1.1.ebuild | 31 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-1.2.ebuild | 34 |
8 files changed, 7 insertions, 109 deletions
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog index 9cd03fcb674f..ce75f4d1240e 100644 --- a/x11-misc/pypanel/ChangeLog +++ b/x11-misc/pypanel/ChangeLog @@ -1,6 +1,10 @@ # 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.19 2005/05/26 16:36:13 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.20 2005/06/19 23:01:27 smithj Exp $ + + 19 Jun 2005; Jonathan Smith <smithj@gentoo.org> metadata.xml, + -pypanel-0.9.ebuild, -pypanel-1.1.ebuild, -pypanel-1.2.ebuild: + desktop-misc accepting responsibility for the package; ebuild cleanup *pypanel-2.3 (26 May 2005) diff --git a/x11-misc/pypanel/files/digest-pypanel-0.9 b/x11-misc/pypanel/files/digest-pypanel-0.9 deleted file mode 100644 index 1756922e9832..000000000000 --- a/x11-misc/pypanel/files/digest-pypanel-0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 622c01f053f90167fcfd996f5cf8f772 PyPanel-0.9.tar.gz 19431 diff --git a/x11-misc/pypanel/files/digest-pypanel-1.1 b/x11-misc/pypanel/files/digest-pypanel-1.1 deleted file mode 100644 index 07258e818d6c..000000000000 --- a/x11-misc/pypanel/files/digest-pypanel-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9ca6ad4077e213a7875fc354b50dcba0 PyPanel-1.1.tar.gz 20071 diff --git a/x11-misc/pypanel/files/digest-pypanel-1.2 b/x11-misc/pypanel/files/digest-pypanel-1.2 deleted file mode 100644 index 9e65fa537861..000000000000 --- a/x11-misc/pypanel/files/digest-pypanel-1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 5771a64883f46199da97e9a7e764c143 PyPanel-1.2.tar.gz 20459 diff --git a/x11-misc/pypanel/metadata.xml b/x11-misc/pypanel/metadata.xml index 9811b7396417..91773b7a2ddb 100644 --- a/x11-misc/pypanel/metadata.xml +++ b/x11-misc/pypanel/metadata.xml @@ -2,11 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>desktop-misc</herd> -<herd>python</herd> + <maintainer> - <email>karltk@gentoo.org</email> - <name>Karl Trygve Kalleberg</name> - <description>Temporary maintainer until the herds accept maintainership</description> + <email>desktop-misc@gentoo.org</email> </maintainer> <longdescription> diff --git a/x11-misc/pypanel/pypanel-0.9.ebuild b/x11-misc/pypanel/pypanel-0.9.ebuild deleted file mode 100644 index f9d9c375ecbb..000000000000 --- a/x11-misc/pypanel/pypanel-0.9.ebuild +++ /dev/null @@ -1,36 +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-0.9.ebuild,v 1.8 2004/10/03 07:01:54 spyderous 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="virtual/x11 - >=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 - cp pypanelrc pypanelrc.orig - sed "s/%D %I:%M %p/%Y-%m-%d %H:%M/" \ - < pypanelrc.orig > pypanelrc -} - -src_compile() { - distutils_src_compile -} - -src_install() { - distutils_src_install - ewarn "If you previously ran 0.8, remove ~/.pypanelrc before starting 0.9!" -} diff --git a/x11-misc/pypanel/pypanel-1.1.ebuild b/x11-misc/pypanel/pypanel-1.1.ebuild deleted file mode 100644 index 5aa748c2d1e8..000000000000 --- a/x11-misc/pypanel/pypanel-1.1.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.1.ebuild,v 1.6 2004/10/03 07:01:54 spyderous 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="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} - - # 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!" -} diff --git a/x11-misc/pypanel/pypanel-1.2.ebuild b/x11-misc/pypanel/pypanel-1.2.ebuild deleted file mode 100644 index e7a432c595de..000000000000 --- a/x11-misc/pypanel/pypanel-1.2.ebuild +++ /dev/null @@ -1,34 +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.2.ebuild,v 1.4 2004/06/28 20:10:49 agriffis 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="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} - - # Removing offensive material - sed -i -e "s/%D %I:%M %p/%Y-%m-%d %H:%M/" pypanelrc -} - -src_install() { - distutils_src_install -} - -pkg_postinst() { - ewarn "If you previously ran 0.8, please remove ~/.pypanelrc before starting 1.2!" -} |