public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gigedit/
Date: Wed, 13 Mar 2024 11:32:30 +0000 (UTC)	[thread overview]
Message-ID: <1710329537.fa6d21d0c1cd788b65dbb12beb9720ff481ad932.fordfrog@gentoo> (raw)

commit:     fa6d21d0c1cd788b65dbb12beb9720ff481ad932
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 11:32:17 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 11:32:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6d21d0

media-sound/gigedit: dropped obsolete 1.2.0-r1

Bug: https://bugs.gentoo.org/925542
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/gigedit/Manifest                |  1 -
 media-sound/gigedit/gigedit-1.2.0-r1.ebuild | 46 -----------------------------
 2 files changed, 47 deletions(-)

diff --git a/media-sound/gigedit/Manifest b/media-sound/gigedit/Manifest
index 56af5ec4debd..fdc6638f3faa 100644
--- a/media-sound/gigedit/Manifest
+++ b/media-sound/gigedit/Manifest
@@ -1,2 +1 @@
-DIST gigedit-1.2.0.tar.bz2 1174502 BLAKE2B 049e4c60b345c192255669a71588df1e2905590f95351d8a79134b210d03087ac9cc33f12cbf2e38208b95ad452f299c78877632989cd914d98a05c5967087d5 SHA512 b991a5193af34be70db6eb8c18fc58e01b822b6997bfc6c3ee06eca42f57375d341316e8abc594824668c7cb916b0643a1ee1b5c34426bf3ec5e202dfc565c8f
 DIST gigedit-1.2.1.tar.bz2 935868 BLAKE2B b448650a6200fd0f87d636518a61ef5a98601c0a6627e4a2cfd8658ad67c5f4f17b64f1913bb7b77d59874018ca24aceb590862dfc0b343a7111f50f357557b2 SHA512 f70b1887ea66acc26e8a1becabb424e66ee2dcdc726805b0e2f42fa28b5ff1a54e7b6bab8808ce84a02bcf8ea1aea13ab2cd891848d9bcc711944dcd312509b2

diff --git a/media-sound/gigedit/gigedit-1.2.0-r1.ebuild b/media-sound/gigedit/gigedit-1.2.0-r1.ebuild
deleted file mode 100644
index fe1b62b19a5c..000000000000
--- a/media-sound/gigedit/gigedit-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,46 +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:3.0
-	media-libs/libgig
-	media-libs/libsndfile
-	media-sound/linuxsampler"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	sys-devel/gettext
-	dev-util/intltool
-	virtual/pkgconfig"
-
-src_prepare() {
-	default
-	# docdir is not propagated there
-	sed -i '/docdir/d' doc/quickstart/Makefile.am || die
-	# file missing in pot file
-	echo src/gigedit/ScriptPatchVars.cpp >> "po/POTFILES.in" || 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
-}


             reply	other threads:[~2024-03-13 11:32 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-13 11:32 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-22  7:37 [gentoo-commits] repo/gentoo:master commit in: media-sound/gigedit/ Miroslav Šulc
2024-03-13  6:26 Arthur Zamarin
2024-01-27  8:46 Miroslav Šulc
2021-06-14  7:02 Miroslav Šulc
2021-06-12 14:20 Miroslav Šulc
2021-06-12 14:00 Sam James
2021-05-11  7:01 Miroslav Šulc
2021-05-08 14:15 David Seifert
2019-12-16 12:21 Agostino Sarubbo
2019-12-13 11:13 Miroslav Šulc
2019-11-13 17:11 Miroslav Šulc
2019-11-13 16:56 Miroslav Šulc
2016-02-11  0:34 Manuel Rüger
2016-01-01 21:22 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1710329537.fa6d21d0c1cd788b65dbb12beb9720ff481ad932.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox