public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/3ddesktop/
@ 2021-03-15 21:18 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-03-15 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     601b5fdddbd2778c510eb04d6d66bdc00fa1e9ed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:15:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:17:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601b5fdd

x11-misc/3ddesktop: Stabilize 0.2.9-r2 x86, #776436

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild
index 199878c516f..d1ac1771952 100644
--- a/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild
+++ b/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/desk3d/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 RDEPEND="
 	>=media-libs/freetype-2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/3ddesktop/
@ 2021-03-15 21:21 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-03-15 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     6b18de2f060d6f752fce636e9ed0a842358304cd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:19:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:21:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b18de2f

x11-misc/3ddesktop: Stabilize 0.2.9-r2 amd64, #776436

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild
index d1ac1771952..310528dbd2c 100644
--- a/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild
+++ b/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/desk3d/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
 	>=media-libs/freetype-2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/3ddesktop/
@ 2021-03-15 21:39 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-03-15 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     53071d46ee82249d27f0a07ab4e0645998266876
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:29:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:34:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53071d46

x11-misc/3ddesktop: drop 0.2.9-r1

Bug: https://bugs.gentoo.org/776436
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/3ddesktop/3ddesktop-0.2.9-r1.ebuild | 57 ----------------------------
 1 file changed, 57 deletions(-)

diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.9-r1.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.9-r1.ebuild
deleted file mode 100644
index 1a17ff0dc9b..00000000000
--- a/x11-misc/3ddesktop/3ddesktop-0.2.9-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="OpenGL virtual desktop switching"
-HOMEPAGE="http://desk3d.sourceforge.net/"
-SRC_URI="mirror://sourceforge/desk3d/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="
-	>=media-libs/freetype-2
-	media-libs/freeglut
-	media-libs/imlib2[X]
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXi
-	x11-libs/libXmu
-	x11-libs/libXt
-	x11-libs/libXxf86vm
-"
-DEPEND="
-	${RDEPEND}
-	x11-base/xorg-proto
-"
-
-DOCS=( AUTHORS TODO ChangeLog README README.windowmanagers )
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-gcc4.patch \
-		"${FILESDIR}"/${P}-asneeded.patch \
-		"${FILESDIR}"/${P}-missing-include.patch \
-		"${FILESDIR}"/${P}-gl_init.patch \
-		"${FILESDIR}"/${P}-Options_Options.patch
-
-	eautoreconf
-}
-
-pkg_postinst() {
-	echo
-	elog "This ebuild installed a configuration file called /etc/3ddesktop.conf"
-	elog "The default configuration makes a screenshot of the virtual desktops"
-	elog "every X seconds. This is non-optimal behavior."
-	elog
-	elog "To enable a more intelligent way of updating the virtual desktops,"
-	elog "execute the following:"
-	elog
-	elog "  echo \"AutoAcquire 0\" >> /etc/3ddesktop.conf"
-	elog
-	elog "This will cause 3ddesktop to update the virtual desktop snapshots"
-	elog "only when a 3d desktop switch is required."
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-15 21:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-15 21:21 [gentoo-commits] repo/gentoo:master commit in: x11-misc/3ddesktop/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-03-15 21:39 Sam James
2021-03-15 21:18 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox