diff options
author | 2018-01-01 22:19:10 +0300 | |
---|---|---|
committer | 2018-01-04 22:06:54 +0300 | |
commit | af2ab4a3e7880cb7a5605080e5c17a136d889765 (patch) | |
tree | b1576a3985971e01b81e6184d5b47b0742b01600 /app-editors/qhexedit2/metadata.xml | |
parent | x11-plugins/wmdrawer: add missing x11-libs/gdk-pixbuf:2 dep (diff) | |
download | gentoo-af2ab4a3e7880cb7a5605080e5c17a136d889765.tar.gz gentoo-af2ab4a3e7880cb7a5605080e5c17a136d889765.tar.bz2 gentoo-af2ab4a3e7880cb7a5605080e5c17a136d889765.zip |
app-editors/qhexedit2: new package
QHexEdit is a hex editor widget written in C++ for the Qt5 framework.
Used by ponyprog2000.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6728
Diffstat (limited to 'app-editors/qhexedit2/metadata.xml')
-rw-r--r-- | app-editors/qhexedit2/metadata.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-editors/qhexedit2/metadata.xml b/app-editors/qhexedit2/metadata.xml new file mode 100644 index 000000000000..3f610e098d98 --- /dev/null +++ b/app-editors/qhexedit2/metadata.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>coyote@bks.tv</email> + <name>Victor Kustov</name> + <description>Proxied-maintainer. Assign bugs to him</description> + </maintainer> + <maintainer type="person"> + <email>zlogene@gentoo.org</email> + <name>Mikle Kolyada</name> + </maintainer> + <maintainer type="person"> + <email>maksbotan@gentoo.org</email> + <name>Maxim Koltsov</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <use> + <flag name="gui">Install Qt5 hex editor</flag> + </use> + <longdescription lang="en"> + QHexEdit is a hex editor widget written in C++ for the Qt5 framework. + It is a simple editor for binary data, and has bindings to PyQt + with python 2 and 3. + </longdescription> + <upstream> + <remote-id type="github">lancos/qhexedit2</remote-id> + <remote-id type="github">Simsys/qhexedit2</remote-id> + </upstream> +</pkgmetadata> |