* [gentoo-commits] repo/gentoo:master commit in: media-video/blinkensim/
@ 2018-02-14 20:07 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-02-14 20:07 UTC (permalink / raw
To: gentoo-commits
commit: 33faec664b97aae311a514a556f79e9de9c84484
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 19:40:05 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 20:04:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33faec66
media-video/blinkensim: Drop directfb support (#642504)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
media-video/blinkensim/blinkensim-2.7-r1.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/media-video/blinkensim/blinkensim-2.7-r1.ebuild b/media-video/blinkensim/blinkensim-2.7-r1.ebuild
new file mode 100644
index 00000000000..3aac989943e
--- /dev/null
+++ b/media-video/blinkensim/blinkensim-2.7-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DESCRIPTION="Graphical Blinkenlights simulator with networking support"
+
+HOMEPAGE="http://www.blinkenlights.net/project/developer-tools"
+SRC_URI="http://www.blinkenlights.de/dist/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="aalib gtk"
+
+# if the config script finds any of the optional library it will try to
+# compile against it
+RDEPEND="
+ >=media-libs/blib-1.1.4
+ media-video/blinkenthemes
+ aalib? ( >=media-libs/aalib-1.4_rc4-r2 )
+ gtk? ( >=x11-libs/gtk+-2.4.4:2 )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/blinkensim/
@ 2018-02-22 9:15 Jason Zaman
0 siblings, 0 replies; 5+ messages in thread
From: Jason Zaman @ 2018-02-22 9:15 UTC (permalink / raw
To: gentoo-commits
commit: 6a5d50c28f1fe94c9dca642182a20a76a703a6a5
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 09:12:16 2018 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 09:15:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5d50c2
media-video/blinkensim: amd64 stable
Gentoo-bug: 642504
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-video/blinkensim/blinkensim-2.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/blinkensim/blinkensim-2.7-r1.ebuild b/media-video/blinkensim/blinkensim-2.7-r1.ebuild
index 3aac989943e..e98c658e953 100644
--- a/media-video/blinkensim/blinkensim-2.7-r1.ebuild
+++ b/media-video/blinkensim/blinkensim-2.7-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.blinkenlights.de/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="aalib gtk"
# if the config script finds any of the optional library it will try to
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/blinkensim/
@ 2018-06-17 12:23 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-06-17 12:23 UTC (permalink / raw
To: gentoo-commits
commit: 658f37a73123ca0a09b63cf7174087ac9b2cc0d2
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 17 10:41:39 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 12:23:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658f37a7
media-video/blinkensim: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-video/blinkensim/blinkensim-2.7.ebuild | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/media-video/blinkensim/blinkensim-2.7.ebuild b/media-video/blinkensim/blinkensim-2.7.ebuild
deleted file mode 100644
index b4402681cc8..00000000000
--- a/media-video/blinkensim/blinkensim-2.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Graphical Blinkenlights simulator with networking support"
-
-HOMEPAGE="http://www.blinkenlights.net/project/developer-tools"
-SRC_URI="http://www.blinkenlights.de/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="aalib gtk directfb"
-
-# if the config script finds any of the optional library it will try to
-# compile against it
-DEPEND=">=media-libs/blib-1.1.4
- virtual/pkgconfig
- aalib? ( >=media-libs/aalib-1.4_rc4-r2 )
- gtk? ( >=x11-libs/gtk+-2.4.4 )
- directfb? ( >=dev-libs/DirectFB-0.9.20-r1 )"
-RDEPEND="media-video/blinkenthemes"
-
-src_install() {
- make DESTDIR="${D}" \
- install || die "install failed"
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/blinkensim/
@ 2018-10-05 21:39 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2018-10-05 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 65a955217566af17bf09a1f3562586a906eebe4a
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Oct 5 17:43:01 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 5 21:39:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a95521
media-video/blinkensim: update HOMEPAGE, SRC_URI
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10080
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-video/blinkensim/blinkensim-2.7-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-video/blinkensim/blinkensim-2.7-r1.ebuild b/media-video/blinkensim/blinkensim-2.7-r1.ebuild
index ab3ed37579a..a5d76d7a4b6 100644
--- a/media-video/blinkensim/blinkensim-2.7-r1.ebuild
+++ b/media-video/blinkensim/blinkensim-2.7-r1.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=6
DESCRIPTION="Graphical Blinkenlights simulator with networking support"
-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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/blinkensim/
@ 2022-10-04 7:09 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-10-04 7:09 UTC (permalink / raw
To: gentoo-commits
commit: 0c88a28c92d8cf7ecec9a6ecb6391ae3e1c6ac68
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 07:00:08 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 07:09:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c88a28c
media-video/blinkensim: fix configure issues with Clang 16
Signed-off-by: Sam James <sam <AT> gentoo.org>
...nkensim-2.7-r1.ebuild => blinkensim-2.7-r2.ebuild} | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/media-video/blinkensim/blinkensim-2.7-r1.ebuild b/media-video/blinkensim/blinkensim-2.7-r2.ebuild
similarity index 78%
rename from media-video/blinkensim/blinkensim-2.7-r1.ebuild
rename to media-video/blinkensim/blinkensim-2.7-r2.ebuild
index a5d76d7a4b6f..6ed9e5cc9d26 100644
--- a/media-video/blinkensim/blinkensim-2.7-r1.ebuild
+++ b/media-video/blinkensim/blinkensim-2.7-r2.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-DESCRIPTION="Graphical Blinkenlights simulator with networking support"
+EAPI=8
+
+inherit autotools
+DESCRIPTION="Graphical Blinkenlights simulator with networking support"
HOMEPAGE="http://blinkenlights.net/project/developer-tools"
SRC_URI="http://blinkenlights.de/dist/${P}.tar.gz"
@@ -20,6 +22,11 @@ RDEPEND="
aalib? ( >=media-libs/aalib-1.4_rc4-r2 )
gtk? ( >=x11-libs/gtk+-2.4.4:2 )
"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-10-04 7:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-22 9:15 [gentoo-commits] repo/gentoo:master commit in: media-video/blinkensim/ Jason Zaman
-- strict thread matches above, loose matches on Subject: below --
2022-10-04 7:09 Sam James
2018-10-05 21:39 Andreas Sturmlechner
2018-06-17 12:23 Pacho Ramos
2018-02-14 20:07 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox