diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-11-02 18:46:44 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-11-02 18:46:44 +0000 |
commit | cca81b9d55c30926603edac2ee8979a71840a037 (patch) | |
tree | daa7b06916a708556f30bcbbdd50066dc576bfcb /media-libs/lilv | |
parent | version bump (diff) | |
download | gentoo-2-cca81b9d55c30926603edac2ee8979a71840a037.tar.gz gentoo-2-cca81b9d55c30926603edac2ee8979a71840a037.tar.bz2 gentoo-2-cca81b9d55c30926603edac2ee8979a71840a037.zip |
remove old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/lilv')
-rw-r--r-- | media-libs/lilv/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/lilv/files/ldconfig.patch | 12 | ||||
-rw-r--r-- | media-libs/lilv/lilv-0.14.2.ebuild | 46 | ||||
-rw-r--r-- | media-libs/lilv/lilv-0.14.4.ebuild | 49 | ||||
-rw-r--r-- | media-libs/lilv/lilv-0.16.0.ebuild | 49 | ||||
-rw-r--r-- | media-libs/lilv/lilv-0.5.0.ebuild | 39 |
6 files changed, 6 insertions, 196 deletions
diff --git a/media-libs/lilv/ChangeLog b/media-libs/lilv/ChangeLog index a33b469c9164..7885d4996b0c 100644 --- a/media-libs/lilv/ChangeLog +++ b/media-libs/lilv/ChangeLog @@ -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.12 2014/01/18 12:22:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v 1.13 2014/11/02 18:46:44 aballier Exp $ + + 02 Nov 2014; Alexis Ballier <aballier@gentoo.org> -lilv-0.5.0.ebuild, + -lilv-0.14.2.ebuild, -lilv-0.14.4.ebuild, -lilv-0.16.0.ebuild, + -files/ldconfig.patch: + remove old *lilv-0.18.0 (18 Jan 2014) diff --git a/media-libs/lilv/files/ldconfig.patch b/media-libs/lilv/files/ldconfig.patch deleted file mode 100644 index 80567b1dc77e..000000000000 --- a/media-libs/lilv/files/ldconfig.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: serd-0.4.2/wscript -=================================================================== ---- serd-0.4.2.orig/wscript -+++ serd-0.4.2/wscript -@@ -125,7 +125,6 @@ def build(bld): - # Man page - bld.install_files('${MANDIR}/man1', 'doc/serdi.1') - -- bld.add_post_fun(autowaf.run_ldconfig) - if bld.env['DOCS']: - bld.add_post_fun(fix_docs) - diff --git a/media-libs/lilv/lilv-0.14.2.ebuild b/media-libs/lilv/lilv-0.14.2.ebuild deleted file mode 100644 index a6362373860f..000000000000 --- a/media-libs/lilv/lilv-0.14.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# 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.14.2.ebuild,v 1.4 2012/05/22 16:09:15 johu 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 ~x86" -IUSE="doc +dyn-manifest static-libs test" - -RDEPEND="media-libs/lv2 - media-libs/sratom - >=dev-libs/serd-0.14.0 - >=dev-libs/sord-0.8.0" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/ldconfig.patch" ) -DOCS=( "AUTHORS" "NEWS" "README" ) - -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} -} diff --git a/media-libs/lilv/lilv-0.14.4.ebuild b/media-libs/lilv/lilv-0.14.4.ebuild deleted file mode 100644 index f8e834176344..000000000000 --- a/media-libs/lilv/lilv-0.14.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# 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.14.4.ebuild,v 1.2 2012/12/11 19:12:49 ago 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 - >=dev-libs/serd-0.14.0 - >=dev-libs/sord-0.8.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} -} diff --git a/media-libs/lilv/lilv-0.16.0.ebuild b/media-libs/lilv/lilv-0.16.0.ebuild deleted file mode 100644 index 09cbf5733372..000000000000 --- a/media-libs/lilv/lilv-0.16.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.16.0.ebuild,v 1.1 2013/02/21 10:13:40 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} -} diff --git a/media-libs/lilv/lilv-0.5.0.ebuild b/media-libs/lilv/lilv-0.5.0.ebuild deleted file mode 100644 index 6ea5a2d4c2bb..000000000000 --- a/media-libs/lilv/lilv-0.5.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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.5 2012/05/05 08:02:30 jdhore Exp $ - -EAPI=4 - -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/" -SRC_URI="http://download.drobilla.net/${P}.tar.bz2" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -RDEPEND="|| ( media-libs/lv2 >=media-libs/lv2core-6 ) - >=dev-libs/serd-0.5 - >=dev-libs/sord-0.5" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/ldconfig.patch" ) -DOCS=( "AUTHORS" "README" "ChangeLog" ) - -src_configure() { - waf-utils_src_configure \ - "--mandir=/usr/share/man" \ - "--docdir=/usr/share/doc/${PF}" \ - $(use test && echo "--test") \ - $(use doc && echo "--docs") - #$(use dyn-manifest && echo "--dyn-manifest") \ -} - -src_test() { - ./waf test || die -} |