diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /gui-apps/vicuna | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'gui-apps/vicuna')
| -rw-r--r-- | gui-apps/vicuna/Manifest | 1 | ||||
| -rw-r--r-- | gui-apps/vicuna/metadata.xml | 8 | ||||
| -rw-r--r-- | gui-apps/vicuna/vicuna-1.25.ebuild | 27 |
3 files changed, 0 insertions, 36 deletions
diff --git a/gui-apps/vicuna/Manifest b/gui-apps/vicuna/Manifest deleted file mode 100644 index 1d54c3a39773..000000000000 --- a/gui-apps/vicuna/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vicuna-1.25.tar 5058560 BLAKE2B 7fedc558ba8a6c66680c03353e3de2108d5c1514a25916f2cbfecdd3398369f5e033424b140457e3227375b59425b9814ed8900a494a292f249b99b1455e18a0 SHA512 0d68d22af06c7b0b2afb5d71ff596030938fd11c60476b71fa35ec0e3d310901ee401301bfa7d16c7795d97ea224e3ce61fd1271aac71acd36c8003aeb173651 diff --git a/gui-apps/vicuna/metadata.xml b/gui-apps/vicuna/metadata.xml deleted file mode 100644 index ef862e83b1f4..000000000000 --- a/gui-apps/vicuna/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">yarl/vicuna</remote-id> - </upstream> -</pkgmetadata> diff --git a/gui-apps/vicuna/vicuna-1.25.ebuild b/gui-apps/vicuna/vicuna-1.25.ebuild deleted file mode 100644 index ffde4acb245d..000000000000 --- a/gui-apps/vicuna/vicuna-1.25.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Tool for uploading files to Wikimedia Commons and other Wikimedia projects" -HOMEPAGE="https://commons.wikimedia.org/wiki/Commons:Vicu%C3%B1aUploader" -SRC_URI="https://github.com/yarl/${PN}/releases/download/${PV}/${P}.tar" - -S="${WORKDIR}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - virtual/jre -" - -src_install() { - local apphome="/opt/${PN}" - mkdir -p "${ED}/${apphome}" - - cp -r . "${ED}"/opt || die - - dosym ${apphome}/bin/vicuna /usr/bin/vicuna -} |
