[gentoo-commits] repo/gentoo:master commit in: media-video/blinkentools/

2019-06-27 Thread Andreas Sturmlechner
commit: 15e5ae3859e3d73dfe536d059c1f81839beb3999
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 27 17:12:07 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 27 17:18:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e5ae38

media-video/blinkentools: Drop 2.9 (r0)

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-video/blinkentools/blinkentools-2.9.ebuild | 27 
 1 file changed, 27 deletions(-)

diff --git a/media-video/blinkentools/blinkentools-2.9.ebuild 
b/media-video/blinkentools/blinkentools-2.9.ebuild
deleted file mode 100644
index 81f422d42d6..000
--- a/media-video/blinkentools/blinkentools-2.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="blinkentools is a set of commandline utilities related to 
Blinkenlights"
-HOMEPAGE="http://blinkenlights.net/project/developer-tools";
-SRC_URI="http://blinkenlights.de/dist/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND="media-libs/blib
-   media-libs/libmng
-   virtual/pkgconfig"
-RDEPEND=""
-
-src_compile() {
-   econf
-   emake || die "emake failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "install failed"
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/blinkentools/

2019-06-04 Thread Agostino Sarubbo
commit: 6cae1ab39640b5620e9939c364ed51a2e9b45110
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  4 20:53:33 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  4 20:53:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cae1ab3

media-video/blinkentools: amd64 stable wrt bug #684210

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-video/blinkentools/blinkentools-2.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/blinkentools/blinkentools-2.9-r1.ebuild 
b/media-video/blinkentools/blinkentools-2.9-r1.ebuild
index 3d99422fde2..86bc1954ebe 100644
--- a/media-video/blinkentools/blinkentools-2.9-r1.ebuild
+++ b/media-video/blinkentools/blinkentools-2.9-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://blinkenlights.de/dist/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="media-libs/blib
media-libs/libmng"



[gentoo-commits] repo/gentoo:master commit in: media-video/blinkentools/

2018-10-05 Thread Andreas Sturmlechner
commit: c7717146fc85f60efc48ea5eccef76145d927744
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Oct  5 17:54:03 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 21:39:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7717146

media-video/blinkentools: EAPI7 revbump, improve ebuild

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-video/blinkentools/blinkentools-2.9-r1.ebuild | 16 
 1 file changed, 16 insertions(+)

diff --git a/media-video/blinkentools/blinkentools-2.9-r1.ebuild 
b/media-video/blinkentools/blinkentools-2.9-r1.ebuild
new file mode 100644
index 000..aac82f88023
--- /dev/null
+++ b/media-video/blinkentools/blinkentools-2.9-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Provides a set of commandline utilities related to Blinkenlights"
+HOMEPAGE="http://blinkenlights.net/project/developer-tools";
+SRC_URI="http://blinkenlights.de/dist/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="media-libs/blib
+   media-libs/libmng"
+BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: media-video/blinkentools/

2018-10-05 Thread Andreas Sturmlechner
commit: e4b75d27a7dd605939840c4a60cef46b8ab64aec
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Oct  5 17:56:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 21:39:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b75d27

media-video/blinkentools: fix HOMEPAGE, SRC_URI

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://bugs.gentoo.org/667838
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-video/blinkentools/blinkentools-2.9-r1.ebuild | 1 +
 media-video/blinkentools/blinkentools-2.9.ebuild| 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-video/blinkentools/blinkentools-2.9-r1.ebuild 
b/media-video/blinkentools/blinkentools-2.9-r1.ebuild
index aac82f88023..684b0baea49 100644
--- a/media-video/blinkentools/blinkentools-2.9-r1.ebuild
+++ b/media-video/blinkentools/blinkentools-2.9-r1.ebuild
@@ -13,4 +13,5 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND="media-libs/blib
media-libs/libmng"
+RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"

diff --git a/media-video/blinkentools/blinkentools-2.9.ebuild 
b/media-video/blinkentools/blinkentools-2.9.ebuild
index 28ec8114d50..81f422d42d6 100644
--- a/media-video/blinkentools/blinkentools-2.9.ebuild
+++ b/media-video/blinkentools/blinkentools-2.9.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
 
 DESCRIPTION="blinkentools is a set of commandline utilities related to 
Blinkenlights"
-HOMEPAGE="http://www.blinkenlights.net/project/developer-tools";
-SRC_URI="http://www.blinkenlights.de/dist/${P}.tar.gz";
+HOMEPAGE="http://blinkenlights.net/project/developer-tools";
+SRC_URI="http://blinkenlights.de/dist/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"