aballier    14/11/02 18:48:26

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

Revision  Changes    Path
1.14                 media-libs/lilv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   2 Nov 2014 18:46:44 -0000       1.13
+++ ChangeLog   2 Nov 2014 18:48:26 -0000       1.14
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/lilv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v 1.13 2014/11/02 
18:46:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v 1.14 2014/11/02 
18:48:26 aballier Exp $
+
+*lilv-0.20.0 (02 Nov 2014)
+
+  02 Nov 2014; Alexis Ballier <[email protected]> +lilv-0.20.0.ebuild:
+  version bump
 
   02 Nov 2014; Alexis Ballier <[email protected]> -lilv-0.5.0.ebuild,
   -lilv-0.14.2.ebuild, -lilv-0.14.4.ebuild, -lilv-0.16.0.ebuild,



1.1                  media-libs/lilv/lilv-0.20.0.ebuild

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

Index: lilv-0.20.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.20.0.ebuild,v 1.1 
2014/11/02 18:48:26 aballier Exp $

EAPI=4

inherit base waf-utils bash-completion-r1

DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for 
applications"
HOMEPAGE="http://drobilla.net/software/lilv/";
SRC_URI="http://download.drobilla.net/${P}.tar.bz2";

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

RDEPEND="media-libs/lv2
        >=media-libs/sratom-0.4.0
        >=dev-libs/serd-0.14.0
        >=dev-libs/sord-0.12.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="${EPREFIX}"/usr/share/doc/${PF} \
                --no-bash-completion \
                $(use test && echo "--test") \
                $(use doc && echo "--docs") \
                $(use static-libs && echo "--static") \
                $(use dyn-manifest && echo "--dyn-manifest")
}

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

src_install() {
        waf-utils_src_install
        newbashcomp utils/lilv.bash_completion ${PN}
}




Reply via email to