diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-07-10 14:21:46 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-07-10 14:21:46 +0000 |
commit | c8e70ef4a11dbcd6b6b2faf1d18f91838eb44b0a (patch) | |
tree | fcc3cff395c413af48ba494026b47160d6a28ce5 /net-dns | |
parent | Add missing javadocs patch. Closes #475810 (diff) | |
download | gentoo-2-c8e70ef4a11dbcd6b6b2faf1d18f91838eb44b0a.tar.gz gentoo-2-c8e70ef4a11dbcd6b6b2faf1d18f91838eb44b0a.tar.bz2 gentoo-2-c8e70ef4a11dbcd6b6b2faf1d18f91838eb44b0a.zip |
Version bump (fixes bug #472604).
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/libidn/ChangeLog | 8 | ||||
-rw-r--r-- | net-dns/libidn/libidn-1.28.ebuild (renamed from net-dns/libidn/libidn-1.27.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-dns/libidn/ChangeLog b/net-dns/libidn/ChangeLog index dbd08173f5a4..91b1aed8afed 100644 --- a/net-dns/libidn/ChangeLog +++ b/net-dns/libidn/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dns/libidn # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.190 2013/06/07 16:47:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.191 2013/07/10 14:21:46 jer Exp $ + +*libidn-1.28 (10 Jul 2013) + + 10 Jul 2013; Jeroen Roovers <jer@gentoo.org> -libidn-1.27.ebuild, + +libidn-1.28.ebuild: + Version bump (fixes bug #472604). *libidn-1.27 (07 Jun 2013) diff --git a/net-dns/libidn/libidn-1.27.ebuild b/net-dns/libidn/libidn-1.28.ebuild index 72a419838bf2..22131e10ebf5 100644 --- a/net-dns/libidn/libidn-1.27.ebuild +++ b/net-dns/libidn/libidn-1.28.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.27.ebuild,v 1.1 2013/06/07 16:47:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.28.ebuild,v 1.1 2013/07/10 14:21:46 jer Exp $ EAPI=5 -inherit elisp-common java-pkg-opt-2 mono +inherit elisp-common java-pkg-opt-2 mono-env DESCRIPTION="Internationalized Domain Names (IDN) implementation" HOMEPAGE="http://www.gnu.org/software/libidn/" |