vapier 15/03/19 19:39:58 Modified: ChangeLog gettext-0.19.3.ebuild gettext-0.19.4.ebuild Log: Drop old rc handling which confuses KEYWORD handline. Drop libintl preserve as its been more than 5 years.
Revision Changes Path 1.263 sys-devel/gettext/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.263&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.263&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.262&r2=1.263 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v retrieving revision 1.262 retrieving revision 1.263 diff -u -r1.262 -r1.263 --- ChangeLog 13 Mar 2015 19:38:49 -0000 1.262 +++ ChangeLog 19 Mar 2015 19:39:58 -0000 1.263 @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/gettext # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.262 2015/03/13 19:38:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.263 2015/03/19 19:39:58 vapier Exp $ + + 19 Mar 2015; Mike Frysinger <vap...@gentoo.org> gettext-0.19.3.ebuild, + gettext-0.19.4.ebuild: + Drop old rc handling which confuses KEYWORD handline. Drop libintl preserve + as its been more than 5 years. 13 Mar 2015; Mikle Kolyada <zlog...@gentoo.org> gettext-0.19.3.ebuild: alpha stable wrt bug #528242 1.11 sys-devel/gettext/gettext-0.19.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.3.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.3.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.3.ebuild?r1=1.10&r2=1.11 Index: gettext-0.19.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.3.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gettext-0.19.3.ebuild 13 Mar 2015 19:38:49 -0000 1.10 +++ gettext-0.19.3.ebuild 19 Mar 2015 19:39:58 -0000 1.11 @@ -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-devel/gettext/gettext-0.19.3.ebuild,v 1.10 2015/03/13 19:38:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.3.ebuild,v 1.11 2015/03/19 19:39:58 vapier Exp $ EAPI="4" @@ -15,12 +15,6 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs elibc_glibc elibc_musl" -if [[ ${PV} =~ _rc ]] ; then - SRC_URI="mirror://gnu-alpha/${PN}/${P/_/-}.tar.xz" - KEYWORDS="" - S="${WORKDIR}/${P/_/-}" -fi - # only runtime goes multilib DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] dev-libs/libxml2 @@ -144,14 +138,5 @@ } pkg_preinst() { - # older gettext's sometimes installed libintl ... - # need to keep the linked version or the system - # could die (things like sed link against it :/) - preserve_old_lib /{,usr/}$(get_libdir)/libintl$(get_libname 7) - java-pkg-opt-2_pkg_preinst } - -pkg_postinst() { - preserve_old_lib_notify /{,usr/}$(get_libdir)/libintl$(get_libname 7) -} 1.2 sys-devel/gettext/gettext-0.19.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild?r1=1.1&r2=1.2 Index: gettext-0.19.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gettext-0.19.4.ebuild 24 Dec 2014 12:59:55 -0000 1.1 +++ gettext-0.19.4.ebuild 19 Mar 2015 19:39:58 -0000 1.2 @@ -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-devel/gettext/gettext-0.19.4.ebuild,v 1.1 2014/12/24 12:59:55 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild,v 1.2 2015/03/19 19:39:58 vapier Exp $ EAPI="4" @@ -15,12 +15,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs elibc_glibc elibc_musl" -if [[ ${PV} =~ _rc ]] ; then - SRC_URI="mirror://gnu-alpha/${PN}/${P/_/-}.tar.xz" - KEYWORDS="" - S="${WORKDIR}/${P/_/-}" -fi - # only runtime goes multilib DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] dev-libs/libxml2 @@ -144,14 +138,5 @@ } pkg_preinst() { - # older gettext's sometimes installed libintl ... - # need to keep the linked version or the system - # could die (things like sed link against it :/) - preserve_old_lib /{,usr/}$(get_libdir)/libintl$(get_libname 7) - java-pkg-opt-2_pkg_preinst } - -pkg_postinst() { - preserve_old_lib_notify /{,usr/}$(get_libdir)/libintl$(get_libname 7) -}