diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2021-12-29 12:07:54 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2021-12-29 12:16:43 +0100 |
commit | e46528e393631cdc77e49d2aadd4819e8dc876e2 (patch) | |
tree | 54a54262c174b10a3d59f82460465f907bfc0b28 /gnustep-apps | |
parent | games-emulation/dosbox-staging: 0.78.0 bump (diff) | |
download | gentoo-e46528e393631cdc77e49d2aadd4819e8dc876e2.tar.gz gentoo-e46528e393631cdc77e49d2aadd4819e8dc876e2.tar.bz2 gentoo-e46528e393631cdc77e49d2aadd4819e8dc876e2.zip |
gnustep-apps/gworkspace: move 0.9.4-r1 as stable
Originally added patch should have been to 0.9.4 stable ebuild directly
as it fixes compilation with stable gnustep
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild | 2 | ||||
-rw-r--r-- | gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild | 42 |
2 files changed, 1 insertions, 43 deletions
diff --git a/gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild b/gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild index 774ee0d4ccf5..3f6e245176da 100644 --- a/gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild +++ b/gnustep-apps/gworkspace/gworkspace-0.9.4-r1.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="A workspace manager for GNUstep" HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" LICENSE="GPL-2" SLOT="0" diff --git a/gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild b/gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild deleted file mode 100644 index 72574db0a946..000000000000 --- a/gnustep-apps/gworkspace/gworkspace-0.9.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnustep-2 - -DESCRIPTION="A workspace manager for GNUstep" -HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html" -SRC_URI="ftp://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 -} |