summaryrefslogtreecommitdiff
path: root/dev-util/opencode-bin
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-util/opencode-bin
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-util/opencode-bin')
-rw-r--r--dev-util/opencode-bin/Manifest3
-rw-r--r--dev-util/opencode-bin/metadata.xml12
-rw-r--r--dev-util/opencode-bin/opencode-bin-1.1.48.ebuild21
-rw-r--r--dev-util/opencode-bin/opencode-bin-1.15.12.ebuild21
-rw-r--r--dev-util/opencode-bin/opencode-bin-1.2.6.ebuild21
5 files changed, 0 insertions, 78 deletions
diff --git a/dev-util/opencode-bin/Manifest b/dev-util/opencode-bin/Manifest
deleted file mode 100644
index 8f54aa1825d1..000000000000
--- a/dev-util/opencode-bin/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST opencode-bin-1.1.48-amd64.tar.gz 51797370 BLAKE2B a183755181acb33efd9a7d54ee4934012b7705fd37aeba24328f70f9833073a69c94228d82b0e5d5788f9854d5fefc79ea5c547a5f71780cf030d1fc1a498f7f SHA512 bb92874d860ffc5c6f9a28091a6a1e638f2b09761623df247e872f388756cd88e3246afa36dab3970fdf25a6f611ccb1c3580e14b0b0999f407daf54442901d0
-DIST opencode-bin-1.15.12-amd64.tar.gz 50000563 BLAKE2B 754fb0c46c621391dca0077e432ef11ea4178770c957637b01745556c7faf103e1d33919f536605d72d08b10ac7959b04edafbc21cdfc35bf5e9d3da2ea9e09b SHA512 f42f0f5b26925b9c67511511840d63111b89b10ae5941043c87fbbc1a57f3cec1cd304350c91b07a238cf07bea4d5f659169f3741bf66593e9def68211bfaa6c
-DIST opencode-bin-1.2.6-amd64.tar.gz 53299530 BLAKE2B 3846ea0bf7212f526c2be0ed6cc93d73c409ee73248bce137293cdd030cf64100ee15ff309ff5b126c8bcc224061e478cc3553ddeeec5f4d61ee2242fd54da83 SHA512 791b42da6aa442e79092545da9e7c2fafc930030dd59239d4bb0eaadfe2796c8726ec0787229dbd23434d07c9f56ae9a562962a5e0f69e6f86c8cf14d25bcdc3
diff --git a/dev-util/opencode-bin/metadata.xml b/dev-util/opencode-bin/metadata.xml
deleted file mode 100644
index b313483dadfc..000000000000
--- a/dev-util/opencode-bin/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>kupravagoodman@proton.me</email>
- <name>Timur Kuprava</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/anomalyco/opencode/issues</bugs-to>
- <remote-id type="github">anomalyco/opencode</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-util/opencode-bin/opencode-bin-1.1.48.ebuild b/dev-util/opencode-bin/opencode-bin-1.1.48.ebuild
deleted file mode 100644
index 0899471507cb..000000000000
--- a/dev-util/opencode-bin/opencode-bin-1.1.48.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="The open source coding agent"
-HOMEPAGE="https://opencode.ai"
-
-SRC_URI="https://github.com/anomalyco/opencode/releases/download/v${PV}/opencode-linux-x64.tar.gz -> ${P}-amd64.tar.gz"
-
-S="${WORKDIR}"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror strip"
-
-QA_PREBUILT="usr/bin/opencode"
-
-src_install() {
- dobin opencode
-}
diff --git a/dev-util/opencode-bin/opencode-bin-1.15.12.ebuild b/dev-util/opencode-bin/opencode-bin-1.15.12.ebuild
deleted file mode 100644
index 0899471507cb..000000000000
--- a/dev-util/opencode-bin/opencode-bin-1.15.12.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="The open source coding agent"
-HOMEPAGE="https://opencode.ai"
-
-SRC_URI="https://github.com/anomalyco/opencode/releases/download/v${PV}/opencode-linux-x64.tar.gz -> ${P}-amd64.tar.gz"
-
-S="${WORKDIR}"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror strip"
-
-QA_PREBUILT="usr/bin/opencode"
-
-src_install() {
- dobin opencode
-}
diff --git a/dev-util/opencode-bin/opencode-bin-1.2.6.ebuild b/dev-util/opencode-bin/opencode-bin-1.2.6.ebuild
deleted file mode 100644
index 0899471507cb..000000000000
--- a/dev-util/opencode-bin/opencode-bin-1.2.6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="The open source coding agent"
-HOMEPAGE="https://opencode.ai"
-
-SRC_URI="https://github.com/anomalyco/opencode/releases/download/v${PV}/opencode-linux-x64.tar.gz -> ${P}-amd64.tar.gz"
-
-S="${WORKDIR}"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror strip"
-
-QA_PREBUILT="usr/bin/opencode"
-
-src_install() {
- dobin opencode
-}