From e8d3b671398de2835a31a9e44be78ff78a39523d Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Mon, 19 Feb 2007 06:32:01 +0000 Subject: EncapPackages: Version Upgrades git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2842 ce84e21b-d406-0410-9b95-82705330c041 --- encap/src/encap-profiles/bcfg2-python-2.4.4.ep | 2 +- encap/src/encap-profiles/bcfg2-readline-5.1.ep | 81 -------------------------- encap/src/encap-profiles/bcfg2-readline-5.2.ep | 81 ++++++++++++++++++++++++++ 3 files changed, 82 insertions(+), 82 deletions(-) delete mode 100644 encap/src/encap-profiles/bcfg2-readline-5.1.ep create mode 100644 encap/src/encap-profiles/bcfg2-readline-5.2.ep (limited to 'encap') diff --git a/encap/src/encap-profiles/bcfg2-python-2.4.4.ep b/encap/src/encap-profiles/bcfg2-python-2.4.4.ep index 7f450b565..65ee1ee31 100644 --- a/encap/src/encap-profiles/bcfg2-python-2.4.4.ep +++ b/encap/src/encap-profiles/bcfg2-python-2.4.4.ep @@ -11,7 +11,7 @@ - + - - - - - - - - - - - - -PLATFORM_IF_MATCH(linux) -PLATFORM_ELSE - -PLATFORM_ENDIF - - - - - - - - -./configure \ - --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" - - - - - -# Make "this encap is installed" sentinal file available in /usr/local/var/encap -test -d var || mkdir var -test -d var/encap || mkdir var/encap -touch var/encap/${ENCAP_PKGNAME} - - - -description readline - lets users edit command lines as they are typed in - - - diff --git a/encap/src/encap-profiles/bcfg2-readline-5.2.ep b/encap/src/encap-profiles/bcfg2-readline-5.2.ep new file mode 100644 index 000000000..caf603a71 --- /dev/null +++ b/encap/src/encap-profiles/bcfg2-readline-5.2.ep @@ -0,0 +1,81 @@ + + + + + + + + + + + + + +PLATFORM_IF_MATCH(linux) +PLATFORM_ELSE + +PLATFORM_ENDIF + + + + + + + + +./configure \ + --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" + + + + + +# Make "this encap is installed" sentinal file available in /usr/local/var/encap +test -d var || mkdir var +test -d var/encap || mkdir var/encap +touch var/encap/${ENCAP_PKGNAME} + + + +description readline - lets users edit command lines as they are typed in + + + -- cgit v1.2.3-1-g7c22