diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-01-31 06:16:31 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-01-31 06:16:31 +0000 |
commit | 6e0996025925a79bfd5c576f9eb721dbab3c7a65 (patch) | |
tree | d0daa2835265e3dc29e73e2b109c636a14d176f2 /app-admin | |
parent | Upstream snapshot, Emacs 22.2 pretest. (diff) | |
download | historical-6e0996025925a79bfd5c576f9eb721dbab3c7a65.tar.gz historical-6e0996025925a79bfd5c576f9eb721dbab3c7a65.tar.bz2 historical-6e0996025925a79bfd5c576f9eb721dbab3c7a65.zip |
Clean up.
Package-Manager: portage-2.1.4
Diffstat (limited to 'app-admin')
19 files changed, 30 insertions, 415 deletions
diff --git a/app-admin/system-config-date/ChangeLog b/app-admin/system-config-date/ChangeLog index 7c2a40288f6a..c0525a0083b5 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-date/ChangeLog,v 1.5 2007/10/15 09:20:39 dberkholz Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-date/ChangeLog,v 1.6 2008/01/31 06:13:21 dberkholz Exp $ + + 31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; + -system-config-date-1.8.5.ebuild, -system-config-date-1.8.11.ebuild: + Clean up. 15 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; system-config-date-1.8.5.ebuild, system-config-date-1.8.11.ebuild, diff --git a/app-admin/system-config-date/files/digest-system-config-date-1.8.11 b/app-admin/system-config-date/files/digest-system-config-date-1.8.11 deleted file mode 100644 index f877a7ad8e81..000000000000 --- a/app-admin/system-config-date/files/digest-system-config-date-1.8.11 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 53250e700f5f877979558f366e0b3319 system-config-date-1.8.11-1.fc7.src.rpm 647964 -RMD160 f88e1784e6df5cce0352bef91dd99b794531dfa3 system-config-date-1.8.11-1.fc7.src.rpm 647964 -SHA256 c3d7c492eb0cbd11528d64b7d16a7f33ec71b4449c1e43c77280da8e371ffc89 system-config-date-1.8.11-1.fc7.src.rpm 647964 diff --git a/app-admin/system-config-date/files/digest-system-config-date-1.8.5 b/app-admin/system-config-date/files/digest-system-config-date-1.8.5 deleted file mode 100644 index 3b0750628cd3..000000000000 --- a/app-admin/system-config-date/files/digest-system-config-date-1.8.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 dde216d83e6589c7381ee02161290848 system-config-date-1.8.5-1.src.rpm 592767 -RMD160 302c14af813cd7a62a1c1027ce29722646ee921d system-config-date-1.8.5-1.src.rpm 592767 -SHA256 4386526d059b8dda05377423a9d81e746a95d203511c7c2a4c257664621e9468 system-config-date-1.8.5-1.src.rpm 592767 diff --git a/app-admin/system-config-date/system-config-date-1.8.11.ebuild b/app-admin/system-config-date/system-config-date-1.8.11.ebuild deleted file mode 100644 index fb0dd1356e66..000000000000 --- a/app-admin/system-config-date/system-config-date-1.8.11.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2007 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.11.ebuild,v 1.2 2007/10/15 09:20:39 dberkholz Exp $ - -inherit python eutils rpm - -# Tag for which Fedora Core version it's from -FCVER="7" -# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source -# tarball out of it -RPMREV="1" - -DESCRIPTION="A graphical interface for modifying system date and time" -HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/date" -SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.fc${FCVER}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" -RDEPEND="dev-lang/python - net-misc/ntp - =dev-python/pygtk-2* - =dev-python/gnome-python-2* - sys-apps/usermode - dev-python/rhpl - dev-libs/newt - www-client/htmlview - x11-themes/hicolor-icon-theme" -# app-admin/anaconda -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/intltool" - -src_unpack() { - rpm_src_unpack - cd "${S}" - epatch "${FILESDIR}"/1.8.5-gentooify.patch -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - make_desktop_entry /usr/bin/${PN} - - 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-date/system-config-date-1.8.5.ebuild b/app-admin/system-config-date/system-config-date-1.8.5.ebuild deleted file mode 100644 index 0ba8a1d49853..000000000000 --- a/app-admin/system-config-date/system-config-date-1.8.5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2007 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.3 2007/10/15 09:20:39 dberkholz Exp $ - -inherit python eutils rpm - -# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source -# tarball out of it -RPMREV="1" - -DESCRIPTION="A graphical interface for modifying system date and time" -HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/date" -SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" -RDEPEND="dev-lang/python - net-misc/ntp - =dev-python/pygtk-2* - =dev-python/gnome-python-2* - sys-apps/usermode - dev-python/rhpl - dev-libs/newt - www-client/htmlview - x11-themes/hicolor-icon-theme" -# app-admin/anaconda -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/intltool" - -src_unpack() { - rpm_src_unpack - cd "${S}" - epatch "${FILESDIR}"/${PV}-gentooify.patch -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - make_desktop_entry /usr/bin/${PN} - - 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 406a3bfdc90d..3253b033a4c1 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-display/ChangeLog,v 1.7 2007/10/15 09:21:33 dberkholz Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-display/ChangeLog,v 1.8 2008/01/31 06:14:21 dberkholz Exp $ + + 31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; + -system-config-display-1.0.45.ebuild: + Clean up. 15 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; system-config-display-1.0.45.ebuild, system-config-display-1.0.51.ebuild: diff --git a/app-admin/system-config-display/files/digest-system-config-display-1.0.45 b/app-admin/system-config-display/files/digest-system-config-display-1.0.45 deleted file mode 100644 index 1f4f558c1baf..000000000000 --- a/app-admin/system-config-display/files/digest-system-config-display-1.0.45 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 549a04dcdc683db9b691c853ec115e47 system-config-display-1.0.45-1.src.rpm 246968 -RMD160 09f294baf834006ab0aeaec8cbf0d1808720ed96 system-config-display-1.0.45-1.src.rpm 246968 -SHA256 dd50a6010bf229ca0886171c1f983835c8895c9290ff716c71f9888aedfbe274 system-config-display-1.0.45-1.src.rpm 246968 diff --git a/app-admin/system-config-display/system-config-display-1.0.45.ebuild b/app-admin/system-config-display/system-config-display-1.0.45.ebuild deleted file mode 100644 index c6b54b13dc04..000000000000 --- a/app-admin/system-config-display/system-config-display-1.0.45.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2007 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.45.ebuild,v 1.2 2007/10/15 09:21:33 dberkholz Exp $ - -inherit python rpm - -# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source -# tarball out of it -RPMREV="1" - -DESCRIPTION="A graphical interface for configuring the X Window System display" -HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/display" -SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" -RDEPEND="=dev-python/pygtk-2* - >=x11-libs/gtk+-2.6 - dev-lang/python - sys-apps/usermode - sys-apps/hwdata-redhat - sys-apps/kudzu - dev-python/pyxf86config - dev-python/rhpl - dev-python/rhpxl - dev-util/desktop-file-utils - x11-misc/xsri - x11-base/xorg-server - x11-themes/hicolor-icon-theme" -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/intltool" - -src_install() { - emake INSTROOT="${D}" install || die "emake install failed" - - make_desktop_entry /usr/bin/${PN} - - fperms 644 /etc/pam.d/${PN} -} - -pkg_postinst() { - elog "If you want card autodetection to work optimally, you must reinstall" - elog "any video driver packages that did not install a *.xinf file" - elog "to /usr/share/hwdata/videoaliases/" -} - -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 a6d0ff5c5f0a..1291f1fc9679 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-httpd/ChangeLog,v 1.5 2007/10/15 09:22:20 dberkholz Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-httpd/ChangeLog,v 1.6 2008/01/31 06:15:06 dberkholz Exp $ + + 31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; + -files/1.3.3-gentooify.patch, -system-config-httpd-1.3.3.ebuild: + Clean up. 15 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; system-config-httpd-1.3.3.ebuild, system-config-httpd-1.4.3.ebuild: diff --git a/app-admin/system-config-httpd/files/1.3.3-gentooify.patch b/app-admin/system-config-httpd/files/1.3.3-gentooify.patch deleted file mode 100644 index 8e0e2eb89e9e..000000000000 --- a/app-admin/system-config-httpd/files/1.3.3-gentooify.patch +++ /dev/null @@ -1,79 +0,0 @@ -diff -urN system-config-httpd-1.3.3.orig/src/ApacheBase.py system-config-httpd-1.3.3/src/ApacheBase.py ---- system-config-httpd-1.3.3.orig/src/ApacheBase.py 2006-09-04 11:57:25.000000000 -0700 -+++ system-config-httpd-1.3.3/src/ApacheBase.py 2006-09-04 12:01:10.000000000 -0700 -@@ -4349,7 +4349,7 @@ - - # Compute md5sum of currently installed httpd.conf - try: -- rmd5 = hexstr (md5 (open ('/etc/httpd/conf/httpd.conf', 'r').read ()).digest()) -+ rmd5 = hexstr (md5 (open ('/etc/apache2/httpd.conf', 'r').read ()).digest()) - except: - rmd5 = '' - -@@ -4361,14 +4361,14 @@ - if omd5 != rmd5: - if force: - try: -- os.remove ('/etc/httpd/conf/httpd.conf.bak') -+ os.remove ('/etc/apache2/httpd.conf.bak') - except: - pass - try: -- os.rename ('/etc/httpd/conf/httpd.conf', '/etc/httpd/conf/httpd.conf.bak') -+ os.rename ('/etc/apache2/httpd.conf', '/etc/apache2/httpd.conf.bak') - except: - pass -- open ('/etc/httpd/conf/httpd.conf', 'w').write (result) -+ open ('/etc/apache2/httpd.conf', 'w').write (result) - open ('/usr/share/system-config-httpd/httpd.conf.md5', 'w').write (nmd5) - local_box.write (ctx) - return 0 -@@ -4377,7 +4377,7 @@ - else: - return -2 - else: -- open ('/etc/httpd/conf/httpd.conf', 'w').write (result) -+ open ('/etc/apache2/httpd.conf', 'w').write (result) - open ('/usr/share/system-config-httpd/httpd.conf.md5', 'w').write (nmd5) - local_box.write (ctx) - return 0 -diff -urN system-config-httpd-1.3.3.orig/src/httpd.conf.xsl system-config-httpd-1.3.3/src/httpd.conf.xsl ---- system-config-httpd-1.3.3.orig/src/httpd.conf.xsl 2006-09-04 11:57:25.000000000 -0700 -+++ system-config-httpd-1.3.3/src/httpd.conf.xsl 2006-09-04 12:00:25.000000000 -0700 -@@ -29,8 +29,8 @@ - # of the server's control files begin with "/" (or "drive:/" for Win32), the - # server will use that explicit path. If the filenames do *not* begin - # with "/", the value of ServerRoot is prepended -- so "logs/foo.log" --# with ServerRoot set to "/etc/httpd" will be interpreted by the --# server as "/etc/httpd/logs/foo.log". -+# with ServerRoot set to "/etc/apache2" will be interpreted by the -+# server as "/etc/apache2/logs/foo.log". - # - - ### Section 1: Global Environment -@@ -203,9 +203,14 @@ - LoadModule cgi_module modules/mod_cgi.so - - # --# Load config files from the config directory "/etc/httpd/conf.d". -+# Load config files from the config directory "/etc/apache2/modules.d". - # --Include conf.d/*.conf -+Include modules.d/*.conf -+ -+# -+# Load config files from the config directory "/etc/apache2/vhosts.d". -+# -+Include vhosts.d/*.conf - - # - # ExtendedStatus controls whether Apache will generate "full" status -@@ -865,7 +870,7 @@ - # To enable the cache as well, edit and uncomment the following lines: - # (no cacheing without CacheRoot) - # --#CacheRoot "/etc/httpd/proxy" -+#CacheRoot "/etc/apache2/proxy" - #CacheSize 5 - #CacheGcInterval 4 - #CacheMaxExpire 24 diff --git a/app-admin/system-config-httpd/files/digest-system-config-httpd-1.3.3 b/app-admin/system-config-httpd/files/digest-system-config-httpd-1.3.3 deleted file mode 100644 index ec82282320f6..000000000000 --- a/app-admin/system-config-httpd/files/digest-system-config-httpd-1.3.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3cfcd670ba650ed5781e03d0f7ba130c system-config-httpd-1.3.3-1.1.1.src.rpm 833094 -RMD160 2a96e737d3b1b8ef9128ca149edd46fb60ae3b30 system-config-httpd-1.3.3-1.1.1.src.rpm 833094 -SHA256 e52343a1290fd39b0b55fd58ab6961c998104e3423de72e7b2574eb84907d942 system-config-httpd-1.3.3-1.1.1.src.rpm 833094 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 deleted file mode 100644 index c818b547352c..000000000000 --- a/app-admin/system-config-httpd/system-config-httpd-1.3.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2007 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.4 2007/10/15 09:22:19 dberkholz Exp $ - -inherit python eutils rpm - -# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source -# tarball out of it -RPMREV="1.1.1" - -DESCRIPTION="Apache configuration tool" -HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/httpd" -SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" -RDEPEND="dev-libs/alchemist - =dev-python/pygtk-2* - dev-lang/python - =dev-python/gnome-python-2* - >=www-servers/apache-2.0.52-r3 - sys-apps/usermode - dev-libs/libxslt" -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/intltool" - -pkg_setup() { - if ! built_with_use dev-libs/libxslt python; then - local msg="Build dev-libs/libxslt with USE=python" - eerror "$msg" - die "$msg" - fi -} - -src_unpack() { - rpm_src_unpack - cd "${S}" - epatch "${FILESDIR}"/${PV}-gentooify.patch -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - make_desktop_entry /usr/bin/${PN} - - 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 ca8dc170172c..cb72d4bf80ac 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-keyboard/ChangeLog,v 1.4 2007/10/15 09:23:06 dberkholz Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-keyboard/ChangeLog,v 1.5 2008/01/31 06:15:44 dberkholz Exp $ + + 31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; + -system-config-keyboard-1.2.7.ebuild: + Clean up. 15 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; system-config-keyboard-1.2.7.ebuild, system-config-keyboard-1.2.11.ebuild: diff --git a/app-admin/system-config-keyboard/files/digest-system-config-keyboard-1.2.7 b/app-admin/system-config-keyboard/files/digest-system-config-keyboard-1.2.7 deleted file mode 100644 index 5be201a8ff62..000000000000 --- a/app-admin/system-config-keyboard/files/digest-system-config-keyboard-1.2.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3f3d9734f25cd9658e08111663155a5b system-config-keyboard-1.2.7-2.src.rpm 50431 -RMD160 106ac2de603c715312c8ae2aacc47fedcbbfdb41 system-config-keyboard-1.2.7-2.src.rpm 50431 -SHA256 66dd1d3bd7d2c8b3b3c353eec3eedb1779844f57a790852e62539e622aa8f917 system-config-keyboard-1.2.7-2.src.rpm 50431 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 deleted file mode 100644 index c3dd078fdf96..000000000000 --- a/app-admin/system-config-keyboard/system-config-keyboard-1.2.7.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2007 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.3 2007/10/15 09:23:06 dberkholz Exp $ - -inherit python rpm - -# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source -# tarball out of it -RPMREV="2" - -DESCRIPTION="A graphical interface for modifying the keyboard" -HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/keyboard" -SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" -RDEPEND=">=x11-libs/gtk+-2.6 - dev-lang/python - sys-apps/usermode - dev-python/pyxf86config - dev-python/rhpl - x11-themes/hicolor-icon-theme" -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/intltool" -PDEPEND="app-admin/firstboot" - -src_install() { - emake \ - INSTROOT="${D}" \ - RPM_BUILD_ROOT="${D}" \ - install \ - || die "emake install failed" - - make_desktop_entry /usr/bin/${PN} - - 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 45b06ee9db9c..979141c801d3 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-lvm/ChangeLog,v 1.5 2007/10/15 09:25:41 dberkholz Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-lvm/ChangeLog,v 1.6 2008/01/31 06:16:30 dberkholz Exp $ + + 31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; + -files/1.0.18-use-portable-pam.patch, -system-config-lvm-1.0.18.ebuild: + Clean up. 15 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; system-config-lvm-1.0.18.ebuild, system-config-lvm-1.1.1.ebuild: diff --git a/app-admin/system-config-lvm/files/1.0.18-use-portable-pam.patch b/app-admin/system-config-lvm/files/1.0.18-use-portable-pam.patch deleted file mode 100644 index 7762c4c9fb80..000000000000 --- a/app-admin/system-config-lvm/files/1.0.18-use-portable-pam.patch +++ /dev/null @@ -1,17 +0,0 @@ -? 1.0.18-use-portable-pam.patch -Index: system-config-lvm.pam -=================================================================== -RCS file: /usr/local/CVS/system-config-lvm/system-config-lvm.pam,v -retrieving revision 1.2 -diff -u -b -B -r1.2 system-config-lvm.pam ---- system-config-lvm.pam 26 May 2005 17:38:08 -0000 1.2 -+++ system-config-lvm.pam 4 Sep 2006 22:29:19 -0000 -@@ -1,7 +1,7 @@ - #%PAM-1.0 - auth sufficient pam_rootok.so - auth sufficient pam_timestamp.so --auth required pam_stack.so service=system-auth -+auth include system-auth - session required pam_permit.so - session optional pam_xauth.so - session optional pam_timestamp.so diff --git a/app-admin/system-config-lvm/files/digest-system-config-lvm-1.0.18 b/app-admin/system-config-lvm/files/digest-system-config-lvm-1.0.18 deleted file mode 100644 index 979c874e085c..000000000000 --- a/app-admin/system-config-lvm/files/digest-system-config-lvm-1.0.18 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 697bc2e16230ab3d861f09e0baa1eaa6 system-config-lvm-1.0.18-1.2.FC6.src.rpm 1022939 -RMD160 85d1539f7a0d0949aed6c5d54e98eaa598bd1193 system-config-lvm-1.0.18-1.2.FC6.src.rpm 1022939 -SHA256 90b6b5ad181cdb53f48660ad6351e537ccdcac5f981a1b4be1a42ba13a5f4eb9 system-config-lvm-1.0.18-1.2.FC6.src.rpm 1022939 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 deleted file mode 100644 index c9abc34d9107..000000000000 --- a/app-admin/system-config-lvm/system-config-lvm-1.0.18.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2007 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.4 2007/10/15 09:25:41 dberkholz Exp $ - -inherit python eutils rpm - -# Tag for which Fedora Core version it's from -FCVER="6" -# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source -# tarball out of it -RPMREV="1.2" - -DESCRIPTION="A utility for graphically configuring Logical Volumes" -HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/lvm" -SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.FC${FCVER}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86 ~amd64" -IUSE="" -RDEPEND="=dev-python/gnome-python-2* - =dev-python/pygtk-2* - dev-python/rhpl - dev-lang/python - >=sys-fs/lvm2-2.00.20" -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/intltool - dev-perl/XML-Parser" - -src_unpack() { - rpm_src_unpack - cd "${S}" - epatch "${FILESDIR}"/${PV}-use-portable-pam.patch -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - make_desktop_entry /usr/bin/${PN} - - fperms 644 /etc/pam.d/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} |