public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/emilpro/
@ 2016-03-28 22:40 Richard Farina
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Farina @ 2016-03-28 22:40 UTC (permalink / raw
  To: gentoo-commits

commit:     aa83b8b5b248be615e18c86703471c947b21198d
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 22:39:16 2016 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 22:39:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa83b8b5

dev-util/emilpro: fix for the new and improved binutils-libs dep

Package-Manager: portage-2.2.28

 dev-util/emilpro/{emilpro-3-r2.ebuild => emilpro-3-r3.ebuild} | 6 +++---
 dev-util/emilpro/emilpro-9999.ebuild                          | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-util/emilpro/emilpro-3-r2.ebuild b/dev-util/emilpro/emilpro-3-r3.ebuild
similarity index 88%
rename from dev-util/emilpro/emilpro-3-r2.ebuild
rename to dev-util/emilpro/emilpro-3-r3.ebuild
index fb55946..7447e4d 100644
--- a/dev-util/emilpro/emilpro-3-r2.ebuild
+++ b/dev-util/emilpro/emilpro-3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/SimonKagstrom/emilpro"
 	inherit git-r3
 	KEYWORDS=""
-	SRC_URI="mirror://gnu/binutils/binutils-2.23.2.tar.bz2"
+	SRC_URI="!system-binutils? ( mirror://gnu/binutils/binutils-2.23.2.tar.bz2 )"
 else
 	SRC_URI="http://www.emilpro.com/${P}.tar.gz
 		!system-binutils? ( mirror://gnu/binutils/binutils-2.23.2.tar.bz2 )"
@@ -33,7 +33,7 @@ DEPEND="|| ( dev-libs/elfutils dev-libs/libelf )
 	dev-cpp/cairomm
 	dev-libs/libsigc++:2
 	dev-libs/glib:2
-	system-binutils? ( >=sys-devel/binutils-2.25.1-r1:*[multitarget] )
+	system-binutils? ( >=sys-libs/binutils-libs-2.25.1-r1:=[multitarget] )
 	net-misc/curl"
 RDEPEND="${DEPEND}"
 

diff --git a/dev-util/emilpro/emilpro-9999.ebuild b/dev-util/emilpro/emilpro-9999.ebuild
index f91969c..dd7ff40 100644
--- a/dev-util/emilpro/emilpro-9999.ebuild
+++ b/dev-util/emilpro/emilpro-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/SimonKagstrom/emilpro"
 	inherit git-r3
 	KEYWORDS=""
-	SRC_URI="mirror://gnu/binutils/binutils-2.23.2.tar.bz2"
+	SRC_URI="!system-binutils? ( mirror://gnu/binutils/binutils-2.23.2.tar.bz2 )"
 else
 	SRC_URI="http://www.emilpro.com/${P}.tar.gz
 		!system-binutils? ( mirror://gnu/binutils/binutils-2.23.2.tar.bz2 )"
@@ -33,7 +33,7 @@ DEPEND="|| ( dev-libs/elfutils dev-libs/libelf )
 	dev-cpp/cairomm
 	dev-libs/libsigc++:2
 	dev-libs/glib:2
-	system-binutils? ( >=sys-devel/binutils-2.25.1-r1:*[multitarget] )
+	system-binutils? ( >=sys-libs/binutils-libs-2.25.1-r1:=[multitarget] )
 	net-misc/curl"
 # automagic dep
 # dev-util/capstone


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/emilpro/
@ 2016-06-18 18:08 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2016-06-18 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     7af424859d949990c06b85bbe18d8646b278c573
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 17:49:15 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 18:08:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af42485

dev-util/emilpro: Use virtual/libelf

 dev-util/emilpro/emilpro-3-r3.ebuild | 5 +++--
 dev-util/emilpro/emilpro-9999.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-util/emilpro/emilpro-3-r3.ebuild b/dev-util/emilpro/emilpro-3-r3.ebuild
index b6c73d1..f9a7335 100644
--- a/dev-util/emilpro/emilpro-3-r3.ebuild
+++ b/dev-util/emilpro/emilpro-3-r3.ebuild
@@ -24,7 +24,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="+system-binutils"
 
-DEPEND="|| ( dev-libs/elfutils dev-libs/libelf )
+DEPEND="
 	dev-cpp/gtkmm:3.0
 	dev-cpp/gtksourceviewmm:3.0
 	dev-cpp/libxmlpp:2.6
@@ -34,7 +34,8 @@ DEPEND="|| ( dev-libs/elfutils dev-libs/libelf )
 	dev-libs/libsigc++:2
 	dev-libs/glib:2
 	system-binutils? ( >=sys-libs/binutils-libs-2.25.1-r2:=[multitarget] )
-	net-misc/curl"
+	net-misc/curl
+	virtual/libelf:0="
 RDEPEND="${DEPEND}"
 
 src_prepare() {

diff --git a/dev-util/emilpro/emilpro-9999.ebuild b/dev-util/emilpro/emilpro-9999.ebuild
index ccf564b..0e6496c 100644
--- a/dev-util/emilpro/emilpro-9999.ebuild
+++ b/dev-util/emilpro/emilpro-9999.ebuild
@@ -24,7 +24,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="+system-binutils"
 
-DEPEND="|| ( dev-libs/elfutils dev-libs/libelf )
+DEPEND="
 	dev-cpp/gtkmm:3.0
 	dev-cpp/gtksourceviewmm:3.0
 	dev-cpp/libxmlpp:2.6
@@ -34,7 +34,8 @@ DEPEND="|| ( dev-libs/elfutils dev-libs/libelf )
 	dev-libs/libsigc++:2
 	dev-libs/glib:2
 	system-binutils? ( >=sys-libs/binutils-libs-2.25.1-r2:=[multitarget] )
-	net-misc/curl"
+	net-misc/curl
+	virtual/libelf:0="
 # automagic dep
 # dev-util/capstone
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/emilpro/
@ 2017-10-04  9:09 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-10-04  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     452d5c43701fb6a44d7bf44e5f5fce4d87d8aa80
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 07:27:13 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 09:09:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452d5c43

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

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

diff --git a/dev-util/emilpro/metadata.xml b/dev-util/emilpro/metadata.xml
index a25bb9d4e2d..cccc81ee370 100644
--- a/dev-util/emilpro/metadata.xml
+++ b/dev-util/emilpro/metadata.xml
@@ -5,8 +5,6 @@
 <email>zerochaos@gentoo.org</email>
 <name>Rick Farina</name>
 </maintainer>
-<longdescription lang="en">
-</longdescription>
 <use>
 <flag name="system-binutils">Use the gentoo binutils instead of building against an unpatched vanilla version</flag>
 </use>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/emilpro/
@ 2021-02-16  2:12 Matt Turner
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner @ 2021-02-16  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     2fb5d40d1d46bd70a7dc92a276736f9fc6eb3fe1
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sat Feb  6 22:11:20 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 01:25:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb5d40d

dev-util/emilpro: Specify the cairomm+glibmm+pangomm slots

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-util/emilpro/{emilpro-3-r3.ebuild => emilpro-3-r4.ebuild} | 6 +++---
 dev-util/emilpro/emilpro-9999.ebuild                          | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-util/emilpro/emilpro-3-r3.ebuild b/dev-util/emilpro/emilpro-3-r4.ebuild
similarity index 96%
rename from dev-util/emilpro/emilpro-3-r3.ebuild
rename to dev-util/emilpro/emilpro-3-r4.ebuild
index 2aa682d6d64..d34b5c3dcfb 100644
--- a/dev-util/emilpro/emilpro-3-r3.ebuild
+++ b/dev-util/emilpro/emilpro-3-r4.ebuild
@@ -23,12 +23,12 @@ SLOT="0"
 IUSE="+system-binutils"
 
 DEPEND="
+	dev-cpp/cairomm:0
+	dev-cpp/glibmm:2
 	dev-cpp/gtkmm:3.0
 	dev-cpp/gtksourceviewmm:3.0
 	dev-cpp/libxmlpp:2.6
-	dev-cpp/glibmm
-	dev-cpp/pangomm
-	dev-cpp/cairomm
+	dev-cpp/pangomm:1.4
 	dev-libs/libsigc++:2
 	dev-libs/glib:2
 	system-binutils? ( >=sys-libs/binutils-libs-2.25.1-r2:=[multitarget] )

diff --git a/dev-util/emilpro/emilpro-9999.ebuild b/dev-util/emilpro/emilpro-9999.ebuild
index c8d92eb8760..95e42ec49ae 100644
--- a/dev-util/emilpro/emilpro-9999.ebuild
+++ b/dev-util/emilpro/emilpro-9999.ebuild
@@ -23,12 +23,12 @@ SLOT="0"
 IUSE="+system-binutils"
 
 DEPEND="
+	dev-cpp/cairomm:0
+	dev-cpp/glibmm:2
 	dev-cpp/gtkmm:3.0
 	dev-cpp/gtksourceviewmm:3.0
 	dev-cpp/libxmlpp:2.6
-	dev-cpp/glibmm
-	dev-cpp/pangomm
-	dev-cpp/cairomm
+	dev-cpp/pangomm:1.4
 	dev-libs/libsigc++:2
 	dev-libs/glib:2
 	system-binutils? ( >=sys-libs/binutils-libs-2.25.1-r2:=[multitarget] )


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

end of thread, other threads:[~2021-02-16  2:12 UTC | newest]

Thread overview: 4+ 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/emilpro/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2021-02-16  2:12 Matt Turner
2016-06-18 18:08 Michał Górny
2016-03-28 22:40 Richard Farina

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