* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/mcu8051ide/
@ 2016-12-28 16:52 Diego Elio Pettenò
0 siblings, 0 replies; 5+ messages in thread
From: Diego Elio Pettenò @ 2016-12-28 16:52 UTC (permalink / raw
To: gentoo-commits
commit: 4c0a762b05353d707fa473df212a14f47fdf01d2
Author: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 16:51:35 2016 +0000
Commit: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 16:51:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c0a762b
Initial version of mcu8051ide ebuild. Closes bug #162020 (although with a diferent ebuild altogether.)
Package-Manager: portage-2.3.0
dev-embedded/mcu8051ide/Manifest | 1 +
dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild | 30 ++++++++++++++++++++++++
dev-embedded/mcu8051ide/metadata.xml | 14 +++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-embedded/mcu8051ide/Manifest b/dev-embedded/mcu8051ide/Manifest
new file mode 100644
index 00000000..45248c9
--- /dev/null
+++ b/dev-embedded/mcu8051ide/Manifest
@@ -0,0 +1 @@
+DIST mcu8051ide-1.4.10.tar.gz 5928583 SHA256 8b9d282b8921ae3d064cc60c2c2a0eb0584ed3c2feb024f96bbf4c39493e85c4 SHA512 686c2b7054475aa38bbbe73ef745303141f038e2d6eca86d548317c130febb6b12d7c0e0737a9b15d2c3f4890bcd0238fffae030c689f8367f3b54821ab52866 WHIRLPOOL ee9b70949378f292a368c778b4240365a44217e338f8d28b262b33c2ac33784c8ae45c04a208e324e100ea3c7edc3703fe710b297d5bfee97d095797f360ac64
diff --git a/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild b/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild
new file mode 100644
index 00000000..2eea3c6
--- /dev/null
+++ b/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit cmake-utils
+
+DESCRIPTION="Graphical IDE for microcontrollers based on 8051."
+HOMEPAGE="http://www.moravia-microsystems.com/mcu-8051-ide/"
+SRC_URI="http://www.moravia-microsystems.com/download/${PN}/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# The doxygen dependency is suspect, but it appears to be used at runtime.
+RDEPEND=">=dev-embedded/sdcc-2.5[mcs51]
+ >=app-doc/doxygen-1.7
+ >=dev-util/indent-2.2
+ >=app-text/hunspell-1.3
+ >=dev-tcltk/bwidget-1.8
+ >dev-tcltk/itcl-3.3
+ >=dev-lang/tcl-8.5.9:*
+ >=dev-tcltk/tdom-0.8
+ >=dev-tcltk/tcllib-1.11
+ >=dev-lang/tk-8.5.9:*
+ >=dev-tcltk/tkimg-1.4
+ >=dev-tcltk/tclx-8.4"
+DEPEND="${RDEPEND}"
diff --git a/dev-embedded/mcu8051ide/metadata.xml b/dev-embedded/mcu8051ide/metadata.xml
new file mode 100644
index 00000000..2b85317
--- /dev/null
+++ b/dev-embedded/mcu8051ide/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>flameeyes@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <!-- Valid on Gentoo Bugzilla -->
+ <email>martin.osmera@gmail.com</email>
+ <name>Martin Osmera</name>
+ </maintainer>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/mcu8051ide/
@ 2018-03-10 16:12 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-03-10 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 21d2589e5eda29f6d587d0c169b55298102c8f4d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 16:06:58 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 16:12:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d2589e
dev-embedded/mcu8051ide: Update maintainer due to bug #85210
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-embedded/mcu8051ide/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-embedded/mcu8051ide/metadata.xml b/dev-embedded/mcu8051ide/metadata.xml
index dc146d03bcf..a2ecec893c6 100644
--- a/dev-embedded/mcu8051ide/metadata.xml
+++ b/dev-embedded/mcu8051ide/metadata.xml
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>flameeyes@gentoo.org</email>
- </maintainer>
<upstream>
<maintainer>
<!-- Valid on Gentoo Bugzilla -->
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/mcu8051ide/
@ 2018-10-20 11:39 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-10-20 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 6b3e2769dc5c411be32b933bdafd3b6976a31c63
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 11:18:37 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 11:39:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3e2769
dev-embedded/mcu8051ide: Upstream resources disappeared
Closes: https://bugs.gentoo.org/636754
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild | 35 ++++++++++++------------
1 file changed, 18 insertions(+), 17 deletions(-)
diff --git a/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild b/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild
index 73b38e60146..8d2c4629388 100644
--- a/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild
+++ b/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild
@@ -1,29 +1,30 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
-
+EAPI=6
inherit cmake-utils
DESCRIPTION="Graphical IDE for microcontrollers based on 8051."
-HOMEPAGE="http://www.moravia-microsystems.com/mcu-8051-ide/"
-SRC_URI="http://www.moravia-microsystems.com/download/${PN}/${PN}/${PV}/${P}.tar.gz"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
# The doxygen dependency is suspect, but it appears to be used at runtime.
-RDEPEND=">=dev-embedded/sdcc-2.5[mcs51]
- >=app-doc/doxygen-1.7
- >=dev-util/indent-2.2
- >=app-text/hunspell-1.3
- >=dev-tcltk/bwidget-1.8
- >dev-tcltk/itcl-3.3
- >=dev-lang/tcl-8.5.9:*
- >=dev-tcltk/tdom-0.8
- >=dev-tcltk/tcllib-1.11
- >=dev-lang/tk-8.5.9:*
- >=dev-tcltk/tkimg-1.4
- >=dev-tcltk/tclx-8.4"
+RDEPEND="
+ >=dev-embedded/sdcc-2.5[mcs51]
+ >=app-doc/doxygen-1.7
+ >=dev-util/indent-2.2
+ >=app-text/hunspell-1.3
+ >=dev-tcltk/bwidget-1.8
+ >dev-tcltk/itcl-3.3
+ >=dev-lang/tcl-8.5.9:*
+ >=dev-tcltk/tdom-0.8
+ >=dev-tcltk/tcllib-1.11
+ >=dev-lang/tk-8.5.9:*
+ >=dev-tcltk/tkimg-1.4
+ >=dev-tcltk/tclx-8.4
+"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/mcu8051ide/
@ 2020-11-14 21:48 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2020-11-14 21:48 UTC (permalink / raw
To: gentoo-commits
commit: 248555cfd9a9c9f4c2b25a55aadd195d0d2fdeb9
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Nov 14 21:47:10 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 21:47:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248555cf
dev-embedded/mcu8051ide: update desktop mimeinfo and mime-info cache
Closes: https://bugs.gentoo.org/746896
Closes: https://bugs.gentoo.org/746893
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild b/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild
index 8d2c4629388..3a27616ef35 100644
--- a/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild
+++ b/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit cmake-utils
+inherit cmake-utils xdg
DESCRIPTION="Graphical IDE for microcontrollers based on 8051."
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/mcu8051ide/
@ 2022-02-27 22:32 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2022-02-27 22:32 UTC (permalink / raw
To: gentoo-commits
commit: 7a9efa5fabff2acbb47bec0431866dbbd161e16b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 22:32:23 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 22:32:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9efa5f
dev-embedded/mcu8051ide: Drop 1.4.10 (r0), EAPI-6--
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild | 30 ------------------------
1 file changed, 30 deletions(-)
diff --git a/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild b/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild
deleted file mode 100644
index 0ea0c430b591..000000000000
--- a/dev-embedded/mcu8051ide/mcu8051ide-1.4.10.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils xdg
-
-DESCRIPTION="Graphical IDE for microcontrollers based on 8051"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# The doxygen dependency is suspect, but it appears to be used at runtime.
-RDEPEND="
- >=dev-embedded/sdcc-2.5[mcs51]
- >=app-doc/doxygen-1.7
- >=dev-util/indent-2.2
- >=app-text/hunspell-1.3
- >=dev-tcltk/bwidget-1.8
- >dev-tcltk/itcl-3.3
- >=dev-lang/tcl-8.5.9:*
- >=dev-tcltk/tdom-0.8
- >=dev-tcltk/tcllib-1.11
- >=dev-lang/tk-8.5.9:*
- >=dev-tcltk/tkimg-1.4
- >=dev-tcltk/tclx-8.4
-"
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-02-27 22:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-27 22:32 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/mcu8051ide/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-11-14 21:48 David Seifert
2018-10-20 11:39 Pacho Ramos
2018-03-10 16:12 Pacho Ramos
2016-12-28 16:52 Diego Elio Pettenò
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox