diff --git a/README.md b/README.md index 85a45fd..72aa1b9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ The following packages are available in this overlay: * bind-adblock - https://github.com/Trellmor/bind-adblock * duo_unix - https://github.com/duosecurity/duo_unix -* dwarf-therapist - https://github.com/Dwarf-Therapist/Dwarf-Therapist * FreshRSS - https://github.com/FreshRSS/FreshRSS * inpulse-to-talk - https://gitlab.com/somini/inpulse-to-talk * nagios-plugin-check_smart - https://github.com/Napsty/check_smart diff --git a/games-util/dwarf-therapist/Manifest b/games-util/dwarf-therapist/Manifest deleted file mode 100644 index a367a45..0000000 --- a/games-util/dwarf-therapist/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -DIST dwarf-therapist-41.2.2.tar.gz 1126446 BLAKE2B 44b84661892a50b225c5b69b6196e8397359d073bc9c268713fe93a35852370cfcfcc76df1c52aad814ceb46a74b6a9a7b3bd37bfc5cfec1eb2273b148b3cdb1 SHA512 0235c809be389743fb8205bf43770215efe72c4a178c854b14d1d9ea3a12213abaf58e2832d4c2bcf071d68216a4beff513c7e22712de996c0b6e9024c3010c2 -DIST dwarf-therapist-41.2.3.tar.gz 1125434 BLAKE2B a8cd0e646c2936bfa266de1e8a0fdf4e5becae5c90d02c10cc0712441d6dfdb22dbfe9ce7682c601e2440c2d901cc011349d7dc4acca0b37aa67896d144635a1 SHA512 fd7eec0628c5206bf4ecb7053a9ff83a431b5fe4a57c6daea4724362d64d7a33f09fbe7e3aa0fec42c3f8cffbe3bd9b6c756749ca2822f28c33f98e282acf79a -EBUILD dwarf-therapist-41.2.2.ebuild 1348 BLAKE2B c221708c5000f65f0370bf97064150febad36f32f63d783499fc8e45f0b86a46bdc89d2f22ac23da8422a1c196d12588099f8749689a8e5161d671df8ef91eb2 SHA512 b877659dd4c81c07a76f92be25be595bcd6f0c751be3fe6cede0d990096dbd890ba2f3af1ea349bb1fd784f147235264bb91883fd5c136cb9f215c46bda4e00a -EBUILD dwarf-therapist-41.2.3.ebuild 1348 BLAKE2B c221708c5000f65f0370bf97064150febad36f32f63d783499fc8e45f0b86a46bdc89d2f22ac23da8422a1c196d12588099f8749689a8e5161d671df8ef91eb2 SHA512 b877659dd4c81c07a76f92be25be595bcd6f0c751be3fe6cede0d990096dbd890ba2f3af1ea349bb1fd784f147235264bb91883fd5c136cb9f215c46bda4e00a -EBUILD dwarf-therapist-9999.ebuild 1348 BLAKE2B 3623fba63deb0d547614ce445453bcc92b034b098d86d1765dedd7bbf0dc37b2e1eda5a2d608e2621519d075964ceeef2ba35385e9f4f3ce7270a5438fe79b8b SHA512 bc334d4ec6d968ca018c355eb8c65aa06177553fea67d2b64c6db56cba8bb4c29b7c4d90cda75180561e08ed76c8d4b019d8427910d8b0eb797cd57083a2c8e2 -MISC metadata.xml 546 BLAKE2B 46c8aff24656ec88918e85f93ce58293977d83ef5f15beeb70fc1f7d2a5941eeb82faa5dae42a97ac7fec285e772fd9ea6e3b3e4f62f595ebb8d0b95643aa77d SHA512 1306dc8872724514dbb7c63c2c3dd9b3c236a1c7e4a2198ecc0f8e59150805d2d865fb90b08cb58b69152f2f32b5ab80f526728abac7a20bd85059865785d28c diff --git a/games-util/dwarf-therapist/dwarf-therapist-41.2.2.ebuild b/games-util/dwarf-therapist/dwarf-therapist-41.2.2.ebuild deleted file mode 100644 index fdb6181..0000000 --- a/games-util/dwarf-therapist/dwarf-therapist-41.2.2.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -if [[ ${PV} = 9999 ]]; then - inherit git-r3 -fi - -DESCRIPTION="Dwarf Fortress extension to manage dwarves" -HOMEPAGE="https://github.com/Dwarf-Therapist/Dwarf-Therapist" -LICENSE="MIT" - -if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="https://github.com/${PN}/${PN}" - EGIT_BOOTSTRAP="" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - - MY_P="${P/dwarf-therapist/Dwarf-Therapist}" - S="${WORKDIR}/${MY_P}" -fi - -SLOT="0" -IUSE="doc" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtconcurrent:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - doc? ( - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - media-gfx/imagemagick - ) - sys-libs/zlib - dev-libs/openssl:0 - media-libs/libpng:0 - dev-libs/libpcre - x11-libs/libXext - x11-libs/libxcb" -RDEPEND="${DEPEND}" - -pkg_setup() -{ - if ! use doc; then - einfo - einfo "Use flag doc not set. Manual will not be built." - einfo "Download it and save it as /usr/share/dwarftherapist/Dwarf Therapist.pdf if you want it." - einfo "http://dffd.wimbli.com/file.php?id=7889 (rarely updated)" - einfo - fi -} - -src_configure() -{ - local mycmakeargs=() - if use doc; then - mycmakeargs+=( -DBUILD_MANUAL=ON ) - fi - - cmake_src_configure -} diff --git a/games-util/dwarf-therapist/dwarf-therapist-41.2.3.ebuild b/games-util/dwarf-therapist/dwarf-therapist-41.2.3.ebuild deleted file mode 100644 index fdb6181..0000000 --- a/games-util/dwarf-therapist/dwarf-therapist-41.2.3.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -if [[ ${PV} = 9999 ]]; then - inherit git-r3 -fi - -DESCRIPTION="Dwarf Fortress extension to manage dwarves" -HOMEPAGE="https://github.com/Dwarf-Therapist/Dwarf-Therapist" -LICENSE="MIT" - -if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="https://github.com/${PN}/${PN}" - EGIT_BOOTSTRAP="" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - - MY_P="${P/dwarf-therapist/Dwarf-Therapist}" - S="${WORKDIR}/${MY_P}" -fi - -SLOT="0" -IUSE="doc" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtconcurrent:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - doc? ( - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - media-gfx/imagemagick - ) - sys-libs/zlib - dev-libs/openssl:0 - media-libs/libpng:0 - dev-libs/libpcre - x11-libs/libXext - x11-libs/libxcb" -RDEPEND="${DEPEND}" - -pkg_setup() -{ - if ! use doc; then - einfo - einfo "Use flag doc not set. Manual will not be built." - einfo "Download it and save it as /usr/share/dwarftherapist/Dwarf Therapist.pdf if you want it." - einfo "http://dffd.wimbli.com/file.php?id=7889 (rarely updated)" - einfo - fi -} - -src_configure() -{ - local mycmakeargs=() - if use doc; then - mycmakeargs+=( -DBUILD_MANUAL=ON ) - fi - - cmake_src_configure -} diff --git a/games-util/dwarf-therapist/dwarf-therapist-9999.ebuild b/games-util/dwarf-therapist/dwarf-therapist-9999.ebuild deleted file mode 100644 index 892b7d0..0000000 --- a/games-util/dwarf-therapist/dwarf-therapist-9999.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -if [[ ${PV} = 9999 ]]; then - inherit git-r3 -fi - -DESCRIPTION="Dwarf Fortress extension to manage dwarves" -HOMEPAGE="https://github.com/Dwarf-Therapist/Dwarf-Therapist" -LICENSE="MIT" - -if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="https://github.com/${PN}/${PN}" - EGIT_BOOTSTRAP="" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - - MY_P="${P/dwarf-therapist/Dwarf-Therapist}" - S="${WORKDIR}/${MY_P}" -fi - -SLOT="0" -IUSE="doc" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtconcurrent:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - doc? ( - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - media-gfx/imagemagick - ) - sys-libs/zlib - dev-libs/openssl:0 - media-libs/libpng:0 - dev-libs/libpcre - x11-libs/libXext - x11-libs/libxcb" -RDEPEND="${DEPEND}" - -pkg_setup() -{ - if ! use doc; then - einfo - einfo "Use flag doc not set. Manual will not be built." - einfo "Download it and save it as /usr/share/dwarftherapist/Dwarf Therapist.pdf if you want it." - einfo "http://dffd.wimbli.com/file.php?id=7889 (rarely updated)" - einfo - fi -} - -src_configure() -{ - local mycmakeargs=() - if use doc; then - mycmakeargs+=( -DBUILD_MANUAL=ON ) - fi - - cmake_src_configure -} diff --git a/games-util/dwarf-therapist/metadata.xml b/games-util/dwarf-therapist/metadata.xml deleted file mode 100644 index 8d060b0..0000000 --- a/games-util/dwarf-therapist/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - Dwarf Therapist is an extension application for the fantastic game Dwarf Fortress. DF is a great game. And it's fun to manage dwarves with keyboard menus until about the 50th one shows up. If you're starting to get overwhelmed you need therapist in your life. - - - Dwarf-Therapist/Dwarf-Therapist - -