summaryrefslogtreecommitdiff
path: root/dev-util/emilpro
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-03-01 00:37:58 +0000
committerLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-03-01 00:37:58 +0000
commit8ddb1a3d1229412a438971f82d37d518a0223726 (patch)
tree83438b5ddb9d23a390f1a3fc505303d3d2223bf2 /dev-util/emilpro
parent9acab46e1a820daece7b2e631485c157ce2210ad (diff)
downloadbaldeagleos-repo-21.1.5.tar.gz
baldeagleos-repo-21.1.5.tar.xz
baldeagleos-repo-21.1.5.zip
Adding metadatav21.1.5
Diffstat (limited to 'dev-util/emilpro')
-rw-r--r--dev-util/emilpro/emilpro-3-r4.ebuild (renamed from dev-util/emilpro/emilpro-3-r3.ebuild)9
-rw-r--r--dev-util/emilpro/emilpro-9999.ebuild9
-rw-r--r--dev-util/emilpro/metadata.xml20
3 files changed, 19 insertions, 19 deletions
diff --git a/dev-util/emilpro/emilpro-3-r3.ebuild b/dev-util/emilpro/emilpro-3-r4.ebuild
index d4c7c0f67d4c..41df91599359 100644
--- a/dev-util/emilpro/emilpro-3-r3.ebuild
+++ b/dev-util/emilpro/emilpro-3-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,6 @@ HOMEPAGE="https://www.emilpro.com/"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/SimonKagstrom/emilpro"
inherit git-r3
- KEYWORDS=""
SRC_URI="!system-binutils? ( mirror://gnu/binutils/binutils-2.23.2.tar.bz2 )"
else
SRC_URI="http://www.emilpro.com/${P}.tar.gz
@@ -24,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 2f106e0b3225..f0c03a823d5b 100644
--- a/dev-util/emilpro/emilpro-9999.ebuild
+++ b/dev-util/emilpro/emilpro-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,6 @@ HOMEPAGE="https://www.emilpro.com/"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/SimonKagstrom/emilpro"
inherit git-r3
- KEYWORDS=""
SRC_URI="!system-binutils? ( mirror://gnu/binutils/binutils-2.23.2.tar.bz2 )"
else
SRC_URI="http://www.emilpro.com/${P}.tar.gz
@@ -24,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/metadata.xml b/dev-util/emilpro/metadata.xml
index cccc81ee370e..10d0ff6b4e00 100644
--- a/dev-util/emilpro/metadata.xml
+++ b/dev-util/emilpro/metadata.xml
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>zerochaos@gentoo.org</email>
-<name>Rick Farina</name>
-</maintainer>
-<use>
-<flag name="system-binutils">Use the gentoo binutils instead of building against an unpatched vanilla version</flag>
-</use>
-</pkgmetadata>
+ <maintainer type="person">
+ <email>zerochaos@gentoo.org</email>
+ <name>Rick Farina</name>
+ </maintainer>
+
+ <use>
+ <flag name="system-binutils">Use the gentoo binutils instead of building against an unpatched vanilla version</flag>
+ </use>
+ <origin>gentoo-staging</origin>
+</pkgmetadata> \ No newline at end of file