summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-09 19:27:57 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-09 19:27:57 +0000
commit3048fd4ac410894568ce7e070f86f7ab9907ea23 (patch)
tree082a41b6b4cf55d60f4a27d23ad7f21734eacf1f /dev-libs/libhome
parentstable ppc64, bug 225231 (diff)
downloadgentoo-2-3048fd4ac410894568ce7e070f86f7ab9907ea23.tar.gz
gentoo-2-3048fd4ac410894568ce7e070f86f7ab9907ea23.tar.bz2
gentoo-2-3048fd4ac410894568ce7e070f86f7ab9907ea23.zip
Fix patch to avoid CVS keywords.
(Portage version: 2.1.5.4)
Diffstat (limited to 'dev-libs/libhome')
-rw-r--r--dev-libs/libhome/ChangeLog6
-rw-r--r--dev-libs/libhome/files/libhome-0.10.1-fixlt.patch5
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/libhome/ChangeLog b/dev-libs/libhome/ChangeLog
index 4d09f6b1d363..00060ce6dfa3 100644
--- a/dev-libs/libhome/ChangeLog
+++ b/dev-libs/libhome/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libhome
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhome/ChangeLog,v 1.6 2008/06/09 15:51:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhome/ChangeLog,v 1.7 2008/06/09 19:27:57 flameeyes Exp $
+
+ 09 Jun 2008; Diego Pettenò <flameeyes@gentoo.org>
+ files/libhome-0.10.1-fixlt.patch:
+ Fix patch to avoid CVS keywords.
09 Jun 2008; Diego Pettenò <flameeyes@gentoo.org>
+files/libhome-0.10.1-fixlt.patch, libhome-0.10.1.ebuild:
diff --git a/dev-libs/libhome/files/libhome-0.10.1-fixlt.patch b/dev-libs/libhome/files/libhome-0.10.1-fixlt.patch
index efda0bb3b35a..8970466deb26 100644
--- a/dev-libs/libhome/files/libhome-0.10.1-fixlt.patch
+++ b/dev-libs/libhome/files/libhome-0.10.1-fixlt.patch
@@ -2,8 +2,7 @@ Index: libhome-0.10.1/configure.in
===================================================================
--- libhome-0.10.1.orig/configure.in
+++ libhome-0.10.1/configure.in
-@@ -21,9 +21,9 @@ dnl USA
- dnl $Id: libhome-0.10.1-fixlt.patch,v 1.1 2008/06/09 15:51:18 flameeyes Exp $
+@@ -21,8 +21,8 @@ dnl USA
dnl Process this file with autoconf to produce a configure script.
-define(VERSION, esyscmd([awk '{printf "%s", $0}' VERSION]))
@@ -11,6 +10,6 @@ Index: libhome-0.10.1/configure.in
-AC_INIT(libhome, VERSION, lwa@teaser.fr)
+AC_INIT(libhome, __PKG_VERSION, lwa@teaser.fr)
- AC_REVISION($Revision: 1.1 $)
+ AC_REVISION($Revision: 1.2 $)
AC_CONFIG_HEADER(config.h)
AC_PREREQ(2.53)