aballier    14/11/02 18:25:33

  Modified:             ChangeLog
  Added:                sord-0.12.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.13                 dev-libs/sord/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/sord/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   2 Nov 2014 18:23:48 -0000       1.12
+++ ChangeLog   2 Nov 2014 18:25:33 -0000       1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/sord
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/sord/ChangeLog,v 1.12 2014/11/02 
18:23:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/sord/ChangeLog,v 1.13 2014/11/02 
18:25:33 aballier Exp $
+
+*sord-0.12.2 (02 Nov 2014)
+
+  02 Nov 2014; Alexis Ballier <[email protected]> +sord-0.12.2.ebuild:
+  version bump
 
   02 Nov 2014; Alexis Ballier <[email protected]> -sord-0.5.0.ebuild,
   -sord-0.8.0.ebuild, -files/ldconfig.patch:



1.1                  dev-libs/sord/sord-0.12.2.ebuild

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

Index: sord-0.12.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/sord/sord-0.12.2.ebuild,v 1.1 
2014/11/02 18:25:33 aballier Exp $

EAPI=4

inherit waf-utils

DESCRIPTION="Library for storing RDF data in memory"
HOMEPAGE="http://drobilla.net/software/sord/";
SRC_URI="http://download.drobilla.net/${P}.tar.bz2";

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc static-libs test"

RDEPEND=">=dev-libs/serd-0.14.0"
DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen )
        virtual/pkgconfig"

DOCS=( "AUTHORS" "NEWS" "README" )

src_prepare() {
        sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
}

src_configure() {
        waf-utils_src_configure \
                --docdir=/usr/share/doc/${PF} \
                $(use test && echo "--test") \
                $(use doc && echo "--docs") \
                $(use static-libs && echo "--static")
}

src_test() {
        ./waf test || die
}




Reply via email to