From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/electricsheep/
Date: Thu, 14 Dec 2023 22:21:32 +0000 (UTC) [thread overview]
Message-ID: <1702587062.7c69e0da6b0597634645f68339ac7bbab883e6bc.davidroman@gentoo> (raw)
commit: 7c69e0da6b0597634645f68339ac7bbab883e6bc
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Dec 14 20:30:38 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Dec 14 20:51:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c69e0da
app-misc/electricsheep: drop 9999
There is no need for a 9999 package when the upstream repo is inactive
anyway and the versioned package downloads the latest commit anyway
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
app-misc/electricsheep/electricsheep-9999.ebuild | 70 ------------------------
1 file changed, 70 deletions(-)
diff --git a/app-misc/electricsheep/electricsheep-9999.ebuild b/app-misc/electricsheep/electricsheep-9999.ebuild
deleted file mode 100644
index 579feee470..0000000000
--- a/app-misc/electricsheep/electricsheep-9999.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-inherit autotools wxwidgets desktop flag-o-matic
-
-DESCRIPTION="Realize the collective dream of sleeping computers from all over the internet"
-HOMEPAGE="https://electricsheep.org/"
-if [[ ${PV} == "9999" ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/scottdraves/electricsheep"
- S="${WORKDIR}/${P}/client_generic"
-else
- MY_COMMIT="37ba0fd692d6581f8fe009ed11c9650cd8174123"
- SRC_URI="https://github.com/scottdraves/electricsheep/archive/${MY_COMMIT}.zip -> ${P}.zip"
- S="${WORKDIR}/${PN}-${MY_COMMIT}/client_generic"
- KEYWORDS="~amd64 ~x86"
-fi
-
-IUSE="video_cards_nvidia"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="dev-lang/lua:5.1
- dev-libs/boost
- dev-libs/expat
- dev-libs/tinyxml
- gnome-base/libgtop
- media-gfx/flam3
- media-libs/freeglut
- media-libs/glee
- media-libs/libpng:*
- media-video/ffmpeg:0
- net-misc/curl
- sys-libs/zlib
- x11-libs/libX11
- x11-libs/libXrender
- x11-libs/wxGTK:${WX_GTK_VER}
- virtual/opengl"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/electricsheep-glext-prototypes.patch"
- "${FILESDIR}/electricsheep-disable-vsync.patch"
-)
-
-src_prepare() {
- default
- setup-wxwidgets
- eautoreconf
- rm -f DisplayOutput/OpenGL/{GLee.c,GLee.h}
-}
-
-src_configure() {
- # "eselect opengl" doesn't seem to affect link-time paths, so we need to resolve that here
- use video_cards_nvidia && append-ldflags -L/usr/$(get_libdir)/opengl/nvidia/lib
- append-ldflags -lpthread
- econf
- # get rid of the RUNPATH that interferes with hardware accelerated OpenGL drivers
- sed -i -e '/^hardcode_libdir_flag_spec/d' libtool
-}
-
-src_install() {
- default
- mv "${ED}/usr/share/doc/electricsheep-2.7b33-svn" "${ED}/usr/share/${PF}" || die
- sed -i "$ a OnlyShowIn=" "${ED}/usr/share/applications/screensavers/electricsheep.desktop"
- domenu "${FILESDIR}/ElectricSheep.desktop"
-}
next reply other threads:[~2023-12-14 22:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-14 22:21 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-24 11:55 [gentoo-commits] repo/proj/guru:master commit in: app-misc/electricsheep/ David Roman
2024-12-24 11:55 David Roman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1702587062.7c69e0da6b0597634645f68339ac7bbab883e6bc.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox