From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C7EF1382C5 for ; Sat, 12 Jun 2021 14:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5678E086A; Sat, 12 Jun 2021 14:20:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0080E086A for ; Sat, 12 Jun 2021 14:20:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF64C335D2E for ; Sat, 12 Jun 2021 14:20:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F3DF7A2 for ; Sat, 12 Jun 2021 14:20:54 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1623507651.5e9fc716c3c534e7da695452ef07bbfb4480f8ec.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gigedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gigedit/Manifest media-sound/gigedit/gigedit-1.1.1-r1.ebuild X-VCS-Directories: media-sound/gigedit/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 5e9fc716c3c534e7da695452ef07bbfb4480f8ec X-VCS-Branch: master Date: Sat, 12 Jun 2021 14:20:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e4fcca13-82e1-429f-91bb-f6ceda417408 X-Archives-Hash: b95116b43bbc6dc5ff91c512095cc131 commit: 5e9fc716c3c534e7da695452ef07bbfb4480f8ec Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jun 12 14:20:29 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jun 12 14:20:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9fc716 media-sound/gigedit: removed obsolete 1.1.1-r1 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/gigedit/Manifest | 1 - media-sound/gigedit/gigedit-1.1.1-r1.ebuild | 44 ----------------------------- 2 files changed, 45 deletions(-) diff --git a/media-sound/gigedit/Manifest b/media-sound/gigedit/Manifest index 1ed128009f0..bdb8f58361d 100644 --- a/media-sound/gigedit/Manifest +++ b/media-sound/gigedit/Manifest @@ -1,2 +1 @@ -DIST gigedit-1.1.1.tar.bz2 1146369 BLAKE2B 3a8a42db746d9fdaf713ae29e238c6f0fddcf4f5c1542fe980fb26babd28707bd3831db4f0d9e8aa58621bf1c7e08113315893515e1f445c5be9600e4e1bef12 SHA512 223702628e83e12a292f902e32baa355aca31ee82f1f8b9fed586ec9c0aaec56956d7bdc958238ec64e79b2f4c5ef9246face669b2b3645046e51d8c8289a964 DIST gigedit-1.2.0.tar.bz2 1174502 BLAKE2B 049e4c60b345c192255669a71588df1e2905590f95351d8a79134b210d03087ac9cc33f12cbf2e38208b95ad452f299c78877632989cd914d98a05c5967087d5 SHA512 b991a5193af34be70db6eb8c18fc58e01b822b6997bfc6c3ee06eca42f57375d341316e8abc594824668c7cb916b0643a1ee1b5c34426bf3ec5e202dfc565c8f diff --git a/media-sound/gigedit/gigedit-1.1.1-r1.ebuild b/media-sound/gigedit/gigedit-1.1.1-r1.ebuild deleted file mode 100644 index 8c8ab2c4899..00000000000 --- a/media-sound/gigedit/gigedit-1.1.1-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools desktop flag-o-matic xdg - -DESCRIPTION="An instrument editor for gig files" -HOMEPAGE="http://www.linuxsampler.org/" -SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~x86" - -RDEPEND=" - dev-cpp/gtkmm:2.4 - >=media-libs/libgig-3.3.0 - >=media-libs/libsndfile-1.0.2 - >=media-sound/linuxsampler-0.5.1" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/gettext - >=dev-util/intltool-0.35.0 - virtual/pkgconfig" - -src_prepare() { - default - # docdir is not propagated there - sed -i '/docdir/d' doc/quickstart/Makefile.am || die - eautoreconf -} - -src_configure() { - append-ldflags -Wl,-rpath,"${EPREFIX}/usr/$(get_libdir)/linuxsampler" - econf --disable-static -} - -src_install() { - default - make_desktop_entry gigedit GigEdit "" "AudioVideo;AudioVideoEditing" - - find "${ED}" -name '*.la' -delete || die -}