diff options
| author | James Le Cuirot <chewi@gentoo.org> | 2015-10-14 14:35:05 +0100 |
|---|---|---|
| committer | James Le Cuirot <chewi@gentoo.org> | 2015-10-14 16:22:14 +0100 |
| commit | 28eb80ad21b60fd4b785d0397bd8ae00a016c8a9 (patch) | |
| tree | 7c2dd8303328613d0d89544201872cc60f505106 /dev-cpp/antlr-cpp/metadata.xml | |
| parent | 2fa849db86f415ee6eca0a7fb965c88606ace3e6 (diff) | |
| download | gentoo-28eb80ad21b60fd4b785d0397bd8ae00a016c8a9.tar.gz gentoo-28eb80ad21b60fd4b785d0397bd8ae00a016c8a9.tar.bz2 gentoo-28eb80ad21b60fd4b785d0397bd8ae00a016c8a9.zip | |
dev-cpp/antlr-cpp: New package, split from dev-java/antlr
The old ANTLR 2 ebuild tried to cram all the runtimes together, which
was messy. The C++ runtime does not need any Java components at build
time or runtime so it makes sense to split this out. The C++ runtime
for ANTLR 4 is maintained separately by upstream anyway.
This new package does a better job of building the shared library with
the help of libtool. It also supports multilib.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-cpp/antlr-cpp/metadata.xml')
| -rw-r--r-- | dev-cpp/antlr-cpp/metadata.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-cpp/antlr-cpp/metadata.xml b/dev-cpp/antlr-cpp/metadata.xml new file mode 100644 index 000000000000..7303cef96964 --- /dev/null +++ b/dev-cpp/antlr-cpp/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>java</herd> +</pkgmetadata> |
