vapier 15/03/17 00:39:28 Modified: ChangeLog Added: eeze-9999.ebuild eeze-1.7.10.ebuild Log: Version bump. Import live git ebuild from overlay. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.17 dev-libs/eeze/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eeze/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eeze/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eeze/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/eeze/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 9 Jul 2014 03:52:10 -0000 1.16 +++ ChangeLog 17 Mar 2015 00:39:28 -0000 1.17 @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/eeze -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eeze/ChangeLog,v 1.16 2014/07/09 03:52:10 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eeze/ChangeLog,v 1.17 2015/03/17 00:39:28 vapier Exp $ + +*eeze-1.7.10 (17 Mar 2015) +*eeze-9999 (17 Mar 2015) + + 17 Mar 2015; Mike Frysinger <[email protected]> +eeze-1.7.10.ebuild, + +eeze-9999.ebuild: + Version bump. Import live git ebuild from overlay. 09 Jul 2014; Patrick Lauer <[email protected]> eeze-1.7.8.ebuild, eeze-1.7.9.ebuild: 1.1 dev-libs/eeze/eeze-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eeze/eeze-9999.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eeze/eeze-9999.ebuild?rev=1.1&content-type=text/plain Index: eeze-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/eeze/eeze-9999.ebuild,v 1.1 2015/03/17 00:39:28 vapier Exp $ EAPI="5" if [[ ${PV} == "9999" ]] ; then EGIT_SUB_PROJECT="legacy" EGIT_URI_APPEND=${PN} EGIT_BRANCH=${PN}-1.7 else SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" EKEY_STATE="snap" fi inherit enlightenment DESCRIPTION="library to simplify the use of devices" HOMEPAGE="http://trac.enlightenment.org/e/wiki/Eeze" LICENSE="BSD-2" IUSE="static-libs utilities" DEPEND=">=dev-libs/ecore-${PV} >=dev-libs/eina-${PV} >=dev-libs/eet-${PV} virtual/udev" RDEPEND="${DEPEND}" src_configure() { E_ECONF+=( $(use_enable doc) $(use_enable utilities eeze-disk-ls) $(use_enable utilities eeze-mount) $(use_enable utilities eeze-umount) $(use_enable utilities eeze-udev-test) ) enlightenment_src_configure } 1.1 dev-libs/eeze/eeze-1.7.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eeze/eeze-1.7.10.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eeze/eeze-1.7.10.ebuild?rev=1.1&content-type=text/plain Index: eeze-1.7.10.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/eeze/eeze-1.7.10.ebuild,v 1.1 2015/03/17 00:39:28 vapier Exp $ EAPI="5" if [[ ${PV} == "9999" ]] ; then EGIT_SUB_PROJECT="legacy" EGIT_URI_APPEND=${PN} EGIT_BRANCH=${PN}-1.7 else SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" EKEY_STATE="snap" fi inherit enlightenment DESCRIPTION="library to simplify the use of devices" HOMEPAGE="http://trac.enlightenment.org/e/wiki/Eeze" LICENSE="BSD-2" IUSE="static-libs utilities" DEPEND=">=dev-libs/ecore-${PV} >=dev-libs/eina-${PV} >=dev-libs/eet-${PV} virtual/udev" RDEPEND="${DEPEND}" src_configure() { E_ECONF+=( $(use_enable doc) $(use_enable utilities eeze-disk-ls) $(use_enable utilities eeze-mount) $(use_enable utilities eeze-umount) $(use_enable utilities eeze-udev-test) ) enlightenment_src_configure }
