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/aeolus/
Date: Thu, 26 Dec 2019 11:06:14 +0000 (UTC)	[thread overview]
Message-ID: <1577358369.76dd3a6487bdf816226e3372bee2733dbdb74b46.fordfrog@gentoo> (raw)

commit:     76dd3a6487bdf816226e3372bee2733dbdb74b46
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 11:05:56 2019 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 11:06:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76dd3a64

media-sound/aeolus: removed old 0.9.5

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/aeolus/Manifest            |  1 -
 media-sound/aeolus/aeolus-0.9.5.ebuild | 50 ----------------------------------
 2 files changed, 51 deletions(-)

diff --git a/media-sound/aeolus/Manifest b/media-sound/aeolus/Manifest
index 1cec3a8655a..726581e0e3f 100644
--- a/media-sound/aeolus/Manifest
+++ b/media-sound/aeolus/Manifest
@@ -1,2 +1 @@
-DIST aeolus-0.9.5.tar.bz2 69139 BLAKE2B e8f1f768303938cc134d1c3bec7e15f4af03150a6c572b5a9502bae41ee1d2c750f7e3a40161554d5a15c68bb96928cb41a019fa77088f05dfed56f422eb550a SHA512 e80e7a861934b287afefe0186bd78c2d51662c29d3b7292469244c52b4949698c512dff72bebe1f76cf98e17e3f9183d3ce7a7da4856bf936dab091d3b9f4b0b
 DIST aeolus-0.9.7.tar.bz2 66532 BLAKE2B 611d48724b0b85afb8b82e5c2c9590a1da5d22154a5f8c228bdc4f83490113115132c08b79d07d0a5b9a2c66e0b5f9776504a3e919f00f75202ec43d0c7da193 SHA512 ea81b784a26441e93535c9e3cd7b8c9c6b4f9946bd8aac0b84adc89e986986fd7f45b9b45d70f211323a4c616de8b8d8d16508e9553c694a4a6a74aeaf833ec2

diff --git a/media-sound/aeolus/aeolus-0.9.5.ebuild b/media-sound/aeolus/aeolus-0.9.5.ebuild
deleted file mode 100644
index 87a6b79f53c..00000000000
--- a/media-sound/aeolus/aeolus-0.9.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit versionator toolchain-funcs multilib flag-o-matic
-
-MY_P=${PN}-$(replace_version_separator 3 '-')
-
-DESCRIPTION="A synthesised pipe organ emulator"
-HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html"
-SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-	>=dev-libs/libclthreads-2.4.0
-	media-libs/zita-alsa-pcmi
-	>=x11-libs/libclxclient-3.9.0
-	x11-libs/libXft
-	x11-libs/libX11
-	>=media-sound/jack-audio-connection-kit-0.109.2
-	media-libs/alsa-lib
-	sys-libs/readline:0"
-
-RDEPEND="${DEPEND}
-	media-libs/stops"
-
-S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)/source
-
-src_compile() {
-	tc-export CXX
-	append-cppflags $($(tc-getPKG_CONFIG) --cflags xft)
-	sed -i -e "s/-O3//" Makefile || die "Failed to remove forced CFLAGS"
-	sed -i -e "s:ldconfig:true:" Makefile || die "Failed to remove ldconfig call"
-	sed -i -e "s/g++/$(tc-getCXX)/" Makefile || die "Failed to set correct compiler"
-	sed -i -e "s/-lXft/`$(tc-getPKG_CONFIG) --libs xft`/" Makefile || die
-	emake PREFIX="/usr" LIBDIR=$(get_libdir)
-}
-
-src_install() {
-	emake PREFIX="${D}/usr" install
-	dodoc ../README ../AUTHORS
-	echo "-S /usr/share/stops" > "${T}/aeolus.conf"
-	insinto /etc
-	doins "${T}/aeolus.conf"
-}


             reply	other threads:[~2019-12-26 11:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-26 11:06 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-13  3:36 [gentoo-commits] repo/gentoo:master commit in: media-sound/aeolus/ Miroslav Šulc
2022-06-12  8:32 Agostino Sarubbo
2022-06-12  8:28 Agostino Sarubbo
2022-05-11  6:14 Miroslav Šulc
2022-05-07  7:20 Miroslav Šulc
2022-03-09 23:12 Sam James
2020-08-11 14:23 Agostino Sarubbo
2020-08-10 13:09 Agostino Sarubbo
2019-12-24 11:09 Agostino Sarubbo
2019-12-19 15:44 Agostino Sarubbo
2019-11-17 12:45 Miroslav Šulc
2019-01-17 18:23 Mikle Kolyada
2018-12-29 19:12 Thomas Deutschmann
2017-05-09  7:22 Alexis Ballier
2016-02-11  0:29 Manuel Rüger
2015-09-25 14:43 Agostino Sarubbo
2015-09-24 12:56 Agostino Sarubbo

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=1577358369.76dd3a6487bdf816226e3372bee2733dbdb74b46.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