public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/blind/
@ 2018-01-12 11:57 Jeroen Roovers
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2018-01-12 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     45a3509d62b7684e6c5c7c380fa015c407be46e6
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 11:56:55 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 11:56:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a3509d

media-video/blind: Quote tc-getCC.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-video/blind/blind-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/blind/blind-1.1.ebuild b/media-video/blind/blind-1.1.ebuild
index 350b74acd24..43fc42d195d 100644
--- a/media-video/blind/blind-1.1.ebuild
+++ b/media-video/blind/blind-1.1.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
 }
 
 src_compile() {
-	emake CC=$(tc-getCC)
+	emake CC="$(tc-getCC)"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/blind/
@ 2023-07-08 18:08 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2023-07-08 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3938c7dcf1113af15228f6cd5561f9a03e2e7eca
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jul  6 07:47:13 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 18:06:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3938c7dc

media-video/blind: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31773
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../blind/{blind-1.1.ebuild => blind-1.1-r1.ebuild}  | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

diff --git a/media-video/blind/blind-1.1.ebuild b/media-video/blind/blind-1.1-r1.ebuild
similarity index 66%
rename from media-video/blind/blind-1.1.ebuild
rename to media-video/blind/blind-1.1-r1.ebuild
index 43fc42d195d8..e018b94b7386 100644
--- a/media-video/blind/blind-1.1.ebuild
+++ b/media-video/blind/blind-1.1-r1.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit toolchain-funcs
 
-DESCRIPTION="a collection of command line video editing utilities"
+DESCRIPTION="Collection of command line video editing utilities"
 HOMEPAGE="https://tools.suckless.org/blind/"
 SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
 
@@ -12,14 +13,7 @@ LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="
-"
-DEPEND="
-	${RDEPEND}
-"
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.1-ldflags.patch
-)
+PATCHES=( "${FILESDIR}"/${PN}-1.1-ldflags.patch )
 
 src_prepare() {
 	default
@@ -36,7 +30,3 @@ src_prepare() {
 src_compile() {
 	emake CC="$(tc-getCC)"
 }
-
-src_install() {
-	emake DESTDIR="${D}" install MANPREFIX=/usr/share/man
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/blind/
@ 2018-01-12 11:57 Jeroen Roovers
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2018-01-12 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     2f4b46056cec7146d91e0279349947f4e33806ec
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 11:56:10 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 11:56:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4b4605

media-video/blind: Remove <longdescription>.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-video/blind/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/media-video/blind/metadata.xml b/media-video/blind/metadata.xml
index 27071a89630..5ba62861f1c 100644
--- a/media-video/blind/metadata.xml
+++ b/media-video/blind/metadata.xml
@@ -4,6 +4,4 @@
 <maintainer type="person">
 <email>jer@gentoo.org</email>
 </maintainer>
-<longdescription lang="en">
-</longdescription>
 </pkgmetadata>


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

end of thread, other threads:[~2023-07-08 18:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-12 11:57 [gentoo-commits] repo/gentoo:master commit in: media-video/blind/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2023-07-08 18:08 Conrad Kostecki
2018-01-12 11:57 Jeroen Roovers

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