From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/denemo/
Date: Thu, 11 Feb 2016 00:48:54 +0000 (UTC) [thread overview]
Message-ID: <1455151721.c705c865d1464fd4d319092d481738768d53ca6e.mrueg@gentoo> (raw)
commit: c705c865d1464fd4d319092d481738768d53ca6e
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 00:48:41 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 00:48:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c705c865
media-sound/denemo: Remove old
Package-Manager: portage-2.2.27
media-sound/denemo/Manifest | 1 -
media-sound/denemo/denemo-0.9.6.ebuild | 65 ----------------------------------
2 files changed, 66 deletions(-)
diff --git a/media-sound/denemo/Manifest b/media-sound/denemo/Manifest
index d5b17a0..6e71612 100644
--- a/media-sound/denemo/Manifest
+++ b/media-sound/denemo/Manifest
@@ -1,3 +1,2 @@
-DIST denemo-0.9.6.tar.gz 13273412 SHA256 b04299fbf2f3207438da043b1a6d3748c86e48e9ee8af00de8bb2dec7795b6d4 SHA512 6e2e1b71d9ba0338559347742f237e66547feb6158d58cfff191818dbe64b18b86eec5b1eea35bd55c6c2a65b6b97a2de5d62d7bbfa5a6ae0d478d673b3e779a WHIRLPOOL 444648500cb768a12f3e2b1e7fe8b6e36d74a8e46d5d46f79ca2abfe2145d0fd3922c815963f757f1b287f977cae23084c6200e6939a4cfce5cf6f43612d7372
DIST denemo-1.0.0.tar.gz 13810392 SHA256 a13795e7ad17753b9db5886a6deb6abad7de3f16dc19a592c99dbd4237076945 SHA512 38a1b8d8a08495e0103b88802843465148a1ec6aaf49c5b2d71e58c662579f5ab25e06eba1e6855e3eb21f6f4a11efeb97196a6759a587ec5b3f3fac698eef30 WHIRLPOOL 113b5217c51a013089aefeef40c2cc703c91de9bb671b654ab87a0c887ec7e9c7bb717095edb4cd13444d7e538ac22790501cf943663a8742aae11d5bc9d6785
DIST denemo-1.0.2.tar.gz 13923398 SHA256 274f807c52a9ad518e79999dcca8a1c3f249608eee692c061454a07963c0c14a SHA512 f6f642af1385a8020f8d64a7c9da31d8f61e1dc01f221709b31c081640f99b367d2bbb5b6dffb6be6cef21fc2b423618ddef8965398850d60a5f0113f98d1f55 WHIRLPOOL 16207a7c85e1ef82f9034a74aa8bb7749ca2586f684b4111e589fc7d96e7ff34b3e33c00006d1133900cfbc73913a64f7f41e66072a58294c585eb8e5927db09
diff --git a/media-sound/denemo/denemo-0.9.6.ebuild b/media-sound/denemo/denemo-0.9.6.ebuild
deleted file mode 100644
index a1d6181..0000000
--- a/media-sound/denemo/denemo-0.9.6.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils fdo-mime
-
-DESCRIPTION="A music notation editor"
-HOMEPAGE="http://www.denemo.org/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3 OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa jack +fluidsynth nls +portaudio portmidi"
-
-COMMON_DEPEND="
- >=app-text/evince-3
- dev-libs/libxml2:2
- >=dev-scheme/guile-1.8
- gnome-base/librsvg:2
- >=media-libs/libsmf-1.3
- x11-libs/gtk+:3
- x11-libs/gtksourceview:3.0
- alsa? ( media-libs/alsa-lib )
- jack? ( >=media-sound/jack-audio-connection-kit-0.102 )
- fluidsynth? ( media-sound/fluidsynth )
- portaudio? (
- media-libs/portaudio
- media-libs/aubio
- sci-libs/fftw:3.0
- media-libs/libsamplerate
- )
- portmidi? ( media-libs/portmidi )"
-RDEPEND="${COMMON_DEPEND}
- media-sound/lilypond"
-DEPEND="${COMMON_DEPEND}
- sys-devel/flex
- virtual/pkgconfig
- virtual/yacc
- nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS ChangeLog doc/{DESIGN{,.lilypond},GOALS,TODO} NEWS )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-desktop.patch
- epatch "${FILESDIR}"/${P}-alsa.patch
- epatch "${FILESDIR}"/${P}-jack.patch
- epatch "${FILESDIR}"/${P}-implicit-declarations.patch
-}
-
-src_configure() {
- econf \
- --disable-static \
- --enable-gtk3 \
- $(use_enable alsa) \
- $(use_enable fluidsynth) \
- $(use_enable jack) \
- $(use_enable nls) \
- $(use_enable portaudio) \
- $(use_enable portmidi)
-}
-
-pkg_postinst() { fdo-mime_desktop_database_update; }
-pkg_postrm() { fdo-mime_desktop_database_update; }
next reply other threads:[~2016-02-11 0:49 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-11 0:48 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-04-20 19:45 [gentoo-commits] repo/gentoo:master commit in: media-sound/denemo/ David Seifert
2019-12-16 9:40 Miroslav Šulc
2020-02-16 14:51 Andreas Sturmlechner
2020-02-16 14:53 Andreas Sturmlechner
2020-03-21 18:56 Andreas Sturmlechner
2021-02-07 17:07 Conrad Kostecki
2021-04-11 0:13 Thomas Deutschmann
2021-04-11 11:11 Sam James
2021-04-13 7:51 Joonas Niilola
2021-05-19 17:22 Sam James
2021-05-19 17:25 Sam James
2021-11-12 13:04 Joonas Niilola
2022-01-24 9:25 Jakov Smolić
2022-01-24 9:25 Jakov Smolić
2022-03-24 12:46 Joonas Niilola
2022-03-24 12:46 Joonas Niilola
2022-06-03 10:18 Joonas Niilola
2022-06-03 10:18 Joonas Niilola
2022-10-18 2:31 Sam James
2022-10-18 2:36 Sam James
2023-02-28 13:58 Joonas Niilola
2023-04-29 6:06 Sam James
2024-01-11 9:38 Sam James
2024-01-12 7:07 Joonas Niilola
2024-11-08 3:54 Sam James
2024-11-19 14:10 Sam James
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=1455151721.c705c865d1464fd4d319092d481738768d53ca6e.mrueg@gentoo \
--to=mrueg@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