summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-02 07:10:43 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-02 07:10:43 +0000
commitfc8fb93e6cf3fdc2232ccba54cba626ac9f36a4b (patch)
tree45439ade14e8e79a3a7bfb513a7fce91604fefe6 /games-kids/pytraffic
parentInitial version from bug #70811 (diff)
downloadhistorical-fc8fb93e6cf3fdc2232ccba54cba626ac9f36a4b.tar.gz
historical-fc8fb93e6cf3fdc2232ccba54cba626ac9f36a4b.tar.bz2
historical-fc8fb93e6cf3fdc2232ccba54cba626ac9f36a4b.zip
just run distutils_pkg_postinst
Diffstat (limited to 'games-kids/pytraffic')
-rw-r--r--games-kids/pytraffic/Manifest8
-rw-r--r--games-kids/pytraffic/pytraffic-1.2.1.ebuild15
2 files changed, 12 insertions, 11 deletions
diff --git a/games-kids/pytraffic/Manifest b/games-kids/pytraffic/Manifest
index 6df6005a3870..e2b9853e6e3c 100644
--- a/games-kids/pytraffic/Manifest
+++ b/games-kids/pytraffic/Manifest
@@ -1,7 +1,7 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 f3be75360eeaeb0b5adc8ea635bf731b pytraffic-1.2.1.ebuild 1041
+MD5 a705a0632c8a49a719eb5aac18278cea pytraffic-1.2.1.ebuild 975
MD5 2aea0f8fb60a59ef65946a31fcd31216 ChangeLog 367
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 23d02af40cdc1e4ebd9234573e05b7c2 files/digest-pytraffic-1.2.1 67
@@ -9,7 +9,7 @@ MD5 435a1b2a65ae7fc35c83fbeb7397d829 files/1.2.1-gentoo-dirs.patch 1730
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFB1O5VroRuSHgZdywRAiyDAJ9wWmLH/+nj6vfewrnLjD9xKqI8NACfcrta
-js4yYMTU6C+TKwUi4OaaaUE=
-=pZpg
+iD8DBQFB156FroRuSHgZdywRAphIAKCSXhAx/z/mliQkhalClUi+E0NJLACeIdnq
+frHrNMz0ZGknadV33t11EjI=
+=PTZz
-----END PGP SIGNATURE-----
diff --git a/games-kids/pytraffic/pytraffic-1.2.1.ebuild b/games-kids/pytraffic/pytraffic-1.2.1.ebuild
index 0327e7134286..25413ce8d7f9 100644
--- a/games-kids/pytraffic/pytraffic-1.2.1.ebuild
+++ b/games-kids/pytraffic/pytraffic-1.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/pytraffic-1.2.1.ebuild,v 1.2 2004/12/31 06:13:07 vapier Exp $
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/pytraffic-1.2.1.ebuild,v 1.3 2005/01/02 07:10:43 vapier Exp $
inherit distutils games
@@ -37,10 +37,11 @@ src_install() {
prepgamesdirs
}
+pkg_postrm() {
+ distutils_pkg_postrm
+}
+
pkg_postinst() {
- if has_version ">=dev-lang/python-2.3"; then
- python_version
- python_mod_optimize ${ROOT}usr/share/games/${PN}12
- fi
+ distutils_pkg_postinst
games_pkg_postinst
}