* [gentoo-commits] gentoo-x86 commit in media-libs/gle: ChangeLog gle-3.1.0-r2.ebuild gle-3.1.0-r1.ebuild
@ 2011-01-05 10:37 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2011-01-05 10:37 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/01/05 10:37:39
Modified: ChangeLog
Added: gle-3.1.0-r2.ebuild
Removed: gle-3.1.0-r1.ebuild
Log:
Properly fix as-needed issues, fix man pages, migrate to autotools-utils.eclass. Drop old
(Portage version: 2.2.0_alpha10_p22/cvs/Linux x86_64)
Revision Changes Path
1.35 media-libs/gle/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gle/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gle/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gle/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gle/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 5 Jan 2011 08:48:20 -0000 1.34
+++ ChangeLog 5 Jan 2011 10:37:38 -0000 1.35
@@ -1,6 +1,14 @@
# ChangeLog for media-libs/gle
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/ChangeLog,v 1.34 2011/01/05 08:48:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/ChangeLog,v 1.35 2011/01/05 10:37:38 xarthisius Exp $
+
+*gle-3.1.0-r2 (05 Jan 2011)
+
+ 05 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> -gle-3.1.0-r1.ebuild,
+ +gle-3.1.0-r2.ebuild, -files/gle-3.1.0-autotools.patch,
+ +files/gle-3.1.0-autotools-r1.patch:
+ Properly fix as-needed issues, fix man pages, migrate to
+ autotools-utils.eclass. Drop old
05 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> gle-3.0.1-r2.ebuild:
Fix implicit RDEPEND assignment.
1.1 media-libs/gle/gle-3.1.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gle/gle-3.1.0-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gle/gle-3.1.0-r2.ebuild?rev=1.1&content-type=text/plain
Index: gle-3.1.0-r2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.1.0-r2.ebuild,v 1.1 2011/01/05 10:37:39 xarthisius Exp $
EAPI=3
inherit autotools autotools-utils multilib
DESCRIPTION="GL extrusion library"
HOMEPAGE="http://www.linas.org/gle"
SRC_URI="http://www.linas.org/gle/pub/${P}.tar.gz"
LICENSE="Artistic GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="static-libs"
RDEPEND="virtual/opengl
media-libs/freeglut
app-admin/eselect-opengl"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
PATCHES=( "${FILESDIR}/${P}-autotools-r1.patch" )
DOCS=( AUTHORS README )
HTML_DOCS=( doc/html/ )
src_prepare() {
sed -i -e 's:malloc.h:stdlib.h:g' src/* || die #130340
autotools-utils_src_prepare
eautoreconf
}
src_configure() {
myeconfargs=(
--with-x
--x-libraries=/usr/$(get_libdir)/opengl/xorg-x11
)
autotools-utils_src_configure
}
src_install() {
autotools-utils_src_install
(cd man; for i in *.man; do newman ${i} ${i/.man/.3}; done)
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-05 10:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 10:37 [gentoo-commits] gentoo-x86 commit in media-libs/gle: ChangeLog gle-3.1.0-r2.ebuild gle-3.1.0-r1.ebuild Kacper Kowalik (xarthisius)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox