[Erp5-report] r40615 luke - in /erp5/trunk/buildout: software-profiles/ tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 24 18:22:29 CET 2010


Author: luke
Date: Wed Nov 24 18:22:29 2010
New Revision: 40615

URL: http://svn.erp5.org?rev=40615&view=rev
Log:
 - add and check popt

Added:
    erp5/trunk/buildout/software-profiles/popt.cfg
Modified:
    erp5/trunk/buildout/tests/assertSoftware.py

Added: erp5/trunk/buildout/software-profiles/popt.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/popt.cfg?rev=40615&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/popt.cfg (added)
+++ erp5/trunk/buildout/software-profiles/popt.cfg [utf8] Wed Nov 24 18:22:29 2010
@@ -0,0 +1,8 @@
+[buildout]
+parts =
+  popt
+
+[popt]
+recipe = hexagonit.recipe.cmmi
+url = http://rpm5.org/files/popt/popt-1.16.tar.gz
+md5sum = 3743beefa3dd6247a73f8f7a32c14c33

Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40615&r1=40614&r2=40615&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Wed Nov 24 18:22:29 2010
@@ -1424,6 +1424,13 @@ class AssertLibrsync(AssertSoftwareMixin
       'zlib',
       ])
 
+class AssertPopt(AssertSoftwareMixin):
+  def test_ld_libpopt(self):
+    self.assertLibraryList('parts/popt/lib/libpopt.so', [
+      'libc',
+      ], [
+      ])
+
 class AssertElfLinkedInternally(AssertSoftwareMixin):
   def test(self):
     return




More information about the Erp5-report mailing list