public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/java-experimental:master commit in: dev-java/sitemesh/, dev-java/sitemesh/files/
@ 2015-01-31 14:26 Patrice Clement
  0 siblings, 0 replies; only message in thread
From: Patrice Clement @ 2015-01-31 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     25747cab47c4535f76747f9a10a0b546e806ea04
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 22:57:42 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 22:57:42 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/java-experimental.git;a=commit;h=25747cab

HOMEPAGE dead. Removing it from the overlay.

---
 dev-java/sitemesh/ChangeLog                        | 15 -----
 dev-java/sitemesh/Manifest                         |  5 --
 .../sitemesh/files/sitemesh-2.3-lexer.flex.patch   | 11 ----
 dev-java/sitemesh/metadata.xml                     | 16 -----
 dev-java/sitemesh/sitemesh-2.3.ebuild              | 71 ----------------------
 5 files changed, 118 deletions(-)

diff --git a/dev-java/sitemesh/ChangeLog b/dev-java/sitemesh/ChangeLog
deleted file mode 100644
index 98d32de..0000000
--- a/dev-java/sitemesh/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for dev-java/sitemesh
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  04 Feb 2009; Alistair Bush <ali_bush@gentoo.org> sitemesh-2.3.ebuild:
-  QA. Drop keywords due to missing deps.
-
-  27 Aug 2007; Jean-Noël Rivasseau <elvanor@gmail.com> +metadata.xml,
-  sitemesh-2.3.ebuild:
-  Cleaned up ebuild even more. Now source USE flag is implemented.
-
-  23 Jul 2007; Jean-Noël Rivasseau <elvanor@gmail.com>
-  files/sitemesh-2.3-lexer.flex.patch, sitemesh-2.3.ebuild:
-  Added ChangeLog. Cleaned up ebuild wrt bug #184742.
-

diff --git a/dev-java/sitemesh/Manifest b/dev-java/sitemesh/Manifest
deleted file mode 100644
index edd2754..0000000
--- a/dev-java/sitemesh/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX sitemesh-2.3-lexer.flex.patch 776 RMD160 f69d5ee28bc722f97ec13702fc3542a5791ce705 SHA1 bd1faf269097f6bfdbe600f7938140e06964d1ce SHA256 8f5ce746f65e41d41bc7ad9ba258b2dd2fc560844ed3206b9248aa1d4e59d7f3
-DIST sitemesh-2.3.zip 7420685 RMD160 00efe951b7f78a33534bcae10c117bcb02f84a65 SHA1 4f8af6d8722b8031b862357d393361b20e388a30 SHA256 0e81896de7f8591b521117072a91203b0fa707e328c91b4cb1bcf0265cc4efae
-EBUILD sitemesh-2.3.ebuild 1704 RMD160 6508fc8af93bdfa101a6fc1505e39e9c908bc495 SHA1 e41bebb0b392a792bc5504da82ee07718ed100a6 SHA256 9083a536aa8d984cda71ae993c693608ff74fae6a914bd237ad2cf2be75b0ec5
-MISC ChangeLog 451 RMD160 d271bef499d38ce6993b027377403520765c6cf8 SHA1 70f5baae666f2621d69447103f95921fd18526c5 SHA256 a740fffeb4032de01f7696f0b251bdc3442c7a34012eb165c17a454c01fbd1ac
-MISC metadata.xml 1547 RMD160 26bca714e29aa0d8dbbc4677400a30dd9ba8b014 SHA1 0212aaba6b175930523ceb886287d51f412e7208 SHA256 a66980ad5597f9ce78b23b25c25f5d6d7771a6bd6e6572f293df3de7a53d6065

