diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-05 21:56:50 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-05 21:56:50 +0000 |
commit | bdf687fa14898d3f02a9c9fd8f064d3f39ba91a4 (patch) | |
tree | 6b8764c71826253a19b604edfec631a6f0e6e486 /app-admin | |
parent | Stable on sparc (diff) | |
download | historical-bdf687fa14898d3f02a9c9fd8f064d3f39ba91a4.tar.gz historical-bdf687fa14898d3f02a9c9fd8f064d3f39ba91a4.tar.bz2 historical-bdf687fa14898d3f02a9c9fd8f064d3f39ba91a4.zip |
Cleanup compiled python files.
Package-Manager: portage-2.1.1_rc1-r1
Diffstat (limited to 'app-admin')
30 files changed, 163 insertions, 45 deletions
diff --git a/app-admin/authconfig/ChangeLog b/app-admin/authconfig/ChangeLog index 5de0e5d2ddb9..08f6a58f291b 100644 --- a/app-admin/authconfig/ChangeLog +++ b/app-admin/authconfig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/authconfig # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/ChangeLog,v 1.1 2006/09/05 21:00:35 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/ChangeLog,v 1.2 2006/09/05 21:49:06 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + authconfig-5.3.5.ebuild: + Cleanup compiled python files. *authconfig-5.3.5 (05 Sep 2006) diff --git a/app-admin/authconfig/authconfig-5.3.5.ebuild b/app-admin/authconfig/authconfig-5.3.5.ebuild index de3ededa8cc7..ff98e4e09f15 100644 --- a/app-admin/authconfig/authconfig-5.3.5.ebuild +++ b/app-admin/authconfig/authconfig-5.3.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/authconfig-5.3.5.ebuild,v 1.1 2006/09/05 21:00:35 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/authconfig-5.3.5.ebuild,v 1.2 2006/09/05 21:49:06 dberkholz Exp $ -inherit eutils rpm +inherit eutils python rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -46,4 +46,6 @@ pkg_postinst() { elog "install the nss_XXX package or another provider of the nss module." elog "To activate options in the Authentication tab," elog "install the pam_XXX package or another provider of the pam module." + + python_mod_cleanup /usr/share/${PN} } diff --git a/app-admin/firstboot/ChangeLog b/app-admin/firstboot/ChangeLog index 4f9ae75fb186..fca8f8c98442 100644 --- a/app-admin/firstboot/ChangeLog +++ b/app-admin/firstboot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/firstboot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/firstboot/ChangeLog,v 1.1 2006/09/05 21:42:55 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/firstboot/ChangeLog,v 1.2 2006/09/05 21:51:36 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + firstboot-1.4.19.ebuild: + Cleanup compiled python files. *firstboot-1.4.19 (05 Sep 2006) diff --git a/app-admin/firstboot/firstboot-1.4.19.ebuild b/app-admin/firstboot/firstboot-1.4.19.ebuild index 6e856066965d..8eca4d169ed8 100644 --- a/app-admin/firstboot/firstboot-1.4.19.ebuild +++ b/app-admin/firstboot/firstboot-1.4.19.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/firstboot/firstboot-1.4.19.ebuild,v 1.1 2006/09/05 21:42:55 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/firstboot/firstboot-1.4.19.ebuild,v 1.2 2006/09/05 21:51:36 dberkholz Exp $ -inherit rpm +inherit python rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -47,3 +47,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} diff --git a/app-admin/hwbrowser/ChangeLog b/app-admin/hwbrowser/ChangeLog index b6150e875b08..76d1eaa34c12 100644 --- a/app-admin/hwbrowser/ChangeLog +++ b/app-admin/hwbrowser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/hwbrowser # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hwbrowser/ChangeLog,v 1.1 2006/09/05 21:10:30 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hwbrowser/ChangeLog,v 1.2 2006/09/05 21:52:24 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + hwbrowser-0.27.ebuild: + Cleanup compiled python files. *hwbrowser-0.27 (05 Sep 2006) diff --git a/app-admin/hwbrowser/hwbrowser-0.27.ebuild b/app-admin/hwbrowser/hwbrowser-0.27.ebuild index adb428bbfa5e..0181b5e32506 100644 --- a/app-admin/hwbrowser/hwbrowser-0.27.ebuild +++ b/app-admin/hwbrowser/hwbrowser-0.27.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hwbrowser/hwbrowser-0.27.ebuild,v 1.1 2006/09/05 21:10:30 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hwbrowser/hwbrowser-0.27.ebuild,v 1.2 2006/09/05 21:52:24 dberkholz Exp $ -inherit rpm +inherit python rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -32,3 +32,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} diff --git a/app-admin/system-config-bind/ChangeLog b/app-admin/system-config-bind/ChangeLog index 7f51dea303a6..de4b96ab79e3 100644 --- a/app-admin/system-config-bind/ChangeLog +++ b/app-admin/system-config-bind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/system-config-bind # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-bind/ChangeLog,v 1.1 2006/09/05 21:16:46 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-bind/ChangeLog,v 1.2 2006/09/05 21:53:40 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + system-config-bind-4.0.0.ebuild: + Cleanup compiled python files. *system-config-bind-4.0.0 (05 Sep 2006) diff --git a/app-admin/system-config-bind/system-config-bind-4.0.0.ebuild b/app-admin/system-config-bind/system-config-bind-4.0.0.ebuild index cc72516ac01a..8783b0d779f1 100644 --- a/app-admin/system-config-bind/system-config-bind-4.0.0.ebuild +++ b/app-admin/system-config-bind/system-config-bind-4.0.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-bind/system-config-bind-4.0.0.ebuild,v 1.1 2006/09/05 21:16:46 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-bind/system-config-bind-4.0.0.ebuild,v 1.2 2006/09/05 21:53:40 dberkholz Exp $ -inherit eutils rpm +inherit python eutils rpm # Tag for which Fedora Core version it's from FCVER="6" @@ -48,3 +48,7 @@ src_install() { dodir /etc/sysconfig touch "${D}"/etc/sysconfig/named } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} diff --git a/app-admin/system-config-date/ChangeLog b/app-admin/system-config-date/ChangeLog index aecd50a85120..fe4e6dcee206 100644 --- a/app-admin/system-config-date/ChangeLog +++ b/app-admin/system-config-date/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/system-config-date # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-date/ChangeLog,v 1.1 2006/09/05 21:18:49 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-date/ChangeLog,v 1.2 2006/09/05 21:53:59 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + system-config-date-1.8.5.ebuild: + Cleanup compiled python files. *system-config-date-1.8.5 (05 Sep 2006) diff --git a/app-admin/system-config-date/system-config-date-1.8.5.ebuild b/app-admin/system-config-date/system-config-date-1.8.5.ebuild index 60da3bbb76ac..fe3a20e97f31 100644 --- a/app-admin/system-config-date/system-config-date-1.8.5.ebuild +++ b/app-admin/system-config-date/system-config-date-1.8.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-date/system-config-date-1.8.5.ebuild,v 1.1 2006/09/05 21:18:49 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-date/system-config-date-1.8.5.ebuild,v 1.2 2006/09/05 21:53:59 dberkholz Exp $ -inherit eutils rpm +inherit python eutils rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -42,3 +42,7 @@ src_install() { fperms 644 /etc/pam.d/{system-config-date,system-config-time,dateconfig} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} diff --git a/app-admin/system-config-display/ChangeLog b/app-admin/system-config-display/ChangeLog index 08bf4fa640af..febebdb022e3 100644 --- a/app-admin/system-config-display/ChangeLog +++ b/app-admin/system-config-display/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/system-config-display # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-display/ChangeLog,v 1.1 2006/09/05 21:22:27 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-display/ChangeLog,v 1.2 2006/09/05 21:54:15 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + system-config-display-1.0.44.ebuild: + Cleanup compiled python files. *system-config-display-1.0.44 (05 Sep 2006) diff --git a/app-admin/system-config-display/system-config-display-1.0.44.ebuild b/app-admin/system-config-display/system-config-display-1.0.44.ebuild index dabb9db140b3..3e28256f04e7 100644 --- a/app-admin/system-config-display/system-config-display-1.0.44.ebuild +++ b/app-admin/system-config-display/system-config-display-1.0.44.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-display/system-config-display-1.0.44.ebuild,v 1.1 2006/09/05 21:22:27 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-display/system-config-display-1.0.44.ebuild,v 1.2 2006/09/05 21:54:15 dberkholz Exp $ -inherit rpm +inherit python rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -39,3 +39,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} diff --git a/app-admin/system-config-httpd/ChangeLog b/app-admin/system-config-httpd/ChangeLog index 8d710ed7c2b1..ffd404b23a06 100644 --- a/app-admin/system-config-httpd/ChangeLog +++ b/app-admin/system-config-httpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/system-config-httpd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-httpd/ChangeLog,v 1.1 2006/09/05 21:25:15 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-httpd/ChangeLog,v 1.2 2006/09/05 21:54:33 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + system-config-httpd-1.3.3.ebuild: + Cleanup compiled python files. *system-config-httpd-1.3.3 (05 Sep 2006) diff --git a/app-admin/system-config-httpd/system-config-httpd-1.3.3.ebuild b/app-admin/system-config-httpd/system-config-httpd-1.3.3.ebuild index 7ca9bfc2bdaa..0809b485ae09 100644 --- a/app-admin/system-config-httpd/system-config-httpd-1.3.3.ebuild +++ b/app-admin/system-config-httpd/system-config-httpd-1.3.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-httpd/system-config-httpd-1.3.3.ebuild,v 1.1 2006/09/05 21:25:15 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-httpd/system-config-httpd-1.3.3.ebuild,v 1.2 2006/09/05 21:54:33 dberkholz Exp $ -inherit eutils rpm +inherit python eutils rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -47,3 +47,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} diff --git a/app-admin/system-config-keyboard/ChangeLog b/app-admin/system-config-keyboard/ChangeLog index 8246146472b2..81d707604d19 100644 --- a/app-admin/system-config-keyboard/ChangeLog +++ b/app-admin/system-config-keyboard/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/system-config-keyboard # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-keyboard/ChangeLog,v 1.1 2006/09/05 21:42:33 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-keyboard/ChangeLog,v 1.2 2006/09/05 21:54:50 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + system-config-keyboard-1.2.7.ebuild: + Cleanup compiled python files. *system-config-keyboard-1.2.7 (05 Sep 2006) diff --git a/app-admin/system-config-keyboard/system-config-keyboard-1.2.7.ebuild b/app-admin/system-config-keyboard/system-config-keyboard-1.2.7.ebuild index 28c9e187359e..5d4df030c35d 100644 --- a/app-admin/system-config-keyboard/system-config-keyboard-1.2.7.ebuild +++ b/app-admin/system-config-keyboard/system-config-keyboard-1.2.7.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-keyboard/system-config-keyboard-1.2.7.ebuild,v 1.1 2006/09/05 21:42:33 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-keyboard/system-config-keyboard-1.2.7.ebuild,v 1.2 2006/09/05 21:54:50 dberkholz Exp $ -inherit rpm +inherit python rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -37,3 +37,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} diff --git a/app-admin/system-config-language/ChangeLog b/app-admin/system-config-language/ChangeLog index aedc31e15d4f..fad0e55aa493 100644 --- a/app-admin/system-config-language/ChangeLog +++ b/app-admin/system-config-language/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/system-config-language # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-language/ChangeLog,v 1.1 2006/09/05 21:26:47 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-language/ChangeLog,v 1.2 2006/09/05 21:55:06 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + system-config-language-1.1.11.ebuild: + Cleanup compiled python files. *system-config-language-1.1.11 (05 Sep 2006) diff --git a/app-admin/system-config-language/system-config-language-1.1.11.ebuild b/app-admin/system-config-language/system-config-language-1.1.11.ebuild index 7fad58499e38..9f9e73420951 100644 --- a/app-admin/system-config-language/system-config-language-1.1.11.ebuild +++ b/app-admin/system-config-language/system-config-language-1.1.11.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-language/system-config-language-1.1.11.ebuild,v 1.1 2006/09/05 21:26:47 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-language/system-config-language-1.1.11.ebuild,v 1.2 2006/09/05 21:55:06 dberkholz Exp $ -inherit rpm +inherit python rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -35,3 +35,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} diff --git a/app-admin/system-config-lvm/ChangeLog b/app-admin/system-config-lvm/ChangeLog index e6f70f7a330e..8ac51c0d1662 100644 --- a/app-admin/system-config-lvm/ChangeLog +++ b/app-admin/system-config-lvm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/system-config-lvm # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-lvm/ChangeLog,v 1.1 2006/09/05 21:28:30 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-lvm/ChangeLog,v 1.2 2006/09/05 21:55:24 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + system-config-lvm-1.0.18.ebuild: + Cleanup compiled python files. *system-config-lvm-1.0.18 (05 Sep 2006) diff --git a/app-admin/system-config-lvm/system-config-lvm-1.0.18.ebuild b/app-admin/system-config-lvm/system-config-lvm-1.0.18.ebuild index f38ea04be86b..e44a6dd72c8f 100644 --- a/app-admin/system-config-lvm/system-config-lvm-1.0.18.ebuild +++ b/app-admin/system-config-lvm/system-config-lvm-1.0.18.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-lvm/system-config-lvm-1.0.18.ebuild,v 1.1 2006/09/05 21:28:30 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-lvm/system-config-lvm-1.0.18.ebuild,v 1.2 2006/09/05 21:55:24 dberkholz Exp $ -inherit eutils rpm +inherit python eutils rpm # Tag for which Fedora Core version it's from FCVER="6" @@ -40,3 +40,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} diff --git a/app-admin/system-config-nfs/ChangeLog b/app-admin/system-config-nfs/ChangeLog index ddfb8b3b75da..39ff30de282d 100644 --- a/app-admin/system-config-nfs/ChangeLog +++ b/app-admin/system-config-nfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/system-config-nfs # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-nfs/ChangeLog,v 1.1 2006/09/05 21:29:56 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-nfs/ChangeLog,v 1.2 2006/09/05 21:55:42 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + system-config-nfs-1.3.19.ebuild: + Cleanup compiled python files. *system-config-nfs-1.3.19 (05 Sep 2006) diff --git a/app-admin/system-config-nfs/system-config-nfs-1.3.19.ebuild b/app-admin/system-config-nfs/system-config-nfs-1.3.19.ebuild index 9c1a32c88109..a27877d7b837 100644 --- a/app-admin/system-config-nfs/system-config-nfs-1.3.19.ebuild +++ b/app-admin/system-config-nfs/system-config-nfs-1.3.19.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-nfs/system-config-nfs-1.3.19.ebuild,v 1.1 2006/09/05 21:29:56 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-nfs/system-config-nfs-1.3.19.ebuild,v 1.2 2006/09/05 21:55:42 dberkholz Exp $ -inherit eutils rpm +inherit python eutils rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -40,3 +40,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} diff --git a/app-admin/system-config-printer/ChangeLog b/app-admin/system-config-printer/ChangeLog index dc664a6f1d6f..a4f976d5f1f3 100644 --- a/app-admin/system-config-printer/ChangeLog +++ b/app-admin/system-config-printer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/system-config-printer # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer/ChangeLog,v 1.1 2006/09/05 21:35:18 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer/ChangeLog,v 1.2 2006/09/05 21:55:59 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + system-config-printer-0.7.27.ebuild: + Cleanup compiled python files. *system-config-printer-0.7.27 (05 Sep 2006) diff --git a/app-admin/system-config-printer/system-config-printer-0.7.27.ebuild b/app-admin/system-config-printer/system-config-printer-0.7.27.ebuild index dc9a1380e839..e542a46678fd 100644 --- a/app-admin/system-config-printer/system-config-printer-0.7.27.ebuild +++ b/app-admin/system-config-printer/system-config-printer-0.7.27.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer/system-config-printer-0.7.27.ebuild,v 1.1 2006/09/05 21:35:18 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer/system-config-printer-0.7.27.ebuild,v 1.2 2006/09/05 21:55:59 dberkholz Exp $ -inherit rpm +inherit python rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -36,3 +36,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} diff --git a/app-admin/system-config-samba/ChangeLog b/app-admin/system-config-samba/ChangeLog index 43f2a7391d98..67daa366eefb 100644 --- a/app-admin/system-config-samba/ChangeLog +++ b/app-admin/system-config-samba/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/system-config-samba # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-samba/ChangeLog,v 1.1 2006/09/05 21:36:44 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-samba/ChangeLog,v 1.2 2006/09/05 21:56:16 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + system-config-samba-1.2.35.ebuild: + Cleanup compiled python files. *system-config-samba-1.2.35 (05 Sep 2006) diff --git a/app-admin/system-config-samba/system-config-samba-1.2.35.ebuild b/app-admin/system-config-samba/system-config-samba-1.2.35.ebuild index 319d095260f5..5587aaf45439 100644 --- a/app-admin/system-config-samba/system-config-samba-1.2.35.ebuild +++ b/app-admin/system-config-samba/system-config-samba-1.2.35.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-samba/system-config-samba-1.2.35.ebuild,v 1.1 2006/09/05 21:36:44 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-samba/system-config-samba-1.2.35.ebuild,v 1.2 2006/09/05 21:56:16 dberkholz Exp $ -inherit eutils rpm +inherit python eutils rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -38,3 +38,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} diff --git a/app-admin/system-config-soundcard/ChangeLog b/app-admin/system-config-soundcard/ChangeLog index e96c57560bd4..3b16dce1bb33 100644 --- a/app-admin/system-config-soundcard/ChangeLog +++ b/app-admin/system-config-soundcard/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/system-config-soundcard # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-soundcard/ChangeLog,v 1.1 2006/09/05 21:38:04 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-soundcard/ChangeLog,v 1.2 2006/09/05 21:56:33 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + system-config-soundcard-2.0.1.ebuild: + Cleanup compiled python files. *system-config-soundcard-2.0.1 (05 Sep 2006) diff --git a/app-admin/system-config-soundcard/system-config-soundcard-2.0.1.ebuild b/app-admin/system-config-soundcard/system-config-soundcard-2.0.1.ebuild index 54eadb675d0a..b511ee54e11a 100644 --- a/app-admin/system-config-soundcard/system-config-soundcard-2.0.1.ebuild +++ b/app-admin/system-config-soundcard/system-config-soundcard-2.0.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-soundcard/system-config-soundcard-2.0.1.ebuild,v 1.1 2006/09/05 21:38:04 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-soundcard/system-config-soundcard-2.0.1.ebuild,v 1.2 2006/09/05 21:56:33 dberkholz Exp $ -inherit eutils rpm +inherit python eutils rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -45,3 +45,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} diff --git a/app-admin/system-config-users/ChangeLog b/app-admin/system-config-users/ChangeLog index 660675c772df..96ea1b81bc4c 100644 --- a/app-admin/system-config-users/ChangeLog +++ b/app-admin/system-config-users/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/system-config-users # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-users/ChangeLog,v 1.1 2006/09/05 21:39:44 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-users/ChangeLog,v 1.2 2006/09/05 21:56:50 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + system-config-users-1.2.46.ebuild: + Cleanup compiled python files. *system-config-users-1.2.46 (05 Sep 2006) diff --git a/app-admin/system-config-users/system-config-users-1.2.46.ebuild b/app-admin/system-config-users/system-config-users-1.2.46.ebuild index 7ad6f46b2177..83e13c9a2987 100644 --- a/app-admin/system-config-users/system-config-users-1.2.46.ebuild +++ b/app-admin/system-config-users/system-config-users-1.2.46.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-users/system-config-users-1.2.46.ebuild,v 1.1 2006/09/05 21:39:44 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-users/system-config-users-1.2.46.ebuild,v 1.2 2006/09/05 21:56:50 dberkholz Exp $ -inherit eutils rpm +inherit python eutils rpm # Tag for which Fedora Core version it's from FCVER="6" @@ -41,3 +41,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} |