From 867e61e4e5e36a334a0b44ce220087b0a195d125 Mon Sep 17 00:00:00 2001 From: Christian Zoffoli Date: Thu, 13 Nov 2008 19:12:30 +0000 Subject: Removed an old patch. (Portage version: 2.1.4.4) --- sys-cluster/dlm-lib/ChangeLog | 6 +++++- sys-cluster/dlm-lib/dlm-lib-2.03.09.ebuild | 14 +------------- .../dlm-lib/files/dlm-lib-2.02.00-include.patch | 20 -------------------- 3 files changed, 6 insertions(+), 34 deletions(-) delete mode 100644 sys-cluster/dlm-lib/files/dlm-lib-2.02.00-include.patch (limited to 'sys-cluster') diff --git a/sys-cluster/dlm-lib/ChangeLog b/sys-cluster/dlm-lib/ChangeLog index 091ef183daa1..e548916e1830 100644 --- a/sys-cluster/dlm-lib/ChangeLog +++ b/sys-cluster/dlm-lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/dlm-lib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/dlm-lib/ChangeLog,v 1.4 2008/11/13 19:02:22 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/dlm-lib/ChangeLog,v 1.5 2008/11/13 19:12:30 xmerlin Exp $ + + 13 Nov 2008; Christian Zoffoli + -files/dlm-lib-2.02.00-include.patch: + Removed an old patch. *dlm-lib-2.03.09 (13 Nov 2008) diff --git a/sys-cluster/dlm-lib/dlm-lib-2.03.09.ebuild b/sys-cluster/dlm-lib/dlm-lib-2.03.09.ebuild index 03956ab21bb6..4690a8635617 100644 --- a/sys-cluster/dlm-lib/dlm-lib-2.03.09.ebuild +++ b/sys-cluster/dlm-lib/dlm-lib-2.03.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/dlm-lib/dlm-lib-2.03.09.ebuild,v 1.1 2008/11/13 19:02:22 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/dlm-lib/dlm-lib-2.03.09.ebuild,v 1.2 2008/11/13 19:12:30 xmerlin Exp $ inherit eutils linux-mod linux-info versionator @@ -28,18 +28,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}/${PN/-//}" -src_unpack() { - unpack ${A} - cd "${S}" - - # fix the manual pages have executable bit - #sed -i -e ' - # /\tinstall -d/s/install/& -m 0755/; t - # /\tinstall/s/install/& -m 0644/' \ - # man/Makefile || die "failed patching man pages permission" - -} - src_compile() { (cd "${WORKDIR}"/${MY_P}; ./configure \ diff --git a/sys-cluster/dlm-lib/files/dlm-lib-2.02.00-include.patch b/sys-cluster/dlm-lib/files/dlm-lib-2.02.00-include.patch deleted file mode 100644 index dc7832e682b7..000000000000 --- a/sys-cluster/dlm-lib/files/dlm-lib-2.02.00-include.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- cluster-2.02.00/dlm/lib/Makefile.orig 2008-03-16 15:40:43.000000000 +0000 -+++ cluster-2.02.00/dlm/lib/Makefile 2008-03-16 15:40:52.000000000 +0000 -@@ -13,6 +13,8 @@ - - TARGET= libdlm - -+include ../../make/defines.mk -+ - LIBDIRT=$(TARGET).a \ - $(TARGET)_lt.a \ - $(TARGET).so.${RELEASE_MAJOR}.${RELEASE_MINOR} \ -@@ -27,8 +29,6 @@ - - UDEVT=51-dlm.rules - --include ../../make/defines.mk -- - SHAREDLIB=$(TARGET).so.${RELEASE_MAJOR}.${RELEASE_MINOR} $(TARGET)_lt.so.${RELEASE_MAJOR}.${RELEASE_MINOR} - STATICLIB=$(TARGET).a $(TARGET)_lt.a - -- cgit v1.2.3-65-gdbad