vapier 15/07/16 02:51:11
Modified: help2man-1.46.6.ebuild help2man-1.45.1.ebuild
help2man-1.47.1.ebuild ChangeLog
Log:
Drop USE=elibc_glibc requirement for USE=nls as the preload mechanism was
dropped in the 1.37 release.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
D2E96200)
Revision Changes Path
1.8 sys-apps/help2man/help2man-1.46.6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/help2man-1.46.6.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/help2man-1.46.6.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/help2man-1.46.6.ebuild?r1=1.7&r2=1.8
Index: help2man-1.46.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.46.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- help2man-1.46.6.ebuild 15 Jul 2015 20:39:21 -0000 1.7
+++ help2man-1.46.6.ebuild 16 Jul 2015 02:51:11 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.46.6.ebuild,v
1.7 2015/07/15 20:39:21 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.46.6.ebuild,v
1.8 2015/07/16 02:51:11 vapier Exp $
EAPI=4
inherit eutils
@@ -12,12 +12,10 @@
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="nls elibc_glibc"
+IUSE="nls"
RDEPEND="dev-lang/perl
- elibc_glibc? ( nls? (
- dev-perl/Locale-gettext
- ) )"
+ nls? ( dev-perl/Locale-gettext )"
DEPEND=${RDEPEND}
DOCS="debian/changelog NEWS README THANKS" #385753
@@ -28,9 +26,5 @@
}
src_configure() {
- local myconf
- use elibc_glibc \
- && myconf="${myconf} $(use_enable nls)" \
- || myconf="${myconf} --disable-nls"
- econf ${myconf}
+ econf $(use_enable nls)
}
1.12 sys-apps/help2man/help2man-1.45.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/help2man-1.45.1.ebuild?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/help2man-1.45.1.ebuild?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/help2man-1.45.1.ebuild?r1=1.11&r2=1.12
Index: help2man-1.45.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.45.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- help2man-1.45.1.ebuild 2 Nov 2014 08:55:14 -0000 1.11
+++ help2man-1.45.1.ebuild 16 Jul 2015 02:51:11 -0000 1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.45.1.ebuild,v
1.11 2014/11/02 08:55:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.45.1.ebuild,v
1.12 2015/07/16 02:51:11 vapier Exp $
EAPI=4
inherit eutils
@@ -12,12 +12,10 @@
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="nls elibc_glibc"
+IUSE="nls"
RDEPEND="dev-lang/perl
- elibc_glibc? ( nls? (
- dev-perl/Locale-gettext
- ) )"
+ nls? ( dev-perl/Locale-gettext )"
DEPEND=${RDEPEND}
DOCS="debian/changelog NEWS README THANKS" #385753
@@ -29,9 +27,5 @@
}
src_configure() {
- local myconf
- use elibc_glibc \
- && myconf="${myconf} $(use_enable nls)" \
- || myconf="${myconf} --disable-nls"
- econf ${myconf}
+ econf $(use_enable nls)
}
1.2 sys-apps/help2man/help2man-1.47.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/help2man-1.47.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/help2man-1.47.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/help2man-1.47.1.ebuild?r1=1.1&r2=1.2
Index: help2man-1.47.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.47.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- help2man-1.47.1.ebuild 18 Jun 2015 08:00:09 -0000 1.1
+++ help2man-1.47.1.ebuild 16 Jul 2015 02:51:11 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.47.1.ebuild,v
1.1 2015/06/18 08:00:09 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.47.1.ebuild,v
1.2 2015/07/16 02:51:11 vapier Exp $
EAPI=4
inherit eutils
@@ -12,12 +12,10 @@
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="nls elibc_glibc"
+IUSE="nls"
RDEPEND="dev-lang/perl
- elibc_glibc? ( nls? (
- dev-perl/Locale-gettext
- ) )"
+ nls? ( dev-perl/Locale-gettext )"
DEPEND=${RDEPEND}
DOCS="debian/changelog NEWS README THANKS" #385753
@@ -28,9 +26,5 @@
}
src_configure() {
- local myconf
- use elibc_glibc \
- && myconf="${myconf} $(use_enable nls)" \
- || myconf="${myconf} --disable-nls"
- econf ${myconf}
+ econf $(use_enable nls)
}
1.140 sys-apps/help2man/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.140&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.140&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/help2man/ChangeLog?r1=1.139&r2=1.140
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog 15 Jul 2015 20:39:21 -0000 1.139
+++ ChangeLog 16 Jul 2015 02:51:11 -0000 1.140
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/help2man
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.139
2015/07/15 20:39:21 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.140
2015/07/16 02:51:11 vapier Exp $
+
+ 16 Jul 2015; Mike Frysinger <[email protected]> help2man-1.45.1.ebuild,
+ help2man-1.46.6.ebuild, help2man-1.47.1.ebuild:
+ Drop USE=elibc_glibc requirement for USE=nls as the preload mechanism was
+ dropped in the 1.37 release.
15 Jul 2015; Mikle Kolyada <[email protected]> help2man-1.46.6.ebuild:
ia64 stable wrt bug #552450