commit: 2ee9fa2ea7f59b4203ebbef3950b5cc06009d9fc Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Thu Feb 5 07:27:02 2026 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Thu Feb 5 07:27:02 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee9fa2e
gnustep-apps/gworkspace: drop 1.0.0 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> gnustep-apps/gworkspace/Manifest | 1 - gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild | 42 ------------------------- 2 files changed, 43 deletions(-) diff --git a/gnustep-apps/gworkspace/Manifest b/gnustep-apps/gworkspace/Manifest index 31aae3fab690..9777227449c2 100644 --- a/gnustep-apps/gworkspace/Manifest +++ b/gnustep-apps/gworkspace/Manifest @@ -1,2 +1 @@ -DIST gworkspace-1.0.0.tar.gz 2319707 BLAKE2B ff5e81df6f85393a96cd86a052618dfe69990394dd33d1eeddd881910f8c292b8c8fa8a97be75fd8f42b26b1b3f603a7f3cf03e3f25783197859d1943fecc3ee SHA512 41d725c97411ea9818f39af3b334805a08aa7ebae454237c481e0ddce05efdaeb90344bf779cd5640ed2cef1c7cc89e8d8e606db9c5ddcda92060c244ad2cc1a DIST gworkspace-1.1.0.tar.gz 2345439 BLAKE2B 1b45c0c0651fa95cf1b360fdec5f4a283fa3e87599f9bbc548d20868e150c6729d987bdd1cc94341c264754faff099982ba40e8bf97893f7575e946ded8ebe46 SHA512 be5cbf7360e1024ce861cba79ff5c52ba4a2d4c1c6d3452f14e9b26b36617e11ec2124016c47e129e33bcbb46fcf695053a724c37b9e8f16c4584d95fa555798 diff --git a/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild b/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild deleted file mode 100644 index c401639911e7..000000000000 --- a/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit gnustep-2 - -DESCRIPTION="A workspace manager for GNUstep" -HOMEPAGE="https://gnustep.github.io/experience/GWorkspace.html" -SRC_URI="https://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz" - -KEYWORDS="amd64 ppc x86" -LICENSE="GPL-2" -SLOT="0" - -IUSE="+gwmetadata" - -DEPEND=">=gnustep-base/gnustep-gui-0.25.0 - gwmetadata? ( - >=gnustep-apps/systempreferences-1.0.1_p24791 - >=dev-db/sqlite-3.2.8 - )" -RDEPEND="${DEPEND}" - -src_configure() { - local myconf="" - use kernel_linux && myconf="${myconf} --with-inotify" - use gwmetadata && myconf="${myconf} --enable-gwmetadata" - - egnustep_env - econf ${myconf} -} - -src_install() { - egnustep_env - egnustep_install - - if use doc; - then - dodir /usr/share/doc/${PF} - cp "${S}"/Documentation/*.pdf "${D}"/usr/share/doc/${PF} - fi -}
