aballier 15/01/12 15:25:42
Modified: ChangeLog
Added: collada-dom-2.4.3_pre20150112.ebuild
collada-dom-9999.ebuild
Log:
add live ebuild for github version and take a snapshot from there: sf version
is not maintained anymore and is buggy; thanks to José Henriques for the help
in this investigation
Signed-off-by: [email protected]
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
160F534A)
Revision Changes Path
1.4 dev-libs/collada-dom/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/collada-dom/ChangeLog?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/collada-dom/ChangeLog?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/collada-dom/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/collada-dom/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 24 Oct 2014 09:19:49 -0000 1.3
+++ ChangeLog 12 Jan 2015 15:25:42 -0000 1.4
@@ -1,6 +1,16 @@
# ChangeLog for dev-libs/collada-dom
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/collada-dom/ChangeLog,v 1.3
2014/10/24 09:19:49 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/collada-dom/ChangeLog,v 1.4
2015/01/12 15:25:42 aballier Exp $
+
+*collada-dom-9999 (12 Jan 2015)
+*collada-dom-2.4.3_pre20150112 (12 Jan 2015)
+
+ 12 Jan 2015; Alexis Ballier <[email protected]>
+ +collada-dom-2.4.3_pre20150112.ebuild, +collada-dom-9999.ebuild,
+ +files/take_snapshot.sh:
+ add live ebuild for github version and take a snapshot from there: sf version
+ is not maintained anymore and is buggy; thanks to José Henriques for the
+ help in this investigation
24 Oct 2014; Alexis Ballier <[email protected]> collada-dom-2.4.0.ebuild:
keyword ~arm
1.1 dev-libs/collada-dom/collada-dom-2.4.3_pre20150112.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/collada-dom/collada-dom-2.4.3_pre20150112.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/collada-dom/collada-dom-2.4.3_pre20150112.ebuild?rev=1.1&content-type=text/plain
Index: collada-dom-2.4.3_pre20150112.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-libs/collada-dom/collada-dom-2.4.3_pre20150112.ebuild,v
1.1 2015/01/12 15:25:42 aballier Exp $
EAPI=5
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
SCM="git-r3"
EGIT_REPO_URI="https://github.com/rdiankov/collada-dom"
fi
inherit ${SCM} cmake-utils
if [ "${PV#9999}" != "${PV}" ] ; then
KEYWORDS=""
SRC_URI=""
elif [ "${PV%_pre*}" != "${PV}" ]; then
# snapshot
KEYWORDS="~amd64 ~arm"
SRC_URI="mirror://gentoo/${P}.tar.xz"
else
KEYWORDS="~amd64 ~arm"
SRC_URI="https://github.com/rdiankov/collada-dom/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
fi
DESCRIPTION="COLLADA Document Object Model (DOM) C++ Library"
HOMEPAGE="https://github.com/rdiankov/collada-dom"
LICENSE="MIT"
SLOT="0"
IUSE=""
RDEPEND="
dev-libs/boost:=
sys-libs/zlib:=[minizip]
dev-libs/libxml2
dev-libs/libpcre[cxx]
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
1.1 dev-libs/collada-dom/collada-dom-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/collada-dom/collada-dom-9999.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/collada-dom/collada-dom-9999.ebuild?rev=1.1&content-type=text/plain
Index: collada-dom-9999.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-libs/collada-dom/collada-dom-9999.ebuild,v 1.1
2015/01/12 15:25:42 aballier Exp $
EAPI=5
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
SCM="git-r3"
EGIT_REPO_URI="https://github.com/rdiankov/collada-dom"
fi
inherit ${SCM} cmake-utils
if [ "${PV#9999}" != "${PV}" ] ; then
KEYWORDS=""
SRC_URI=""
else
KEYWORDS="~amd64 ~arm"
SRC_URI="https://github.com/rdiankov/collada-dom/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
fi
DESCRIPTION="COLLADA Document Object Model (DOM) C++ Library"
HOMEPAGE="https://github.com/rdiankov/collada-dom"
LICENSE="MIT"
SLOT="0"
IUSE=""
RDEPEND="
dev-libs/boost:=
sys-libs/zlib:=[minizip]
dev-libs/libxml2
dev-libs/libpcre[cxx]
"
DEPEND="${RDEPEND}
virtual/pkgconfig"