diff --git a/dev-java/sitemesh/files/sitemesh-2.3-lexer.flex.patch b/dev-java/sitemesh/files/sitemesh-2.3-lexer.flex.patch
deleted file mode 100644
index 7041b58..0000000
--- a/dev-java/sitemesh/files/sitemesh-2.3-lexer.flex.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/java/com/opensymphony/module/sitemesh/html/tokenizer/lexer.flex.orig	2005-08-10 17:51:34.000000000 +0200
-+++ src/java/com/opensymphony/module/sitemesh/html/tokenizer/lexer.flex	2007-07-23 11:38:49.000000000 +0200
-@@ -29,7 +29,7 @@
- %{
-     // Additional methods to add to generated Lexer to aid in error reporting.
-     protected int position() { return yychar; }
--    protected int length()   { return yy_markedPos - yy_startRead; }
-+    protected int length()   { return zzMarkedPos - zzStartRead; }
-     protected int line()     { return -1; /*yyline;*/ }   // useful for debugging, but adds overhead
-     protected int column()   { return -1; /*yycolumn;*/ } // useful for debugging, but adds overhead
-     protected void resetLexerState() { yybegin(YYINITIAL); }

diff --git a/dev-java/sitemesh/metadata.xml b/dev-java/sitemesh/metadata.xml
deleted file mode 100644
index b545a57..0000000
--- a/dev-java/sitemesh/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>java</herd>
-<longdescription>
-	* SiteMesh is a web-page layout and decoration framework and web- application integration framework to aid in creating large sites consisting of many pages for which a consistent look/feel, navigation and layout scheme is required.
-	
-	* SiteMesh intercepts requests to any static or dynamically generated HTML page requested through the web-server, parses the page, obtains properties and data from the content and generates an appropriate final page with modifications to the original. This is based upon the well-known GangOfFour Decorator design pattern.
-
-	* SiteMesh can also include entire HTML pages as a Panel within another page. This is similar to a Server-Side Include, except that the HTML document will be modified to create a visual window (using the document's Meta-data as an aid) within a page. Using this feature, Portal type web sites can be built very quickly and effectively. This is based upon the well-known GangOfFour Composite design pattern.
-
-	* SiteMesh is built using Java 2 with Servlet, JSP and XML technologies. This makes it ideal for use with J2EE applications, however it can be integrated with server-side web architectures that are not Java based such as CGI (Perl/Python/C/C++/etc), PHP, Cold Fusion, etc...
-    
-	* SiteMesh is very extensible and is designed in a way in which it is easy to extend for custom needs.
-</longdescription>
-</pkgmetadata>
\ No newline at end of file

diff --git a/dev-java/sitemesh/sitemesh-2.3.ebuild b/dev-java/sitemesh/sitemesh-2.3.ebuild
deleted file mode 100644
index e2090bd..0000000
--- a/dev-java/sitemesh/sitemesh-2.3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header$
-
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Web-page layout and decoration framework"
-SRC_URI="https://sitemesh.dev.java.net/files/documents/887/43018/${P}.zip"
-
-HOMEPAGE="http://www.opensymphony.com/sitemesh/"
-LICENSE="OpenSymphony-1.1"
-SLOT="0"
-KEYWORDS=""
-
-CDEPEND=">=dev-java/servletapi-2.4
-	dev-java/velocity-tools
-	>=dev-java/velocity-1.4
-	>=dev-java/freemarker-2.3.10
-	=dev-java/tapestry-3*
-	>=dev-java/javacup-0.11a_beta20060608
-	>=dev-java/freemarker-2.3.10"
-
-RDEPEND="${CDEPEND}
-	>=virtual/jre-1.4"
-
-DEPEND="${CDEPEND}
-	>=virtual/jdk-1.4
-	>=dev-java/jflex-1.4.1
-	dev-java/junit"
-
-IUSE=""
-
-S="${WORKDIR}"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	java-ant_rewrite-classpath
-	local sitemesh_classpath="$(java-pkg_getjars --build-only --with-dependencies jflex)"
-	java-ant_xml-rewrite -f build.xml --change -e java -a classpath -v "${sitemesh_classpath}" || die
-
-	EPATCH_OPTS="-d ${S}" epatch "${FILESDIR}/${P}-lexer.flex.patch"
-
-	cd "${S}"
-	rm -rf lib/
-	mkdir lib
-}
-
-src_compile() {
-	local gentoo_classpath="$(java-pkg_getjars servletapi-2.4,freemarker-2.3,tapestry-3.0,velocity,velocity-tools)"
-
-	ANT_TASKS="javacup" eant -Dgentoo.classpath="${gentoo_classpath}"
-	#eant javadocs
-}
-
-src_install() {
-	java-pkg_newjar "dist/${P}.jar"
-
-	dodoc README.txt CHANGES.txt || die
-
-	use source && java-pkg_dosrc src/java/*
-
-	#src/etc/dtd/sitemesh_1_0_decorators.dtd src/etc/dtd/sitemesh_1_5_decorators.dtd
-	#dodoc -r src/etc/dtd/
-
-	# Currently we connot install javadoc as the Ant target does not produce index.html
-	#use doc && java-pkg_dojavadoc dist/docs/api
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-31 14:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-31 14:26 [gentoo-commits] proj/java-experimental:master commit in: dev-java/sitemesh/, dev-java/sitemesh/files/ Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox