summaryrefslogtreecommitdiff
path: root/dev-libs/gnulib/gnulib-2022.02.12.16.27.05.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-01 17:49:46 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-01 17:49:46 +0000
commitc16ac3f2fa4ccc7440fd13db1e5872a3e319f48c (patch)
tree4a3b9bbf32f7a7f613e6b67f3af294606333846a /dev-libs/gnulib/gnulib-2022.02.12.16.27.05.ebuild
parent94605f5ed96183fd23685900c001b8cf2047c521 (diff)
gentoo auto-resync : 01:01:2024 - 17:49:46
Diffstat (limited to 'dev-libs/gnulib/gnulib-2022.02.12.16.27.05.ebuild')
-rw-r--r--dev-libs/gnulib/gnulib-2022.02.12.16.27.05.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-libs/gnulib/gnulib-2022.02.12.16.27.05.ebuild b/dev-libs/gnulib/gnulib-2022.02.12.16.27.05.ebuild
deleted file mode 100644
index 304883cf516e..000000000000
--- a/dev-libs/gnulib/gnulib-2022.02.12.16.27.05.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-GIT_TAG="9f48fb992a3d7e96610c4ce8be969cff2d61a01b"
-
-DESCRIPTION="Library of common routines intended to be shared"
-HOMEPAGE="https://www.gnu.org/software/gnulib"
-SRC_URI="https://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.xz"
-
-LICENSE="GPL-3+ LGPL-2.1+ FDL-1.3+"
-SLOT="0"
-KEYWORDS="~x64-macos ~x64-solaris"
-IUSE="doc"
-
-S="${WORKDIR}/${PN}-${GIT_TAG}"
-
-src_compile() {
- if use doc; then
- emake -C doc info html
- fi
-}
-
-src_install() {
- dodoc README ChangeLog
-
- insinto /usr/share/${PN}
- doins -r build-aux
- doins -r doc
- doins -r lib
- doins -r m4
- doins -r modules
- doins -r tests
- doins -r top
-
- # install the real script
- exeinto /usr/share/${PN}
- doexe gnulib-tool
-
- # create and install the wrapper
- dosym ../share/${PN}/gnulib-tool /usr/bin/gnulib-tool
-}