summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-21 21:02:05 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-21 21:02:05 +0000
commitd7803a120215ca345e8e558f2c45ead83c034222 (patch)
treef9644276293a2e869247cba61fa7742e5ef662ab /media-libs/ftgl
parentMigrate to EAPI=2. Add a default-on USE flag for external FUSE, as the intern... (diff)
downloadgentoo-2-d7803a120215ca345e8e558f2c45ead83c034222.tar.gz
gentoo-2-d7803a120215ca345e8e558f2c45ead83c034222.tar.bz2
gentoo-2-d7803a120215ca345e8e558f2c45ead83c034222.zip
repoman issues
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/ftgl')
-rw-r--r--media-libs/ftgl/ftgl-2.1.2-r1.ebuild59
-rw-r--r--media-libs/ftgl/ftgl-2.1.2-r2.ebuild8
-rw-r--r--media-libs/ftgl/ftgl-2.1.3_rc5.ebuild9
3 files changed, 7 insertions, 69 deletions
diff --git a/media-libs/ftgl/ftgl-2.1.2-r1.ebuild b/media-libs/ftgl/ftgl-2.1.2-r1.ebuild
deleted file mode 100644
index 7b643e2b28df..000000000000
--- a/media-libs/ftgl/ftgl-2.1.2-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ftgl-2.1.2-r1.ebuild,v 1.17 2008/03/30 22:58:20 ricmm Exp $
-
-WANT_AUTOMAKE=latest
-WANT_AUTOCONF=latest
-inherit eutils flag-o-matic autotools
-
-DESCRIPTION="library to use arbitrary fonts in OpenGL applications"
-HOMEPAGE="http://homepages.paradise.net.nz/henryj/code/#FTGL"
-SRC_URI="http://opengl.geek.nz/ftgl/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=media-libs/freetype-2.0.9
- virtual/opengl
- virtual/glut"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/FTGL/unix
-
-src_unpack() {
- unpack ${A}
-
- # Use the correct includedir for pkg-config
- epatch \
- "${FILESDIR}"/${PV}-ftgl.pc.in.patch \
- "${FILESDIR}"/${P}-gcc41.patch
- if ! has_version app-doc/doxygen ; then
- cd FTGL/docs
- tar xzf html.tar.gz || die "unpack html.tar.gz"
- ln -fs ../../docs/html "${S}/docs"
- fi
- sed -i \
- -e "s:\((PACKAGE_NAME)\):\1-${PVR}:g" "${S}"/docs/Makefile \
- || die "sed failed"
- sed -i \
- -e "s: \\$:\t\\$:g" "${S}"/src/Makefile \
- || die "sed failed"
-
- cd "${S}"
- AT_M4DIR=m4 eautoreconf
-}
-
-src_compile() {
- strip-flags # ftgl is sensitive - bug #112820
- econf \
- --enable-shared \
- || die
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc README.txt
-}
diff --git a/media-libs/ftgl/ftgl-2.1.2-r2.ebuild b/media-libs/ftgl/ftgl-2.1.2-r2.ebuild
index 7ea0c41d360a..f37743c9a58f 100644
--- a/media-libs/ftgl/ftgl-2.1.2-r2.ebuild
+++ b/media-libs/ftgl/ftgl-2.1.2-r2.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ftgl-2.1.2-r2.ebuild,v 1.1 2008/01/05 01:15:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ftgl-2.1.2-r2.ebuild,v 1.2 2009/08/21 21:02:05 ssuominen Exp $
-WANT_AUTOMAKE=latest
-WANT_AUTOCONF=latest
inherit eutils flag-o-matic autotools
DESCRIPTION="library to use arbitrary fonts in OpenGL applications"
@@ -12,7 +10,7 @@ SRC_URI="http://opengl.geek.nz/ftgl/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=">=media-libs/freetype-2.0.9
diff --git a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
index b81cb6720d0a..dbab9f4e3f36 100644
--- a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
+++ b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
@@ -1,9 +1,7 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild,v 1.7 2009/08/10 15:10:10 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild,v 1.8 2009/08/21 21:02:05 ssuominen Exp $
-WANT_AUTOMAKE=latest
-WANT_AUTOCONF=latest
inherit eutils flag-o-matic autotools
MY_PV=${PV/_/-}
@@ -20,12 +18,13 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
-DEPEND=">=media-libs/freetype-2.0.9
+RDEPEND=">=media-libs/freetype-2.0.9
virtual/opengl
virtual/glu
virtual/glut"
+DEPEND="${RDEPEND}"
-S="${WORKDIR}"/${MY_P2}
+S=${WORKDIR}/${MY_P2}
src_unpack() {
unpack ${A}