mrueg 15/07/02 01:14:08 Modified: ChangeLog Added: xproto-7.0.28.ebuild Removed: xproto-7.0.25.ebuild xproto-7.0.26.ebuild Log: Version bump. Remove old. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.180 x11-proto/xproto/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?rev=1.180&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?rev=1.180&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?r1=1.179&r2=1.180 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v retrieving revision 1.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- ChangeLog 14 Mar 2015 13:43:35 -0000 1.179 +++ ChangeLog 2 Jul 2015 01:14:08 -0000 1.180 @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/xproto # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.179 2015/03/14 13:43:35 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.180 2015/07/02 01:14:08 mrueg Exp $ + +*xproto-7.0.28 (02 Jul 2015) + + 02 Jul 2015; Manuel RĂ¼ger <[email protected]> +xproto-7.0.28.ebuild, + -xproto-7.0.25.ebuild, -xproto-7.0.26.ebuild: + Version bump. Remove old. 14 Mar 2015; Markus Meier <[email protected]> xproto-7.0.27.ebuild: arm stable, bug #530652 1.1 x11-proto/xproto/xproto-7.0.28.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/xproto-7.0.28.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/xproto-7.0.28.ebuild?rev=1.1&content-type=text/plain Index: xproto-7.0.28.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0.28.ebuild,v 1.1 2015/07/02 01:14:08 mrueg Exp $ EAPI=5 XORG_DOC=doc XORG_MULTILIB=yes inherit xorg-2 DESCRIPTION="X.Org xproto protocol headers" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable doc specs) $(use_with doc xmlto) --without-fop ) xorg-2_src_configure }
