sys-libs/argp-standalone: remove older versions

Package-Manager: Portage-2.3.5, Repoman-2.3.1
This commit is contained in:
Anthony G. Basile
2017-05-22 08:53:56 -04:00
parent 1973aefa1a
commit fad0252164
2 changed files with 0 additions and 61 deletions

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit eutils 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/argp-standalone-1.3.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~s390 ~sh ~x86"
IUSE=""
DEPEND="!sys-libs/glibc"
src_prepare() {
epatch "${FILESDIR}/${P}-throw-in-funcdef.patch"
}
src_configure() {
append-cflags -fgnu89-inline
default
}
src_install() {
dolib.a libargp.a
insinto /usr/include
doins argp.h
}

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
inherit eutils
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/argp-standalone-1.3.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~s390 ~sh x86"
IUSE=""
DEPEND="!sys-libs/glibc"
src_prepare() {
epatch "${FILESDIR}/${P}-throw-in-funcdef.patch"
}
src_install() {
dolib.a libargp.a
insinto /usr/include
doins argp.h
}