diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-02-19 10:52:04 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-02-19 10:52:39 -0500 |
commit | 6c4cd53e3ff1d071691550554ad759999dc229db (patch) | |
tree | bc77522f3c20dac7be6a4622ef5618a4562a3d10 /sys-libs | |
parent | sys-libs/queue-standalone: stable on all arches (diff) | |
download | gentoo-6c4cd53e3ff1d071691550554ad759999dc229db.tar.gz gentoo-6c4cd53e3ff1d071691550554ad759999dc229db.tar.bz2 gentoo-6c4cd53e3ff1d071691550554ad759999dc229db.zip |
sys-libs/queue-standalone: remove older version
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/queue-standalone/queue-standalone-0.1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-libs/queue-standalone/queue-standalone-0.1.ebuild b/sys-libs/queue-standalone/queue-standalone-0.1.ebuild deleted file mode 100644 index a9ef63bd65bc..000000000000 --- a/sys-libs/queue-standalone/queue-standalone-0.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Install <sys/queue.h> from glibc." -HOMEPAGE="https://www.gnu.org/software/libc/libc.html" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc x86" - -DEPEND=" - !sys-libs/glibc - !sys-libs/uclibc" - -S="${WORKDIR}" - -src_install() { - mkdir -p "${D}"/usr/include/sys - cp "${FILESDIR}"/queue.h "${D}"/usr/include/sys -} |