[gentoo-commits] repo/gentoo:master commit in: dev-util/gengetopt/, dev-util/gengetopt/files/

2019-10-23 Thread Andreas Sturmlechner
commit: ca805801f749c89b3c7e8aa3746ac093d5d1ae63
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 23 18:28:05 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 23 23:32:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca805801

dev-util/gengetopt: Drop 2.22.6

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-util/gengetopt/Manifest|  1 -
 .../files/gengetopt-2.22.6-makefile.patch  | 11 
 .../gengetopt/files/gengetopt-2.22.6-no-docs.patch |  9 ---
 dev-util/gengetopt/gengetopt-2.22.6.ebuild | 30 --
 4 files changed, 51 deletions(-)

diff --git a/dev-util/gengetopt/Manifest b/dev-util/gengetopt/Manifest
index 04c51189bf9..b79df7f4dc4 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 f5ecefff999..000
--- 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 84f0324ea07..000
--- 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 cd8b5f7a020..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/gengetopt/, dev-util/gengetopt/files/

2016-07-23 Thread Jeroen Roovers
commit: f0654a0471499a019fe263d9f61910f2cbe470b0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jul 23 11:05:17 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jul 23 12:03:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0654a04

dev-util/gengetopt: Clean up patches.

Package-Manager: portage-2.3.0

 dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch  | 4 ++--
 dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch | 4 ++--
 dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch  | 4 ++--
 dev-util/gengetopt/gengetopt-2.22.6.ebuild   | 4 +---
 4 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch 
b/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch
index 2991a1b..409bfb8 100644
--- a/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch
+++ b/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch
@@ -1,5 +1,5 @@
 gengetopt-2.22.6/configure.ac
-+++ gengetopt-2.22.6/configure.ac
+--- a/configure.ac
 b/configure.ac
 @@ -27,11 +27,11 @@
  
  dnl directory for docs (html)

diff --git a/dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch 
b/dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch
index f4317ca..f5eceff 100644
--- a/dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch
+++ b/dev-util/gengetopt/files/gengetopt-2.22.6-makefile.patch
@@ -1,5 +1,5 @@
 gengetopt-2.22.6/src/Makefile.am
-+++ gengetopt-2.22.6/src/Makefile.am
+--- a/src/Makefile.am
 b/src/Makefile.am
 @@ -51,7 +51,7 @@
@LTLIBOBJS@ \
skels/libgen.la

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
index 321bacf..84f0324 100644
--- a/dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch
+++ b/dev-util/gengetopt/files/gengetopt-2.22.6-no-docs.patch
@@ -1,5 +1,5 @@
 gengetopt-2.22.6/Makefile.am
-+++ gengetopt-2.22.6/Makefile.am
+--- a/Makefile.am
 b/Makefile.am
 @@ -19,5 +19,3 @@
  
  EXTRA_DIST = configure TODO LICENSE gl/m4/gnulib-cache.m4

diff --git a/dev-util/gengetopt/gengetopt-2.22.6.ebuild 
b/dev-util/gengetopt/gengetopt-2.22.6.ebuild
index f0667ae..303741a 100644
--- a/dev-util/gengetopt/gengetopt-2.22.6.ebuild
+++ b/dev-util/gengetopt/gengetopt-2.22.6.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-
 inherit eutils autotools
 
 DESCRIPTION="A tool to write command line option parsing code for C programs"
@@ -13,7 +12,6 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch