public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/
@ 2017-10-04  9:09 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2017-10-04  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5a2edfde7169b56f998fa9a6ab21eec9d34fc825
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 07:26:58 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 09:09:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2edfde

dev-util/bless: Strip empty metadata.xml elements

 dev-util/bless/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-util/bless/metadata.xml b/dev-util/bless/metadata.xml
index 586658b7e04..fb8810c0659 100644
--- a/dev-util/bless/metadata.xml
+++ b/dev-util/bless/metadata.xml
@@ -5,6 +5,4 @@
 		<email>ikelos@gentoo.org</email>
 		<name>Mike Auty</name>
 	</maintainer>
-	<longdescription lang="en">
-	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/
@ 2017-12-09 18:48 Mike Auty
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Auty @ 2017-12-09 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c249f0b930b3ebc0452ed762e7655c48757be42f
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 18:47:20 2017 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 18:47:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c249f0b9

dev-util/bless: remove glade-sharp dependency (bug 640310)

Since glade-sharp is no longer in the tree this optional dependency can
be removed.  There is no need to reinstall (and the package isn't
stable) so it doesn't warrant a bump.

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 dev-util/bless/Manifest              | 2 +-
 dev-util/bless/bless-0.6.0-r2.ebuild | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-util/bless/Manifest b/dev-util/bless/Manifest
index bcbadcc3720..16cb7bddd17 100644
--- a/dev-util/bless/Manifest
+++ b/dev-util/bless/Manifest
@@ -1 +1 @@
-DIST bless-0.6.0.tar.gz 745694 SHA256 34dc984c35df19184e5b61a4b11fe79901c417693f57d874dc70ef0c58896de1 SHA512 69d2279b64503b97c8a67991c2a7a527d872835e3acfad7eafa8d87e376d2cecf3fa27de9e12726680a8f3c8ac92b888a4895a1f342c4beeaceef9e1f3ededdb WHIRLPOOL 6c9db6826fc5db1df38344d599ffad12965b1f6d24e367fdbeca1fe57b4beeac54b6a18b7faa320e5719417a4f601178e7034fa800a217cd7ebaa78f9c4d911b
+DIST bless-0.6.0.tar.gz 745694 BLAKE2B eb23edf3fd9c45b9848810ff022a7e9b7d760c22444426bbbaf63d69ee45754d085eb105c4951c0d57fce7b284c6b0a8fb9b7e061219a55d109c9ef844b61c35 SHA512 69d2279b64503b97c8a67991c2a7a527d872835e3acfad7eafa8d87e376d2cecf3fa27de9e12726680a8f3c8ac92b888a4895a1f342c4beeaceef9e1f3ededdb

diff --git a/dev-util/bless/bless-0.6.0-r2.ebuild b/dev-util/bless/bless-0.6.0-r2.ebuild
index 577337347e6..79b30990972 100644
--- a/dev-util/bless/bless-0.6.0-r2.ebuild
+++ b/dev-util/bless/bless-0.6.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,9 +15,7 @@ IUSE="debug"
 
 RDEPEND="
 	>=dev-lang/mono-1.1.14
-	>=dev-dotnet/gtk-sharp-2.12
-	|| ( >=dev-dotnet/gtk-sharp-2.12.21
-	     >=dev-dotnet/glade-sharp-2.12 )
+	>=dev-dotnet/gtk-sharp-2.12.21
 "
 DEPEND="${RDEPEND}
 	app-text/rarian


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/
@ 2017-12-09 20:39 Mike Auty
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Auty @ 2017-12-09 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     27d68414fbbff387fd24d73e6e6f5ba906ebd23b
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:39:19 2017 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:39:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d68414

dev-util/bless: Update HOMEPAGE and SRC_URI (bug 640312)

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 dev-util/bless/bless-0.6.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/bless/bless-0.6.0-r2.ebuild b/dev-util/bless/bless-0.6.0-r2.ebuild
index 79b30990972..3f33877017b 100644
--- a/dev-util/bless/bless-0.6.0-r2.ebuild
+++ b/dev-util/bless/bless-0.6.0-r2.ebuild
@@ -5,8 +5,8 @@ EAPI=6
 inherit autotools gnome2 mono-env
 
 DESCRIPTION="GTK# Hex Editor"
-HOMEPAGE="http://home.gna.org/bless/"
-SRC_URI="http://download.gna.org/bless/${P}.tar.gz"
+HOMEPAGE="https://github.com/bwrsandman/Bless/"
+SRC_URI="https://dev.gentoo.org/~ikelos/devoverlay-distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/
@ 2018-07-01 19:23 Mike Auty
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Auty @ 2018-07-01 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e668d37e19499365d10393b85e2647fbb83570da
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  1 19:23:01 2018 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sun Jul  1 19:23:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e668d37e

