* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-gnat/
@ 2016-07-21 18:24 Steve Arnold
0 siblings, 0 replies; 4+ messages in thread
From: Steve Arnold @ 2016-07-21 18:24 UTC (permalink / raw
To: gentoo-commits
commit: 686cb7334a2ff37ada2086ae307ebf262932f7da
Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 18:23:36 2016 +0000
Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 18:24:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686cb733
app-eselect/eselect-gnat: add S for EAPI compliance
This addresses bug 585004 from recent EAPI update.
Package-Manager: portage-2.2.28
app-eselect/eselect-gnat/eselect-gnat-1.5-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-eselect/eselect-gnat/eselect-gnat-1.5-r1.ebuild b/app-eselect/eselect-gnat/eselect-gnat-1.5-r1.ebuild
index 7bf2ce5..b7e0911 100644
--- a/app-eselect/eselect-gnat/eselect-gnat-1.5-r1.ebuild
+++ b/app-eselect/eselect-gnat/eselect-gnat-1.5-r1.ebuild
@@ -17,6 +17,8 @@ KEYWORDS="~amd64 ~arm ~ppc ~x86 ~sparc"
IUSE=""
RDEPEND=">=app-admin/eselect-1.2.5"
+S="${WORKDIR}"
+
MODULEDIR="/usr/share/eselect/modules"
# NOTE!!
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-gnat/
@ 2016-08-25 8:09 Sven Vermeulen
0 siblings, 0 replies; 4+ messages in thread
From: Sven Vermeulen @ 2016-08-25 8:09 UTC (permalink / raw
To: gentoo-commits
commit: 4263cf02d5232cadbb32fb1437644f5bd72e90cf
Author: Sven Vermeulen <swift <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 08:09:21 2016 +0000
Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 08:09:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4263cf02
Apply fix of bug 585004 also to current stable (S variable)
Package-Manager: portage-2.2.28
app-eselect/eselect-gnat/eselect-gnat-1.3-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-eselect/eselect-gnat/eselect-gnat-1.3-r1.ebuild b/app-eselect/eselect-gnat/eselect-gnat-1.3-r1.ebuild
index 13e576c..5b3e48e 100644
--- a/app-eselect/eselect-gnat/eselect-gnat-1.3-r1.ebuild
+++ b/app-eselect/eselect-gnat/eselect-gnat-1.3-r1.ebuild
@@ -17,6 +17,8 @@ KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="app-admin/eselect"
+S="${WORKDIR}"
+
MODULEDIR="/usr/share/eselect/modules"
# NOTE!!
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-gnat/
@ 2016-08-25 20:24 Steve Arnold
0 siblings, 0 replies; 4+ messages in thread
From: Steve Arnold @ 2016-08-25 20:24 UTC (permalink / raw
To: gentoo-commits
commit: 5bb0bfcd746094001ca85bcf5f04f80c05e5d6ce
Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 20:19:59 2016 +0000
Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 20:24:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb0bfcd
app-eselect/eselect-gnat: fix eapi bump missing source dir (bug 585004)
Package-Manager: portage-2.3.0
app-eselect/eselect-gnat/eselect-gnat-1.4-r1.ebuild | 2 ++
app-eselect/eselect-gnat/eselect-gnat-1.4.ebuild | 2 ++
app-eselect/eselect-gnat/eselect-gnat-1.5.ebuild | 2 ++
3 files changed, 6 insertions(+)
diff --git a/app-eselect/eselect-gnat/eselect-gnat-1.4-r1.ebuild b/app-eselect/eselect-gnat/eselect-gnat-1.4-r1.ebuild
index 9629b8a..5ff6013 100644
--- a/app-eselect/eselect-gnat/eselect-gnat-1.4-r1.ebuild
+++ b/app-eselect/eselect-gnat/eselect-gnat-1.4-r1.ebuild
@@ -17,6 +17,8 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="app-admin/eselect"
+S="${WORKDIR}"
+
MODULEDIR="/usr/share/eselect/modules"
# NOTE!!
diff --git a/app-eselect/eselect-gnat/eselect-gnat-1.4.ebuild b/app-eselect/eselect-gnat/eselect-gnat-1.4.ebuild
index 0931dc3..5a62fcd 100644
--- a/app-eselect/eselect-gnat/eselect-gnat-1.4.ebuild
+++ b/app-eselect/eselect-gnat/eselect-gnat-1.4.ebuild
@@ -17,6 +17,8 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="app-admin/eselect"
+S="${WORKDIR}"
+
MODULEDIR="/usr/share/eselect/modules"
# NOTE!!
diff --git a/app-eselect/eselect-gnat/eselect-gnat-1.5.ebuild b/app-eselect/eselect-gnat/eselect-gnat-1.5.ebuild
index aee7344..d4d27a9 100644
--- a/app-eselect/eselect-gnat/eselect-gnat-1.5.ebuild
+++ b/app-eselect/eselect-gnat/eselect-gnat-1.5.ebuild
@@ -17,6 +17,8 @@ KEYWORDS="~amd64 ~ppc ~x86 ~sparc"
IUSE=""
RDEPEND=">=app-admin/eselect-1.2.5"
+S="${WORKDIR}"
+
MODULEDIR="/usr/share/eselect/modules"
# NOTE!!
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-gnat/
@ 2017-02-22 10:02 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-02-22 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 913a1db765cdf9ed736f24cf70668994ea3d00a7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 10:01:00 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 10:02:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913a1db7
app-eselect/eselect-gnat: Remove disbanded Ada project
app-eselect/eselect-gnat/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/app-eselect/eselect-gnat/metadata.xml b/app-eselect/eselect-gnat/metadata.xml
index 304affc5d5..70aa7cdf2d 100644
--- a/app-eselect/eselect-gnat/metadata.xml
+++ b/app-eselect/eselect-gnat/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="project">
- <email>ada@gentoo.org</email>
- <name>Gentoo Resources for Ada</name>
-</maintainer>
+<!--maintainer-needed-->
<longdescription>The eselect module for the supported gnat compilers.</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-02-22 10:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-22 10:02 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-gnat/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2016-08-25 20:24 Steve Arnold
2016-08-25 8:09 Sven Vermeulen
2016-07-21 18:24 Steve Arnold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox