summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-05-22 08:53:56 -0400
committerAnthony G. Basile <blueness@gentoo.org>2017-05-22 08:53:56 -0400
commitfad02521642bc5caa3b93e40cb3988622c42c8cf (patch)
tree071f51afbd8cdefe53343f7ff60e92584bcfd571 /sys-libs
parentsys-libs/argp-standalone: version 1.3-r2 stable on amd64 and x86 (diff)
downloadgentoo-fad02521642bc5caa3b93e40cb3988622c42c8cf.tar.gz
gentoo-fad02521642bc5caa3b93e40cb3988622c42c8cf.tar.bz2
gentoo-fad02521642bc5caa3b93e40cb3988622c42c8cf.zip
sys-libs/argp-standalone: remove older versions
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/argp-standalone/argp-standalone-1.3-r1.ebuild33
-rw-r--r--sys-libs/argp-standalone/argp-standalone-1.3.ebuild28
2 files changed, 0 insertions, 61 deletions
diff --git a/sys-libs/argp-standalone/argp-standalone-1.3-r1.ebuild b/sys-libs/argp-standalone/argp-standalone-1.3-r1.ebuild
deleted file mode 100644
index 41c3f54d71a9..000000000000
--- a/sys-libs/argp-standalone/argp-standalone-1.3-r1.ebuild
+++ /dev/null
@@ -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
-}
diff --git a/sys-libs/argp-standalone/argp-standalone-1.3.ebuild b/sys-libs/argp-standalone/argp-standalone-1.3.ebuild
deleted file mode 100644
index 682876910051..000000000000
--- a/sys-libs/argp-standalone/argp-standalone-1.3.ebuild
+++ /dev/null
@@ -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
-}