patrick     15/03/11 03:48:50

  Modified:             ChangeLog
  Added:                elliptics-eblob-0.22.16.ebuild
  Removed:              elliptics-eblob-0.18.0.ebuild
  Log:
  Bump, remove old/broken, fixes #542486
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  net-misc/elliptics-eblob/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/elliptics-eblob/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/elliptics-eblob/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/elliptics-eblob/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/elliptics-eblob/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   15 Aug 2013 03:34:26 -0000      1.4
+++ ChangeLog   11 Mar 2015 03:48:50 -0000      1.5
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/elliptics-eblob
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/elliptics-eblob/ChangeLog,v 1.4 
2013/08/15 03:34:26 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/elliptics-eblob/ChangeLog,v 1.5 
2015/03/11 03:48:50 patrick Exp $
+
+*elliptics-eblob-0.22.16 (11 Mar 2015)
+
+  11 Mar 2015; Patrick Lauer <[email protected]>
+  +elliptics-eblob-0.22.16.ebuild, -elliptics-eblob-0.18.0.ebuild:
+  Bump, remove old/broken, fixes #542486
 
   15 Aug 2013; Patrick Lauer <[email protected]> elliptics-eblob-0.0.1.ebuild,
   elliptics-eblob-0.18.0.ebuild:



1.1                  net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild?rev=1.1&content-type=text/plain

Index: elliptics-eblob-0.22.16.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild,v
 1.1 2015/03/11 03:48:50 patrick Exp $

EAPI=5
PYTHON_COMPAT="python2_7"

inherit eutils python-single-r1 flag-o-matic cmake-utils

DESCRIPTION="The elliptics network - eblob backend"
HOMEPAGE="http://www.ioremap.net/projects/elliptics";
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="python"
RDEPEND="
        app-arch/snappy
        dev-libs/openssl
        dev-libs/boost[python]
        dev-libs/handystats"
DEPEND="${RDEPEND}"

MY_PN="eblob"
SRC_URI="https://github.com/reverbrain/eblob/archive/v${PV}.zip -> ${P}.zip"

S=${WORKDIR}/${MY_PN}-${PV}

src_configure(){
        # 'checking trying to link with boost::python... no' due 
'-Wl,--as-needed'
        use python && filter-ldflags -Wl,--as-needed
        cmake-utils_src_configure
}

pkg_setup() {
        python-single-r1_pkg_setup
}

src_install() {
        cd "${BUILD_DIR}" && emake DESTDIR="${D}" install
        cd "${S}"
}




Reply via email to