From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 280FD1384A7 for ; Wed, 29 Jul 2015 04:32:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5F43E07E6; Wed, 29 Jul 2015 04:32:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FB38E07E6 for ; Wed, 29 Jul 2015 04:32:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 528A834087C for ; Wed, 29 Jul 2015 04:32:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 856A2B2 for ; Wed, 29 Jul 2015 04:32:39 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1438144316.775b1124cae66b9d8885581513e4f641d1bd6779.yngwin@gentoo> Subject: [gentoo-commits] dev/yngwin:master commit in: media-libs/lvtk/ X-VCS-Repository: dev/yngwin X-VCS-Files: media-libs/lvtk/Manifest media-libs/lvtk/lvtk-1.2.0.ebuild media-libs/lvtk/metadata.xml X-VCS-Directories: media-libs/lvtk/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 775b1124cae66b9d8885581513e4f641d1bd6779 X-VCS-Branch: master Date: Wed, 29 Jul 2015 04:32:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89a894cd-7334-4c8e-85e4-144f3171d70e X-Archives-Hash: 7a93afb7fe5f6bbd7ef3b87dc7c3ab3c commit: 775b1124cae66b9d8885581513e4f641d1bd6779 Author: Ben de Groot gentoo org> AuthorDate: Wed Jul 29 04:31:56 2015 +0000 Commit: Ben de Groot gentoo org> CommitDate: Wed Jul 29 04:31:56 2015 +0000 URL: https://gitweb.gentoo.org/dev/yngwin.git/commit/?id=775b1124 media-libs/lvtk: moved to main gentoo repo media-libs/lvtk/Manifest | 1 - media-libs/lvtk/lvtk-1.2.0.ebuild | 51 --------------------------------------- media-libs/lvtk/metadata.xml | 5 ---- 3 files changed, 57 deletions(-) diff --git a/media-libs/lvtk/Manifest b/media-libs/lvtk/Manifest deleted file mode 100644 index 4dbf219..0000000 --- a/media-libs/lvtk/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lvtk-1.2.0.tar.gz 201146 SHA256 4dda4c26a16fc3f216ff77f5bb308f05667640e54fc80f0ae4984e869990cb0e SHA512 f193ec28103cb2f6353ff0f96f8790041baf1ae99472c5d04017c23b42d0179b1f5e1de6722e17080410311d0e7e1de4ca0ae9ab76fb3bf8a02d9dc1451d8db7 WHIRLPOOL c7a70d033a2a02b02f890cc68789b376e7e4e53231290dbaa5bb85abf0d3b53cb64afe352bab6d71ddcd77a5f4d002073564ebc398d6f35d7cc75bc1b49728e2 diff --git a/media-libs/lvtk/lvtk-1.2.0.ebuild b/media-libs/lvtk/lvtk-1.2.0.ebuild deleted file mode 100644 index eead62c..0000000 --- a/media-libs/lvtk/lvtk-1.2.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads(+)" -inherit python-single-r1 waf-utils - -DESCRIPTION="A set of C++ wrappers around the LV2 C API" -HOMEPAGE="http://lvtoolkit.org/" -SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc examples +gtk2 +tools" - -RDEPEND="media-libs/lv2 - >=dev-libs/boost-1.40.0 - gtk2? ( dev-cpp/gtkmm:2.4 )" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - doc? ( app-doc/doxygen - media-gfx/graphviz ) - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog README ) - -src_configure() { - local mywafconfargs=( - "--docdir=${EPREFIX}/usr/share/doc/${PF}" - "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2" - ) - use debug && mywafconfargs+=( "--debug" ) - use doc && mywafconfargs+=( "--docs" ) - use examples || mywafconfargs+=( "--disable-examples" ) - use tools || mywafconfargs+=( "--disable-tools" ) - use gtk2 || mywafconfargs+=( "--disable-ui" ) - waf-utils_src_configure ${mywafconfargs[@]} -} - -src_install() { - waf-utils_src_install - - # It does not respect docdir properly, reported upstream - if use doc; then - mv "${ED}/usr/share/doc/${PF}/lvtk-1.0/html" "${ED}/usr/share/doc/${PF}/html" - rmdir "${ED}/usr/share/doc/${PF}/lvtk-1.0" - fi -} diff --git a/media-libs/lvtk/metadata.xml b/media-libs/lvtk/metadata.xml deleted file mode 100644 index af0275e..0000000 --- a/media-libs/lvtk/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - proaudio -