From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 449C6139694 for ; Mon, 22 May 2017 12:54:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CA83E0C7A; Mon, 22 May 2017 12:54:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6573BE0C7A for ; Mon, 22 May 2017 12:54:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 185FF3416DD for ; Mon, 22 May 2017 12:54:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4654745A for ; Mon, 22 May 2017 12:54:09 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1495457636.fad02521642bc5caa3b93e40cb3988622c42c8cf.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/argp-standalone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/argp-standalone/argp-standalone-1.3-r1.ebuild sys-libs/argp-standalone/argp-standalone-1.3.ebuild X-VCS-Directories: sys-libs/argp-standalone/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: fad02521642bc5caa3b93e40cb3988622c42c8cf X-VCS-Branch: master Date: Mon, 22 May 2017 12:54:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3aa008af-9d90-414e-9c1b-adf5154e6620 X-Archives-Hash: 53bff069883029eebb4d53f9a9093d55 commit: fad02521642bc5caa3b93e40cb3988622c42c8cf Author: Anthony G. Basile gentoo org> AuthorDate: Mon May 22 12:53:56 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon May 22 12:53:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad02521 sys-libs/argp-standalone: remove older versions Package-Manager: Portage-2.3.5, Repoman-2.3.1 .../argp-standalone/argp-standalone-1.3-r1.ebuild | 33 ---------------------- .../argp-standalone/argp-standalone-1.3.ebuild | 28 ------------------ 2 files changed, 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 41c3f54d71a..00000000000 --- 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 68287691005..00000000000 --- 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 -}