diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-01 16:42:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-01 16:42:57 +0000 |
commit | a4dd5ba663f59ca7c198104b2057789aace18300 (patch) | |
tree | 89b99cca43dbc984e1b42e84226ae4ac2aac31b5 /media-libs/panda3d | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-a4dd5ba663f59ca7c198104b2057789aace18300.tar.gz historical-a4dd5ba663f59ca7c198104b2057789aace18300.tar.bz2 historical-a4dd5ba663f59ca7c198104b2057789aace18300.zip |
repoman: Trim trailing whitespace
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'media-libs/panda3d')
-rw-r--r-- | media-libs/panda3d/Manifest | 19 | ||||
-rw-r--r-- | media-libs/panda3d/panda3d-1.0.5.ebuild | 6 |
2 files changed, 9 insertions, 16 deletions
diff --git a/media-libs/panda3d/Manifest b/media-libs/panda3d/Manifest index 18ee93405780..b7fbabe3c045 100644 --- a/media-libs/panda3d/Manifest +++ b/media-libs/panda3d/Manifest @@ -1,16 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 2166ca2eb790f47a2d9c7b2fc9f5bc98 panda3d-1.0.4.ebuild 1971 +MD5 be429ac9228ce100c3455e8987bf64b6 metadata.xml 549 +MD5 2809e05584a6d5f082c5b8e28f2422cd panda3d-1.0.5.ebuild 2690 MD5 4d877c68670ae4023436822be48a177f ChangeLog 670 -MD5 79f10078b2f9a3474518d533a2d86e97 files/50panda3d 216 MD5 978479bc4bc45efcd9df722ffe0745e9 files/digest-panda3d-1.0.4 67 MD5 afabf922d82cce22ed050446ba7185e2 files/panda3d-1.0.4-makepanda.patch 8796 -MD5 be429ac9228ce100c3455e8987bf64b6 metadata.xml 549 -MD5 2166ca2eb790f47a2d9c7b2fc9f5bc98 panda3d-1.0.4.ebuild 1971 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDSTQCI1lqEGTUzyQRAgmpAJ97CG93vcmiin1lIUnOe6t5+j+tVgCfUWHR -goGlqTwkVmA1sdEsJ6oPOm0= -=mqop ------END PGP SIGNATURE----- +MD5 b2f365ceb058065d5719d1481218a9b2 files/digest-panda3d-1.0.5 67 +MD5 cd54907a91e74458c4d817e4014adb0a files/panda3d-1.0.5-makepanda.patch 8711 +MD5 79f10078b2f9a3474518d533a2d86e97 files/50panda3d 216 diff --git a/media-libs/panda3d/panda3d-1.0.5.ebuild b/media-libs/panda3d/panda3d-1.0.5.ebuild index 600ac95ea79e..38d029d45c4c 100644 --- a/media-libs/panda3d/panda3d-1.0.5.ebuild +++ b/media-libs/panda3d/panda3d-1.0.5.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/media-libs/panda3d/panda3d-1.0.5.ebuild,v 1.1.1.1 2005/11/30 10:04:09 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/panda3d-1.0.5.ebuild,v 1.2 2005/12/01 16:42:57 mr_bones_ Exp $ inherit eutils python @@ -85,9 +85,9 @@ src_install() python_version dodir /usr/$(get_libdir)/python${PYVER}/site-packages cat <<- EOF > ${D}/usr/$(get_libdir)/python${PYVER}/site-packages/panda3d.pth - # This document sets up paths for python to access the + # This document sets up paths for python to access the # panda3d modules - /opt/panda3d/built + /opt/panda3d/built /opt/panda3d/built/$(get_libdir) EOF fi |