public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/slop/
Date: Tue, 14 Jul 2020 21:11:57 +0000 (UTC)	[thread overview]
Message-ID: <1594761105.975ddff2261b381e91c26f0dadd70f22c55649aa.asturm@gentoo> (raw)

commit:     975ddff2261b381e91c26f0dadd70f22c55649aa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 14 20:09:07 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 14 21:11:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975ddff2

x11-misc/slop: Drop 7.4

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/slop/Manifest        |  1 -
 x11-misc/slop/slop-7.4.ebuild | 42 ------------------------------------------
 2 files changed, 43 deletions(-)

diff --git a/x11-misc/slop/Manifest b/x11-misc/slop/Manifest
index 6ea0008d788..58b030f8048 100644
--- a/x11-misc/slop/Manifest
+++ b/x11-misc/slop/Manifest
@@ -1,2 +1 @@
-DIST slop-7.4.tar.gz 50079 BLAKE2B 20815270bf1bffe0ef26630fd31d0d4cc7261633cef389e64c232a89033b6e8b5e1651fb5c882e2870808107734c4c088123b85675fa2aae932570d770344dc8 SHA512 13d09c2c9f05760ee0a273edb6d40da8a87989d3f071a8c868a0c7e535ba89b9eb934c79d56212cd689687f86e3683cef1b749ef7b37be3805ea8eb05c796e58
 DIST slop-7.5.tar.gz 51060 BLAKE2B 8d0fcf932181dfc482be7c54cf5a08605a32c85bcd8b27223a4cd8a08323382e802a7f20faa6c51fe67583b1d320cf783c7b5cc8b871e534ea11a32b827e1f45 SHA512 c02e40c5b924841996617fcc9629a6a739a04b6128c18e1eb06dc285d2f8026d847e67077fb59a111fc45c112f871a6e5faef20108c3d777271e1d4aca7f4737

diff --git a/x11-misc/slop/slop-7.4.ebuild b/x11-misc/slop/slop-7.4.ebuild
deleted file mode 100644
index a61629c541d..00000000000
--- a/x11-misc/slop/slop-7.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-inherit cmake-utils
-
-DESCRIPTION="An application that queries the user for a selection for printing"
-HOMEPAGE="https://github.com/naelstrof/slop"
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/naelstrof/slop.git"
-else
-	SRC_URI="https://github.com/naelstrof/slop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0/${PV}"
-IUSE="opengl"
-
-RDEPEND="
-	dev-libs/icu:=
-	x11-libs/libX11
-	x11-libs/libXext
-	opengl? (
-		media-libs/glew:0=
-		virtual/opengl
-		x11-libs/libXrender:=
-	)"
-DEPEND="
-	${RDEPEND}
-	media-libs/glm"
-
-src_configure() {
-	local mycmakeargs=(
-		-DSLOP_OPENGL=$(usex opengl)
-	)
-	cmake-utils_src_configure
-}


             reply	other threads:[~2020-07-14 21:12 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-14 21:11 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-07  7:05 [gentoo-commits] repo/gentoo:master commit in: x11-misc/slop/ Joonas Niilola
2023-05-07  7:05 Joonas Niilola
2023-05-07  7:05 Joonas Niilola
2022-04-17 19:17 Sam James
2022-02-19 13:15 Jakov Smolić
2021-11-29  7:12 Joonas Niilola
2021-01-12 23:56 Sam James
2020-06-04 22:08 Andreas Sturmlechner
2019-02-17 12:39 Andreas Sturmlechner
2018-04-24  9:21 David Seifert
2018-04-24  9:21 David Seifert
2018-04-24  9:21 David Seifert
2018-04-22 10:41 David Seifert
2018-01-01 12:43 David Seifert
2017-12-30  8:23 Jonas Stein
2017-08-30  6:26 David Seifert
2017-06-03 21:01 Matthias Maier
2017-04-12 14:51 Göktürk Yüksek

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=1594761105.975ddff2261b381e91c26f0dadd70f22c55649aa.asturm@gentoo \
    --to=asturm@gentoo.org \
    --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