summaryrefslogtreecommitdiff
path: root/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-24 20:03:07 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-24 20:03:07 +0000
commitec9f79e1d3358df31a704f16a76a269ccceae2b2 (patch)
tree5982c029d09bc9e396ad5ead3d99c99ed6a58322 /sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild
parent9aefa814d833d6bdd1bdbc7d0f44d5680c9beaa8 (diff)
gentoo auto-resync : 24:12:2022 - 20:03:07
Diffstat (limited to 'sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild')
-rw-r--r--sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild b/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild
deleted file mode 100644
index 142f2d8054fb..000000000000
--- a/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="Standalone argp library for use with uclibc"
-HOMEPAGE="http://www.lysator.liu.se/~nisse/misc/"
-SRC_URI="http://www.lysator.liu.se/~nisse/misc/${P}.tar.gz"
-
-LICENSE="public-domain GPL-2 GPL-3 XC"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~m68k ~mips ppc ppc64 ~s390 x86"
-IUSE="static-libs"
-
-DEPEND="!sys-libs/glibc"
-
-PATCHES=(
- "${FILESDIR}/${P}-throw-in-funcdef.patch"
- "${FILESDIR}/${P}-shared.patch"
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- append-cflags "-fgnu89-inline"
- econf \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
- insinto /usr/include
- doins argp.h
-}