[gentoo-commits] repo/gentoo:master commit in: games-arcade/notpacman/
commit: 05437b93375fbac56473d61b9d595da5530ed561 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Jun 9 17:07:24 2021 + Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jun 15 20:00:18 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05437b93 games-arcade/notpacman: EAPI bump, update eclass usage Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ionen Wolkens gentoo.org> games-arcade/notpacman/notpacman-1.0.4-r1.ebuild | 28 ++-- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild index 26472c8d217..de7d45a2d9c 100644 --- a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit desktop eutils gnome2-utils +inherit desktop wrapper xdg -DESCRIPTION="A mashup of \"Not\" and \"Pacman\"" +DESCRIPTION="Mashup of \"Not\" and \"Pacman\"" HOMEPAGE="https://stabyourself.net/notpacman/"; SRC_URI="https://stabyourself.net/dl.php?file=notpacman-1004/notpacman-linux.zip -> ${P}.zip https://dev.gentoo.org/~chewi/distfiles/${PN}.png"; +S="${WORKDIR}" LICENSE="WTFPL-2" SLOT="0" @@ -16,11 +17,8 @@ KEYWORDS="~amd64 ~x86" LVSLOT="0.7" RDEPEND=">=games-engines/love-0.7.2:${LVSLOT} -media-libs/devil[png] -" -DEPEND="app-arch/unzip" - -S="${WORKDIR}" + media-libs/devil[png]" +BDEPEND="app-arch/unzip" src_install() { local dir=/usr/share/love/${PN} @@ -34,15 +32,3 @@ src_install() { make_wrapper ${PN} "love-${LVSLOT} ${PN}.love" "${dir}" make_desktop_entry ${PN} } - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}
[gentoo-commits] repo/gentoo:master commit in: games-arcade/notpacman/
commit: 44251837371863da10b16a1cd247cb14e89cec22 Author: Daniel Schmidt tutanota com> AuthorDate: Tue Mar 19 21:22:54 2019 + Commit: James Le Cuirot gentoo org> CommitDate: Tue Mar 19 22:03:31 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44251837 games-arcade/notpacman: fix broken SRC_URI Closes: https://bugs.gentoo.org/680780 Signed-off-by: Daniel Schmidt tutanota.com> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11418 Signed-off-by: James Le Cuirot gentoo.org> games-arcade/notpacman/notpacman-1.0.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild index f75edaea911..1fde2f95503 100644 --- a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit desktop eutils gnome2-utils DESCRIPTION="A mashup of \"Not\" and \"Pacman\"" HOMEPAGE="http://stabyourself.net/notpacman/"; SRC_URI="http://stabyourself.net/dl.php?file=notpacman-1004/notpacman-linux.zip -> ${P}.zip - https://dev.gentoo.org/~hasufell/distfiles/${PN}.png"; + https://dev.gentoo.org/~chewi/distfiles/${PN}.png"; LICENSE="WTFPL-2" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: games-arcade/notpacman/
commit: 3fe73a4f1df1279870a0534c2d5be1c240b9c43a Author: Marty E. Plummer startmail com> AuthorDate: Fri Aug 3 01:13:56 2018 + Commit: James Le Cuirot gentoo org> CommitDate: Mon Aug 27 21:23:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe73a4f games-arcade/notpacman: add explicit desktop inheritance eutils may not always inherit desktop. Package-Manager: Portage-2.3.44, Repoman-2.3.10 games-arcade/notpacman/notpacman-1.0.4-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild index d8e99a5e140..f75edaea911 100644 --- a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils gnome2-utils + +inherit desktop eutils gnome2-utils DESCRIPTION="A mashup of \"Not\" and \"Pacman\"" HOMEPAGE="http://stabyourself.net/notpacman/";
[gentoo-commits] repo/gentoo:master commit in: games-arcade/notpacman/
commit: 711cd30f73c80f01701d60ea703083d568f44814 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 22 19:35:30 2018 + Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 22 19:40:07 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711cd30f games-arcade/notpacman: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-arcade/notpacman/notpacman-1.0.4.ebuild | 51 --- 1 file changed, 51 deletions(-) diff --git a/games-arcade/notpacman/notpacman-1.0.4.ebuild b/games-arcade/notpacman/notpacman-1.0.4.ebuild deleted file mode 100644 index e2332a41368..000 --- a/games-arcade/notpacman/notpacman-1.0.4.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils gnome2-utils games - -DESCRIPTION="A mashup of \"Not\" and \"Pacman\"" -HOMEPAGE="http://stabyourself.net/notpacman/"; -SRC_URI="http://stabyourself.net/dl.php?file=notpacman-1004/notpacman-linux.zip -> ${P}.zip - https://dev.gentoo.org/~hasufell/distfiles/${PN}.png"; - -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -LVSLOT="0.7" -RDEPEND=">=games-engines/love-0.7.2:${LVSLOT} -media-libs/devil[png]" -DEPEND="app-arch/unzip" - -S=${WORKDIR} - -src_install() { - local dir=${GAMES_DATADIR}/love/${PN} - - exeinto "${dir}" - newexe not_pacman.love ${PN}.love - - dodoc README - - doicon -s 32 "${DISTDIR}"/${PN}.png - games_make_wrapper ${PN} "love-${LVSLOT} ${PN}.love" "${dir}" - make_desktop_entry ${PN} - - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}
[gentoo-commits] repo/gentoo:master commit in: games-arcade/notpacman/
commit: bd217ed42c47c40d29fe631298c2aea96844153e Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 22 19:36:22 2018 + Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 22 19:40:08 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd217ed4 games-arcade/notpacman: Simplify ebuild Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-arcade/notpacman/notpacman-1.0.4-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild index d8e99a5e140..e9bbee0c647 100644 --- a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild @@ -13,8 +13,7 @@ LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -LVSLOT="0.7" -RDEPEND=">=games-engines/love-0.7.2:${LVSLOT} +RDEPEND=">=games-engines/love-0.7.2:0.7 media-libs/devil[png] " DEPEND="app-arch/unzip"
[gentoo-commits] repo/gentoo:master commit in: games-arcade/notpacman/
commit: b214a30199fbd4d344e2e3847c0e0a906ff85f33 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 22 19:37:23 2018 + Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 22 19:40:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b214a301 Revert "games-arcade/notpacman: Simplify ebuild" This reverts commit 622692fbb76c156e2280bc809c4ed6102519fdcc. games-arcade/notpacman/notpacman-1.0.4-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild index e9bbee0c647..d8e99a5e140 100644 --- a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild @@ -13,7 +13,8 @@ LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND=">=games-engines/love-0.7.2:0.7 +LVSLOT="0.7" +RDEPEND=">=games-engines/love-0.7.2:${LVSLOT} media-libs/devil[png] " DEPEND="app-arch/unzip"
[gentoo-commits] repo/gentoo:master commit in: games-arcade/notpacman/
commit: 5b1b38699a92730e0099086bee1e4319ccce7599 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 22 19:35:22 2018 + Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 22 19:40:06 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1b3869 games-arcade/notpacman: Stop using games.eclass Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-arcade/notpacman/notpacman-1.0.4-r1.ebuild | 47 1 file changed, 47 insertions(+) diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild new file mode 100644 index 000..d8e99a5e140 --- /dev/null +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils gnome2-utils + +DESCRIPTION="A mashup of \"Not\" and \"Pacman\"" +HOMEPAGE="http://stabyourself.net/notpacman/"; +SRC_URI="http://stabyourself.net/dl.php?file=notpacman-1004/notpacman-linux.zip -> ${P}.zip + https://dev.gentoo.org/~hasufell/distfiles/${PN}.png"; + +LICENSE="WTFPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +LVSLOT="0.7" +RDEPEND=">=games-engines/love-0.7.2:${LVSLOT} +media-libs/devil[png] +" +DEPEND="app-arch/unzip" + +S="${WORKDIR}" + +src_install() { + local dir=/usr/share/love/${PN} + + exeinto "${dir}" + newexe not_pacman.love ${PN}.love + + einstalldocs + + doicon -s 32 "${DISTDIR}"/${PN}.png + make_wrapper ${PN} "love-${LVSLOT} ${PN}.love" "${dir}" + make_desktop_entry ${PN} +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}