mattst88 15/02/21 22:08:10 Modified: ChangeLog Added: libXp-1.0.3.ebuild Log: Version bump to 1.0.3, straight to stable. Fixes bug 485652. (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.56 x11-libs/libXp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXp/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXp/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXp/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXp/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 18 Jun 2014 21:09:32 -0000 1.55 +++ ChangeLog 21 Feb 2015 22:08:10 -0000 1.56 @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libXp -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXp/ChangeLog,v 1.55 2014/06/18 21:09:32 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXp/ChangeLog,v 1.56 2015/02/21 22:08:10 mattst88 Exp $ + +*libXp-1.0.3 (21 Feb 2015) + + 21 Feb 2015; Matt Turner <[email protected]> +libXp-1.0.3.ebuild: + Version bump to 1.0.3, straight to stable. Fixes bug 485652. 18 Jun 2014; Michał Górny <[email protected]> libXp-1.0.2.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug 1.1 x11-libs/libXp/libXp-1.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXp/libXp-1.0.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXp/libXp-1.0.3.ebuild?rev=1.1&content-type=text/plain Index: libXp-1.0.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXp/libXp-1.0.3.ebuild,v 1.1 2015/02/21 22:08:10 mattst88 Exp $ EAPI=5 XORG_MULTILIB=yes inherit xorg-2 DESCRIPTION="X.Org Xp library" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] >=x11-libs/libXau-1.0.7-r1[${MULTILIB_USEDEP}] >=x11-proto/printproto-1.0.5-r1[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}"
