From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/vbam/
Date: Sun, 11 Dec 2016 13:49:08 +0000 (UTC) [thread overview]
Message-ID: <1481464118.dd706ea0be38d3b6582534c585db797a292beaf0.soap@gentoo> (raw)
commit: dd706ea0be38d3b6582534c585db797a292beaf0
Author: Nicholas Vinson <nvinson234 <AT> gmail <DOT> com>
AuthorDate: Sun Dec 11 10:55:52 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 13:48:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd706ea0
games-emulation/vbam: rename vbam-2.0.0_pre1507.ebuild
Rename vbam-2.0.0_pre1507.ebuild to vbam-2.0.0_beta2_pre1507.ebuild.
This ensures the new version (vbam-2.0.0_beta2_pre20161211.ebuild)
to be favored over the older pre version.
Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3076
....0_pre1507.ebuild => vbam-2.0.0_beta2_pre1507.ebuild} | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild b/games-emulation/vbam/vbam-2.0.0_beta2_pre1507.ebuild
similarity index 90%
rename from games-emulation/vbam/vbam-2.0.0_pre1507.ebuild
rename to games-emulation/vbam/vbam-2.0.0_beta2_pre1507.ebuild
index 1c1d406..5bd487a 100644
--- a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild
+++ b/games-emulation/vbam/vbam-2.0.0_beta2_pre1507.ebuild
@@ -7,11 +7,13 @@ WX_GTK_VER="3.0"
CMAKE_MAKEFILE_GENERATOR=emake
inherit cmake-utils wxwidgets flag-o-matic gnome2-utils fdo-mime games
+MY_P=${P//_beta2/}
+
if [[ ${PV} == 9999 ]]; then
ESVN_REPO_URI="https://svn.code.sf.net/p/vbam/code/trunk"
inherit subversion
else
- SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz"
+ SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${MY_P}.tar.xz"
KEYWORDS="amd64 x86"
# upstream patches
@@ -55,6 +57,8 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
virtual/pkgconfig"
+S="${WORKDIR}"/${MY_P}
+
src_prepare() {
[[ ${PV} == 9999 ]] && subversion_src_prepare
@@ -63,13 +67,13 @@ src_prepare() {
sed -i "s:\(DESTINATION\) bin:\1 ${GAMES_BINDIR}:" \
CMakeLists.txt src/{wx,gtk}/CMakeLists.txt || die
- epatch "${FILESDIR}"/${P}-man.patch
+ epatch "${FILESDIR}"/${MY_P}-man.patch
epatch \
- "${DISTDIR}/${P}-ffmpeg3_defines.patch" \
- "${DISTDIR}/${P}-ffmpeg3_audio_recording_kludge.patch" \
- "${DISTDIR}/${P}-ffmpeg3_encoders_no_s16.patch" \
- "${DISTDIR}/${P}-ffmpeg3_nonfunc_video_encoding.patch"
+ "${DISTDIR}/${MY_P}-ffmpeg3_defines.patch" \
+ "${DISTDIR}/${MY_P}-ffmpeg3_audio_recording_kludge.patch" \
+ "${DISTDIR}/${MY_P}-ffmpeg3_encoders_no_s16.patch" \
+ "${DISTDIR}/${MY_P}-ffmpeg3_nonfunc_video_encoding.patch"
}
src_configure() {
next reply other threads:[~2016-12-11 13:49 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-11 13:49 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-16 9:37 [gentoo-commits] repo/gentoo:master commit in: games-emulation/vbam/ Pacho Ramos
2024-06-16 9:37 Pacho Ramos
2024-04-18 16:56 Pacho Ramos
2024-03-22 5:33 Sam James
2023-11-24 12:59 Pacho Ramos
2023-01-20 3:54 Sam James
2020-11-07 22:48 James Le Cuirot
2020-07-25 20:26 James Le Cuirot
2020-06-05 23:12 Andreas Sturmlechner
2019-12-06 11:08 Lars Wendler
2019-12-06 11:08 Lars Wendler
2018-08-29 21:22 James Le Cuirot
2018-03-18 4:48 Tim Harder
2018-01-21 10:20 David Seifert
2018-01-20 19:54 David Seifert
2018-01-13 22:17 David Seifert
2017-12-30 21:41 David Seifert
2017-12-16 10:31 Tobias Klausmann
2016-12-27 5:43 Lars Wendler
2016-12-11 18:10 David Seifert
2016-12-06 9:13 Pacho Ramos
2016-08-26 5:17 Tim Harder
2016-08-26 5:17 Tim Harder
2016-04-03 3:08 Michael Sterrett
2016-01-01 7:21 Michael Sterrett
2015-12-11 10:06 Agostino Sarubbo
2015-11-10 16:57 Michael Sterrett
2015-08-29 20:26 Tim Harder
2015-08-29 20:26 Tim Harder
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=1481464118.dd706ea0be38d3b6582534c585db797a292beaf0.soap@gentoo \
--to=soap@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