diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-05-15 09:11:08 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-05-15 09:11:08 +0000 |
commit | babd81210a534f931ce9859a14c2d9025f3338fa (patch) | |
tree | fa8ac0c337c02de09a312df21e9aa9555bdeace6 /sys-devel | |
parent | Raise e2fsprogs dependency for -fragment.patch and tidy up -asneeded.patch. (diff) | |
download | gentoo-2-babd81210a534f931ce9859a14c2d9025f3338fa.tar.gz gentoo-2-babd81210a534f931ce9859a14c2d9025f3338fa.tar.bz2 gentoo-2-babd81210a534f931ce9859a14c2d9025f3338fa.zip |
Version bump. Removed old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.19_rc2.ebuild (renamed from sys-devel/gettext/gettext-0.19_rc1.ebuild) | 14 |
2 files changed, 15 insertions, 7 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index 760d6d97ae31..00730f694e54 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/gettext # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.242 2014/05/12 11:13:16 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.243 2014/05/15 09:11:08 polynomial-c Exp $ + +*gettext-0.19_rc2 (15 May 2014) + + 15 May 2014; Lars Wendler <polynomial-c@gentoo.org> -gettext-0.19_rc1.ebuild, + +gettext-0.19_rc2.ebuild: + Version bump. Removed old. *gettext-0.19_rc1 (12 May 2014) diff --git a/sys-devel/gettext/gettext-0.19_rc1.ebuild b/sys-devel/gettext/gettext-0.19_rc2.ebuild index 91b661dfb5ee..6d014dc3ca1d 100644 --- a/sys-devel/gettext/gettext-0.19_rc1.ebuild +++ b/sys-devel/gettext/gettext-0.19_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19_rc1.ebuild,v 1.1 2014/05/12 11:13:16 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19_rc2.ebuild,v 1.1 2014/05/15 09:11:08 polynomial-c Exp $ EAPI="4" @@ -9,16 +9,18 @@ inherit flag-o-matic eutils multilib toolchain-funcs mono-env libtool java-pkg-o DESCRIPTION="GNU locale utilities" HOMEPAGE="http://www.gnu.org/software/gettext/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -if [[ ${PV} =~ _rc ]] ; then - SRC_URI="mirror://gnu-alpha/${PN}/${P/_/-}.tar.gz" - S="${WORKDIR}/${P/_/-}" -fi LICENSE="GPL-3 LGPL-2" SLOT="0" -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +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" +if [[ ${PV} =~ _rc ]] ; then + SRC_URI="mirror://gnu-alpha/${PN}/${P/_/-}.tar.gz" + KEYWORDS="" + S="${WORKDIR}/${P/_/-}" +fi + # only runtime goes multilib DEPEND="virtual/libiconv[${MULTILIB_USEDEP}] dev-libs/libxml2 |