summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-06-22 23:49:34 +0000
committerJonathan Smith <smithj@gentoo.org>2005-06-22 23:49:34 +0000
commitf906b8b692be5a0e1912bd00441d7e75d0ed84f5 (patch)
tree0c70601de6ea88fc4e2931f84b0e5f06fda060da /x11-misc/pypanel
parentheader fix (diff)
downloadhistorical-f906b8b692be5a0e1912bd00441d7e75d0ed84f5.tar.gz
historical-f906b8b692be5a0e1912bd00441d7e75d0ed84f5.tar.bz2
historical-f906b8b692be5a0e1912bd00441d7e75d0ed84f5.zip
2.0 stable x86 and fixed src_uri
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/pypanel')
-rw-r--r--x11-misc/pypanel/ChangeLog6
-rw-r--r--x11-misc/pypanel/Manifest12
-rw-r--r--x11-misc/pypanel/pypanel-2.0.ebuild13
-rw-r--r--x11-misc/pypanel/pypanel-2.3.ebuild6
4 files changed, 18 insertions, 19 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/Manifest b/x11-misc/pypanel/Manifest
index 2b581b2b52a7..c75b70a35b19 100644
--- a/x11-misc/pypanel/Manifest
+++ b/x11-misc/pypanel/Manifest
@@ -1,18 +1,18 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 71f2214af3353c3818ad197fcb96083b ChangeLog 2709
+MD5 06fb0b24054a921b3525962f4c42a54e ChangeLog 2837
MD5 c0605cd5dbbc8ef96afed257d9fb8f88 pypanel-1.3.ebuild 791
-MD5 3927e61167431b2f9fc14f3de9ad5da5 pypanel-2.0.ebuild 901
-MD5 75650574317d664ab7adc83590279cb3 pypanel-2.3.ebuild 860
MD5 35cdb8a4404d1a4e555e4413fdf422e0 metadata.xml 745
+MD5 ea01225b1e3d77e28a2ea00e55665661 pypanel-2.3.ebuild 860
+MD5 75e7cc3ec36166df5d275808765387aa pypanel-2.0.ebuild 858
MD5 b80903e4b9a2654f0a4543c094763683 files/digest-pypanel-1.3 62
MD5 5501ab964c6e6fd776fe2a1428c6a824 files/digest-pypanel-2.0 62
MD5 020268bfe4da036f1d95353c4441f523 files/digest-pypanel-2.3 62
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCtfmHl5AvwDPiUowRAoQGAJ0RZWu83HcYfXk1oAFnojcdfAQ35gCcD57t
-PqDROtnoUA23XksZaco/w34=
-=GvW2
+iD8DBQFCuflQl5AvwDPiUowRAh7kAKCS81LS1akmImPOiI/zGq/CDnR33ACeL1Kp
+FrXCETPHKM2WPv83UfwLQAs=
+=8Gd0
-----END PGP SIGNATURE-----
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
+}