2012-06-02 03:13:40 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-rdtool to 0.6.34.
= CHANGES
:0.6.34
* Add LGPL-2.1 for setup.rb
* Add rd2html-ext-lib from rubikitch. Thanks!!
|
2012-04-29 16:33:27 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-rdtool to 0.6.33.
= CHANGES
:0.6.33
* Typo fixed
* Remove makerdtool.rb, merge Rake task.
:0.6.32
* Fix for Ruby 1.9.1. Thanks to Shin-ya Murakami
* Update Rakefile to create gem and .tar.gz, no longer needed jeweler.
* Add RD::Version into rd/version.rb
|
2011-12-13 16:33:46 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update rub-rdtool package to 0.6.31.
* Switch to use rubygem.
:0.6.31
* Version bump from 0.6.21
* Change Maintainer to Youhei SASAKI
* Create gem. Many thanks to Kouhei Suto!!
* apply OptionParser Issue, Thanks to Masaki Hasegawa!!
|
2011-11-08 16:30:44 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Remove (unused) comment outed RUBY_RD_LIST.
|
2010-09-10 10:35:16 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Tweak CONFLICTS pattern.
* Make buildlink3.mk support ruby18 and ruby19.
|
2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-03-19 16:34:41 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Add comment about include guard.
|
2008-09-15 10:34:44 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-rdtool pacakge to 0.6.22.
* Switch to use rubyforge.org as MASTER_SITES and HOMEPAGE.
Changes to 0.6.21 to 0.6.22 is unknown.
= CHANGES
:0.6.21
* setup.rb version up -> 3.4.1
* fix for Ruby 1.9.
|
2008-06-19 16:57:20 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
- Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
|