* [gentoo-commits] repo/gentoo:master commit in: media-sound/xineadump/
@ 2018-05-27 0:15 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-05-27 0:15 UTC (permalink / raw
To: gentoo-commits
commit: f22c81540c5a50d664e9f0c35680ed1181705f94
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 23:49:44 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 00:15:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22c8154
media-sound/xineadump: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-sound/xineadump/xineadump-0.1-r1.ebuild | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/media-sound/xineadump/xineadump-0.1-r1.ebuild b/media-sound/xineadump/xineadump-0.1-r1.ebuild
index 44abf590ccd..be2a6091556 100644
--- a/media-sound/xineadump/xineadump-0.1-r1.ebuild
+++ b/media-sound/xineadump/xineadump-0.1-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
-inherit eutils
+EAPI=6
DESCRIPTION="Utility for Xine decoding support in transKode"
HOMEPAGE="https://sourceforge.net/projects/transkode"
@@ -19,12 +18,12 @@ DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc-4.3.patch \
- "${FILESDIR}"/${P}-gcc-4.4.patch
-}
+PATCHES=(
+ "${FILESDIR}/${P}-gcc-4.3.patch"
+ "${FILESDIR}/${P}-gcc-4.4.patch"
+)
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS
+ default
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/xineadump/
@ 2018-05-27 18:23 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
To: gentoo-commits
commit: 041f9274975f64e7ca45c4114fbffb2f5e68bbb7
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:44:20 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041f9274
media-sound/xineadump: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8622
media-sound/xineadump/xineadump-0.1-r1.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/media-sound/xineadump/xineadump-0.1-r1.ebuild b/media-sound/xineadump/xineadump-0.1-r1.ebuild
index be2a6091556..df5b84d849c 100644
--- a/media-sound/xineadump/xineadump-0.1-r1.ebuild
+++ b/media-sound/xineadump/xineadump-0.1-r1.ebuild
@@ -22,8 +22,3 @@ PATCHES=(
"${FILESDIR}/${P}-gcc-4.3.patch"
"${FILESDIR}/${P}-gcc-4.4.patch"
)
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- default
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/xineadump/
@ 2022-03-20 18:49 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2022-03-20 18:49 UTC (permalink / raw
To: gentoo-commits
commit: ae12f40d22d3fdc23e32d7f37535c2ecd86101dd
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 18:48:53 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 18:48:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae12f40d
media-sound/xineadump: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{xineadump-0.1-r1.ebuild => xineadump-0.1-r2.ebuild} | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/media-sound/xineadump/xineadump-0.1-r1.ebuild b/media-sound/xineadump/xineadump-0.1-r2.ebuild
similarity index 79%
rename from media-sound/xineadump/xineadump-0.1-r1.ebuild
rename to media-sound/xineadump/xineadump-0.1-r2.ebuild
index df5b84d849c1..0ad5a7012fd1 100644
--- a/media-sound/xineadump/xineadump-0.1-r1.ebuild
+++ b/media-sound/xineadump/xineadump-0.1-r2.ebuild
@@ -1,23 +1,22 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Utility for Xine decoding support in transKode"
HOMEPAGE="https://sourceforge.net/projects/transkode"
SRC_URI="mirror://sourceforge/transkode/${P}.tar.bz2"
+S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE=""
-RDEPEND="media-libs/xine-lib
+RDEPEND="
+ media-libs/xine-lib
media-libs/alsa-lib"
DEPEND="${RDEPEND}"
-S=${WORKDIR}/${PN}
-
PATCHES=(
"${FILESDIR}/${P}-gcc-4.3.patch"
"${FILESDIR}/${P}-gcc-4.4.patch"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-20 18:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-27 18:23 [gentoo-commits] repo/gentoo:master commit in: media-sound/xineadump/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2022-03-20 18:49 David Seifert
2018-05-27 0:15 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox