* [gentoo-commits] repo/gentoo:master commit in: www-servers/resin/files/4.0.46/
@ 2015-11-07 21:18 Patrice Clement
0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2015-11-07 21:18 UTC (permalink / raw
To: gentoo-commits
commit: e4610db38be8f1e8110f92b06ccd834f767ef47d
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 7 20:58:06 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 7 20:58:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4610db3
www-servers/resin: Remove useless patch.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
www-servers/resin/files/4.0.46/VarType.java.patch | 35 -----------------------
1 file changed, 35 deletions(-)
diff --git a/www-servers/resin/files/4.0.46/VarType.java.patch b/www-servers/resin/files/4.0.46/VarType.java.patch
deleted file mode 100644
index 05f03f2..0000000
--- a/www-servers/resin/files/4.0.46/VarType.java.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- modules/kernel/src/com/caucho/config/reflect/VarType.java.orig 2015-08-12 21:05:11.892000000 +0000
-+++ modules/kernel/src/com/caucho/config/reflect/VarType.java 2015-08-12 21:06:04.475000000 +0000
-@@ -33,6 +33,7 @@
- import java.lang.reflect.GenericDeclaration;
- import java.lang.reflect.Type;
- import java.lang.reflect.TypeVariable;
-+import java.lang.reflect.AnnotatedType;
- import java.util.Set;
-
- import com.caucho.inject.Module;
-@@ -188,7 +189,23 @@
-
- return sb.toString();
- }
--
-+
-+ public AnnotatedType[] getAnnotatedBounds() {
-+ return null;
-+ }
-+
-+ public Annotation[] getDeclaredAnnotations() {
-+ return null;
-+ }
-+
-+ public Annotation[] getAnnotations() {
-+ return null;
-+ }
-+
-+ public <T extends Annotation> T getAnnotation(Class<T> klass) {
-+ return null;
-+ }
-+
- static class GenericDeclarationImpl implements GenericDeclaration {
- @Override
- public TypeVariable<?>[] getTypeParameters()
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/resin/files/4.0.46/
@ 2016-05-18 6:42 Austin English
0 siblings, 0 replies; 2+ messages in thread
From: Austin English @ 2016-05-18 6:42 UTC (permalink / raw
To: gentoo-commits
commit: 168aec72f872d7ad9be01512ac5cc97e25560690
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 06:35:23 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May 18 06:38:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168aec72
www-servers/resin: use #!/sbin/openrc-run instead of #!/sbin/runscript
www-servers/resin/files/4.0.46/resin.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-servers/resin/files/4.0.46/resin.init b/www-servers/resin/files/4.0.46/resin.init
index 6103369..66e2646 100644
--- a/www-servers/resin/files/4.0.46/resin.init
+++ b/www-servers/resin/files/4.0.46/resin.init
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-18 6:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18 6:42 [gentoo-commits] repo/gentoo:master commit in: www-servers/resin/files/4.0.46/ Austin English
-- strict thread matches above, loose matches on Subject: below --
2015-11-07 21:18 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox