public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libGLw: ChangeLog libGLw-1.0.0.ebuild
@ 2012-05-17 15:50 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-05-17 15:50 UTC (permalink / raw
  To: gentoo-commits

jlec        12/05/17 15:50:18

  Modified:             ChangeLog
  Added:                libGLw-1.0.0.ebuild
  Log:
  x11-libs/libGLw: Version Bump
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-libs/libGLw/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libGLw/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	5 May 2012 03:52:24 -0000	1.3
+++ ChangeLog	17 May 2012 15:50:18 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libGLw
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/ChangeLog,v 1.3 2012/05/05 03:52:24 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/ChangeLog,v 1.4 2012/05/17 15:50:18 jlec Exp $
+
+*libGLw-1.0.0 (17 May 2012)
+
+  17 May 2012; Justin Lecher <jlec@gentoo.org> +libGLw-1.0.0.ebuild:
+  Version Bump
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> libGLw-1.0.0_pre120304.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



1.1                  x11-libs/libGLw/libGLw-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: libGLw-1.0.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0.ebuild,v 1.1 2012/05/17 15:50:18 jlec Exp $

EAPI=4

MY_P=glw-"${PV}"

inherit autotools-utils

DESCRIPTION="Mesa GLw library"
HOMEPAGE="http://mesa3d.sourceforge.net/"
SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/glw/${MY_P}.tar.bz2"

SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+motif static-libs"

RDEPEND="
	!media-libs/mesa[motif]
	x11-libs/libX11
	x11-libs/libXt
	x11-libs/openmotif
	virtual/opengl"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

S="${WORKDIR}"/${MY_P}

src_configure() {
	local myeconfargs=(
		--enable-motif
		)
	autotools-utils_src_configure
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-17 15:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-17 15:50 [gentoo-commits] gentoo-x86 commit in x11-libs/libGLw: ChangeLog libGLw-1.0.0.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox