public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/galan/
Date: Mon, 27 Apr 2020 07:56:52 +0000 (UTC)	[thread overview]
Message-ID: <1587974127.6dc4b3745f09cec4cdf6f6f4dcac788839945e79.zlogene@gentoo> (raw)

commit:     6dc4b3745f09cec4cdf6f6f4dcac788839945e79
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 07:55:27 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr 27 07:55:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc4b374

media-sound/galan: remove last-rited pkg

Closes: https://bugs.gentoo.org/show_bug.cgi?id=367887
Closes: https://bugs.gentoo.org/show_bug.cgi?id=700882

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 media-sound/galan/Manifest                 |  1 -
 media-sound/galan/galan-0.3.0_beta7.ebuild | 51 ------------------------------
 media-sound/galan/metadata.xml             | 11 -------
 3 files changed, 63 deletions(-)

diff --git a/media-sound/galan/Manifest b/media-sound/galan/Manifest
deleted file mode 100644
index 554906af6e0..00000000000
--- a/media-sound/galan/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST galan-0.3.0_beta7.tar.gz 1138937 BLAKE2B 6f132a7371890d95f15bb06862d50ac556009ec778c536fd0da978ce6e6118c53ef81ed43cf62bd593253164aef526a3f9440ddd505a78f08bf16b72adce1772 SHA512 86ef525785c77c068146ea2cc4992091ad623bc43fde3603b00d9e8ef4583c0ecf60d061ab47386eb67dc7ef269a4631cdeb19317f3eeebf2fb2fc82c5b825a8

diff --git a/media-sound/galan/galan-0.3.0_beta7.ebuild b/media-sound/galan/galan-0.3.0_beta7.ebuild
deleted file mode 100644
index 1ab365fd9a3..00000000000
--- a/media-sound/galan/galan-0.3.0_beta7.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="gAlan - Graphical Audio Language"
-HOMEPAGE="http://galan.sourceforge.net/"
-SRC_URI="mirror://sourceforge/galan/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa jack opengl vorbis"
-
-RDEPEND="
-	media-libs/liblrdf:=
-	media-libs/ladspa-sdk
-	media-libs/audiofile:=
-	media-libs/libsndfile:=
-	sci-libs/fftw:2.1=
-	x11-libs/gtk+:2
-	alsa? ( media-libs/alsa-lib:= )
-	jack? ( virtual/jack )
-	opengl? (
-		x11-libs/gtkglarea:2=
-		virtual/glu
-	)
-	vorbis? ( media-sound/vorbis-tools )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	default
-	rm README.w32 || die
-}
-
-src_configure() {
-	# Use lrdf.pc to get -I/usr/include/raptor2 (lrdf.h -> raptor.h)
-	append-cppflags $($(tc-getPKG_CONFIG) --cflags lrdf)
-	econf --disable-static
-}
-
-src_install() {
-	default
-	dodoc NOTES
-
-	# no static archives
-	find "${D}" -name '*.la' -delete || die
-}

diff --git a/media-sound/galan/metadata.xml b/media-sound/galan/metadata.xml
deleted file mode 100644
index 8fa20f159a4..00000000000
--- a/media-sound/galan/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>sound@gentoo.org</email>
-		<name>Gentoo Sound project</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="sourceforge">galan</remote-id>
-	</upstream>
-</pkgmetadata>


             reply	other threads:[~2020-04-27  7:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-27  7:56 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-12 16:03 [gentoo-commits] repo/gentoo:master commit in: media-sound/galan/ David Seifert

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=1587974127.6dc4b3745f09cec4cdf6f6f4dcac788839945e79.zlogene@gentoo \
    --to=zlogene@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