diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2009-03-12 17:16:03 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2009-03-12 17:16:03 +0000 |
commit | 6ffdd2fb76efd67fe2a7b2bae39a8f882ff56e7f (patch) | |
tree | bdf36684214e0a241281e5b45b6fb4f30866ee73 /sys-fs | |
parent | Sparc stable, Security Bug #250748, also addressing security bug #254304. (diff) | |
download | gentoo-2-6ffdd2fb76efd67fe2a7b2bae39a8f882ff56e7f.tar.gz gentoo-2-6ffdd2fb76efd67fe2a7b2bae39a8f882ff56e7f.tar.bz2 gentoo-2-6ffdd2fb76efd67fe2a7b2bae39a8f882ff56e7f.zip |
Tarball has been update to include a patch to fix bug #260717 (compilation fix, thus no rev-bump).
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/evms/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/evms/evms-2.5.5-r10.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/evms/ChangeLog b/sys-fs/evms/ChangeLog index 8016faec9afe..924e0a01bf46 100644 --- a/sys-fs/evms/ChangeLog +++ b/sys-fs/evms/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/evms -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/ChangeLog,v 1.91 2008/10/07 07:45:59 loki_val Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/ChangeLog,v 1.92 2009/03/12 17:16:03 dev-zero Exp $ + + 12 Mar 2009; Tiziano Müller <dev-zero@gentoo.org> evms-2.5.5-r10.ebuild: + Tarball has been update to include a patch to fix bug #260717 (compilation + fix, thus no rev-bump). 07 Oct 2008; Peter Alfredsen <loki_val@gentoo.org> files/evms-2.5.5-glib_dep.patch, evms-2.5.5-r10.ebuild: diff --git a/sys-fs/evms/evms-2.5.5-r10.ebuild b/sys-fs/evms/evms-2.5.5-r10.ebuild index 893dd36a18c2..1e87e9be5756 100644 --- a/sys-fs/evms/evms-2.5.5-r10.ebuild +++ b/sys-fs/evms/evms-2.5.5-r10.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/evms-2.5.5-r10.ebuild,v 1.10 2008/10/07 07:45:59 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/evms-2.5.5-r10.ebuild,v 1.11 2009/03/12 17:16:03 dev-zero Exp $ inherit eutils flag-o-matic multilib toolchain-funcs autotools linux-info -PATCHVER="${PV}-1" +PATCHVER="${PV}-2" DESCRIPTION="Utilities for the IBM Enterprise Volume Management System" HOMEPAGE="http://www.sourceforge.net/projects/evms" |