diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-23 20:28:05 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-24 01:32:23 +0200 |
commit | ca805801f749c89b3c7e8aa3746ac093d5d1ae63 (patch) | |
tree | 4277710f6ac9f975b11ad5e7b6a6751dc4ec6527 | |
parent | sci-geosciences/qgis: Update dependencies, mycmakeargs and install (diff) | |
download | gentoo-ca805801f749c89b3c7e8aa3746ac093d5d1ae63.tar.gz gentoo-ca805801f749c89b3c7e8aa3746ac093d5d1ae63.tar.bz2 gentoo-ca805801f749c89b3c7e8aa3746ac093d5d1ae63.zip |
dev-util/gengetopt: Drop 2.22.6
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | dev-util/gengetopt/Manifest | 1 | ||||
-rw-r--r-- | dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch | 11 | ||||
-rw-r--r-- | dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch | 9 | ||||
-rw-r--r-- | dev-util/gengetopt/gengetopt-2.22.6.ebuild | 30 |
4 files changed, 0 insertions, 51 deletions
diff --git a/dev-util/gengetopt/Manifest b/dev-util/gengetopt/Manifest index 04c51189bf9f..b79df7f4dc49 100644 --- a/dev-util/gengetopt/Manifest +++ b/dev-util/gengetopt/Manifest @@ -1,2 +1 @@ -DIST gengetopt-2.22.6.tar.gz 1056293 BLAKE2B a99fa2ee362fc7b01ebc4c81f9daa17592a30b63f63883b73ca67885fa39f2ece48bda3f04ed5b98e74785c4030f94cc139df93a847e8789962e51d0950de0c7 SHA512 dad5baf1b6c4c76ae7f532dd63c6aecdc30f31d68a259b6a26a10197f1fe42dc9147a52ac12a0c3fc4b7cd61d288a343a9223f967a5a9a15a0614330b41f68dc DIST gengetopt-2.23.tar.xz 584860 BLAKE2B efd94e28d35319f3a04af4f97b87fd8a07bef93856da0dcfad54ab4800d43510f7948bbb7440f39abfe242aede5657abd874bf4ab4dd311336e10f37e7960cb5 SHA512 3749191d35acbeff6680f2a4d0516706a0491053f632aaa44ead7c3a42e56f9870bd7c4a85a1886f2052e17d86a2853e2f65d445e0c9920e41f1dc354f003712 diff --git a/dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch b/dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch deleted file mode 100644 index f5ecefff9993..000000000000 --- a/dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -51,7 +51,7 @@ - @LTLIBOBJS@ \ - skels/libgen.la - --LDADD = $(top_builddir)/src/libgengetopt.la -+LDADD = libgengetopt.la - - EXTRA_DIST = parser.h argsdef.h gengetopt.h ggos.h gm.h gnugetopt.h \ - cmdline.c cmdline.h \ diff --git a/dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch b/dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch deleted file mode 100644 index 84f0324ea07b..000000000000 --- a/dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -19,5 +19,3 @@ - - EXTRA_DIST = configure TODO LICENSE gl/m4/gnulib-cache.m4 - SUBDIRS = gl src doc tests -- --gengetoptdoc_DATA = ChangeLog COPYING NEWS THANKS INSTALL README LICENSE -\ No newline at end of file diff --git a/dev-util/gengetopt/gengetopt-2.22.6.ebuild b/dev-util/gengetopt/gengetopt-2.22.6.ebuild deleted file mode 100644 index cd8b5f7a020c..000000000000 --- a/dev-util/gengetopt/gengetopt-2.22.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils autotools - -DESCRIPTION="A tool to write command line option parsing code for C programs" -HOMEPAGE="https://www.gnu.org/software/gengetopt/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm x86 ~x64-cygwin ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris" - -src_prepare() { - epatch "${FILESDIR}"/${P}-makefile.patch - epatch "${FILESDIR}"/${P}-no-docs.patch - epatch "${FILESDIR}"/${P}-docdirs.patch - sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die - eautoreconf -} - -src_configure() { - econf --docdir="${EPREFIX}"/usr/share/doc/${PF} -} - -src_install() { - default - docompress -x /usr/share/doc/${PF}/examples -} |