diff options
author | 2018-11-13 11:09:03 -0500 | |
---|---|---|
committer | 2018-11-13 13:04:19 -0500 | |
commit | 05d5e71256665ca40897df0fc459cecdd08123e5 (patch) | |
tree | d184fcb4bbac9418b3218ff0ea238e7e25665e97 /dev-util/netsurf-buildsystem/metadata.xml | |
parent | dev-util/trace-cmd: Add -9999 live version (diff) | |
download | gentoo-05d5e71256665ca40897df0fc459cecdd08123e5.tar.gz gentoo-05d5e71256665ca40897df0fc459cecdd08123e5.tar.bz2 gentoo-05d5e71256665ca40897df0fc459cecdd08123e5.zip |
dev-util/netsurf-buildsystem: new package
This replaces the netsurf eclass which not necessary and too complex for
its own need. Being an eclass makes modifying it too heavy a process.
Most of netsurf.eclass' purpose was to wrap netsurf's build system,
which is now what we do in this package. In addition to installing it as
a normal package, we add a helper shell script that can then be loaded
in consumer ebuilds.
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-util/netsurf-buildsystem/metadata.xml')
-rw-r--r-- | dev-util/netsurf-buildsystem/metadata.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-util/netsurf-buildsystem/metadata.xml b/dev-util/netsurf-buildsystem/metadata.xml new file mode 100644 index 000000000000..88de5fc462b1 --- /dev/null +++ b/dev-util/netsurf-buildsystem/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>vdupras@gentoo.org</email> + <name>Virgil Dupras</name> + </maintainer> +</pkgmetadata> |