diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2020-09-21 21:56:40 -0400 |
---|---|---|
committer | Aisha Tammy <gentoo@aisha.cc> | 2020-09-21 21:56:50 -0400 |
commit | 812ad6749c5eec034b009571a7fe9a87e43d123d (patch) | |
tree | 4fec8f566eb07c155cb0a1a67478b3ee9146c3ea /dev-libs/libconfig | |
parent | dev-libs/libflatarray: drop package (diff) | |
download | sci-812ad6749c5eec034b009571a7fe9a87e43d123d.tar.gz sci-812ad6749c5eec034b009571a7fe9a87e43d123d.tar.bz2 sci-812ad6749c5eec034b009571a7fe9a87e43d123d.zip |
dev-libs/libconfig: drop package
present in ::gentoo
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'dev-libs/libconfig')
-rw-r--r-- | dev-libs/libconfig/libconfig-9999.ebuild | 60 | ||||
-rw-r--r-- | dev-libs/libconfig/metadata.xml | 15 |
2 files changed, 0 insertions, 75 deletions
diff --git a/dev-libs/libconfig/libconfig-9999.ebuild b/dev-libs/libconfig/libconfig-9999.ebuild deleted file mode 100644 index dda594548..000000000 --- a/dev-libs/libconfig/libconfig-9999.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF="1" -inherit eutils autotools-multilib - -DESCRIPTION="Libconfig is a simple library for manipulating structured configuration files" -HOMEPAGE="http://www.hyperrealm.com/libconfig/libconfig.html" - -LICENSE="LGPL-2.1" -SLOT="0" -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/hyperrealm/libconfig.git git://github.com/hyperrealm/libconfig.git" - inherit git-r3 - KEYWORDS="" -else - SRC_URI="http://www.hyperrealm.com/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" - PATCHES=( "${FILESDIR}/${P}-out-of-source-build.patch" ) -fi - -IUSE="+cxx examples static-libs" - -DEPEND=" - sys-devel/libtool - virtual/yacc" - -src_prepare() { - sed -i configure.ac -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die - autotools-multilib_src_prepare -} - -multilib_src_configure() { - local myeconfargs=( - $(use_enable cxx) - --disable-examples - ) - autotools-utils_src_configure -} - -multilib_src_test() { - # It responds to check but that does not work as intended - emake test -} - -multilib_src_install_all() { - einstalldocs - prune_libtool_files - - if use examples; then - find examples/ -name "Makefile.*" -delete || die - local dir - for dir in examples/c examples/c++; do - insinto /usr/share/doc/${PF}/${dir} - doins ${dir}/* - done - fi -} diff --git a/dev-libs/libconfig/metadata.xml b/dev-libs/libconfig/metadata.xml deleted file mode 100644 index 2d70bee59..000000000 --- a/dev-libs/libconfig/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> -Libconfig is a simple library for processing structured configuration files. -Libconfig is very compact — a fraction of the size of the expat XML parser library. -This makes it well-suited for memory-constrained systems like handheld devices. -The library includes bindings for both the C and C++ languages. -It works on POSIX-compliant UNIX systems (GNU/Linux, Mac OS X, Solaris, FreeBSD). -</longdescription> -</pkgmetadata> |