summaryrefslogtreecommitdiff
path: root/dev-nim/opengl
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-nim/opengl
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-nim/opengl')
-rw-r--r--dev-nim/opengl/Manifest1
-rw-r--r--dev-nim/opengl/metadata.xml11
-rw-r--r--dev-nim/opengl/opengl-1.2.9.ebuild27
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-nim/opengl/Manifest b/dev-nim/opengl/Manifest
deleted file mode 100644
index 2249d3c52803..000000000000
--- a/dev-nim/opengl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST opengl-1.2.9.tar.gz 102551 BLAKE2B 6042c928ca385b41521c7ef1e8e7556971feb50d352d56d0e7c5096af5137c5db2bbe666e5de25fb4d95908e63644ce0086e052f09d2e251849e13e6cdc26989 SHA512 816800885653ebaeaeb0d4b4c3744158dd3bf7a822c84d5a739086f94aa2c8cac387e4a0a6bfd2c88d4f721cde0309502b2a61b62d4a586bac44abf7076ee4b1
diff --git a/dev-nim/opengl/metadata.xml b/dev-nim/opengl/metadata.xml
deleted file mode 100644
index 80a5e07a9b50..000000000000
--- a/dev-nim/opengl/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>suleyman@farajli.net</email>
- <name>Suleyman Farajli</name>
- </maintainer>
- <upstream>
- <remote-id type="github">nim-lang/opengl</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-nim/opengl/opengl-1.2.9.ebuild b/dev-nim/opengl/opengl-1.2.9.ebuild
deleted file mode 100644
index 54dde772a178..000000000000
--- a/dev-nim/opengl/opengl-1.2.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit nimble
-
-DESCRIPTION="x11 wrapper for Nim"
-HOMEPAGE="https://github.com/nim-lang/opengl"
-SRC_URI="https://github.com/nim-lang/opengl/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-SLOT="0"
-
-KEYWORDS="~amd64"
-IUSE="examples"
-
-DEPEND="dev-nim/x11"
-
-src_install() {
- nimble_src_install
-
- if use examples; then
- dodoc -r examples
- fi
-}