From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdrdao/
Date: Wed, 28 Feb 2018 20:11:29 +0000 (UTC) [thread overview]
Message-ID: <1519848664.10bd9e0fb210d384c3fe3d7bfe033eb2ba7d2ea1.asturm@gentoo> (raw)
commit: 10bd9e0fb210d384c3fe3d7bfe033eb2ba7d2ea1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 20:11:04 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 20:11:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bd9e0f
app-cdr/cdrdao: Drop old
Stabilisation timeout, but no stable revdeps, so EAPI4--.
Closes: https://bugs.gentoo.org/608946
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-cdr/cdrdao/cdrdao-1.2.3-r1.ebuild | 59 ------------------------------
app-cdr/cdrdao/cdrdao-1.2.3-r2.ebuild | 68 -----------------------------------
app-cdr/cdrdao/cdrdao-1.2.3-r3.ebuild | 65 ---------------------------------
app-cdr/cdrdao/metadata.xml | 3 --
4 files changed, 195 deletions(-)
diff --git a/app-cdr/cdrdao/cdrdao-1.2.3-r1.ebuild b/app-cdr/cdrdao/cdrdao-1.2.3-r1.ebuild
deleted file mode 100644
index 836672f1273..00000000000
--- a/app-cdr/cdrdao/cdrdao-1.2.3-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="Burn CDs in disk-at-once mode -- with optional GUI frontend"
-HOMEPAGE="http://cdrdao.sourceforge.net/"
-if [[ ${PV/*_rc*} ]]
-then
- SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-else
- SRC_URI="http://www.poolshark.org/src/${P/_}.tar.bz2"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="gcdmaster encode mad vorbis"
-
-RDEPEND="virtual/cdrtools
- encode? ( >=media-sound/lame-3.99 )
- gcdmaster? (
- dev-libs/libsigc++:2
- >=dev-cpp/gtkmm-2.4:2.4
- >=dev-cpp/libgnomeuimm-2.6:2.6
- media-libs/libao
- )
- mad? (
- media-libs/libmad
- media-libs/libao
- )
- vorbis? (
- media-libs/libvorbis
- media-libs/libao
- )
- !app-cdr/cue2toc
- !dev-util/pccts"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${P/_}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-glibc212.patch
-}
-
-src_configure() {
- econf \
- $(use_with gcdmaster xdao) \
- $(use_with vorbis ogg-support) \
- $(use_with mad mp3-support) \
- $(use_with encode lame)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog CREDITS NEWS README{,.PlexDAE}
-}
diff --git a/app-cdr/cdrdao/cdrdao-1.2.3-r2.ebuild b/app-cdr/cdrdao/cdrdao-1.2.3-r2.ebuild
deleted file mode 100644
index b3f48258331..00000000000
--- a/app-cdr/cdrdao/cdrdao-1.2.3-r2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="Burn CDs in disk-at-once mode -- with optional GUI frontend"
-HOMEPAGE="http://cdrdao.sourceforge.net/"
-if [[ ${PV/*_rc*} ]]
-then
- SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-else
- SRC_URI="http://www.poolshark.org/src/${P/_}.tar.bz2"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
-IUSE="gcdmaster encode mad vorbis"
-
-RDEPEND="virtual/cdrtools
- encode? ( >=media-sound/lame-3.99 )
- gcdmaster? (
- >=dev-libs/libsigc++-2.6:2
- >=dev-cpp/gtkmm-2.4:2.4
- >=dev-cpp/libgnomeuimm-2.6:2.6
- media-libs/libao
- )
- mad? (
- media-libs/libmad
- media-libs/libao
- )
- vorbis? (
- media-libs/libvorbis
- media-libs/libao
- )
- !app-cdr/cue2toc
- !dev-util/pccts"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${P/_}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-glibc212.patch
- epatch "${FILESDIR}"/${P}-unsigned-char.patch #569344
-}
-
-src_configure() {
- # Make sure we use a sane default `ar`.
- tc-export AR
-
- # Fix building with latest libsigc++
- append-cxxflags -std=c++11
- find -name '*.h' -exec sed -i '/sigc++\/object.h/d' {} + || die
-
- econf \
- $(use_with gcdmaster xdao) \
- $(use_with vorbis ogg-support) \
- $(use_with mad mp3-support) \
- $(use_with encode lame)
-}
-
-src_install() {
- default
- dodoc AUTHORS ChangeLog CREDITS NEWS README{,.PlexDAE}
-}
diff --git a/app-cdr/cdrdao/cdrdao-1.2.3-r3.ebuild b/app-cdr/cdrdao/cdrdao-1.2.3-r3.ebuild
deleted file mode 100644
index 4cd70db0b68..00000000000
--- a/app-cdr/cdrdao/cdrdao-1.2.3-r3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="Burn CDs in disk-at-once mode -- with optional GUI frontend"
-HOMEPAGE="http://cdrdao.sourceforge.net/"
-if [[ ${PV/*_rc*} ]]
-then
- SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-else
- SRC_URI="http://www.poolshark.org/src/${P/_}.tar.bz2"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="gcdmaster encode mad vorbis"
-
-RDEPEND="virtual/cdrtools
- encode? ( >=media-sound/lame-3.99 )
- gcdmaster? (
- >=dev-libs/libsigc++-2.6:2
- >=dev-cpp/gtkmm-2.4:2.4
- >=dev-cpp/libgnomeuimm-2.6:2.6
- media-libs/libao
- )
- mad? (
- media-libs/libmad
- media-libs/libao
- )
- vorbis? (
- media-libs/libvorbis
- media-libs/libao
- )
- !app-cdr/cue2toc
- !dev-util/pccts"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-PATCHES=(
- "${FILESDIR}/${P}-glibc212.patch"
- "${FILESDIR}/${P}-unsigned-char.patch"
- "${FILESDIR}/${P}-ax_pthread.patch"
- "${FILESDIR}/${P}-wformat-security.patch"
-)
-S=${WORKDIR}/${P/_}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- # Fix building with latest libsigc++
- append-cxxflags -std=c++11
- find -name '*.h' -exec sed -i '/sigc++\/object.h/d' {} + || die
-
- econf \
- $(use_with gcdmaster xdao) \
- $(use_with vorbis ogg-support) \
- $(use_with mad mp3-support) \
- $(use_with encode lame)
-}
diff --git a/app-cdr/cdrdao/metadata.xml b/app-cdr/cdrdao/metadata.xml
index 0981f4cab9a..d31754f982b 100644
--- a/app-cdr/cdrdao/metadata.xml
+++ b/app-cdr/cdrdao/metadata.xml
@@ -13,9 +13,6 @@
CD command line recording, ripping and copying tool. Especially ISOs- and
bin/cue-files are handled very well.
</longdescription>
- <use>
- <flag name="gcdmaster">Enable building of gcdmaster application</flag>
- </use>
<upstream>
<remote-id type="sourceforge">cdrdao</remote-id>
</upstream>
next reply other threads:[~2018-02-28 20:11 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-28 20:11 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-09 5:16 [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdrdao/ Sam James
2023-12-16 11:21 Sam James
2023-12-16 10:59 Arthur Zamarin
2023-05-27 9:43 Sam James
2023-05-27 9:43 Sam James
2023-05-23 0:10 Sam James
2023-05-18 19:42 Sam James
2023-05-18 19:42 Sam James
2023-05-18 19:17 Arthur Zamarin
2023-03-04 10:15 Arthur Zamarin
2023-03-04 6:34 Arthur Zamarin
2023-03-03 18:50 Arthur Zamarin
2023-03-03 17:25 Arthur Zamarin
2022-12-04 15:59 WANG Xuerui
2022-07-28 8:28 Sam James
2022-07-28 8:28 Sam James
2022-06-21 7:38 Agostino Sarubbo
2022-06-21 7:37 Agostino Sarubbo
2022-06-21 7:36 Agostino Sarubbo
2022-06-20 18:49 Arthur Zamarin
2022-06-20 6:04 Joonas Niilola
2022-06-20 6:04 Joonas Niilola
2022-02-15 7:00 Joonas Niilola
2021-09-24 1:37 Yixun Lan
2020-12-18 9:00 Michał Górny
2018-11-28 12:15 Tobias Klausmann
2018-11-06 23:56 Sergei Trofimovich
2018-11-06 21:31 Mikle Kolyada
2018-11-05 7:51 Sergei Trofimovich
2018-11-05 7:51 Sergei Trofimovich
2018-11-01 19:07 Sergei Trofimovich
2018-10-31 23:35 Sergei Trofimovich
2018-10-31 1:04 Thomas Deutschmann
2018-04-15 18:48 Patrice Clement
2018-02-27 21:56 Sergei Trofimovich
2018-02-11 10:01 Michał Górny
2017-12-10 0:32 Sergei Trofimovich
2017-12-02 23:51 Sergei Trofimovich
2017-11-30 20:19 Tobias Klausmann
2017-11-29 20:28 Sergei Trofimovich
2017-05-22 9:25 Agostino Sarubbo
2017-05-21 8:09 Agostino Sarubbo
2017-02-11 12:50 Pacho Ramos
2016-05-03 20:56 Markus Meier
2016-04-13 0:59 Sam Jorna
2016-04-07 10:17 Jeroen Roovers
2016-03-06 20:52 Mikle Kolyada
2016-02-21 23:44 Pacho Ramos
2016-01-11 2:33 Mike Frysinger
2015-12-23 10:59 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=1519848664.10bd9e0fb210d384c3fe3d7bfe033eb2ba7d2ea1.asturm@gentoo \
--to=asturm@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