diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-10-06 12:38:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-10-07 18:04:44 +0200 |
commit | 08ef171b0c5b9238df9fe0b86200a8d8425dcea5 (patch) | |
tree | 50e861fe0fc156afe02229fe8e6d032b40ac8b36 /tests/loader/internal/1/math | |
parent | ba93b336890205933a57fae958c0ec6be5932ac7 (diff) |
Get rid of package class
Diffstat (limited to 'tests/loader/internal/1/math')
-rw-r--r-- | tests/loader/internal/1/math/packages | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/loader/internal/1/math/packages b/tests/loader/internal/1/math/packages index ac6c675..3e041a7 100644 --- a/tests/loader/internal/1/math/packages +++ b/tests/loader/internal/1/math/packages @@ -19,10 +19,10 @@ license: LGPLv2, MIT; If using with GNU TLS. license: BSD; If using with OpenSSL. priority: high; Due to critical bug fix. tags: c++, foo, math -url: http://www.example.com/foo/ -email: foo-users@example.com -package-url: http://www.example.com/foo/pack -package-email: pack@example.com +url: http://www.example.com/foo/; Project home page. +email: foo-users@example.com; Public mailing list. +package-url: http://www.example.com/foo/pack; Package details. +package-email: pack@example.com; Current packager. depends: libmisc < 1.1 | libmisc > 2.3.0; Crashes in range [1.1, 2.3.0]. depends: ? libstudxml; Newer - better. requires: linux | windows | macosx; Symbian is coming. |