diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-26T13·57+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-26T13·57+0000 |
commit | a9f2928ed6edb15faa1ad5fc563662a08a92ced1 (patch) | |
tree | fd4c4e6a61c1bc537bf6185664e8fac501fa34ff /test/fixdescriptors/subversion-0.21.0.fix | |
parent | 8b930a0c94ba9013d015c735cfc38c40b151f491 (diff) |
* Moved the package descriptors and build scripts out of the Nix tree.
Diffstat (limited to 'test/fixdescriptors/subversion-0.21.0.fix')
-rw-r--r-- | test/fixdescriptors/subversion-0.21.0.fix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/test/fixdescriptors/subversion-0.21.0.fix b/test/fixdescriptors/subversion-0.21.0.fix deleted file mode 100644 index de2edbcbbd2b..000000000000 --- a/test/fixdescriptors/subversion-0.21.0.fix +++ /dev/null @@ -1,16 +0,0 @@ -Descr( - [ Bind("pkgId", "subversion-0.21.0") - , Bind("releaseId", "1") - - , Bind("httpsClient", Bool(True)) - , Bind("httpServer", Bool(True)) - , Bind("httpsServer", Bool(True)) - - , Bind("ssl", If(Var("httpsClient"), Fix("./openssl-0.9.7b.fix"), "")) - - , Bind("httpd", If(Var("httpServer"), Fix("./httpd-2.0.45.fix"), "")) - - , Bind("src", Url("b2ad91127fb652e764b750f4c0002528", "http://subversion.tigris.org/files/documents/15/3712/subversion-0.21.0.tar.gz")) - , Bind("build", Local("../build/subversion-build.sh")) - ] -) |