Compare commits

...

10 Commits

6 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST v1.19.zip 239993 BLAKE2B e3aad80f9fd163c418b7a41c54e40fe74dc63325e11b99093cefd30e8a411c80e39c5eb8eedef93c0b53f05109112adb753450d0aeb17dd3846f31c69e3037e6 SHA512 ff4b257eae3b1b2c25309d3f27a3ea0273c631494de02218a85e2347efb8daf21d767cf17a32c30ed2f24e7536ac4df550231e168986e442b53a65d1a6b4b3bb
EBUILD zdbsp-1.19.ebuild 520 BLAKE2B ea2c590286224c6a0f1cf30a2c7aaf86f2e324485ca54239a2f95cc3426c00f3dd7af4187a79803b3272adc94f3ae5584c94f5fd093bf69deaaa5426c4c95357 SHA512 eef954befba59e325fcf8fad4f7416a7c4467e825f45ae5e5eb56cd05bb1e6a135f8b00e87a1c79b8e9e4dccab2b712fbf1776720d1baadf7a42ca25ceaa66e8
MISC metadata.xml 404 BLAKE2B a266a6dafa13976bb7276ca6e35b603b3b0069f00fa33e3b2ee1e45b2a01a1bc1370148d66a3d6eb21c8121e2e28f6ee60fee5ec26eb43796b7929888213e7c1 SHA512 c1fa97dd03b6cbd3381a102e20dd4e480e6bb34d71d8ae3dde8a09b7bd02bf66b28b0fbce7c56c74f8f79a40d62b73b94f86845c0a4a7ec191f137f1c37f0cb4

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>nicole@otl-hga.net</email>
<name>Nicole O'Connor</name>
</maintainer>
<longdescription lang="en">ZDoom's internal node builder.M</longdescription>
<upstream>
<remote-id type="github">rheit/zdbsp</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,27 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="ZDoom's internal node builder"
HOMEPAGE="https://zdoom.org"
SRC_URI="https://github.com/rheit/${PN}/archive/refs/tags/v${PV}.zip -> v${PV}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="system-zlib"
DEPEND="system-zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
dobin "${BUILD_DIR}"/${PN}
dodoc ${PN}.html
insinto /usr/share/${PN}
doins *.png
}

3
metadata/layout.conf Normal file
View File

@ -0,0 +1,3 @@
masters = gentoo
sign-commits = false
sign-manifests = false

1
profiles/repo_name Normal file
View File

@ -0,0 +1 @@
overlaytopleft

14
repositories.xml Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<repositories version="1.0">
<repo quality="experimental" status="unofficial">
<name>overlaytopleft</name>
<description lang="en">my-name's Custom Gentoo Overlay.</description>
<homepage>https://vcs.otl-hga.net/nicole/overlaytopleft</homepage>
<owner type="person">
<name>Nicole O'Connor</name>
<email>nicole@otl-hga.net</email>
</owner>
<source type="git">https://vcs.otl-hga.net/nicole/overlaytopleft.git</source>
<feed>https://vcs.otl-hga.net/nicole/overlaytopleft.rss</feed>
</repo>
</repositories>