# ruby-net-http-persistent/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run ruby-net-http-persistent \ https://github.com/drbrain/net-http-persistent.git #--------------------------------------------------------------------- 2. The source tree is a Ruby gem package that doesn't come with "Gem- file" or "gemspec" files. This "cfg" file goes through extra steps so that the package can be built using the usual "gem"-build procedure regardless. #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none license = tbd licprefix = $PRODTREE/ruby30 proddir = none tmpsize = 1M #--------------------------------------------------------------------- [depends] rake rake-compiler ruby30:strict ruby-connection-pool ruby-net-http-pipeline #--------------------------------------------------------------------- [build] # *** WARNING *** The directory specified by GEMTEMPDIR will be delet- # ed. GEMNAME=net-http-persistent GEMTEMPDIR=/ram/foobar GITREPODIR=gitrepo GITFULLPATH=$GEMTEMPDIR/$GITREPODIR/$GEMNAME VERSION_FILE=$GITFULLPATH/lib/net/http/persistent.rb #--------------------------------------------------------------------- rm -fr $GEMTEMPDIR mkdir -p $GEMTEMPDIR/$GITREPODIR cp -a `pwd` $GITFULLPATH cd $GEMTEMPDIR VERSION=`grep '^.*VERSION *= *' $VERSION_FILE | \ sed "s@^.*VERSION *= *'\(.*\)'.*@\1@"` if [ "@$VERSION" == "@" ]; then echo Error: VERSION extract code needs work exit 1 fi cat > Gemfile << END gem '$GEMNAME', '$VERSION', git: '$GITFULLPATH' END rm -fr Gemfile.lock bundle package bundle gem $GEMNAME cd $GEMNAME tar zcf temp.tgz `find . -name version.rb` rm -fr lib && cp -a $GITFULLPATH/lib . tar zxf temp.tgz rm temp.tgz echo gemspec > Gemfile cp -p $PKGDIR_SPECIAL/*.gemspec . sed -e "s@META_VERSION@$VERSION@" -i *.gemspec #--------------------------------------------------------------------- gem-relax-depends git add -A # This part is non-standard echo gemspec > Gemfile bundle package gem build *.gemspec || true; gem build *.gemspec gem-install-local *.gem gem-cache-index #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 191009 Added package. Started with ab747b115 ("git" hash). 210227 Updated to 75574f254 220821 Updated to 857c3baaa