* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/biniax2/
@ 2018-04-14 21:39 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-04-14 21:39 UTC (permalink / raw
To: gentoo-commits
commit: b98c2e3c3f18e59f87ce4d81eeeff7852fffe6d7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 14 21:36:36 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 14 21:38:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98c2e3c
games-puzzle/biniax2: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
games-puzzle/biniax2/biniax2-1.30.ebuild | 40 --------------------------------
1 file changed, 40 deletions(-)
diff --git a/games-puzzle/biniax2/biniax2-1.30.ebuild b/games-puzzle/biniax2/biniax2-1.30.ebuild
deleted file mode 100644
index 8c89af60317..00000000000
--- a/games-puzzle/biniax2/biniax2-1.30.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Logic game with arcade and tactics modes"
-HOMEPAGE="http://biniax.com/"
-SRC_URI="http://mordred.dir.bg/biniax/${P}-fullsrc.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-image[png]
- media-libs/sdl-mixer[mod]"
-RDEPEND="${DEPEND}"
-S=${WORKDIR}
-
-src_prepare() {
- rm -f data/Thumbs.db
- sed -i \
- -e "s:data/:${GAMES_DATADIR}/${PN}/:" \
- desktop/{gfx,snd}.c \
- || die
- epatch \
- "${FILESDIR}"/${P}-build.patch \
- "${FILESDIR}"/${P}-dotfiles.patch
-}
-
-src_install() {
- dogamesbin ${PN}
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r data/*
- doicon "${FILESDIR}"/${PN}.xpm
- make_desktop_entry ${PN} Biniax-2
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/biniax2/
@ 2021-06-09 11:27 Ionen Wolkens
0 siblings, 0 replies; 3+ messages in thread
From: Ionen Wolkens @ 2021-06-09 11:27 UTC (permalink / raw
To: gentoo-commits
commit: 832f89e6e0991402b5d992fafbe81a6a2ea9208f
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 9 11:21:39 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jun 9 11:26:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832f89e6
games-puzzle/biniax2: drop 1.30-r1
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/biniax2/biniax2-1.30-r1.ebuild | 42 -----------------------------
1 file changed, 42 deletions(-)
diff --git a/games-puzzle/biniax2/biniax2-1.30-r1.ebuild b/games-puzzle/biniax2/biniax2-1.30-r1.ebuild
deleted file mode 100644
index e4710407e8e..00000000000
--- a/games-puzzle/biniax2/biniax2-1.30-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop
-
-DESCRIPTION="Logic game with arcade and tactics modes"
-HOMEPAGE="http://biniax.com/"
-SRC_URI="http://mordred.dir.bg/biniax/${P}-fullsrc.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-image[png]
- media-libs/sdl-mixer[mod]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-src_prepare() {
- default
-
- rm -f data/Thumbs.db
- sed -i \
- -e "s:data/:/usr/share/${PN}/:" \
- desktop/{gfx,snd}.c \
- || die
- eapply \
- "${FILESDIR}"/${P}-build.patch \
- "${FILESDIR}"/${P}-dotfiles.patch
-}
-
-src_install() {
- dobin ${PN}
- insinto "/usr/share/${PN}"
- doins -r data/*
- doicon "${FILESDIR}"/${PN}.xpm
- make_desktop_entry ${PN} Biniax-2
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/biniax2/
@ 2021-06-09 11:30 Ionen Wolkens
0 siblings, 0 replies; 3+ messages in thread
From: Ionen Wolkens @ 2021-06-09 11:30 UTC (permalink / raw
To: gentoo-commits
commit: d2a1d08ebe480904757793192ec63ffd2ae5dcaf
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 9 11:29:39 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jun 9 11:29:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a1d08e
games-puzzle/biniax2: add missing overlooked EPREFIX
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/biniax2/biniax2-1.30-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-puzzle/biniax2/biniax2-1.30-r2.ebuild b/games-puzzle/biniax2/biniax2-1.30-r2.ebuild
index 719216968d7..533449cd9a8 100644
--- a/games-puzzle/biniax2/biniax2-1.30-r2.ebuild
+++ b/games-puzzle/biniax2/biniax2-1.30-r2.ebuild
@@ -31,7 +31,7 @@ src_prepare() {
rm data/Thumbs.db || die
- sed -i "s|data/|/usr/share/${PN}/|" desktop/{gfx,snd}.c || die
+ sed -i "s|data/|${EPREFIX}/usr/share/${PN}/|" desktop/{gfx,snd}.c || die
}
src_compile() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-06-09 11:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-14 21:39 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/biniax2/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2021-06-09 11:27 Ionen Wolkens
2021-06-09 11:30 Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox