* [gentoo-commits] gentoo-x86 commit in media-libs/libcaca: ChangeLog libcaca-0.99_beta18-r2.ebuild
@ 2014-04-18 15:52 Julian Ospald (hasufell)
0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2014-04-18 15:52 UTC (permalink / raw
To: gentoo-commits
hasufell 14/04/18 15:52:32
Modified: ChangeLog
Added: libcaca-0.99_beta18-r2.ebuild
Log:
add multilib support wrt #497776, patches by Michael Mair-Keimberger
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path
1.112 media-libs/libcaca/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?r1=1.111&r2=1.112
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog 14 Aug 2013 18:51:15 -0000 1.111
+++ ChangeLog 18 Apr 2014 15:52:32 -0000 1.112
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/libcaca
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.111 2013/08/14 18:51:15 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.112 2014/04/18 15:52:32 hasufell Exp $
+
+*libcaca-0.99_beta18-r2 (18 Apr 2014)
+
+ 18 Apr 2014; Julian Ospald <hasufell@gentoo.org>
+ +libcaca-0.99_beta18-r2.ebuild, +files/libcaca-0.99_beta18-fix-tests.patch:
+ add multilib support wrt #497776, patches by Michael Mair-Keimberger
14 Aug 2013; Alexis Ballier <aballier@gentoo.org>
libcaca-0.99_beta18-r1.ebuild:
1.1 media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.1&content-type=text/plain
Index: libcaca-0.99_beta18-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.1 2014/04/18 15:52:32 hasufell Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit autotools-multilib eutils flag-o-matic mono multilib java-pkg-opt-2 python-single-r1
MY_P=${P/_/.}
DESCRIPTION="A library that creates colored ASCII-art graphics"
HOMEPAGE="http://libcaca.zoy.org/"
SRC_URI="http://libcaca.zoy.org/files/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2 ISC LGPL-2.1 WTFPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="cxx doc imlib java mono ncurses opengl python ruby slang static-libs test truetype X"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
COMMON_DEPEND="imlib? ( media-libs/imlib2[${MULTILIB_USEDEP}] )
mono? ( dev-lang/mono )
ncurses? ( >=sys-libs/ncurses-5.3[${MULTILIB_USEDEP}] )
opengl? (
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
media-libs/freeglut[${MULTILIB_USEDEP}]
truetype? ( >=media-libs/ftgl-2.1.3_rc5 )
)
python? ( ${PYTHON_DEPS} )
ruby? ( =dev-lang/ruby-1.8* )
slang? ( >=sys-libs/slang-2[${MULTILIB_USEDEP}] )
X? ( x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libXt[${MULTILIB_USEDEP}] )"
RDEPEND="${COMMON_DEPEND}
java? ( >=virtual/jre-1.5 )"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
doc? (
app-doc/doxygen
virtual/latex-base
>=dev-texlive/texlive-fontsrecommended-2012
>=dev-texlive/texlive-latexextra-2012
dev-tex/xcolor
)
java? ( >=virtual/jdk-1.5 )
test? ( dev-util/cppunit )"
S=${WORKDIR}/${MY_P}
DOCS=( AUTHORS ChangeLog NEWS NOTES README THANKS )
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_prepare() {
sed -i -e '/doxygen_tests = check-doxygen/d' test/Makefile.am || die #339962
sed -i \
-e 's:-g -O2 -fno-strength-reduce -fomit-frame-pointer::' \
-e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
configure.ac || die
sed -i \
-e 's:$(JAVAC):$(JAVAC) $(JAVACFLAGS):' \
-e 's:libcaca_java_la_CPPFLAGS =:libcaca_java_la_CPPFLAGS = -I../caca:' \
java/Makefile.am || die
if ! use truetype; then
sed -i -e '/PKG_CHECK_MODULES/s:ftgl:dIsAbLe&:' configure.ac || die
fi
if use imlib && ! use X; then
append-cflags -DX_DISPLAY_MISSING
fi
has_version '>=dev-texlive/texlive-latex-2013' && epatch "${FILESDIR}/${P}-latex_hacks.patch"
# fix out of source tests
epatch "${FILESDIR}/${P}-fix-tests.patch"
eautoreconf
java-pkg-opt-2_src_prepare
}
multilib_src_configure() {
local myeconfargs=(
$(use_enable static-libs static)
$(use_enable slang)
$(use_enable ncurses)
$(use_enable X x11) $(use_with X x) --x-libraries=/usr/$(get_libdir)
$(use_enable opengl gl)
$(use_enable cxx)
$(use_enable imlib imlib2)
$(use_enable test cppunit)
)
if multilib_build_binaries; then
if use java; then
export JAVACFLAGS="$(java-pkg_javac-args)"
append-cflags "$(java-pkg_get-jni-cflags)"
fi
use mono && export CSC="$(type -P gmcs)" #329651
export VARTEXFONTS="${T}/fonts" #44128
myeconfargs+=(
$(use_enable java)
$(use_enable ruby)
$(use_enable python)
$(use_enable mono csharp)
$(use_enable doc)
)
else
myeconfargs+=(
--disable-java
--disable-ruby
--disable-python
--disable-csharp
--disable-doc
)
fi
autotools-utils_src_configure
}
src_compile() {
local _java_makeopts
use java && _java_makeopts="-j1" #480864
autotools-multilib_src_compile ${_java_makeopts}
}
multilib_src_test() {
emake -j1 check
}
src_install() {
autotools-multilib_src_install
if use java; then
java-pkg_newjar java/libjava.jar
fi
rm -rf "${D}"/usr/share/java
prune_libtool_files --modules
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libcaca: ChangeLog libcaca-0.99_beta18-r2.ebuild
@ 2014-04-24 18:52 Julian Ospald (hasufell)
0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2014-04-24 18:52 UTC (permalink / raw
To: gentoo-commits
hasufell 14/04/24 18:52:35
Modified: ChangeLog libcaca-0.99_beta18-r2.ebuild
Log:
convert to multilib-minimal instead and fix bug #508564
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path
1.114 media-libs/libcaca/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?r1=1.113&r2=1.114
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog 19 Apr 2014 07:32:39 -0000 1.113
+++ ChangeLog 24 Apr 2014 18:52:35 -0000 1.114
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libcaca
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.113 2014/04/19 07:32:39 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.114 2014/04/24 18:52:35 hasufell Exp $
+
+ 24 Apr 2014; Julian Ospald <hasufell@gentoo.org>
+ libcaca-0.99_beta18-r2.ebuild:
+ convert to multilib-minimal instead and fix bug #508564
19 Apr 2014; Patrick Lauer <patrick@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
Whitespace
1.3 media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?r1=1.2&r2=1.3
Index: libcaca-0.99_beta18-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libcaca-0.99_beta18-r2.ebuild 19 Apr 2014 07:32:39 -0000 1.2
+++ libcaca-0.99_beta18-r2.ebuild 24 Apr 2014 18:52:35 -0000 1.3
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.2 2014/04/19 07:32:39 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.3 2014/04/24 18:52:35 hasufell Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
-inherit autotools-multilib eutils flag-o-matic mono multilib java-pkg-opt-2 python-single-r1
+inherit autotools eutils flag-o-matic mono multilib java-pkg-opt-2 python-single-r1 multilib-minimal
MY_P=${P/_/.}
DESCRIPTION="A library that creates colored ASCII-art graphics"
@@ -84,17 +84,6 @@
}
multilib_src_configure() {
- local myeconfargs=(
- $(use_enable static-libs static)
- $(use_enable slang)
- $(use_enable ncurses)
- $(use_enable X x11) $(use_with X x) --x-libraries=/usr/$(get_libdir)
- $(use_enable opengl gl)
- $(use_enable cxx)
- $(use_enable imlib imlib2)
- $(use_enable test cppunit)
- )
-
if multilib_build_binaries; then
if use java; then
export JAVACFLAGS="$(java-pkg_javac-args)"
@@ -103,45 +92,45 @@
use mono && export CSC="$(type -P gmcs)" #329651
export VARTEXFONTS="${T}/fonts" #44128
-
- myeconfargs+=(
- $(use_enable java)
- $(use_enable ruby)
- $(use_enable python)
- $(use_enable mono csharp)
- $(use_enable doc)
- )
- else
- myeconfargs+=(
- --disable-java
- --disable-ruby
- --disable-python
- --disable-csharp
- --disable-doc
- )
fi
- autotools-utils_src_configure
+ ECONF_SOURCE="${S}" \
+ econf \
+ $(use_enable static-libs static) \
+ $(use_enable slang) \
+ $(use_enable ncurses) \
+ $(use_enable X x11) $(use_with X x) --x-libraries=/usr/$(get_libdir) \
+ $(use_enable opengl gl) \
+ $(use_enable cxx) \
+ $(use_enable imlib imlib2) \
+ $(use_enable test cppunit) \
+ $(multilib_native_use_enable java) \
+ $(multilib_native_use_enable ruby) \
+ $(multilib_native_use_enable python) \
+ $(multilib_native_use_enable mono csharp) \
+ $(multilib_native_use_enable doc)
}
-src_compile() {
+multilib_src_compile() {
local _java_makeopts
use java && _java_makeopts="-j1" #480864
- autotools-multilib_src_compile ${_java_makeopts}
+ emake ${_java_makeopts}
}
multilib_src_test() {
emake -j1 check
}
-src_install() {
- autotools-multilib_src_install
+multilib_src_install() {
+ emake DESTDIR="${D}" install
- if use java; then
+ if multilib_build_binaries && use java; then
java-pkg_newjar java/libjava.jar
fi
+}
+multilib_src_install_all() {
+ einstalldocs
rm -rf "${D}"/usr/share/java
-
prune_libtool_files --modules
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libcaca: ChangeLog libcaca-0.99_beta18-r2.ebuild
@ 2014-08-07 18:57 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2014-08-07 18:57 UTC (permalink / raw
To: gentoo-commits
jer 14/08/07 18:57:47
Modified: ChangeLog libcaca-0.99_beta18-r2.ebuild
Log:
Stable for HPPA (bug #512012).
(Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.122 media-libs/libcaca/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 1 Aug 2014 19:54:20 -0000 1.121
+++ ChangeLog 7 Aug 2014 18:57:47 -0000 1.122
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libcaca
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.121 2014/08/01 19:54:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.122 2014/08/07 18:57:47 jer Exp $
+
+ 07 Aug 2014; Jeroen Roovers <jer@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
+ Stable for HPPA (bug #512012).
01 Aug 2014; Samuli Suominen <ssuominen@gentoo.org>
libcaca-0.99_beta18-r2.ebuild:
1.10 media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?r1=1.9&r2=1.10
Index: libcaca-0.99_beta18-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libcaca-0.99_beta18-r2.ebuild 1 Aug 2014 19:42:47 -0000 1.9
+++ libcaca-0.99_beta18-r2.ebuild 7 Aug 2014 18:57:47 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.9 2014/08/01 19:42:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.10 2014/08/07 18:57:47 jer Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
LICENSE="GPL-2 ISC LGPL-2.1 WTFPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="cxx doc imlib java mono ncurses opengl python ruby slang static-libs test truetype X"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libcaca: ChangeLog libcaca-0.99_beta18-r2.ebuild
@ 2014-09-21 20:06 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2014-09-21 20:06 UTC (permalink / raw
To: gentoo-commits
maekke 14/09/21 20:06:57
Modified: ChangeLog libcaca-0.99_beta18-r2.ebuild
Log:
arm stable, bug #522270
(Portage version: 2.2.13/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.127 media-libs/libcaca/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?r1=1.126&r2=1.127
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog 15 Sep 2014 08:21:15 -0000 1.126
+++ ChangeLog 21 Sep 2014 20:06:57 -0000 1.127
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libcaca
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.126 2014/09/15 08:21:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.127 2014/09/21 20:06:57 maekke Exp $
+
+ 21 Sep 2014; Markus Meier <maekke@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
+ arm stable, bug #522270
15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
Stable for sparc, wrt bug #512012
1.15 media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?r1=1.14&r2=1.15
Index: libcaca-0.99_beta18-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libcaca-0.99_beta18-r2.ebuild 15 Sep 2014 08:21:15 -0000 1.14
+++ libcaca-0.99_beta18-r2.ebuild 21 Sep 2014 20:06:57 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.14 2014/09/15 08:21:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.15 2014/09/21 20:06:57 maekke Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
LICENSE="GPL-2 ISC LGPL-2.1 WTFPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="cxx doc imlib java mono ncurses opengl python ruby slang static-libs test truetype X"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-21 20:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24 18:52 [gentoo-commits] gentoo-x86 commit in media-libs/libcaca: ChangeLog libcaca-0.99_beta18-r2.ebuild Julian Ospald (hasufell)
-- strict thread matches above, loose matches on Subject: below --
2014-09-21 20:06 Markus Meier (maekke)
2014-08-07 18:57 Jeroen Roovers (jer)
2014-04-18 15:52 Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox