diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-09-29 07:59:55 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-09-29 07:59:55 +0000 |
commit | f2e8ae81a79655d4d67fac8197cde489d00b2c41 (patch) | |
tree | 5003fefca661dc2e75b96747b64a335e9987f75b /x11-misc/pypanel | |
parent | Use font.eclass. This closes bug #44840. (diff) | |
download | historical-f2e8ae81a79655d4d67fac8197cde489d00b2c41.tar.gz historical-f2e8ae81a79655d4d67fac8197cde489d00b2c41.tar.bz2 historical-f2e8ae81a79655d4d67fac8197cde489d00b2c41.zip |
Stable on x86.
Diffstat (limited to 'x11-misc/pypanel')
-rw-r--r-- | x11-misc/pypanel/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/pypanel/Manifest | 22 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-1.3.ebuild | 4 |
3 files changed, 22 insertions, 9 deletions
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog index 94b863205e49..4634fb368ada 100644 --- a/x11-misc/pypanel/ChangeLog +++ b/x11-misc/pypanel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/pypanel # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.14 2004/09/02 22:49:41 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.15 2004/09/29 07:59:55 pyrania Exp $ + + 29 Sep 2004; <pyrania@gentoo.org> pypanel-1.3.ebuild: + Stable on x86. 03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> pypanel-0.9.ebuild, pypanel-1.3.ebuild: diff --git a/x11-misc/pypanel/Manifest b/x11-misc/pypanel/Manifest index 73e3d82a69c5..a43b84ecd59a 100644 --- a/x11-misc/pypanel/Manifest +++ b/x11-misc/pypanel/Manifest @@ -1,10 +1,20 @@ -MD5 83e81f0b0ea173911a971820f4800a91 ChangeLog 1897 -MD5 23a663bed0e73b6409825c841e2db1a1 metadata.xml 883 -MD5 00a53335bbec7185c6949ffee5a60994 pypanel-0.9.ebuild 926 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 634a81554108ed890c0aa38652965c04 pypanel-1.1.ebuild 856 +MD5 e5e22427df383940e5817963efc293d0 ChangeLog 1970 MD5 48cfebffe04192c2824323711799a9c4 pypanel-1.2.ebuild 870 -MD5 320e545a56ee88612111af044ff2907c pypanel-1.3.ebuild 879 -MD5 9d8d1c7d91f53d608347ae8018410394 files/digest-pypanel-0.9 62 +MD5 00a53335bbec7185c6949ffee5a60994 pypanel-0.9.ebuild 926 +MD5 23a663bed0e73b6409825c841e2db1a1 metadata.xml 883 +MD5 b6f70acd5884207162c97ce4e6ed75bb pypanel-1.3.ebuild 877 +MD5 b80903e4b9a2654f0a4543c094763683 files/digest-pypanel-1.3 62 MD5 73cd7af58de9283ac27e2e287733de99 files/digest-pypanel-1.1 62 MD5 5314e381e60bf6027fee6efc945432ef files/digest-pypanel-1.2 62 -MD5 b80903e4b9a2654f0a4543c094763683 files/digest-pypanel-1.3 62 +MD5 9d8d1c7d91f53d608347ae8018410394 files/digest-pypanel-0.9 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBWmsqI7fK2cqeyXkRAqmhAJwJMAGUfXwfO1fe6AeYV9qnXt/TEQCgjsZK +zW/M4de+cqqlSORvTX8KDgw= +=UigG +-----END PGP SIGNATURE----- diff --git a/x11-misc/pypanel/pypanel-1.3.ebuild b/x11-misc/pypanel/pypanel-1.3.ebuild index 86824bbaa6d2..3cddb84d6184 100644 --- a/x11-misc/pypanel/pypanel-1.3.ebuild +++ b/x11-misc/pypanel/pypanel-1.3.ebuild @@ -1,6 +1,6 @@ # 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.3 2004/09/02 22:49:41 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-1.3.ebuild,v 1.4 2004/09/29 07:59:55 pyrania Exp $ inherit distutils @@ -9,7 +9,7 @@ HOMEPAGE="http://pypanel.sourceforge.net" SRC_URI="mirror://sourceforge/pypanel/PyPanel-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ppc ~alpha" +KEYWORDS="x86 ppc ~alpha" IUSE="" DEPEND="virtual/x11 >=dev-lang/python-2.2.3-r1 |