Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/queue-standalone/
Date: Tue, 19 Feb 2019 15:52:50
Message-Id: 1550591559.6c4cd53e3ff1d071691550554ad759999dc229db.blueness@gentoo
1 commit: 6c4cd53e3ff1d071691550554ad759999dc229db
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 19 15:52:04 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 15:52:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4cd53e
7
8 sys-libs/queue-standalone: remove older version
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 .../queue-standalone/queue-standalone-0.1.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/sys-libs/queue-standalone/queue-standalone-0.1.ebuild b/sys-libs/queue-standalone/queue-standalone-0.1.ebuild
17 deleted file mode 100644
18 index a9ef63bd65b..00000000000
19 --- a/sys-libs/queue-standalone/queue-standalone-0.1.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DESCRIPTION="Install <sys/queue.h> from glibc."
28 -HOMEPAGE="https://www.gnu.org/software/libc/libc.html"
29 -
30 -LICENSE="BSD"
31 -SLOT="0"
32 -KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc x86"
33 -
34 -DEPEND="
35 - !sys-libs/glibc
36 - !sys-libs/uclibc"
37 -
38 -S="${WORKDIR}"
39 -
40 -src_install() {
41 - mkdir -p "${D}"/usr/include/sys
42 - cp "${FILESDIR}"/queue.h "${D}"/usr/include/sys
43 -}