kensington 15/04/04 17:02:02 Modified: ChangeLog Added: libgcal-0.9.6-r1.ebuild Removed: libgcal-0.9.6.ebuild Log: Migrate to EAPI 5. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.2 net-libs/libgcal/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgcal/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgcal/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgcal/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libgcal/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 12 Jan 2011 14:47:59 -0000 1.1 +++ ChangeLog 4 Apr 2015 17:02:02 -0000 1.2 @@ -1,6 +1,12 @@ # ChangeLog for net-libs/libgcal -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgcal/ChangeLog,v 1.1 2011/01/12 14:47:59 tampakrap Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgcal/ChangeLog,v 1.2 2015/04/04 17:02:02 kensington Exp $ + +*libgcal-0.9.6-r1 (04 Apr 2015) + + 04 Apr 2015; Michael Palimaka <[email protected]> + +libgcal-0.9.6-r1.ebuild, -libgcal-0.9.6.ebuild: + Migrate to EAPI 5. *libgcal-0.9.6 (12 Jan 2011) @@ -8,4 +14,3 @@ +metadata.xml: Initial commit, ebuild by James Freedman, Mieszko Ćlusarczyk, Thilo Bangert and P Purkayastha, bug 246121 - 1.1 net-libs/libgcal/libgcal-0.9.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgcal/libgcal-0.9.6-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgcal/libgcal-0.9.6-r1.ebuild?rev=1.1&content-type=text/plain Index: libgcal-0.9.6-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libgcal/libgcal-0.9.6-r1.ebuild,v 1.1 2015/04/04 17:02:02 kensington Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="C/C++ interface to the Google Data API" HOMEPAGE="http://code.google.com/p/libgcal/" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug doc test" # Some tests fail RESTRICT="test" RDEPEND=" dev-libs/libxml2:2 >=net-misc/curl-7.18.2 " DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) test? ( dev-libs/check ) " DOCS=( README ) src_configure() { mycmakeargs=( -DENABLE_TESTS=OFF $(cmake-utils_use debug CURL_DEBUG) ) cmake-utils_src_configure } src_compile() { cmake-utils_src_compile use doc && cmake-utils_src_compile docs } src_install() { use doc && HTML_DOCS=( "${BUILD_DIR}/docs/doxygen/html/" ) cmake-utils_src_install } src_test() { mycmakeargs+=(-DENABLE_TESTS=ON) cmake-utils_src_configure cmake-utils_src_make test }
