dev-cpp/libcutl: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-05-04 02:43:05 +05:00
parent db486c41de
commit db864af484
4 changed files with 0 additions and 41 deletions

View File

@@ -1 +0,0 @@
DIST libcutl-1.11.0-b.9.tar.gz 35388 BLAKE2B 241db59fce05d8b9d425342f04727d016893f8253914f55d68730409dc3208c6f94bf261fd1a610ad06d0c75381864b7ec3424a40c2b4d0466d58aa7bd180dad SHA512 2949518a8f0d71cef5325957df96eb36193f11f1fc0da070a93c6159966efcc79183b96a57a1b25e98296a967883c3012ac3a659046d41abe43e654c64339d84

View File

@@ -1,18 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)"
inherit build2
DESCRIPTION="C++ utility library"
HOMEPAGE="https://www.codesynthesis.com/projects/libcutl/"
SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

View File

@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
libcutl is a C++ utility library. It contains a collection of
generic and independent components such as meta-programming
tests, smart pointers, containers, compiler building blocks,
etc.
</longdescription>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>pravorskyi@meta.ua</email>
<name>Andrii Pravorskyi</name>
</maintainer>
</pkgmetadata>