diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-09-04 16:59:42 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-09-04 17:01:44 +1200 |
commit | e0631bd3e5aa6d45efcfec8f2d2ce9199fdd9e6c (patch) | |
tree | 2d02a8947e8b447531d6d8d8ba22098669f9c11d /dev-java/boot-bin/metadata.xml | |
parent | 358ef4db0101e0c30bab9a8ae5cb7bedbba51a95 (diff) | |
download | gentoo-e0631bd3e5aa6d45efcfec8f2d2ce9199fdd9e6c.tar.gz gentoo-e0631bd3e5aa6d45efcfec8f2d2ce9199fdd9e6c.tar.xz |
dev-java/boot-bin: Added at 2.6.0
This is mostly just giving users a better choice than "sudo bash curl..."
boot will still have to install its own dependencies when executed via maven
glue into ~/.m2/, but this still means they can easily get `boot` accessible
globally in "$PATH" without security paranoia, and from then on it
"mostly just works" without needing to understand boot-specific install
procedures.
Ideally this itself will be built from sources one day, but java upstream
logic fights this at every stage.
Also, "boot -u" still does "something", but it doesn't do anything useful.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-java/boot-bin/metadata.xml')
-rw-r--r-- | dev-java/boot-bin/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-java/boot-bin/metadata.xml b/dev-java/boot-bin/metadata.xml new file mode 100644 index 00000000000..c22b260f289 --- /dev/null +++ b/dev-java/boot-bin/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>kentnl@gentoo.org</email> + <name>Kent Fredric</name> + </maintainer> + <maintainer type="project"> + <email>java@gentoo.org</email> + </maintainer> +</pkgmetadata> |