* [gentoo-commits] gentoo-x86 commit in dev-ml/camlimages: ChangeLog camlimages-4.0.1.ebuild
@ 2012-04-10 12:22 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-10 12:22 UTC (permalink / raw
To: gentoo-commits
aballier 12/04/10 12:22:14
Modified: ChangeLog
Added: camlimages-4.0.1.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Revision Changes Path
1.31 dev-ml/camlimages/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 28 Feb 2011 18:10:41 -0000 1.30
+++ ChangeLog 10 Apr 2012 12:22:14 -0000 1.31
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/camlimages
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.30 2011/02/28 18:10:41 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.31 2012/04/10 12:22:14 aballier Exp $
+
+*camlimages-4.0.1 (10 Apr 2012)
+
+ 10 Apr 2012; Alexis Ballier <aballier@gentoo.org> +camlimages-4.0.1.ebuild,
+ +files/camlimages-4.0.1-libpng15.patch:
+ version bump
28 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> camlimages-3.0.2.ebuild:
Use virtual/jpeg.
1.1 dev-ml/camlimages/camlimages-4.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild?rev=1.1&content-type=text/plain
Index: camlimages-4.0.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild,v 1.1 2012/04/10 12:22:14 aballier Exp $
EAPI=4
inherit eutils vcs-snapshot findlib multilib
DESCRIPTION="An image manipulation library for ocaml"
HOMEPAGE="http://gallium.inria.fr/camlimages/"
SRC_URI="http://bitbucket.org/camlspotter/camlimages/get/v4.0.1.tar.bz2 -> ${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc gif gs gtk jpeg png tiff truetype X xpm zlib"
RDEPEND=">=dev-lang/ocaml-3.10.2[X?,ocamlopt]
gif? ( media-libs/giflib )
gtk? ( dev-ml/lablgtk )
gs? ( app-text/ghostscript-gpl )
jpeg? ( virtual/jpeg )
tiff? ( media-libs/tiff )
png? ( >=media-libs/libpng-1.4 )
truetype? ( >=media-libs/freetype-2 )
xpm? ( x11-libs/libXpm )
X? ( x11-apps/rgb )
zlib? ( sys-libs/zlib )
"
DEPEND="${DEPEND}
doc? ( dev-python/sphinx[latex] )
dev-util/omake
dev-ml/findlib"
REQUIRED_USE="png? ( zlib )"
src_prepare() {
epatch "${FILESDIR}/${P}-libpng15.patch"
}
camlimages_disable_have() {
if ! use $1 ; then
sed -i -e "s/^[[:space:]]*HAVE_$2.*\$/ HAVE_$2 = false/" OMakefile || die
sed -i -e "s/^[[:space:]]*SUPPORT_$2.*\$/\0\n SUPPORT_$2 = false/" OMakefile || die
fi
}
src_configure() {
camlimages_disable_have gif GIF
camlimages_disable_have zlib Z
camlimages_disable_have png PNG
camlimages_disable_have jpeg JPEG
camlimages_disable_have tiff TIFF
camlimages_disable_have xpm XPM
camlimages_disable_have gs PS
camlimages_disable_have gtk LABLGTK2
camlimages_disable_have X GRAPHICS
camlimages_disable_have X RGB_TXT
camlimages_disable_have truetype FREETYPE
}
src_compile() {
omake --force-dotomake || die
if use doc ; then
sphinx-build doc/sphinx sphinxdoc || die
fi
}
src_install() {
findlib_src_preinst
omake --force-dotomake DESTDIR="${D}" install || die
dodoc README
use doc && dohtml -r sphinxdoc/*
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/camlimages: ChangeLog camlimages-4.0.1.ebuild
@ 2012-07-24 10:50 Johannes Huber (johu)
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber (johu) @ 2012-07-24 10:50 UTC (permalink / raw
To: gentoo-commits
johu 12/07/24 10:50:03
Modified: ChangeLog camlimages-4.0.1.ebuild
Log:
Stable for x86, wrt bug #416527
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.33 dev-ml/camlimages/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 16 Jun 2012 16:37:51 -0000 1.32
+++ ChangeLog 24 Jul 2012 10:50:03 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/camlimages
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.32 2012/06/16 16:37:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.33 2012/07/24 10:50:03 johu Exp $
+
+ 24 Jul 2012; Johannes Huber <johu@gentoo.org> camlimages-4.0.1.ebuild:
+ Stable for x86, wrt bug #416527
16 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> camlimages-3.0.2.ebuild,
camlimages-4.0.1.ebuild, metadata.xml:
1.3 dev-ml/camlimages/camlimages-4.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild?r1=1.2&r2=1.3
Index: camlimages-4.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- camlimages-4.0.1.ebuild 16 Jun 2012 16:37:51 -0000 1.2
+++ camlimages-4.0.1.ebuild 24 Jul 2012 10:50:03 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild,v 1.2 2012/06/16 16:37:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild,v 1.3 2012/07/24 10:50:03 johu Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="doc gif gtk jpeg png postscript tiff truetype X xpm zlib"
RDEPEND=">=dev-lang/ocaml-3.10.2[X?,ocamlopt]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/camlimages: ChangeLog camlimages-4.0.1.ebuild
@ 2013-05-24 15:46 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2013-05-24 15:46 UTC (permalink / raw
To: gentoo-commits
aballier 13/05/24 15:46:20
Modified: ChangeLog camlimages-4.0.1.ebuild
Log:
eapi5, define subslot and add slot dep on ocaml
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.36 dev-ml/camlimages/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 18 Feb 2013 15:11:51 -0000 1.35
+++ ChangeLog 24 May 2013 15:46:20 -0000 1.36
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/camlimages
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.35 2013/02/18 15:11:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/ChangeLog,v 1.36 2013/05/24 15:46:20 aballier Exp $
+
+ 24 May 2013; Alexis Ballier <aballier@gentoo.org> camlimages-4.0.1.ebuild:
+ eapi5, define subslot and add slot dep on ocaml
18 Feb 2013; Alexis Ballier <aballier@gentoo.org> -camlimages-3.0.2.ebuild,
-files/camlimages-3.0.2-annot.patch, -files/camlimages-3.0.2-libpng15.patch,
1.5 dev-ml/camlimages/camlimages-4.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild?r1=1.4&r2=1.5
Index: camlimages-4.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- camlimages-4.0.1.ebuild 22 Aug 2012 23:54:41 -0000 1.4
+++ camlimages-4.0.1.ebuild 24 May 2013 15:46:20 -0000 1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild,v 1.4 2012/08/22 23:54:41 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlimages/camlimages-4.0.1.ebuild,v 1.5 2013/05/24 15:46:20 aballier Exp $
-EAPI=4
+EAPI=5
inherit eutils vcs-snapshot findlib multilib
@@ -11,11 +11,11 @@
SRC_URI="http://bitbucket.org/camlspotter/camlimages/get/v4.0.1.tar.bz2 -> ${P}.tar.bz2"
LICENSE="LGPL-2.1"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64 ppc x86"
IUSE="doc gif gtk jpeg png postscript tiff truetype X xpm zlib"
-RDEPEND=">=dev-lang/ocaml-3.10.2[X?,ocamlopt]
+RDEPEND=">=dev-lang/ocaml-3.10.2:=[X?,ocamlopt]
gif? ( media-libs/giflib )
gtk? ( dev-ml/lablgtk )
jpeg? ( virtual/jpeg )
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-24 15:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-10 12:22 [gentoo-commits] gentoo-x86 commit in dev-ml/camlimages: ChangeLog camlimages-4.0.1.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2012-07-24 10:50 Johannes Huber (johu)
2013-05-24 15:46 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox