logo

overlay

My (experimental) gentoo overlay
commit: c931bf7dfafc96420369a34cf0ecd6403f292be2
parent: 4b3d40a586ea573dc0aa40b1241357df0a59070b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  5 Mar 2019 23:14:14 +0100

app-doc/cross-unix-documentation: New Package

Diffstat:

Mapp-arch/unar/Manifest2+-
Aapp-doc/cross-unix-documentation/cross-unix-documentation-9999.ebuild13+++++++++++++
Aapp-doc/cross-unix-documentation/metadata.xml8++++++++
Mmetadata/layout.conf1+
4 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/app-arch/unar/Manifest b/app-arch/unar/Manifest @@ -1 +1 @@ -DIST unar1.10.1_src.zip 2552535 SHA256 40967014a505b7a27864c49dc3b5d30b98ae4e6d4873783b2ef9ef9215fd092b SHA512 2755f1e2dcca68912f748587f195887d785d5c30933ca0d7a7de1dd35c6c1c115571e49f462fe15722e1b34560f02503382727e1df19a1f23d4a3cc75750434e WHIRLPOOL 980cc9224d2146a79c4e42c7890b4ca1f81824c2f04cb6c076c5a60a5a2e2dc98012c9076deb653cf0d4766533081b37baa0c0494ad6da355923b286ae51621f +DIST unar1.10.1_src.zip 2552535 BLAKE2B 678c90dae6572cf9de6f90d044de650d82293df3918eb298de27fe5a557efdda1c1da284c6829c667bb2812033627fcb1a31bf22318d277e9467ca965435f6b2 SHA512 2755f1e2dcca68912f748587f195887d785d5c30933ca0d7a7de1dd35c6c1c115571e49f462fe15722e1b34560f02503382727e1df19a1f23d4a3cc75750434e diff --git a/app-doc/cross-unix-documentation/cross-unix-documentation-9999.ebuild b/app-doc/cross-unix-documentation/cross-unix-documentation-9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 + +DESCRIPTION="documentation of similarities and (noteworthy) differencies between Unix systems" +HOMEPAGE="https://hacktivis.me/git/cross-unix-documentation/" +EGIT_REPO_URI="https://hacktivis.me/git/cross-unix-documentation.git" +LICENSE="CC-BY-4.0" +SLOT="0" +KEYWORDS="~amd64" diff --git a/app-doc/cross-unix-documentation/metadata.xml b/app-doc/cross-unix-documentation/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>contact@hacktivis.me</email> + <name>Haelwenn (lanodan) Monnier</name> + </maintainer> +</pkgmetadata> diff --git a/metadata/layout.conf b/metadata/layout.conf @@ -1,4 +1,5 @@ masters = gentoo lua sign-commits = true thin-manifests = true +sign-manifests = true profile-formats = portage-2 profile-set