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 /sci-libs/libtifiles2 | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'sci-libs/libtifiles2')
| -rw-r--r-- | sci-libs/libtifiles2/Manifest | 1 | ||||
| -rw-r--r-- | sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild | 47 | ||||
| -rw-r--r-- | sci-libs/libtifiles2/metadata.xml | 18 |
3 files changed, 0 insertions, 66 deletions
diff --git a/sci-libs/libtifiles2/Manifest b/sci-libs/libtifiles2/Manifest deleted file mode 100644 index 87c03e569953..000000000000 --- a/sci-libs/libtifiles2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libtifiles2-1.1.7.tar.bz2 122454 BLAKE2B 1ae51ccde4a5a9127b015b6fa5ad4d446e56b473330a3d220c6a6b7cb333161e9e9d80cae7ac8985beb0e844ce21ffdc4713847d69986b6d7f5506a5a6b1545f SHA512 e2ef4de0ce8c78f0da4098ec618a7194f9b94a028f9cb54a0ea1c29c00028d7cf144a067d8aaf8010ad094378b6426d05621d530cfbfa05f793f6c1ed41fcaef diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild deleted file mode 100644 index 6359b0284ace..000000000000 --- a/sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Library for TI calculator files" -HOMEPAGE="http://lpg.ticalc.org/prj_tilp/" -SRC_URI="https://downloads.sourceforge.net/tilp/tilp2-linux/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc nls static-libs" - -RDEPEND=" - app-arch/libarchive:= - dev-libs/glib:2 - >=sci-libs/libticables2-1.3.3 - >=sci-libs/libticonv-1.1.3 - nls? ( virtual/libintl ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" - -DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf --disable-rpath \ - $(use_enable static-libs static) \ - $(use_enable nls) -} - -src_install() { - use doc && local HTML_DOCS=( docs/html/. ) - default - find "${D}" -name '*.la' -delete || die -} diff --git a/sci-libs/libtifiles2/metadata.xml b/sci-libs/libtifiles2/metadata.xml deleted file mode 100644 index c863e3e1a5dd..000000000000 --- a/sci-libs/libtifiles2/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> - The libtifiles is a library providing support for operations on Texas - Instruments calculators files. All formats for all calculators are - supported read/write ; the library is also able to manipulate the - group files, which means it is able to group and ungroup variables - into such group files. - </longdescription> - <upstream> - <remote-id type="sourceforge">tilp</remote-id> - </upstream> -</pkgmetadata> |
