eva 14/04/25 22:23:56 Modified: ChangeLog Added: gtkglarea-2.1.0.ebuild Removed: gtkglarea-2.0.1.ebuild Log: Version bump. Clean up old revision. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.59 x11-libs/gtkglarea/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkglarea/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkglarea/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkglarea/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 10 Apr 2013 20:22:16 -0000 1.58 +++ ChangeLog 25 Apr 2014 22:23:56 -0000 1.59 @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/gtkglarea -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/ChangeLog,v 1.58 2013/04/10 20:22:16 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/ChangeLog,v 1.59 2014/04/25 22:23:56 eva Exp $ + +*gtkglarea-2.1.0 (25 Apr 2014) + + 25 Apr 2014; Gilles Dartiguelongue <[email protected]> -gtkglarea-2.0.1.ebuild, + +gtkglarea-2.1.0.ebuild: + Version bump. Clean up old revision. 10 Apr 2013; Agostino Sarubbo <[email protected]> gtkglarea-2.0.1-r1.ebuild: Stable for hppa, wrt bug #458984 1.1 x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild?rev=1.1&content-type=text/plain Index: gtkglarea-2.1.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/gtkglarea-2.1.0.ebuild,v 1.1 2014/04/25 22:23:56 eva Exp $ EAPI="5" GCONF_DEBUG="no" inherit gnome2 DESCRIPTION="OpenGL canvas and context provider for GTK+" HOMEPAGE="http://www.mono-project.com/GtkGLArea" LICENSE="LGPL-2+ GPL-2+" # examples are GPL-2+, library is LGPL-2+ SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="examples" RDEPEND=" >=x11-libs/gtk+-2.22:2 virtual/opengl " DEPEND="${RDEPEND} virtual/pkgconfig " src_prepare() { # Do not build examples sed -e "s:\(SUBDIRS.*\)examples:\1:" \ -i Makefile.am Makefile.in || die "sed 1 failed" gnome2_src_prepare } src_configure() { gnome2_src_configure --disable-static } src_install() { DOCS="AUTHORS ChangeLog NEWS README* docs/*.txt" gnome2_src_install if use examples; then cd "${S}"/examples insinto /usr/share/doc/${PF}/examples doins *.c *.h *.lwo README || die "doins failed" fi }
