vapier      15/03/17 00:46:00

  Modified:             ChangeLog
  Added:                eio-1.7.10.ebuild eio-9999.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.10                 dev-libs/eio/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eio/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eio/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eio/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/eio/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   12 Nov 2013 18:38:25 -0000      1.9
+++ ChangeLog   17 Mar 2015 00:46:00 -0000      1.10
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/eio
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/ChangeLog,v 1.9 2013/11/12 
18:38:25 tommy Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/ChangeLog,v 1.10 2015/03/17 
00:46:00 vapier Exp $
+
+*eio-9999 (17 Mar 2015)
+*eio-1.7.10 (17 Mar 2015)
+
+  17 Mar 2015; Mike Frysinger <[email protected]> +eio-1.7.10.ebuild,
+  +eio-9999.ebuild:
+  Version bump. Import live git ebuild from overlay.
 
 *eio-1.7.9 (12 Nov 2013)
 



1.1                  dev-libs/eio/eio-1.7.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eio/eio-1.7.10.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eio/eio-1.7.10.ebuild?rev=1.1&content-type=text/plain

Index: eio-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/eio/eio-1.7.10.ebuild,v 1.1 
2015/03/17 00:46:00 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="Enlightenment's integration to IO"
HOMEPAGE="http://trac.enlightenment.org/e/wiki/EIO";

LICENSE="LGPL-2"
IUSE="examples static-libs"

RDEPEND=">=dev-libs/ecore-${PV}
        >=dev-libs/eet-${PV}"
DEPEND="${RDEPEND}"

src_configure() {
        E_ECONF=(
                --enable-posix-threads
                $(use_enable doc)
                $(use_enable examples build-examples)
                $(use_enable examples install-examples)
        )
        enlightenment_src_configure
}



1.1                  dev-libs/eio/eio-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eio/eio-9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eio/eio-9999.ebuild?rev=1.1&content-type=text/plain

Index: eio-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/eio/eio-9999.ebuild,v 1.1 
2015/03/17 00:46:00 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="Enlightenment's integration to IO"
HOMEPAGE="http://trac.enlightenment.org/e/wiki/EIO";

LICENSE="LGPL-2"
IUSE="examples static-libs"

RDEPEND=">=dev-libs/ecore-${PV}
        >=dev-libs/eet-${PV}"
DEPEND="${RDEPEND}"

src_configure() {
        E_ECONF=(
                --enable-posix-threads
                $(use_enable doc)
                $(use_enable examples build-examples)
                $(use_enable examples install-examples)
        )
        enlightenment_src_configure
}




Reply via email to