till pushed to mercury (f22). "2015-05-12: Retired orphaned package, because it was orphaned for more than six weeks."

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 12 00:27:54 UTC 2015


From 79d1f31155d792336949c0d3ad2b424ffc58d013 Mon Sep 17 00:00:00 2001
From: Till Maas <opensource at till.name>
Date: Tue, 12 May 2015 02:27:40 +0200
Subject: 2015-05-12: Retired orphaned package, because it was orphaned for
 more than six weeks.


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index a0625db..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-mercury-1.0-alpha-6.tar.gz
diff --git a/0001-Make-it-build.patch b/0001-Make-it-build.patch
deleted file mode 100644
index 5c71263..0000000
--- a/0001-Make-it-build.patch
+++ /dev/null
@@ -1,126 +0,0 @@
-From 6475e591167759d3784b9d75bdecf20bd66ce63f Mon Sep 17 00:00:00 2001
-From: Lubomir Rintel <lkundrak at v3.sk>
-Date: Sun, 29 Nov 2009 11:52:22 +0100
-Subject: [PATCH] Make it build
-
-Remove dependencies on maven-enforcer-plugin, maven-release-plugin,
-plexus-component-metadata and subprojects with unsatisfied dependencies.
----
- pom.xml |   38 +++++++++++++++++++-------------------
- 1 files changed, 19 insertions(+), 19 deletions(-)
-
-diff --git a/pom.xml b/pom.xml
-index 47a515b..cefeefc 100644
---- a/pom.xml
-+++ b/pom.xml
-@@ -55,16 +55,16 @@ under the License.
- 
-   <modules>
-     <module>mercury-artifact</module>
--    <module>mercury-md</module>
--    <module>mercury-repo</module>
--    <module>mercury-transport</module>
-+    <!--<module>mercury-md</module> needs mercury-util -->
-+    <!--module>mercury-repo</module> needs mercury-md -->
-+    <!--module>mercury-transport</module> mercury-crypto -->
-     <module>mercury-external</module>
--    <module>mercury-crypto</module>
--    <module>mercury-util</module>
-+    <!--module>mercury-crypto</module> needs bcpg -->
-+    <!--module>mercury-util</module> needs mercury-crypto -->
-     <module>mercury-event</module>
-     <module>mercury-logging</module>
--    <module>mercury-plexus</module>
--    <module>mercury-wagon</module>
-+    <!--module>mercury-plexus</module> needs plexus-component-metadata -->
-+    <!--module>mercury-wagon</module> needs plexus-component-metadata -->
- <!-- 
-     <module>mercury-it</module>
- -->
-@@ -270,11 +270,11 @@ under the License.
-         <version>${plexus.lang.version}</version>
-       </dependency>
- 
--      <dependency>
-+      <!--dependency>
-         <groupId>org.codehaus.plexus</groupId>
-         <artifactId>plexus-component-metadata</artifactId>
-         <version>${plexus.component.metadata.version}</version>
--      </dependency>
-+      </dependency-->
-       
-       <dependency>
-         <groupId>org.sonatype.spice</groupId>
-@@ -491,7 +491,7 @@ under the License.
-     <pluginManagement>
- 
-       <plugins>
--        <plugin>
-+        <!--plugin>
-           <artifactId>maven-release-plugin</artifactId>
-           <version>2.0-beta-8</version>
-           <configuration>
-@@ -501,8 +501,8 @@ under the License.
-             <goals>deploy</goals>
-             <arguments>-Prelease</arguments>
-           </configuration>
--        </plugin>
--        <plugin>
-+        </plugin-->
-+        <!--plugin>
-           <groupId>org.codehaus.plexus</groupId>
-           <artifactId>plexus-component-metadata</artifactId>
-           <version>${plexus.component.metadata.version}</version>
-@@ -513,7 +513,7 @@ under the License.
-               </goals>
-             </execution>
-           </executions>
--        </plugin>
-+        </plugin-->
-         <plugin>
-           <groupId>org.codehaus.modello</groupId>
-           <artifactId>modello-maven-plugin</artifactId>
-@@ -524,10 +524,10 @@ under the License.
- 
-     <plugins>
- 
--      <plugin>
-+      <!--plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-release-plugin</artifactId>
--      </plugin>
-+      </plugin-->
- 
-       <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-@@ -555,7 +555,7 @@ under the License.
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-site-plugin</artifactId>
-       </plugin>
--      <plugin>
-+      <!--plugin>
-         <artifactId>maven-enforcer-plugin</artifactId>
-         <version>1.0-alpha-4</version>
-         <executions>
-@@ -574,15 +574,15 @@ under the License.
-                       that is plexus component made
-                       with older plexus container. </message>
-                 </bannedDependencies>
--                <!--  <requirePluginVersions>
-+                <!- - <requirePluginVersions>
-                   <banSnapshots>false</banSnapshots>
--                  </requirePluginVersions>-->
-+                  </requirePluginVersions>- ->
-               </rules>
-               <fail>true</fail>
-             </configuration>
-           </execution>
-         </executions>
--      </plugin>
-+      </plugin-->
-     </plugins>
-   </build>
- 
--- 
-1.6.5.2
-
diff --git a/0001-Replace-plexus.lang-dependency-with-plexus.i18n.patch b/0001-Replace-plexus.lang-dependency-with-plexus.i18n.patch
deleted file mode 100644
index 286177f..0000000
--- a/0001-Replace-plexus.lang-dependency-with-plexus.i18n.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-From 816e8ce50a3cf3cfa300935aff0a8e8faca57400 Mon Sep 17 00:00:00 2001
-From: Lubomir Rintel <lkundrak at v3.sk>
-Date: Thu, 24 Dec 2009 17:22:01 +0100
-Subject: [PATCH] Replace plexus.lang dependency with plexus.i18n
-
-Changes to POM and script that migrates the source.
----
- mercury-lang-i18n.pl |   29 +++++++++++++++++++++++++++++
- pom.xml              |    8 ++++----
- 2 files changed, 33 insertions(+), 4 deletions(-)
- create mode 100644 mercury-lang-i18n.pl
-
-diff --git a/mercury-lang-i18n.pl b/mercury-lang-i18n.pl
-new file mode 100644
-index 0000000..33c6817
---- /dev/null
-+++ b/mercury-lang-i18n.pl
-@@ -0,0 +1,29 @@
-+#!/usr/bin/perl -ni
-+
-+# Refactor mercury to use plexus.i18n instead of plexus.lang (which is, according to upstream, "stalled")
-+# find -name '*.java' -exec grep -l org.codehaus.plexus.lang '{}' \; |xargs perl -ni mercury-lang-i18n.pl
-+
-+# Replace plexus.lang with plexus.i18n
-+s/org.codehaus.plexus.lang.DefaultLanguage/org.codehaus.plexus.i18n.DefaultI18N;\nimport org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException/;
-+s/org.codehaus.plexus.lang.Language/org.codehaus.plexus.i18n.I18N/;
-+s/private static final Language (\S+) = new DefaultLanguage\S*\([^\)]*\)/private static final DefaultI18N $1 = new DefaultI18N ()/ and ($lang = $1, $thisclass = $class);
-+
-+# Initialize I18N in constructors of classes that instantiate I18N
-+/^\s*(public)?\s*class\s+(\S+)/ and ($class = $2, $thisclass = undef);
-+if ($inclass == 2)
-+{
-+	/^(\s*)(\})?/; $ws = $2 ? "$1    " : $1;
-+	$f = "$1try { $lang.initialize (); } catch( InitializationException e ) {} /* $class = $thisclass */";
-+	if (/this/) { s/$/\n$f/ }
-+	else { s/^/$f\n/ }
-+	$inclass = 0;
-+}
-+$thisclass and /(public|protected)\s+$thisclass/ and $inclass = 1;
-+/\}/ and $inclass = 0;
-+$inclass and /\{/ and $inclass++;
-+
-+# Rewrite getMessage calls
-+s/$lang.getMessage\s*\(\s*(\"[^\"\)]*\")\s*\)/$lang.getString ($class.class.getPackage().getName()+".Messages", null, $1)/;
-+s/$lang.getMessage\s*\(([^\)]*,[^\)]*)/$lang.format ($class.class.getPackage().getName()+".Messages", null, $1/;
-+
-+print;
-diff --git a/pom.xml b/pom.xml
-index cefeefc..4a03c50 100644
---- a/pom.xml
-+++ b/pom.xml
-@@ -80,7 +80,7 @@ under the License.
-     <plexus.component.annotations.version>1.0-beta-3.0.6</plexus.component.annotations.version>
-     <plexus.component.metadata.version>1.0-beta-3.0.6</plexus.component.metadata.version>
-     <plexus.utils.version>1.5.5</plexus.utils.version>
--    <plexus.lang.version>1.1</plexus.lang.version>
-+    <plexus.i18n.version>1.0</plexus.i18n.version>
- 
-     <plexus.spice.model.builder.version>1.8</plexus.spice.model.builder.version>
- 
-@@ -266,8 +266,8 @@ under the License.
- 
-       <dependency>
-         <groupId>org.codehaus.plexus</groupId>
--        <artifactId>plexus-lang</artifactId>
--        <version>${plexus.lang.version}</version>
-+        <artifactId>plexus-i18n</artifactId>
-+        <version>${plexus.i18n.version}</version>
-       </dependency>
- 
-       <!--dependency>
-@@ -442,7 +442,7 @@ under the License.
-   <dependencies>
-     <dependency>
-       <groupId>org.codehaus.plexus</groupId>
--      <artifactId>plexus-lang</artifactId>
-+      <artifactId>plexus-i18n</artifactId>
-       <exclusions>
-         <exclusion>
-           <groupId>org.codehaus.plexus</groupId>
--- 
-1.6.5.2
-
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..91c452b
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,2 @@
+2015-05-12: Retired orphaned package, because it was orphaned for more than six weeks.
+
diff --git a/mercury.spec b/mercury.spec
deleted file mode 100644
index a1adba7..0000000
--- a/mercury.spec
+++ /dev/null
@@ -1,139 +0,0 @@
-%global namedreltag -alpha-6
-%global namedversion %{version}%{?namedreltag}
-Name:           mercury
-Version:        1.0
-Release:        0.18.alpha6%{?dist}
-Summary:        Replacement for the Maven Artifact subsystem
-License:        ASL 2.0
-URL:            http://maven.apache.org/mercury/mercury-artifact/
-# svn export http://svn.apache.org/repos/asf/maven/mercury/tags/mercury-1.0-alpha-6
-# tar czf mercury-1.0-alpha-6.tar.gz mercury-1.0-alpha-6
-Source0:        %{name}-%{namedversion}.tar.gz
-
-Patch0:         0001-Make-it-build.patch
-Patch1:         0001-Replace-plexus.lang-dependency-with-plexus.i18n.patch
-
-#BuildRequires:  classworlds
-BuildRequires:  apache-commons-collections
-BuildRequires:  apache-commons-lang
-BuildRequires:  apache-commons-logging
-BuildRequires:  java-devel >= 1:1.6.0
-BuildRequires:  junit
-BuildRequires:  log4j12
-BuildRequires:  maven-local
-BuildRequires:  maven-site-plugin
-BuildRequires:  maven-archiver
-BuildRequires:  maven-surefire-plugin
-BuildRequires:  maven-wagon
-BuildRequires:  plexus-archiver
-BuildRequires:  plexus-compiler
-BuildRequires:  plexus-digest
-BuildRequires:  plexus-i18n
-BuildRequires:  plexus-utils
-BuildRequires:  plexus-velocity
-BuildRequires:  tomcat-servlet-3.0-api
-BuildRequires:  velocity
-
-BuildArch:      noarch
-
-%description
-Maven Mercury is a replacement for the Maven Artifact subsystem, and a
-complete replacement for the HTTP/HTTPS/DAV/DAVS portions of the existing
-transport.
-
-This package only contains Logging, Artifact, External Dependencies and
-Event Framework. Transports, Mercury Repositories, Crypto, Metadata, Ant
-Tasks, Shared Utilities, Maven resolusion comparison, Wagon provider
-and Plexus Component are not provided.
-
-%package javadoc
-Summary:        API documentation for %{name}
-
-%description javadoc
-Javadoc HTML documentation for %{name}.
-
-%prep
-%setup -q -n %{name}-%{namedversion}
-%patch0 -p1 -b .build
-%patch1 -p1 -b .lang
-
-%mvn_file :%{name}-artifact %{name}/artifact
-%mvn_file :%{name}-event %{name}/event
-%mvn_file :%{name}-external %{name}/external
-%mvn_file :%{name}-logging %{name}/logging
-
-%build
-find -name '*.java' -exec grep -l org.codehaus.plexus.lang '{}' \; |
-        xargs perl -ni mercury-lang-i18n.pl
-
-%mvn_build -f
-
-%install
-%mvn_install
-
-%files -f .mfiles
-%dir %{_javadir}/%{name}
-%doc release.notes.txt
-%license ./src/licenses/apache.txt
-
-%files javadoc -f .mfiles-javadoc
-%license ./src/licenses/apache.txt
-
-%changelog
-* Tue Feb 10 2015 gil cattaneo <puntogil at libero.it> 1.0-0.18.alpha6
-- introduce license macro
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.17.alpha6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Fri Mar 28 2014 Michael Simacek <msimacek at redhat.com> - 1.0-0.16.alpha6
-- Use Requires: java-headless rebuild (#1067528)
-
-* Sat Aug 24 2013 Mat Booth <fedora at matbooth.co.uk> - 1.0-0.15.alpha6
-- Remove unneeded BR on maven2-common-poms
-
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.14.alpha6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Wed Jul 10 2013 gil cattaneo <puntogil at libero.it> 1.0-0.13.alpha6
-- switch to XMvn
-- minor changes to adapt to current guideline
-
-* Wed Apr 10 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.0-0.12.alpha6
-- Drop dependency on plexus-container-default
-- Resolves: rhbz#950595
-
-* Tue Feb 26 2013 gil cattaneo <puntogil at libero.it> 1.0-0.11.alpha6
-- fix rhbz#915613 (removed doxia references)
-
-* Mon Feb 18 2013 Tomas Radej <tradej at redhat.com> - 1.0-0.10.alpha6
-- Removed BR on maven-shared (unnecessary + blocking maven-shared retirement)
-
-* Mon Feb 18 2013 gil cattaneo <puntogil at libero.it> 1.0-0.9.alpha6
-- fix servlet dependency (replaced servlet_2_4_api with tomcat-servlet-3.0-api)
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.8.alpha6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Wed Feb 06 2013 Java SIG <java-devel at lists.fedoraproject.org> - 1.0-0.7.alpha6
-- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
-- Replace maven BuildRequires with maven-local
-
-* Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.6.alpha6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.5.alpha6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Tue Mar 15 2011 Alexander Kurtakov <akurtako at redhat.com> 1.0-0.4.alpha6
-- Build with maven 3.
-- Adapt to current guidelines.
-
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.3.alpha6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Thu Dec 24 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.0-0.2.alpha6
-- Replace plexus.lang with plexus.i18n, as advised by upstream
-
-* Sun Nov 29 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.0-0.1.alpha6
-- Initial packaging
diff --git a/sources b/sources
deleted file mode 100644
index 1f19743..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-ab5c4e432a3c7e94a7b79f80549366d5  mercury-1.0-alpha-6.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mercury.git/commit/?h=f22&id=79d1f31155d792336949c0d3ad2b424ffc58d013


More information about the scm-commits mailing list