summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-09 20:48:14 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-09 20:52:45 +0200
commite3f9b7a73316c1430d6d82b9fb8f5381468f60ab (patch)
treebeebce1aa5854e71ee360d4b2dae993002968a25 /games-board/pasang-emas/pasang-emas-3.1.0-r1.ebuild
parentx11-drivers/nvidia-drivers: add 550.100 (diff)
downloadgentoo-e3f9b7a73316c1430d6d82b9fb8f5381468f60ab.tar.gz
gentoo-e3f9b7a73316c1430d6d82b9fb8f5381468f60ab.tar.bz2
gentoo-e3f9b7a73316c1430d6d82b9fb8f5381468f60ab.zip
games-board/pasang-emas: drop 3.1.0-r1
Bug: https://bugs.gentoo.org/929362 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-board/pasang-emas/pasang-emas-3.1.0-r1.ebuild')
-rw-r--r--games-board/pasang-emas/pasang-emas-3.1.0-r1.ebuild77
1 files changed, 0 insertions, 77 deletions
diff --git a/games-board/pasang-emas/pasang-emas-3.1.0-r1.ebuild b/games-board/pasang-emas/pasang-emas-3.1.0-r1.ebuild
deleted file mode 100644
index 87721db3f1bc..000000000000
--- a/games-board/pasang-emas/pasang-emas-3.1.0-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils toolchain-funcs
-
-DESCRIPTION="Traditional game of Brunei"
-HOMEPAGE="https://pasang-emas.sourceforge.net/"
-SRC_URI="
- https://downloads.sourceforge.net/${PN}/${P}.tar.bz2
- extras? (
- https://downloads.sourceforge.net/${PN}/pasang-emas-themes-1.0.tar.bz2
- https://downloads.sourceforge.net/${PN}/pet-marble.tar.bz2
- https://downloads.sourceforge.net/${PN}/pet-fragrance.tar.bz2
- )"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="extras nls"
-RESTRICT="test" # only used to validate .xml help files and fetches .dtd for it
-
-RDEPEND="
- app-text/gnome-doc-utils
- x11-libs/gtk+:2
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-text/rarian
- nls? ( sys-devel/gettext )"
-
-PATCHES=(
- "${FILESDIR}"/${P}-build.patch
-)
-
-src_prepare() {
- default
-
- sed -i '/Encoding/d;/Icon/s:\.png::' data/pasang-emas.desktop.in || die
-
- gnome2_omf_fix
-}
-
-src_configure() {
- local econfargs=(
- $(use_enable nls)
- --with-help-dir="${EPREFIX}"/usr/share/gnome/help
- --with-omf-dir="${EPREFIX}"/usr/share/omf
- )
- econf "${econfargs[@]}"
-}
-
-src_compile(){
- emake AR="$(tc-getAR)"
-}
-
-src_install() {
- default
-
- if use extras; then
- insinto /usr/share/${PN}/themes
- doins -r "${WORKDIR}"/{fragrance,marble,pasang-emas-themes-1.0/{conteng,kaca}}
- fi
-}
-
-pkg_preinst() {
- gnome2_scrollkeeper_savelist
-}
-
-pkg_postinst() {
- gnome2_scrollkeeper_update
-}
-
-pkg_postrm() {
- gnome2_scrollkeeper_update
-}