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 /dev-cpp/popl | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp/popl')
| -rw-r--r-- | dev-cpp/popl/Manifest | 1 | ||||
| -rw-r--r-- | dev-cpp/popl/metadata.xml | 16 | ||||
| -rw-r--r-- | dev-cpp/popl/popl-1.2.0-r1.ebuild | 20 |
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-cpp/popl/Manifest b/dev-cpp/popl/Manifest deleted file mode 100644 index a19372ed67b4..000000000000 --- a/dev-cpp/popl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST popl-1.2.0.tar.gz 12302 BLAKE2B cfe775ef5cd823ce7b6cb651f7f8de6c67d24e5e3b657d13e7b2087f3b9673c11a870adbe2195665f4e2c3c7799c2427020d4e86126090ef845aa6a906c7a825 SHA512 a5d372346dd282f634b1ca92f468588f7069b34a5911a6ea46e5ef33e8e6c360ca13f67bf221555d76c7620c4222694077a74589a1c32bdbc094e64366299609 diff --git a/dev-cpp/popl/metadata.xml b/dev-cpp/popl/metadata.xml deleted file mode 100644 index 1940bf1605af..000000000000 --- a/dev-cpp/popl/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>jsmolic@gentoo.org</email> - <name>Jakov Smolić</name> - </maintainer> - <upstream> - <maintainer status="active"> - <name>Johannes Pohl</name> - <email>github@badaix.de</email> - </maintainer> - <bugs-to>https://github.com/badaix/popl/issues</bugs-to> - <remote-id type="github">badaix/popl</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-cpp/popl/popl-1.2.0-r1.ebuild b/dev-cpp/popl/popl-1.2.0-r1.ebuild deleted file mode 100644 index 7e45b64608fa..000000000000 --- a/dev-cpp/popl/popl-1.2.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Header-only C++ program options parser library" -HOMEPAGE="https://github.com/badaix/popl" -SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86" - -src_configure() { - local mycmakeargs=( -DBUILD_EXAMPLE=OFF ) - - cmake_src_configure -} |
