diff options
Diffstat (limited to 'x11-misc/pypanel')
-rw-r--r-- | x11-misc/pypanel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-2.0.ebuild | 13 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-2.3.ebuild | 6 |
3 files changed, 12 insertions, 13 deletions
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog index ce75f4d1240e..7cd0121af047 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.20 2005/06/19 23:01:27 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.21 2005/06/22 23:49:34 smithj Exp $ + + 22 Jun 2005; Jonathan Smith <smithj@gentoo.org> pypanel-2.0.ebuild, + pypanel-2.3.ebuild: + 2.0 stable x86 and fixed src_uri 19 Jun 2005; Jonathan Smith <smithj@gentoo.org> metadata.xml, -pypanel-0.9.ebuild, -pypanel-1.1.ebuild, -pypanel-1.2.ebuild: diff --git a/x11-misc/pypanel/pypanel-2.0.ebuild b/x11-misc/pypanel/pypanel-2.0.ebuild index 85ecfbf19713..35632e0027b1 100644 --- a/x11-misc/pypanel/pypanel-2.0.ebuild +++ b/x11-misc/pypanel/pypanel-2.0.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.0.ebuild,v 1.2 2004/12/17 14:29:19 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.0.ebuild,v 1.3 2005/06/22 23:49:34 smithj 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" +SRC_URI="mirror://sourceforge/${PN}/PyPanel-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~amd64" +KEYWORDS="x86 ~ppc ~alpha ~amd64" IUSE="" DEPEND="virtual/x11 >=dev-lang/python-2.2.3-r1 @@ -18,11 +18,6 @@ DEPEND="virtual/x11 >=media-libs/imlib2-1.1" S="${WORKDIR}/PyPanel-${PV}" -src_unpack() { - unpack ${A} - cd ${S} -} - src_install() { distutils_src_install } diff --git a/x11-misc/pypanel/pypanel-2.3.ebuild b/x11-misc/pypanel/pypanel-2.3.ebuild index ea7df6d06521..fa396d9f335f 100644 --- a/x11-misc/pypanel/pypanel-2.3.ebuild +++ b/x11-misc/pypanel/pypanel-2.3.ebuild @@ -1,6 +1,6 @@ # 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.3.ebuild,v 1.1 2005/05/26 16:36:13 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.3.ebuild,v 1.2 2005/06/22 23:49:34 smithj Exp $ inherit distutils eutils @@ -9,7 +9,7 @@ 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/pypanel/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -27,4 +27,4 @@ S="${WORKDIR}/${MY_P}" 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." -}
\ No newline at end of file +} |