public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/sratom: ChangeLog sratom-0.4.4.ebuild
@ 2014-01-18 12:18 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2014-01-18 12:18 UTC (permalink / raw
  To: gentoo-commits

aballier    14/01/18 12:18:36

  Modified:             ChangeLog
  Added:                sratom-0.4.4.ebuild
  Log:
  version bump"
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.8                  media-libs/sratom/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sratom/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	21 Feb 2013 10:13:24 -0000	1.7
+++ ChangeLog	18 Jan 2014 12:18:36 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/sratom
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sratom/ChangeLog,v 1.7 2013/02/21 10:13:24 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sratom/ChangeLog,v 1.8 2014/01/18 12:18:36 aballier Exp $
+
+*sratom-0.4.4 (18 Jan 2014)
+
+  18 Jan 2014; Alexis Ballier <aballier@gentoo.org> +sratom-0.4.4.ebuild:
+  version bump"
 
 *sratom-0.4.2 (21 Feb 2013)
 



1.1                  media-libs/sratom/sratom-0.4.4.ebuild

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

Index: sratom-0.4.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/sratom/sratom-0.4.4.ebuild,v 1.1 2014/01/18 12:18:36 aballier Exp $

EAPI=4

inherit waf-utils

DESCRIPTION="Library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax"
HOMEPAGE="http://drobilla.net/software/sratom/"
SRC_URI="http://download.drobilla.net/${P}.tar.bz2"

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

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

DOCS=( "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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-18 12:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-18 12:18 [gentoo-commits] gentoo-x86 commit in media-libs/sratom: ChangeLog sratom-0.4.4.ebuild Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox