summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2008-06-19Pullup ticket 2428 - requested by tronspz2-7/+7
2008-06-19Pullup ticket 2427 - requested by hiraspz2-16/+16
2008-04-26pullup ticket #2342 - requested by hirartr18-1767/+190
2008-04-22pullup ticket #2345 - requested by tronrtr2-8/+8
2008-04-02Updated to version 2.18.0.heinz2-8/+7
2008-03-31Set up the shell environment before calling ``gem'' during the extractjlam1-4/+5
2008-03-31Update rubygems to 1.1.0. Changes from version 1.0.1 include:jlam12-154/+227
2008-03-31Don't mark this package as broken -- it's not.jlam1-3/+1
2008-03-27Use the correct variable name (GEM_CACHEDIR, not GEM_CACHE).jlam1-3/+3
2008-03-27The ``gem'' command doesn't exit with an error if the install fails.jlam1-1/+14
2008-03-25Remove openoffice (1.x branch) packages.wiz79-28590/+1
2008-03-24Restore default setting of PKG_DESTDIR_SUPPORT removed in revisionjlam1-1/+4
2008-03-22Add default value for GEM_FORMAT missing from previous commit.jlam1-1/+4
2008-03-21Update description to be less rambling and more consise.jlam1-8/+6
2008-03-21+ Drop the GEMFILE variable which is completely unused.jlam1-25/+48
2008-03-21Remove PKG_DESTDIR_SUPPORT setting from rubygem.mk. Its placement injlam1-4/+1
2008-03-21Fix CVE-2007-{4770,4771} (sync with upstream by patch-db).hira3-3/+952
2008-03-19+ About half of the gems I've touched have required rubygems>=1.0.1, sojlam1-3/+3
2008-03-19+ Move the "install into buildroot" step into the build phase and outjlam1-46/+45
2008-03-18Extract the gemspec file before the data.tar.gz so that we avoid anyjlam1-2/+2
2008-03-18Use ${BUILD_TARGET} as the Rakefile task invoked to create the localjlam1-2/+10
2008-03-18Fix subtle interaction with DESTDIR during installation -- the Makefilesjlam1-2/+2
2008-03-18Unify the two clauses in _gem-install-cleanbuild that removed thejlam1-24/+17
2008-03-18REPLACE_RUBY_DIRS is relative to ${WRKSRC} by default, so shorten thejlam1-2/+2
2008-03-18Installed gems have wrapper scripts that call the right interpreter,jlam1-1/+7
2008-03-17Pass MAKE_ENV to the build process when building the gem from thejlam1-3/+4
2008-03-17+ Include termcap.buildlink3.mk for proper termcap library handling.jlam1-1/+7
2008-03-16Sort.wiz1-2/+2
2008-03-15Enable NLS.obache2-3/+7
2008-03-14Allow for gem-extract to be overridden so that packages with specialjlam1-1/+3
2008-03-14+ Add an example value for GEM_CLEANBUILD.jlam1-1/+5
2008-03-14+ Minor improvements to documentation.jlam1-10/+10
2008-03-14+ Rename the metadata (gemspec) file to a more sensible name (*.gemspec).jlam1-5/+9
2008-03-13+ Modify gem-rake-build to find the generated .gem file in the eventjlam1-2/+29
2008-03-13Rename PLIST.common to PLIST as we just use the standard PLIST mechanismjlam1-1/+1
2008-03-13+ Rename some variables and modify a few definitions so that we matchjlam1-26/+22
2008-03-13Most gems need at least rubygems-0.9.4 to work properly.jlam1-2/+2
2008-03-13Whitespacify to be easier on my eyes.jlam1-14/+14
2008-03-13When cleaning out the intermediate build files, be more thorough aboutjlam1-4/+9
2008-03-13For brevity, rename the do-gem-* targets to just "gem-*".jlam1-18/+18
2008-03-13Split the do-gem-install target into smaller sub-targets.jlam1-4/+17
2008-03-13+ Add a package-settable variable GEM_BUILD that sets the way thatjlam1-13/+35
2008-03-12Make RUBYGEM_PKGPREFIX the same as RUBY_PKGPREFIX.jlam1-2/+2
2008-03-12Don't hardcode the package version number into the PLIST -- usejlam1-1/+3
2008-03-12Skip printing "@dirrm lib/ruby/gems" in the print-PLIST output.jlam1-1/+2
2008-03-12Don't try to remove the intermediate build files unless the ext/ directoryjlam1-9/+10
2008-03-12+ For print-PLIST, don't output any files or directories injlam1-2/+10
2008-03-12+ By default, support user-destdir installation as the gem installationjlam1-12/+35
2008-03-12Fix bug in the interaction between --build-root and --remote noted in:jlam3-6/+25
2008-03-12+ Improve the documentation in the header of the rubygem.mk file.jlam1-25/+72