Commit Graph

22 Commits

Author SHA1 Message Date
Miroslav Šulc
812dabc6ae dev-java/tomcat-native: version bump
Package-Manager: portage-2.2.28
2016-03-11 16:15:52 +01:00
James Le Cuirot
e46559c1a7 dev-java/tomcat-native: Remove old
Package-Manager: portage-2.2.27
2016-02-19 21:00:11 +00:00
Miroslav Šulc
9cf5632925 dev-java/tomcat-native: removed obsolete ebuild
Package-Manager: portage-2.2.27
2016-02-19 16:20:15 +01:00
Agostino Sarubbo
66ada3cb41 dev-java/tomcat-native: x86 stable wrt bug #574344
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-02-14 11:10:54 +01:00
Agostino Sarubbo
c52a42cc27 dev-java/tomcat-native: amd64 stable wrt bug #574344
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-02-13 16:28:45 +01:00
Miroslav Šulc
ec560ee2c0 dev-java/tomcat-native: removed obsolete ebuilds
Package-Manager: portage-2.2.27
2016-02-12 19:19:25 +01:00
Michał Górny
8849b098c0 Set appropriate maintainer types in metadata.xml (GLEP 67) 2016-01-24 23:58:38 +01:00
Michał Górny
cfd93d768e 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.
2016-01-24 23:58:38 +01:00
Agostino Sarubbo
8807112902 dev-java/tomcat-native: x86 stable wrt bug #572278
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-01-18 18:08:23 +01:00
Agostino Sarubbo
458c3f1d86 dev-java/tomcat-native: amd64 stable wrt bug #572278
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-01-18 18:06:45 +01:00
Miroslav Šulc
4a18bafabd dev-java/tomcat-native: version bump
Package-Manager: portage-2.2.26
2016-01-12 17:08:16 +01:00
Agostino Sarubbo
6e69edc976 dev-java/tomcat-native: x86 stable wrt bug #568424
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2015-12-25 17:14:28 +01:00
Agostino Sarubbo
2df565cbde dev-java/tomcat-native: amd64 stable wrt bug #568424
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2015-12-21 13:39:57 +01:00
Miroslav Šulc
f45bc89bf8 dev-java/tomcat-native: version bump
Package-Manager: portage-2.2.26
2015-12-16 13:40:07 +01:00
Miroslav Šulc
89a2e7916e dev-java/tomcat-native: version bump
Package-Manager: portage-2.2.24
2015-11-12 20:12:20 +01:00
Patrice Clement
864c195673 dev-java/tomcat-native: Clear QA warnings.
Take test? condition off RDEPEND variable and stick it in DEPEND.
Take RDEPEND off DEPEND variable.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2015-10-13 10:45:14 +00:00
Patrice Clement
6d93b2e2ef dev-java/tomcat-native: Add missing dies.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2015-10-13 10:41:13 +00:00
William L. Thomson Jr
2770348aa9 dev-java/tomcat-native: Modified to build jar.
Modified ebuild to build the jar in addition to the .so
2015-10-13 10:39:37 +00:00
Mike Gilbert
1bfb585cc6 Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92e.

Bug: https://bugs.gentoo.org/552720
2015-08-24 16:30:34 -04:00
Justin Lecher
00846f5f7b Use https by default
Convert all URLs for sites supporting encrypted connections from http to https

Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-24 13:27:19 +02:00
Justin Lecher
eaaface92e Use https by default
Convert all URLs for sites supporting encrypted connections from http to https

Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-24 12:49:19 +02:00
Robin H. Johnson
56bd759df1 proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.

This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.

Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
2015-08-08 17:38:18 -07:00