diff options
author | James Broadhead <jamesbroadhead@gmail.com> | 2016-11-16 14:13:20 +0000 |
---|---|---|
committer | James Broadhead <jamesbroadhead@gmail.com> | 2016-11-16 14:13:20 +0000 |
commit | 3c855b6ff29407e2f74516c1da60164dd68d8231 (patch) | |
tree | a7825938ad27c3cebd42215f6d04e27fedeb1f8c /app-editors/hexer | |
parent | rm gscan2pdf (diff) | |
download | jamesbroadhead-3c855b6ff29407e2f74516c1da60164dd68d8231.tar.gz jamesbroadhead-3c855b6ff29407e2f74516c1da60164dd68d8231.tar.bz2 jamesbroadhead-3c855b6ff29407e2f74516c1da60164dd68d8231.zip |
repoman fixes
- metadata.xml
-- add type to maintainers
-- add metadata for hexer
-- rm calchan from nwn-cep maintainers - this ebuild is maintained
solely by me
-- drop 'herd' tag
- ebuilds
-- nwn-cep
--- update licence to match main tree
--- drop trailing whitespace
-- rssdler
--- shorten description to fit within limit
- licence
-- hexer
--- add hexer licenc
- ignoring:
-- games.eclass - will wait for main tree nwn-cep package to be updated
& inherit
-- distutils.eclass - no time for testing & iteration
Diffstat (limited to 'app-editors/hexer')
-rw-r--r-- | app-editors/hexer/Manifest | 1 | ||||
-rw-r--r-- | app-editors/hexer/metadata.xml | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/app-editors/hexer/Manifest b/app-editors/hexer/Manifest index 9bcc89b..d9b4c54 100644 --- a/app-editors/hexer/Manifest +++ b/app-editors/hexer/Manifest @@ -1,2 +1,3 @@ DIST hexer-0.2.3.tar.gz 132116 SHA256 8fb09bd37d0afbbb070cc1663014e656b6ffff73747b952d93ffafe8761e552d SHA512 752f9c32f96f145d39336060437a5438e66d175489bd06eb619f2f136fb24f65c6e883c59b7541a3b52ced0be4e2fe268670da048e1cab6d61e8119a35af13c1 WHIRLPOOL 1a49e24498395dd46e4e12201d5425b8956bd34edcb1242ce95192c69bf7d40a11fb464287140b74851bd08fee229ac30c87bc3d699446441f0fa612d9238a06 EBUILD hexer-0.2.3.ebuild 553 SHA256 d2206769698d7ac959c5aba5ce8b4adb99e00098b5d64096980d17f2506264f5 SHA512 e27761e0ceaec0f847fc62ba234fc998922b5712900e57cdf52cac44d5828fd507139b1b921fe23d921cca8cb8ee7e94cef12a4add2694061eab849dceabd80f WHIRLPOOL a5f9fb5dad3e385aa20c933c62cd1d72308db6d205eb3ac4daa92c98c78fed3b49defa79fee0dbc31908463128e1252bbdc07f7c55e17c0b40184bb08d110014 +MISC metadata.xml 256 SHA256 5978bae604eea8369374e72ab1617bc3da0d646643f3969b703e500a2e2482b4 SHA512 daa475ce91e948d50f60c7e356f3eacd4db27a295e65e7b944547a0830062a581de320a9fab7dd3acc18bd0c03e2bf05203142a5ebf72762407aed2283e42631 WHIRLPOOL 5336b11f83d32551fb186300212991c29cba051ce6002e3ac5c8d329f8fff39932b1a1061cd88b1066ec7d20b97538c2c8c7f3b6933ba0735398e3ca715d37b2 diff --git a/app-editors/hexer/metadata.xml b/app-editors/hexer/metadata.xml new file mode 100644 index 0000000..55b18b9 --- /dev/null +++ b/app-editors/hexer/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>jamesbroadhead@gmail.com</email> + <name>James Broadhead</name> + </maintainer> +</pkgmetadata> + |