summaryrefslogtreecommitdiff
path: root/dev-cpp/clipp
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-cpp/clipp
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-cpp/clipp')
-rw-r--r--dev-cpp/clipp/Manifest1
-rw-r--r--dev-cpp/clipp/clipp-1.2.4_pre20190430.ebuild26
-rw-r--r--dev-cpp/clipp/metadata.xml11
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-cpp/clipp/Manifest b/dev-cpp/clipp/Manifest
deleted file mode 100644
index d8323f32d568..000000000000
--- a/dev-cpp/clipp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST clipp-1.2.4_pre20190430.tar.gz 129628 BLAKE2B 96a639c247709ec1268741e91e5f2aad3b3bb5acaf963361f5bda37ded6c5d6094f7a2fa9a6d664e1c95b4d15627d3f288e4be6750975ad2477f6eb2d0728c78 SHA512 4645fafe85a8099ea97b85e939747a12e9b3b92213b5b8207a9c277537377b77b5daebd88a4c090ea89cfff2937a9fc155da6e8b5558574d7129227c28826e1c
diff --git a/dev-cpp/clipp/clipp-1.2.4_pre20190430.ebuild b/dev-cpp/clipp/clipp-1.2.4_pre20190430.ebuild
deleted file mode 100644
index 73aa0d1eef28..000000000000
--- a/dev-cpp/clipp/clipp-1.2.4_pre20190430.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-COMMIT=2c32b2f1f7cc530b1ec1f62c92f698643bb368db
-
-inherit cmake
-
-DESCRIPTION="Easy to use, powerful & expressive command line argument parsing for modern C++"
-HOMEPAGE="https://github.com/muellan/clipp"
-SRC_URI="https://github.com/muellan/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}"/${PN}-${COMMIT}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TESTING="$(usex test)"
- )
- cmake_src_configure
-}
diff --git a/dev-cpp/clipp/metadata.xml b/dev-cpp/clipp/metadata.xml
deleted file mode 100644
index 51bdb2e766e1..000000000000
--- a/dev-cpp/clipp/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>thomas@binaryden.de</email>
- <name>Thomas Kemmer</name>
- </maintainer>
- <upstream>
- <remote-id type="github">muellan/clipp</remote-id>
- </upstream>
-</pkgmetadata>