dev-util/bless: Ensure mono-env_pkg_setup is called

This resolves bug 659424.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/bless/bless-0.6.0-r3.ebuild | 52 ++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/dev-util/bless/bless-0.6.0-r3.ebuild b/dev-util/bless/bless-0.6.0-r3.ebuild
new file mode 100644
index 00000000000..d4c3ef7205f
--- /dev/null
+++ b/dev-util/bless/bless-0.6.0-r3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools gnome2 mono-env
+
+DESCRIPTION="GTK# Hex Editor"
+HOMEPAGE="https://github.com/bwrsandman/Bless/"
+SRC_URI="https://dev.gentoo.org/~ikelos/devoverlay-distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+	>=dev-lang/mono-1.1.14
+	>=dev-dotnet/gtk-sharp-2.12.21
+"
+DEPEND="${RDEPEND}
+	app-text/rarian
+	>=sys-devel/gettext-0.15
+	virtual/pkgconfig
+"
+
+# See bug 278162
+# Waiting on nunit ebuild entering the tree
+RESTRICT="test"
+
+pkg_setup() {
+	# Stolen from enlightenment.eclass
+	cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize"
+	sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
+
+	mono-env_pkg_setup
+}
+
+src_prepare() {
+	einfo "Running gettextize -f --no-changelog..."
+	( "${T}/gettextize" -f --no-changelog > /dev/null ) || die "gettexize failed"
+	eapply "${FILESDIR}/${P}-pixmap.patch"
+	eapply "${FILESDIR}/${P}-docpath.patch"
+	eapply "${FILESDIR}/${P}-mono-4.patch"
+	eautoreconf
+	gnome2_src_prepare
+}
+
+src_configure() {
+	gnome2_src_configure \
+		--enable-unix-specific \
+		$(use_enable debug)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/
@ 2019-01-17 23:38 Mike Auty
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Auty @ 2019-01-17 23:38 UTC (permalink / raw
  To: gentoo-commits

commit:     2cf052329bc3410cdda11db2a7167ac4e862d6a9
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 23:37:55 2019 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 23:37:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf05232

dev-util/bless: Depend on gtk-sharp slot 2 specifically.

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>

 dev-util/bless/{bless-0.6.0-r2.ebuild => bless-0.6.0-r4.ebuild} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/bless/bless-0.6.0-r2.ebuild b/dev-util/bless/bless-0.6.0-r4.ebuild
similarity index 92%
rename from dev-util/bless/bless-0.6.0-r2.ebuild
rename to dev-util/bless/bless-0.6.0-r4.ebuild
index 3f33877017b..e7ae88c0e92 100644
--- a/dev-util/bless/bless-0.6.0-r2.ebuild
+++ b/dev-util/bless/bless-0.6.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ IUSE="debug"
 
 RDEPEND="
 	>=dev-lang/mono-1.1.14
-	>=dev-dotnet/gtk-sharp-2.12.21
+	>=dev-dotnet/gtk-sharp-2.12.21:2
 "
 DEPEND="${RDEPEND}
 	app-text/rarian
@@ -31,6 +31,8 @@ pkg_setup() {
 	# Stolen from enlightenment.eclass
 	cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize"
 	sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
+
+	mono-env_pkg_setup
 }
 
 src_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/
@ 2019-09-16 22:46 Mike Auty
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Auty @ 2019-09-16 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6183e698825991ebde40a2d9dfc0a7343ce68f1a
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 16 22:21:24 2019 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Mon Sep 16 22:46:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6183e698

dev-util/bless: Bump to 0.6.2

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>

 dev-util/bless/Manifest           |  1 +
 dev-util/bless/bless-0.6.2.ebuild | 53 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-util/bless/Manifest b/dev-util/bless/Manifest
index 16cb7bddd17..52ba93ae47f 100644
--- a/dev-util/bless/Manifest
+++ b/dev-util/bless/Manifest
@@ -1 +1,2 @@
 DIST bless-0.6.0.tar.gz 745694 BLAKE2B eb23edf3fd9c45b9848810ff022a7e9b7d760c22444426bbbaf63d69ee45754d085eb105c4951c0d57fce7b284c6b0a8fb9b7e061219a55d109c9ef844b61c35 SHA512 69d2279b64503b97c8a67991c2a7a527d872835e3acfad7eafa8d87e376d2cecf3fa27de9e12726680a8f3c8ac92b888a4895a1f342c4beeaceef9e1f3ededdb
+DIST v0.6.2.tar.gz 514695 BLAKE2B 2c9681e03992d42b20d0073e9107e5bd83d6f1699235b49fb6cf14fb5f9bc87e682e96b4f8bab2b45a3211515a8990e72b80922a62198c7ad603aeb5f3d3c406 SHA512 3fef715ed138323af50437ef8cda3d9f53987498042f1b4df2d9ce23f00dade68147cbdf28b85aed8b9c594fb5c43839c9dedbc14a994ad609fd4cedd89bfcf5

diff --git a/dev-util/bless/bless-0.6.2.ebuild b/dev-util/bless/bless-0.6.2.ebuild
new file mode 100644
index 00000000000..d63bb96ea01
--- /dev/null
+++ b/dev-util/bless/bless-0.6.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools gnome2 mono-env
+
+DESCRIPTION="GTK# Hex Editor"
+HOMEPAGE="https://github.com/afrantzis/Bless/"
+SRC_URI="https://github.com/afrantzis/${PN}/archive/v${PV}.tar.gz"
+# EGIT_REPO_URI="https://github.com/afrantzis/bless/"
+# EGIT_COMMIT="v${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+	>=dev-lang/mono-1.1.14
+	>=dev-dotnet/gtk-sharp-2.12.21
+"
+DEPEND="${RDEPEND}
+	app-text/rarian
+	>=sys-devel/gettext-0.15
+	virtual/pkgconfig
+"
+
+# See bug 278162
+# Waiting on nunit ebuild entering the tree
+RESTRICT="test"
+
+pkg_setup() {
+	mono-env_pkg_setup
+}
+
+src_prepare() {
+	eautoreconf
+	# The autoreconf expects INSTALL to have been copied over by autoconf
+	touch "${S}/INSTALL"
+	gnome2_src_prepare
+}
+
+src_configure() {
+	gnome2_src_configure \
+		--enable-unix-specific \
+		$(use_enable debug)
+}
+
+src_install() {
+	default
+
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${P}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/
@ 2019-09-17  8:19 Mike Auty
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Auty @ 2019-09-17  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     81a7f1f1061069a76351aaf01033f9e1caeb30ae
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 08:19:00 2019 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 08:19:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a7f1f1

dev-util/bless: Minor QA fixes

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>

 dev-util/bless/Manifest           | 2 +-
 dev-util/bless/bless-0.6.2.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/bless/Manifest b/dev-util/bless/Manifest
index 52ba93ae47f..befbc79aed6 100644
--- a/dev-util/bless/Manifest
+++ b/dev-util/bless/Manifest
@@ -1,2 +1,2 @@
 DIST bless-0.6.0.tar.gz 745694 BLAKE2B eb23edf3fd9c45b9848810ff022a7e9b7d760c22444426bbbaf63d69ee45754d085eb105c4951c0d57fce7b284c6b0a8fb9b7e061219a55d109c9ef844b61c35 SHA512 69d2279b64503b97c8a67991c2a7a527d872835e3acfad7eafa8d87e376d2cecf3fa27de9e12726680a8f3c8ac92b888a4895a1f342c4beeaceef9e1f3ededdb
-DIST v0.6.2.tar.gz 514695 BLAKE2B 2c9681e03992d42b20d0073e9107e5bd83d6f1699235b49fb6cf14fb5f9bc87e682e96b4f8bab2b45a3211515a8990e72b80922a62198c7ad603aeb5f3d3c406 SHA512 3fef715ed138323af50437ef8cda3d9f53987498042f1b4df2d9ce23f00dade68147cbdf28b85aed8b9c594fb5c43839c9dedbc14a994ad609fd4cedd89bfcf5
+DIST bless-0.6.2.tar.gz 514695 BLAKE2B 2c9681e03992d42b20d0073e9107e5bd83d6f1699235b49fb6cf14fb5f9bc87e682e96b4f8bab2b45a3211515a8990e72b80922a62198c7ad603aeb5f3d3c406 SHA512 3fef715ed138323af50437ef8cda3d9f53987498042f1b4df2d9ce23f00dade68147cbdf28b85aed8b9c594fb5c43839c9dedbc14a994ad609fd4cedd89bfcf5

diff --git a/dev-util/bless/bless-0.6.2.ebuild b/dev-util/bless/bless-0.6.2.ebuild
index d63bb96ea01..d2f0d9b7975 100644
--- a/dev-util/bless/bless-0.6.2.ebuild
+++ b/dev-util/bless/bless-0.6.2.ebuild
@@ -6,11 +6,11 @@ inherit autotools gnome2 mono-env
 
 DESCRIPTION="GTK# Hex Editor"
 HOMEPAGE="https://github.com/afrantzis/Bless/"
-SRC_URI="https://github.com/afrantzis/${PN}/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/afrantzis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 # EGIT_REPO_URI="https://github.com/afrantzis/bless/"
 # EGIT_COMMIT="v${PV}"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
@@ -49,5 +49,5 @@ src_configure() {
 src_install() {
 	default
 
-	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${P}"
+	mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${P}" || die "Unable to make documentation version-specific."
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/
@ 2019-09-26 12:45 Mike Auty
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Auty @ 2019-09-26 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a23eb91242ec8f1232eb4dd7954124aff40b3654
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 12:45:11 2019 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 12:45:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23eb912

dev-util/bless: Bump to improve dependency inaccuracy.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>

 dev-util/bless/{bless-0.6.2.ebuild => bless-0.6.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bless/bless-0.6.2.ebuild b/dev-util/bless/bless-0.6.2-r1.ebuild
similarity index 96%
rename from dev-util/bless/bless-0.6.2.ebuild
rename to dev-util/bless/bless-0.6.2-r1.ebuild
index d2f0d9b7975..06741696a4d 100644
--- a/dev-util/bless/bless-0.6.2.ebuild
+++ b/dev-util/bless/bless-0.6.2-r1.ebuild
@@ -17,7 +17,7 @@ IUSE="debug"
 
 RDEPEND="
 	>=dev-lang/mono-1.1.14
-	>=dev-dotnet/gtk-sharp-2.12.21
+	>=dev-dotnet/gtk-sharp-2.12.21:2
 "
 DEPEND="${RDEPEND}
 	app-text/rarian


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/
@ 2021-02-14 17:40 Mike Auty
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Auty @ 2021-02-14 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4514d892d9c0f25f2796cb6ad2f8520e223d017e
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 17:37:32 2021 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 17:39:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4514d892

dev-util/bless: Bump to 0.6.3.  Fixes #769581

Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>

 dev-util/bless/Manifest           |  1 +
 dev-util/bless/bless-0.6.3.ebuild | 47 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-util/bless/Manifest b/dev-util/bless/Manifest
index 06151ce3678..86019b44a9d 100644
--- a/dev-util/bless/Manifest
+++ b/dev-util/bless/Manifest
@@ -1 +1,2 @@
 DIST bless-0.6.2.tar.gz 514695 BLAKE2B 2c9681e03992d42b20d0073e9107e5bd83d6f1699235b49fb6cf14fb5f9bc87e682e96b4f8bab2b45a3211515a8990e72b80922a62198c7ad603aeb5f3d3c406 SHA512 3fef715ed138323af50437ef8cda3d9f53987498042f1b4df2d9ce23f00dade68147cbdf28b85aed8b9c594fb5c43839c9dedbc14a994ad609fd4cedd89bfcf5
+DIST bless-0.6.3.tar.gz 532687 BLAKE2B ce710ba1883fff9f0f77ca08c02573a3de756e9a2b6cdfad9dffd8d00c1d89648fc68218dd322f9e1ab6e0b42d205148c4a1d99546ba42b58689fe58511b7ed8 SHA512 22841b6f1b923ebfc7952ad9233cffb30df4ecb22a655f6461ff3cc97066a8c68ffc6bbd88e4fd83c345226928ed08c557f2f322942766da61bcd2b2c7f7d3cb

diff --git a/dev-util/bless/bless-0.6.3.ebuild b/dev-util/bless/bless-0.6.3.ebuild
new file mode 100644
index 00000000000..1d4264121f8
--- /dev/null
+++ b/dev-util/bless/bless-0.6.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit meson gnome2
+
+DESCRIPTION="GTK# Hex Editor"
+HOMEPAGE="https://github.com/afrantzis/Bless/"
+SRC_URI="https://github.com/afrantzis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+# EGIT_REPO_URI="https://github.com/afrantzis/bless/"
+# EGIT_COMMIT="v${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug test"
+
+RDEPEND="
+	>=dev-util/meson-0.46
+	>=dev-lang/mono-1.1.14
+	>=dev-dotnet/gtk-sharp-2.12.21:2
+"
+DEPEND="${RDEPEND}
+	app-text/rarian
+	>=sys-devel/gettext-0.15
+	virtual/pkgconfig
+"
+
+# See bug 278162
+# Waiting on nunit ebuild entering the tree
+RESTRICT="test"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use test tests)
+	)
+
+	meson_src_configure
+}
+
+src_compile() {
+	meson_src_compile
+}
+
+src_install() {
+	meson_src_install
+}


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

end of thread, other threads:[~2021-02-14 17:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-04  9:09 [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2017-12-09 18:48 Mike Auty
2017-12-09 20:39 Mike Auty
2018-07-01 19:23 Mike Auty
2019-01-17 23:38 Mike Auty
2019-09-16 22:46 Mike Auty
2019-09-17  8:19 Mike Auty
2019-09-26 12:45 Mike Auty
2021-02-14 17:40 Mike Auty

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