diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-14 23:53:53 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-14 23:53:53 +0000 |
commit | 31fd9c022e0a87a15a834fd5a52db9ef03617085 (patch) | |
tree | 22e09451e312ab49dd037b2d1be8e514c8d4feb8 /app-admin/system-config-lvm | |
parent | Bump for compat with new pam. Stop using pam_timestamp. (diff) | |
download | gentoo-2-31fd9c022e0a87a15a834fd5a52db9ef03617085.tar.gz gentoo-2-31fd9c022e0a87a15a834fd5a52db9ef03617085.tar.bz2 gentoo-2-31fd9c022e0a87a15a834fd5a52db9ef03617085.zip |
Bump for compat with new pam. Stop using pam_timestamp. Also whatever upstream bugfixes are included. Testing appreciated, because I don't have an LVM setup right now.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-admin/system-config-lvm')
4 files changed, 75 insertions, 1 deletions
diff --git a/app-admin/system-config-lvm/ChangeLog b/app-admin/system-config-lvm/ChangeLog index 408ff2cb0060..96163c8ee463 100644 --- a/app-admin/system-config-lvm/ChangeLog +++ b/app-admin/system-config-lvm/ChangeLog @@ -1,6 +1,14 @@ # 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.3 2007/03/31 21:09:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-lvm/ChangeLog,v 1.4 2007/07/14 23:53:53 dberkholz Exp $ + +*system-config-lvm-1.1.1 (14 Jul 2007) + + 14 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; + +files/1.1.1-gentoo.patch, +system-config-lvm-1.1.1.ebuild: + Bump for compat with new pam. Stop using pam_timestamp. Also whatever + upstream bugfixes are included. Testing appreciated, because I don't have an + LVM setup right now. 31 Mar 2007; Robin H. Johnson <robbat2@gentoo.org> system-config-lvm-1.0.18.ebuild: diff --git a/app-admin/system-config-lvm/files/1.1.1-gentoo.patch b/app-admin/system-config-lvm/files/1.1.1-gentoo.patch new file mode 100644 index 000000000000..b32263150c46 --- /dev/null +++ b/app-admin/system-config-lvm/files/1.1.1-gentoo.patch @@ -0,0 +1,17 @@ +? 1.1.1-gentoo.patch +Index: src/parted_wrapper.py +=================================================================== +RCS file: /usr/local/CVS/system-config-lvm/src/parted_wrapper.py,v +retrieving revision 1.5 +diff -u -b -B -r1.5 parted_wrapper.py +--- src/parted_wrapper.py 10 Jul 2006 17:45:39 -0000 1.5 ++++ src/parted_wrapper.py 14 Jul 2007 23:39:04 -0000 +@@ -7,7 +7,7 @@ + from fdisk_wrapper import FDisk + + +-PARTED='/sbin/parted' ++PARTED='/usr/sbin/parted' + + + class Parted: diff --git a/app-admin/system-config-lvm/files/digest-system-config-lvm-1.1.1 b/app-admin/system-config-lvm/files/digest-system-config-lvm-1.1.1 new file mode 100644 index 000000000000..07ae103deb01 --- /dev/null +++ b/app-admin/system-config-lvm/files/digest-system-config-lvm-1.1.1 @@ -0,0 +1,3 @@ +MD5 1571ee31564036fe3b3bbf1b9e76c99c system-config-lvm-1.1.1-1.0.fc7.src.rpm 1224131 +RMD160 a47b3227ce23962a812d05e4d3756697c97b9321 system-config-lvm-1.1.1-1.0.fc7.src.rpm 1224131 +SHA256 f6b97af1b4ac22ba9f907c37750e778eb6dfd4fea653b1beb16841debeb093d7 system-config-lvm-1.1.1-1.0.fc7.src.rpm 1224131 diff --git a/app-admin/system-config-lvm/system-config-lvm-1.1.1.ebuild b/app-admin/system-config-lvm/system-config-lvm-1.1.1.ebuild new file mode 100644 index 000000000000..704e94595bb4 --- /dev/null +++ b/app-admin/system-config-lvm/system-config-lvm-1.1.1.ebuild @@ -0,0 +1,46 @@ +# 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.1.1.ebuild,v 1.1 2007/07/14 23:53:53 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.0" + +DESCRIPTION="A utility for graphically configuring Logical Volumes" +HOMEPAGE="http://fedora.redhat.com/projects/config-tools/" +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}-gentoo.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} +} |