* [gentoo-commits] gentoo-x86 commit in media-libs/lilv: lilv-0.5.0.ebuild ChangeLog
@ 2011-12-07 13:45 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2011-12-07 13:45 UTC (permalink / raw
To: gentoo-commits
aballier 11/12/07 13:45:19
Modified: lilv-0.5.0.ebuild ChangeLog
Log:
convert to waf-utils.eclass
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Revision Changes Path
1.2 media-libs/lilv/lilv-0.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild?r1=1.1&r2=1.2
Index: lilv-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lilv-0.5.0.ebuild 7 Dec 2011 13:39:05 -0000 1.1
+++ lilv-0.5.0.ebuild 7 Dec 2011 13:45:19 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild,v 1.1 2011/12/07 13:39:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild,v 1.2 2011/12/07 13:45:19 aballier Exp $
EAPI=4
-inherit base multilib toolchain-funcs
+inherit base waf-utils
DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for applications"
HOMEPAGE="http://drobilla.net/software/lilv/"
@@ -23,29 +23,17 @@
dev-util/pkgconfig"
PATCHES=( "${FILESDIR}/ldconfig.patch" )
+DOCS=( "AUTHORS" "README" "ChangeLog" )
src_configure() {
- tc-export CC CXX CPP AR RANLIB
- ./waf configure \
- --prefix=/usr \
- --libdir="/usr/$(get_libdir)" \
- --mandir=/usr/share/man \
- --docdir=/usr/share/doc/${PF} \
+ waf-utils_src_configure \
+ "--mandir=/usr/share/man" \
+ "--docdir=/usr/share/doc/${PF}" \
$(use test && echo "--test") \
- $(use doc && echo "--docs") \
- || die
- #$(use dyn-manifest && echo "--dyn-manifest") \
-}
-
-src_compile() {
- ./waf || die
+ $(use doc && echo "--docs")
+ #$(use dyn-manifest && echo "--dyn-manifest") \
}
src_test() {
./waf test || die
}
-
-src_install() {
- ./waf install --destdir="${D}" || die
- dodoc AUTHORS README ChangeLog
-}
1.2 media-libs/lilv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 7 Dec 2011 13:39:05 -0000 1.1
+++ ChangeLog 7 Dec 2011 13:45:19 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/lilv
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v 1.1 2011/12/07 13:39:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v 1.2 2011/12/07 13:45:19 aballier Exp $
+
+ 07 Dec 2011; Alexis Ballier <aballier@gentoo.org> lilv-0.5.0.ebuild:
+ convert to waf-utils.eclass
*lilv-0.5.0 (07 Dec 2011)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/lilv: lilv-0.5.0.ebuild ChangeLog
@ 2012-03-01 13:44 Thomas Kahle (tomka)
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle (tomka) @ 2012-03-01 13:44 UTC (permalink / raw
To: gentoo-commits
tomka 12/03/01 13:44:47
Modified: lilv-0.5.0.ebuild ChangeLog
Log:
marked ~x86 per bug 397887
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.3 media-libs/lilv/lilv-0.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild?r1=1.2&r2=1.3
Index: lilv-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lilv-0.5.0.ebuild 7 Dec 2011 13:45:19 -0000 1.2
+++ lilv-0.5.0.ebuild 1 Mar 2012 13:44:47 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild,v 1.2 2011/12/07 13:45:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild,v 1.3 2012/03/01 13:44:47 tomka Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="doc test"
RDEPEND=">=media-libs/lv2core-6
1.3 media-libs/lilv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 7 Dec 2011 13:45:19 -0000 1.2
+++ ChangeLog 1 Mar 2012 13:44:47 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/lilv
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v 1.2 2011/12/07 13:45:19 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v 1.3 2012/03/01 13:44:47 tomka Exp $
+
+ 01 Mar 2012; Thomas Kahle <tomka@gentoo.org> lilv-0.5.0.ebuild:
+ marked ~x86 per bug 397887
07 Dec 2011; Alexis Ballier <aballier@gentoo.org> lilv-0.5.0.ebuild:
convert to waf-utils.eclass
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/lilv: lilv-0.5.0.ebuild ChangeLog
@ 2012-04-21 22:19 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-21 22:19 UTC (permalink / raw
To: gentoo-commits
aballier 12/04/21 22:19:08
Modified: lilv-0.5.0.ebuild ChangeLog
Log:
allow media-libs/lv2 in addition of lv2core
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Revision Changes Path
1.4 media-libs/lilv/lilv-0.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild?r1=1.3&r2=1.4
Index: lilv-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lilv-0.5.0.ebuild 1 Mar 2012 13:44:47 -0000 1.3
+++ lilv-0.5.0.ebuild 21 Apr 2012 22:19:08 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild,v 1.3 2012/03/01 13:44:47 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.5.0.ebuild,v 1.4 2012/04/21 22:19:08 aballier Exp $
EAPI=4
@@ -15,7 +15,7 @@
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
-RDEPEND=">=media-libs/lv2core-6
+RDEPEND="|| ( media-libs/lv2 >=media-libs/lv2core-6 )
>=dev-libs/serd-0.5
>=dev-libs/sord-0.5"
DEPEND="${RDEPEND}
1.4 media-libs/lilv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 1 Mar 2012 13:44:47 -0000 1.3
+++ ChangeLog 21 Apr 2012 22:19:08 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/lilv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v 1.3 2012/03/01 13:44:47 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v 1.4 2012/04/21 22:19:08 aballier Exp $
+
+ 21 Apr 2012; Alexis Ballier <aballier@gentoo.org> lilv-0.5.0.ebuild:
+ allow media-libs/lv2 in addition of lv2core
01 Mar 2012; Thomas Kahle <tomka@gentoo.org> lilv-0.5.0.ebuild:
marked ~x86 per bug 397887
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-21 22:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-07 13:45 [gentoo-commits] gentoo-x86 commit in media-libs/lilv: lilv-0.5.0.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2012-03-01 13:44 Thomas Kahle (tomka)
2012-04-21 22:19 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