build-tool 0.2 → 0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. data.tar.gz.sig +0 -0
  2. data/History.txt +14 -0
  3. data/Manifest.txt +5 -36
  4. data/lib/build-tool.rb +1 -1
  5. data/lib/build-tool/build-system/autoconf.rb +26 -11
  6. data/lib/build-tool/build-system/base.rb +7 -0
  7. data/lib/build-tool/build-system/custom.rb +0 -4
  8. data/lib/build-tool/build-system/qt.rb +6 -0
  9. data/lib/build-tool/cfg/lexer.rb +49 -0
  10. data/lib/build-tool/cfg/lexer.rex +19 -0
  11. data/lib/build-tool/cfg/node.rb +4 -0
  12. data/lib/build-tool/cfg/parser.rb +495 -401
  13. data/lib/build-tool/cfg/parser.y +34 -2
  14. data/lib/build-tool/cfg/visitor.rb +46 -6
  15. data/lib/build-tool/commands.rb +7 -4
  16. data/lib/build-tool/commands/build.rb +3 -0
  17. data/lib/build-tool/commands/configure.rb +5 -0
  18. data/lib/build-tool/commands/ctags.rb +6 -0
  19. data/lib/build-tool/commands/environments/list.rb +5 -0
  20. data/lib/build-tool/commands/environments/set.rb +6 -0
  21. data/lib/build-tool/commands/fetch.rb +8 -0
  22. data/lib/build-tool/commands/files.rb +7 -0
  23. data/lib/build-tool/commands/gc.rb +4 -0
  24. data/lib/build-tool/commands/history.rb +7 -0
  25. data/lib/build-tool/commands/info.rb +2 -0
  26. data/lib/build-tool/commands/install.rb +3 -1
  27. data/lib/build-tool/commands/lsfeatures.rb +3 -0
  28. data/lib/build-tool/commands/modules/info.rb +15 -0
  29. data/lib/build-tool/commands/modules/list.rb +8 -3
  30. data/lib/build-tool/commands/modules/shell.rb +1 -1
  31. data/lib/build-tool/commands/rebase.rb +6 -0
  32. data/lib/build-tool/commands/recipes.rb +0 -4
  33. data/lib/build-tool/commands/recipes/add.rb +45 -0
  34. data/lib/build-tool/commands/recipes/incoming.rb +66 -0
  35. data/lib/build-tool/commands/recipes/info.rb +4 -0
  36. data/lib/build-tool/commands/recipes/install.rb +11 -1
  37. data/lib/build-tool/commands/recipes/list.rb +2 -0
  38. data/lib/build-tool/configuration.rb +3 -0
  39. data/lib/build-tool/module.rb +27 -3
  40. data/lib/build-tool/vcs/archive.rb +58 -30
  41. data/lib/build-tool/vcs/base.rb +14 -0
  42. data/lib/build-tool/vcs/mercurial.rb +113 -0
  43. data/lib/build-tool/vcs/svn.rb +20 -2
  44. data/lib/mj/error.rb +7 -0
  45. data/lib/mj/vcs/git.rb +133 -0
  46. metadata +9 -40
  47. metadata.gz.sig +2 -3
  48. data/recipes/kde/custom/qt/qtscriptgenerator/compile.sh +0 -77
  49. data/recipes/kde/custom/qt/qtscriptgenerator/configure.sh +0 -70
  50. data/recipes/kde/custom/qt/qtscriptgenerator/install.sh +0 -39
  51. data/recipes/kde/custom/scripting/pyqt4/compile.sh +0 -10
  52. data/recipes/kde/custom/scripting/pyqt4/configure.sh +0 -14
  53. data/recipes/kde/custom/scripting/pyqt4/install.sh +0 -10
  54. data/recipes/kde/custom/scripting/sip/compile.sh +0 -10
  55. data/recipes/kde/custom/scripting/sip/configure.sh +0 -13
  56. data/recipes/kde/custom/scripting/sip/install.sh +0 -10
  57. data/recipes/kde/files/finish_installation.sh +0 -16
  58. data/recipes/kde/files/kde4.desktop +0 -22
  59. data/recipes/kde/files/xsession +0 -93
  60. data/recipes/kde/info.yaml +0 -10
  61. data/recipes/kde/kde-bindings.recipe +0 -22
  62. data/recipes/kde/kde-core.recipe +0 -104
  63. data/recipes/kde/kde-devel.recipe +0 -38
  64. data/recipes/kde/kde-finance.recipe +0 -17
  65. data/recipes/kde/kde-graphics.recipe +0 -27
  66. data/recipes/kde/kde-kdevelop.recipe +0 -116
  67. data/recipes/kde/kde-l10n.recipe +0 -14
  68. data/recipes/kde/kde-multimedia.recipe +0 -31
  69. data/recipes/kde/kde-network.recipe +0 -55
  70. data/recipes/kde/kde-office.recipe +0 -28
  71. data/recipes/kde/kde-plasma.recipe +0 -117
  72. data/recipes/kde/kde-qt.recipe +0 -122
  73. data/recipes/kde/kde-scripting.recipe +0 -63
  74. data/recipes/kde/kde-support.recipe +0 -73
  75. data/recipes/kde/kde-utils.recipe +0 -22
  76. data/recipes/kde/kde-webdev.recipe +0 -41
  77. data/recipes/kde/recipe +0 -155
  78. data/recipes/kde/recipe-local +0 -146
  79. data/recipes/kde/settings.yaml +0 -69
  80. data/recipes/kde43/info.yaml +0 -10
  81. data/recipes/kde43/recipe +0 -256
  82. data/recipes/kde43/recipe-local +0 -146
  83. data/recipes/kde43/settings.yaml +0 -32
@@ -1,146 +0,0 @@
1
- # See http://techbase.kde.org/Contribute/Get_a_SVN_Account
2
- # vim: textwidth=80
3
- #############################################################################
4
- # SSH-KEYS
5
- #############################################################################
6
- # If you have a kde svn account. uncomment the following lines and point to
7
- # your ssh key.
8
- # ssh-key "user(at)example.com"
9
- # file "~/.ssh/id_dsa"
10
- # end
11
-
12
- #############################################################################
13
- # SERVERS
14
- #############################################################################
15
- # If you have a kde svn account. uncomment the following lines. This will
16
- # override the anonsvn configuration from the global recipe.
17
- # server "svn.kde.org"
18
- # protocol "svn+ssh"
19
- # host "svn.kde.org"
20
- # path "home/kde"
21
- # end
22
-
23
- #############################################################################
24
- # REPOSITORIES
25
- #############################################################################
26
- # If you have a kde svn account. uncomment the following lines. This will
27
- # override the repository declaration from the global recipe.
28
- # repository "kde"
29
- # user user
30
- # use ssh-key "user(at)example.com"
31
- # end
32
-
33
- # repository "kde-core"
34
- # user user
35
- # use ssh-key "user(at)example.com"
36
- # end
37
-
38
- # repository "kde-support"
39
- # user user
40
- # use ssh-key "user(at)example.com"
41
- # end
42
-
43
- # repository "kde-icons"
44
- # user user
45
- # use ssh-key "user(at)example.com"
46
- # end
47
-
48
- #############################################################################
49
- # FEATURES
50
- #############################################################################
51
- # Enable or disable features the recipe provides. Have a look at
52
- # > lsfeatures
53
- # > lsfeature [feature]
54
- # to get more information what each feature provides.
55
-
56
- # Only disable the support feature if you know what you do. For trunk it's
57
- # normally recommended to use kdesupport trunk.
58
- # disable feature "support" # It's recommended to use kdesupport for trunk development
59
-
60
- disable feature "bindings"
61
- disable feature "devel"
62
- disable feature "devel/icecream"
63
- disable feature "finance"
64
- disable feature "graphics"
65
- disable feature "kdeqt"
66
- disable feature "kdevelop"
67
- disable feature "kdevelop/plugins"
68
- disable feature "l10n"
69
- disable feature "multimedia"
70
- disable feature "network"
71
- disable feature "office"
72
- disable feature "plasma"
73
- disable feature "scripting/python"
74
- disable feature "utils"
75
- disable feature "webdev"
76
- disable feature "webkit"
77
-
78
- #############################################################################
79
- # ENVIRONMENTS
80
- #############################################################################
81
- # Add some additional environment variables. The lines below are evaluated
82
- # AFTER the recipe is loaded. To play nice only use 'set' if you know what you
83
- # do.
84
-
85
- # environment default
86
- # # e.g. Add /usr/local to CMAKE_PREFIX_PATH
87
- # var CMAKE_PREFIX_PATH prepend "/usr/local"
88
- # end
89
-
90
- #############################################################################
91
- # CHANGE MODULES
92
- #############################################################################
93
- # Change some module values. The lines below are evaluated AFTER the recipe is
94
- # loaded. build-systems of modules are merged as long as they are the same.
95
-
96
- # The CMAKE_CXX_FLAGS option is added to the already existing configuration
97
- # from the global recipe. As we can't add to it just set the complete value
98
- # module "kde-core"
99
- # build-system cmake
100
- # option CMAKE_CXXFLAGS "-Wall -pipe -O0 -pedantic -Wno-long-long"
101
- # end
102
- # end
103
-
104
- # The following does not really work yet. I'm trying to come up with a working
105
- # setup. Use at your own risk of wasted time.
106
- # module "kdebindings"
107
- # build-system cmake
108
- # option "PYTHON_SITE_PACKAGES_DIR" "<%= settings['KDE_PREFIX'] %>/lib<%= settings['LIB_SUFFIX'] %>/python2.6/site_packages"
109
- # option "CUSTOM_RUBY_SITE_ARCH_DIR" "<%= settings['KDE_PREFIX'] %>/lib<%= settings['LIB_SUFFIX'] %>/ruby/site_ruby/1.8/x86_64-linux"
110
- # option "CUSTOM_RUBY_SITE_LIB_DIR" "<%= settings['KDE_PREFIX'] %>/lib<%= settings['LIB_SUFFIX'] %>/ruby/site_ruby/1.8"
111
- # option BUILD_csharp "false"
112
- # option BUILD_falcon "false"
113
- # option BUILD_java "false"
114
- # option BUILD_nepomuk "false"
115
- # option BUILD_php "false"
116
- # option BUILD_python "true"
117
- # option BUILD_ruby "false"
118
- # option BUILD_smoke "true"
119
- # end
120
- # end
121
-
122
- #############################################################################
123
- # GITORIOUS KDEDEVELOPERS
124
- #############################################################################
125
- # There is a kdedevelopers group on gitorious. If you belong to it uncomment the
126
- # following code which changes the server url of all kdedevelopers owned
127
- # projects so you can push to them.
128
- # server "kdedevelopers.gitorious.org"
129
- # host "git@gitorious.org:"
130
- # end
131
-
132
- #############################################################################
133
- # KDE I18N
134
- #############################################################################
135
-
136
- # To enable just adapt the following snippet to your needs. You can copy it and add more languages
137
- # if you like
138
-
139
- # module "l10n/de" < l10n
140
- # remote-path "l10n-kde4/de"
141
- # end
142
-
143
- # module "l10n/en_GB" < l10n
144
- # remote-path "l10n-kde4/en_GB"
145
- # end
146
-
@@ -1,69 +0,0 @@
1
- RECIPE: "kde"
2
-
3
- SETTINGS:
4
-
5
- # The work directory
6
- # BUILD_DIR/src -> sources
7
- # BUILD_DIR/bld -> builds
8
- # BUILD_DIR/log -> log files
9
- BUILD_DIR: "~/kde4/trunk"
10
-
11
- # Install prefix for qt.
12
- QT_PREFIX: "/kde4/qt/4.6"
13
-
14
- # The same as QT_PREFIX if you enable the qt/qt module (feature kdeqt). If you want to use a
15
- # distro provided Qt ypu have to adjust this path if you want to compile qt/qtscriptgenerator.
16
- # All other modules will find the correct qt without it.
17
- QTDIR: "/kde4/qt/4.6"
18
-
19
- # Install prefix for kdesupport
20
- KDESUPPORT_PREFIX: "/kde4/trunk/support"
21
-
22
- # Install prefix for kde
23
- KDE_PREFIX: "/kde4/trunk/kde"
24
-
25
- # Install prefix for kdedevel
26
- KDEDEVEL_PREFIX: "/kde4/trunk/devel"
27
-
28
- # Install prefix for koffice
29
- KOFFICE_PREFIX: "/kde4/trunk/office"
30
-
31
- # LIB_SUFFIX (""|32|64)
32
- # see `gcc -v`. Look for --libdir=/usr/lib....
33
- LIB_SUFFIX: "64"
34
-
35
- # See "man make".
36
- MAKEFLAGS: "-j2"
37
-
38
- # We set a default path to decouple the build from changes to the
39
- # environment it is run in. See <command> shell how to set this
40
- # environment to work in it.
41
- PATH: "/usr/X11R6/bin:/usr/bin:/bin"
42
-
43
- # Set a default library path.
44
- LD_LIBRARY_PATH: ""
45
-
46
- # Add directories here if you have some kde build dependencies installed
47
- # into some unusual locations. Have a look at "cmake --system-information"
48
- # to see where cmake looks by default (CMAKE_SYSTEM_PREFIX_PATH).
49
- CMAKE_PREFIX_PATH: ""
50
-
51
- # Add directories here if you have some kde build dependencies installed
52
- # into some unusual locations.
53
- PKG_CONFIG_PATH: ""
54
-
55
- # These directories have to be set. If not you will probably experience
56
- # problems like:
57
- # > Can not find mime type "application/octet-stream"
58
- # if not or others along that line.
59
- XDG_DATA_DIRS: "/usr/share:/share"
60
-
61
- #
62
- ### SCRIPTING/PYTHON FEATURE
63
- #
64
- # See 'man python'.
65
- PYTHONPATH: ""
66
- # See 'python -V'. Skip the third number
67
- PYTHON_VERSION: "2.6"
68
- # Additional directories for sip to look for definition files
69
- SIP_INCLUDES: ""
@@ -1,10 +0,0 @@
1
- SHORT: "Build the kde 4.3 development branch"
2
- LONG: |
3
- A recipe to build the kde 4.3 development branch. Only the modules that are
4
- part of a kde release are provided.
5
-
6
- WARNING: The kdesupport/ modules are readonly. Don't develop there
7
- WEBSITE: http://www.kde.org
8
- REPOSITORY: svn://anonsvn.kde.org/home/kde/branches/KDE/4.3
9
- BROWSE_REPOSITORY: http://websvn.kde.org/branches/KDE/4.3
10
-
data/recipes/kde43/recipe DELETED
@@ -1,256 +0,0 @@
1
- #############################################################################
2
- # GLOBAL SETTINGS
3
- #############################################################################
4
- log-directory "<%= settings['BUILD_DIR'] %>/log"
5
-
6
- build-system cmake
7
- option CMAKE_BUILD_TYPE "Debug"
8
- option CMAKE_CXXFLAGS "-Wall -pipe -O0"
9
- option CMAKE_VERBOSE_MAKEFILE "1"
10
- option LIB_SUFFIX "<%= settings['LIB_SUFFIX'] %>"
11
- end
12
-
13
- #############################################################################
14
- # SERVER DEFINITIONS
15
- #############################################################################
16
- server "svn.kde.org"
17
- protocol "svn"
18
- host "anonsvn.kde.org"
19
- path "home/kde"
20
- end
21
-
22
- server "gitorious.org"
23
- protocol "git"
24
- host "gitorious.org"
25
- end
26
-
27
- #############################################################################
28
- # REPOSITORIES
29
- #############################################################################
30
- # The following complicated structure is needed to make the recipes for
31
- # releases and trunk look similar.
32
- repository "kde-core"
33
- server "svn.kde.org"
34
- path "branches/KDE/4.3"
35
- end
36
-
37
- repository "kde-support"
38
- server "svn.kde.org"
39
- path "tags/kdesupport-for-4.3"
40
- end
41
-
42
- repository "kde-icons"
43
- server "svn.kde.org"
44
- path "tags/KDE/4.3.2"
45
- end
46
-
47
- #############################################################################
48
- # DEFAULTS
49
- #############################################################################
50
- environment default
51
- var MAKEFLAGS set "<%= settings['MAKEFLAGS'] %>"
52
- var PATH set "<%= settings['PATH'] %>"
53
- var LD_LIBRARY_PATH set "<%= settings['LD_LIBRARY_PATH'] %>"
54
- var CMAKE_PREFIX_PATH set "<%= settings['CMAKE_PREFIX_PATH'] %>"
55
- var PKG_CONFIG_PATH set "<%= settings['PKG_CONFIG_PATH'] %>"
56
- var KDEDIRS set "<%= settings['KDEDIRS'] %>"
57
- var XDG_DATA_DIRS set "<%= settings['XDG_DATA_DIRS'] %>"
58
- end
59
-
60
-
61
- #############################################################################
62
- # KDESUPPORT
63
- #############################################################################
64
- environment kdesupport < default
65
- var CMAKE_PREFIX_PATH prepend "<%= settings['KDESUPPORT_PREFIX'] %>"
66
- var KDEDIRS prepend "<%= settings['KDESUPPORT_PREFIX'] %>"
67
- var LD_LIBRARY_PATH prepend "<%= settings['KDESUPPORT_PREFIX'] %>/lib<%= settings['LIB_SUFFIX'] %>"
68
- var PATH prepend "<%= settings['KDESUPPORT_PREFIX'] %>/bin"
69
- var PKG_CONFIG_PATH prepend "<%= settings['KDESUPPORT_PREFIX'] %>/lib<%= settings['LIB_SUFFIX'] %>/pkgconfig"
70
- # STRIGI_PLUGIN_PATH ?????
71
- var XDG_DATA_DIRS prepend "<%= settings['KDESUPPORT_PREFIX'] %>"
72
- end
73
-
74
- module kdesupport TEMPLATE
75
- build-prefix "<%= settings['BUILD_DIR'] %>"
76
- install-prefix "<%= settings['KDESUPPORT_PREFIX'] %>"
77
- use build-system cmake
78
- use environment kdesupport
79
- use repository kde-support
80
- use vcs git-svn
81
- end
82
-
83
- module "kdesupport/automoc" < kdesupport end
84
- module "kdesupport/polkit-qt" < kdesupport end
85
- module "kdesupport/soprano" < kdesupport end
86
- module "kdesupport/akonadi" < kdesupport end
87
- # We use phonon from qt
88
- # module "kdesupport/phonon" < kdesupport end
89
- module "kdesupport/strigi" < kdesupport end
90
- module "kdesupport/taglib" < kdesupport
91
- build-system cmake
92
- # These options are needed to compile amarok. See amaroks README file
93
- # for more information.
94
- option WITH_MP4 "1"
95
- option WITH_ASF "1"
96
- end
97
- end
98
- module "kdesupport/taglib-extras" < kdesupport end
99
-
100
- #############################################################################
101
- # KDE
102
- #############################################################################
103
- environment kde < kdesupport
104
- var CMAKE_PREFIX_PATH prepend "<%= settings['KDE_PREFIX'] %>"
105
- var KDEDIRS prepend "<%= settings['KDE_PREFIX'] %>"
106
- var LD_LIBRARY_PATH prepend "<%= settings['KDE_PREFIX'] %>/lib<%= settings['LIB_SUFFIX'] %>"
107
- var MANPATH prepend "<%= settings['KDE_PREFIX'] %>/share/man"
108
- var PATH prepend "<%= settings['KDE_PREFIX'] %>/bin"
109
- var PKG_CONFIG_PATH prepend "<%= settings['KDE_PREFIX'] %>/lib<%= settings['LIB_SUFFIX'] %>/pkgconfig"
110
- var XDG_DATA_DIRS prepend "<%= settings['KDE_PREFIX'] %>"
111
- end
112
-
113
- module kde TEMPLATE
114
- build-prefix "<%= settings['BUILD_DIR'] %>"
115
- install-prefix "<%= settings['KDE_PREFIX'] %>"
116
- use build-system cmake
117
- use environment kde
118
- use repository kde-core
119
- use vcs git-svn
120
- end
121
-
122
- #############################################################################
123
- # KDELIBS
124
- #############################################################################
125
- module "kdesupport/oxygen-icons" < kdesupport
126
- # It's part part of KDE and it's not. That's why i put it here for now.
127
- # Don't use a KDE/ prefix before it is not necessary to update it very
128
- # often.
129
- remote-path "oxygen-icons"
130
- use repository "kde-icons"
131
- end
132
-
133
-
134
- module "KDE/kdelibs" < kde
135
- # We use the default environment here to make sure kdelibs is able to
136
- # bootstrap
137
- use environment kdesupport
138
- remote-path "kdelibs"
139
- end
140
-
141
- module "KDE/kdepimlibs" < kde
142
- remote-path "kdepimlibs"
143
- end
144
-
145
- #############################################################################
146
- # KDEBASE/...
147
- #############################################################################
148
- module "KDE/kdebase/runtime" < kde
149
- remote-path "kdebase/runtime"
150
- end
151
-
152
- module "KDE/kdebase/workspace" < kde
153
- remote-path "kdebase/workspace"
154
- vcs git-svn
155
- external "kwin/clients/oxygen/lib#svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebase/runtime/kstyles/oxygen/lib"
156
- external "kwin/clients/ozone/lib#svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebase/runtime/kstyles/oxygen/lib"
157
- end
158
- end
159
-
160
- module "KDE/kdebase/apps" < kde
161
- remote-path "kdebase/apps"
162
- end
163
-
164
- module "KDE/kdepim" < kde
165
- remote-path "kdepim"
166
- end
167
-
168
- #############################################################################
169
- # SOME ADDITIONAL STUFF
170
- #############################################################################
171
- module kdeedu < kde end
172
- module kdegames < kde end
173
-
174
- environment kdebindings < kde
175
- var PYTHON_PATH set "<%= settings['KDE_PREFIX'] %>/lib<%= settings['LIB_SUFFIX'] %>/python2.6/site_packages"
176
- end
177
-
178
- module kdebindings < kde
179
- use environment kdebindings
180
- build-system cmake
181
- # Currently onto2vocabulary crashes for me.
182
- option BUILD_csharp "false"
183
- option BUILD_ruby "true"
184
- option BUILD_python "true"
185
- option BUILD_php "false"
186
- option BUILD_falcon "false"
187
- option BUILD_java "false"
188
- option BUILD_smoke "true"
189
- option WITH_Nepomuk "false"
190
- end
191
- end
192
-
193
-
194
- #############################################################################
195
- # MULTIMEDIA TOOLS
196
- #############################################################################
197
- module "multimedia/kdemultimedia" < kde
198
- remote-path "kdemultimedia"
199
- end
200
-
201
- #############################################################################
202
- # GRAPHICS TOOLS
203
- #############################################################################
204
- module "graphics/kdegraphics" < kde
205
- remote-path "kdegraphics"
206
- end
207
-
208
- #############################################################################
209
- # NETWORK STUFF
210
- #############################################################################
211
- module "network/kdenetwork" < kde
212
- remote-path "kdenetwork"
213
- vcs git-svn
214
- external "kget/transfer-plugins/bittorrent/libbtcore#svn://anonsvn.kde.org/home/kde/branches/stable/extragear-kde4/network/ktorrent/libbtcore"
215
- end
216
- end
217
-
218
- #############################################################################
219
- # UTILS STUFF
220
- #############################################################################
221
- module "utils/kdeutils" < kde
222
- remote-path "kdeutils"
223
- end
224
-
225
- #############################################################################
226
- # DEVELOPMENT TOOLS
227
- #############################################################################
228
- environment devel < kde
229
- var CMAKE_PREFIX_PATH prepend "<%= settings['KDEDEVEL_PREFIX'] %>"
230
- var KDEDIRS prepend "<%= settings['KDEDEVEL_PREFIX'] %>"
231
- var LD_LIBRARY_PATH prepend "<%= settings['KDEDEVEL_PREFIX'] %>/lib<%= settings['LIB_SUFFIX'] %>"
232
- var PATH prepend "<%= settings['KDEDEVEL_PREFIX'] %>/bin"
233
- var PKG_CONFIG_PATH prepend "<%= settings['KDEDEVEL_PREFIX'] %>/lib<%= settings['LIB_SUFFIX'] %>/pkgconfig"
234
- var XDG_DATA_DIRS prepend "<%= settings['KDEDEVEL_PREFIX'] %>"
235
- end
236
-
237
- module kdedevel < kde TEMPLATE
238
- use environment devel
239
- install-prefix "<%= settings['KDEDEVEL_PREFIX'] %>"
240
- end
241
-
242
- module "devel/kdesdk" < kde
243
- remote-path "kdesdk"
244
- end
245
-
246
- module "devel/kdevplatform" < kdedevel
247
- # To many externals
248
- use vcs svn
249
- remote-path "kdevplatform"
250
- end
251
-
252
- module "devel/kdevelop" < kdedevel
253
- # To many externals
254
- use vcs svn
255
- remote-path "kdevelop"
256
- end