[arch-commits] Commit in evms/repos (3 files)

Allan McRae allan at archlinux.org
Wed Sep 9 12:29:51 UTC 2009


    Date: Wednesday, September 9, 2009 @ 08:29:51
  Author: allan
Revision: 51529

Merged revisions 51528 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/evms/trunk

........
  r51528 | allan | 2009-09-09 22:28:48 +1000 (Wed, 09 Sep 2009) | 1 line
  
  add patch, remove install file
........

Added:
  evms/repos/testing-i686/evms-2.5.5-as-needed.patch
    (from rev 51528, evms/trunk/evms-2.5.5-as-needed.patch)
Modified:
  evms/repos/testing-i686/	(properties)
Deleted:
  evms/repos/testing-i686/evms.install

----------------------------+
 evms-2.5.5-as-needed.patch |   11 +++++++++++
 evms.install               |   14 --------------
 2 files changed, 11 insertions(+), 14 deletions(-)


Property changes on: evms/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /evms/trunk:1-51525
   + /evms/trunk:1-51528

Copied: evms/repos/testing-i686/evms-2.5.5-as-needed.patch (from rev 51528, evms/trunk/evms-2.5.5-as-needed.patch)
===================================================================
--- testing-i686/evms-2.5.5-as-needed.patch	                        (rev 0)
+++ testing-i686/evms-2.5.5-as-needed.patch	2009-09-09 12:29:51 UTC (rev 51529)
@@ -0,0 +1,11 @@
+--- evms-2.5.5/tests/Makefile.in.orig	2006-06-01 15:18:29.508172755 +0200
++++ evms-2.5.5/tests/Makefile.in	2006-06-01 15:18:44.949899142 +0200
+@@ -36,7 +36,7 @@
+ 	rm -f Makefile
+ 
+ evms_clean: % : %.o
+-	$(CC) -L$(top_srcdir)/engine $(EVMS_LDFLAGS) $(EVMS_LIBS) $(PTHREAD_LIBS) $(EFENCE_LIBS) -levms -o $@ $@.o
++	$(CC) -L$(top_srcdir)/engine $(EVMS_LDFLAGS) $@.o $(EVMS_LIBS) $(PTHREAD_LIBS) $(EFENCE_LIBS) -levms -o $@
+ 
+ evms_deactivate seq_dd lvm2_crc: % : %.o
+ 	$(CC) -o $@ $@.o

Deleted: testing-i686/evms.install
===================================================================
--- testing-i686/evms.install	2009-09-09 12:28:48 UTC (rev 51528)
+++ testing-i686/evms.install	2009-09-09 12:29:51 UTC (rev 51529)
@@ -1,14 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  echo ">> EVMS optional dependencies:"
-  echo ">> evmsgui: requires 'gtk'"
-  echo ">> evmsn: requires 'glib'"
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list