summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-01-24 23:32:36 +0100
committerMichał Górny <mgorny@gentoo.org>2016-01-24 23:58:38 +0100
commitcfd93d768e79a349f1e762b92773190295c36980 (patch)
tree2239eb163651fea5371739f3e415bc11793ec557 /dev-ada
parentRemove explicit notion of maintainer-needed, for GLEP 67 (diff)
downloadgentoo-cfd93d768e79a349f1e762b92773190295c36980.tar.gz
gentoo-cfd93d768e79a349f1e762b92773190295c36980.tar.bz2
gentoo-cfd93d768e79a349f1e762b92773190295c36980.zip
Replace all herds with appropriate projects (GLEP 67)
Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
Diffstat (limited to 'dev-ada')
-rw-r--r--dev-ada/adadoc/metadata.xml5
-rw-r--r--dev-ada/adasockets/metadata.xml5
-rw-r--r--dev-ada/asis-gcc/metadata.xml5
-rw-r--r--dev-ada/asis-gpl/metadata.xml5
-rw-r--r--dev-ada/aunit/metadata.xml5
-rw-r--r--dev-ada/booch_components/metadata.xml5
-rw-r--r--dev-ada/cbind/metadata.xml5
-rw-r--r--dev-ada/charles/metadata.xml5
-rw-r--r--dev-ada/florist/metadata.xml5
-rw-r--r--dev-ada/glade/metadata.xml5
-rw-r--r--dev-ada/gtkada/metadata.xml5
-rw-r--r--dev-ada/xmlada/metadata.xml5
12 files changed, 48 insertions, 12 deletions
diff --git a/dev-ada/adadoc/metadata.xml b/dev-ada/adadoc/metadata.xml
index bc732e4a3a2f..aacfcc3c52ff 100644
--- a/dev-ada/adadoc/metadata.xml
+++ b/dev-ada/adadoc/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>ada</herd>
+ <maintainer>
+ <email>ada@gentoo.org</email>
+ <name>Gentoo Resources for Ada</name>
+ </maintainer>
<longdescription>AdaDoc is a tool for developers using the Ada95 programming language. It's goal is to create documentation in different format from a specification package.</longdescription>
<upstream>
<remote-id type="sourceforge">adadoc</remote-id>
diff --git a/dev-ada/adasockets/metadata.xml b/dev-ada/adasockets/metadata.xml
index e56a62e823d9..b977f92633aa 100644
--- a/dev-ada/adasockets/metadata.xml
+++ b/dev-ada/adasockets/metadata.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>ada</herd>
+<maintainer>
+ <email>ada@gentoo.org</email>
+ <name>Gentoo Resources for Ada</name>
+</maintainer>
<longdescription>AdaSockets is a set of free software Ada packages allowing Ada programmers to use the so-called BSD sockets from their favourite programming language. AdaSockets has been designed and tested with the GNAT free software Ada compiler, but should be portable to other compilers quite easily. AdaSockets philosophy is to help the Ada programmer by providing easy-to-use objects. Special care has been taken to ensure that performances do however remain good.</longdescription>
</pkgmetadata>
diff --git a/dev-ada/asis-gcc/metadata.xml b/dev-ada/asis-gcc/metadata.xml
index 8d559acbcee6..93069f019b8d 100644
--- a/dev-ada/asis-gcc/metadata.xml
+++ b/dev-ada/asis-gcc/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>ada</herd>
+ <maintainer>
+ <email>ada@gentoo.org</email>
+ <name>Gentoo Resources for Ada</name>
+ </maintainer>
<longdescription>
Ada Semantic Interface Specification is a published international ISO
standard (ISO/IEC 15291:1999). ASIS represents a compiler independent
diff --git a/dev-ada/asis-gpl/metadata.xml b/dev-ada/asis-gpl/metadata.xml
index c352257de3bd..881bc332e811 100644
--- a/dev-ada/asis-gpl/metadata.xml
+++ b/dev-ada/asis-gpl/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>ada</herd>
+<maintainer>
+ <email>ada@gentoo.org</email>
+ <name>Gentoo Resources for Ada</name>
+</maintainer>
<longdescription>
Ada Semantic Interface Specification is a published international ISO
standard (ISO/IEC 15291:1999). ASIS represents a compiler independent
diff --git a/dev-ada/aunit/metadata.xml b/dev-ada/aunit/metadata.xml
index 83f771493132..b13e43f60077 100644
--- a/dev-ada/aunit/metadata.xml
+++ b/dev-ada/aunit/metadata.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>ada</herd>
+<maintainer>
+ <email>ada@gentoo.org</email>
+ <name>Gentoo Resources for Ada</name>
+</maintainer>
<longdescription>AUnit is a set of Ada packages based on the xUnit family of unit test frameworks. It's intended as a developer's tool to facilitate confident writing and evolution of Ada software. It is purposely lightweight, as one of its main goals is to make it easy to develop and run unit tests, rather than to generate artifacts for process management. The framework supports easy composition of sets of unit tests to provide flexibility in determining what tests to run for a given purpose.</longdescription>
</pkgmetadata>
diff --git a/dev-ada/booch_components/metadata.xml b/dev-ada/booch_components/metadata.xml
index 0e86180028f1..8de3964773af 100644
--- a/dev-ada/booch_components/metadata.xml
+++ b/dev-ada/booch_components/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>ada</herd>
+ <maintainer>
+ <email>ada@gentoo.org</email>
+ <name>Gentoo Resources for Ada</name>
+ </maintainer>
<longdescription>The booch components provide a set of reusable components used in an efficient and appropriate manner, with the overall goal of balancing usability and extensibility. The BCs cover several issues: Time and Space semantics, Storage Management policies, Exception and Idioms for iteration.</longdescription>
<upstream>
<remote-id type="sourceforge">booch95</remote-id>
diff --git a/dev-ada/cbind/metadata.xml b/dev-ada/cbind/metadata.xml
index 045c2c55d0f4..ddd4fea232af 100644
--- a/dev-ada/cbind/metadata.xml
+++ b/dev-ada/cbind/metadata.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>ada</herd>
+<maintainer>
+ <email>ada@gentoo.org</email>
+ <name>Gentoo Resources for Ada</name>
+</maintainer>
<longdescription>This tool is designed to AID in the creation of Ada bindings to C. Bindings generated by this translator will be generally not be complete. This tool MAY/MAY NOT be useful as an AID to generating bindings. Hopefully it can do a lot of the grunt work for you.</longdescription>
</pkgmetadata>
diff --git a/dev-ada/charles/metadata.xml b/dev-ada/charles/metadata.xml
index c589105f804a..684c21567fa2 100644
--- a/dev-ada/charles/metadata.xml
+++ b/dev-ada/charles/metadata.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>ada</herd>
+<maintainer>
+ <email>ada@gentoo.org</email>
+ <name>Gentoo Resources for Ada</name>
+</maintainer>
<longdescription>Charles is a data structure library for Ada95, modelled principally on the C++ STL. It features both ordered (lists and arrays) and unordered (sets and maps) collections. In addition to lists and vectors, the Charles library has set, multi-set, map, and multi-map data structure types.</longdescription>
</pkgmetadata>
diff --git a/dev-ada/florist/metadata.xml b/dev-ada/florist/metadata.xml
index 2a8540864847..fd74beb7eee6 100644
--- a/dev-ada/florist/metadata.xml
+++ b/dev-ada/florist/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>ada</herd>
+ <maintainer>
+ <email>ada@gentoo.org</email>
+ <name>Gentoo Resources for Ada</name>
+ </maintainer>
<longdescription>
Florist is the (F)lorida (S)tate (U)niversity open-source implementaton
of IEEE Standard 1003.5b-1996, the POSIX Ada binding, including real-time
diff --git a/dev-ada/glade/metadata.xml b/dev-ada/glade/metadata.xml
index aec150231c3f..faafba5cf197 100644
--- a/dev-ada/glade/metadata.xml
+++ b/dev-ada/glade/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>ada</herd>
+<maintainer>
+ <email>ada@gentoo.org</email>
+ <name>Gentoo Resources for Ada</name>
+</maintainer>
</pkgmetadata>
diff --git a/dev-ada/gtkada/metadata.xml b/dev-ada/gtkada/metadata.xml
index bc1d9dd433a6..755e977d28be 100644
--- a/dev-ada/gtkada/metadata.xml
+++ b/dev-ada/gtkada/metadata.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>ada</herd>
+<maintainer>
+ <email>ada@gentoo.org</email>
+ <name>Gentoo Resources for Ada</name>
+</maintainer>
<longdescription>GtkAda is the technology that lets you implement the next generation of Ada 95 GUIs in an efficient and platform-independent manner. In addition to providing over 100 widgets and allowing you to use portable low-level drawing primitives, GtkAda has a pluggable look-and-feel and comes with a high-level GUI builder that allows round-trip GUI generation and update.</longdescription>
</pkgmetadata>
diff --git a/dev-ada/xmlada/metadata.xml b/dev-ada/xmlada/metadata.xml
index 66f2f1fc397f..807a4b32883d 100644
--- a/dev-ada/xmlada/metadata.xml
+++ b/dev-ada/xmlada/metadata.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>ada</herd>
+<maintainer>
+ <email>ada@gentoo.org</email>
+ <name>Gentoo Resources for Ada</name>
+</maintainer>
<longdescription>XML/Ada includes a complete XML parser that fully supports the XML 1.0 specifications, including DTDs, entity resolution, external entities,attribute normalization, and conditional sections. XML/Ada also supports the SAX 2.0 standard. Through an object-oriented Ada interface, the XML/Ada SAX implementation provides an extremely efficient way to convert XML streams to application-specific data representations. XML/Ada includes full support for the core part of DOM 2.0. In addition to this XML support, XML/Ada includes an extensive set of packages to read, manipulate and write Unicode streams, in various encodings like UTF-8, UTF-16 and UTF-32. It provides a conversion mechanism between Unicode and encodings such as Latin-1, Latin-2, etc.</longdescription>
</pkgmetadata>