summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-06-18 19:26:59 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-06-18 19:26:59 +0000
commit71534b97f3e7f5a396187789af1f0f91bf86910c (patch)
tree268e291ba54b43e6cd39886529ab2887d2a4feb3 /dev-vcs/statsvn
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-71534b97f3e7f5a396187789af1f0f91bf86910c.tar.gz
gentoo-2-71534b97f3e7f5a396187789af1f0f91bf86910c.tar.bz2
gentoo-2-71534b97f3e7f5a396187789af1f0f91bf86910c.zip
NM: Cleanup superseded ebuilds.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-vcs/statsvn')
-rw-r--r--dev-vcs/statsvn/ChangeLog9
-rw-r--r--dev-vcs/statsvn/files/statsvn-0.4.1-fixstatcvsusage.patch12
-rw-r--r--dev-vcs/statsvn/statsvn-0.4.1.ebuild75
3 files changed, 6 insertions, 90 deletions
diff --git a/dev-vcs/statsvn/ChangeLog b/dev-vcs/statsvn/ChangeLog
index e09b726fc3f2..b0e6ec70addd 100644
--- a/dev-vcs/statsvn/ChangeLog
+++ b/dev-vcs/statsvn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/statsvn
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/statsvn/ChangeLog,v 1.3 2010/06/22 18:51:00 arfrever Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/statsvn/ChangeLog,v 1.4 2014/06/18 19:26:59 mrueg Exp $
+
+ 18 Jun 2014; Manuel Rüger <mrueg@gentoo.org>
+ -files/statsvn-0.4.1-fixstatcvsusage.patch, -statsvn-0.4.1.ebuild:
+ NM: Cleanup superseded ebuilds.
22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
statsvn-0.4.1.ebuild, statsvn-0.5.0.ebuild:
@@ -36,4 +40,3 @@
+files/statsvn-0.4.1-fixstatcvsusage.patch, +metadata.xml,
+statsvn-0.4.1.ebuild:
Initial version. Fixes bug #156048.
-
diff --git a/dev-vcs/statsvn/files/statsvn-0.4.1-fixstatcvsusage.patch b/dev-vcs/statsvn/files/statsvn-0.4.1-fixstatcvsusage.patch
deleted file mode 100644
index 4bccd1d089b7..000000000000
--- a/dev-vcs/statsvn/files/statsvn-0.4.1-fixstatcvsusage.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur statsvn-0.4.1/src/net/sf/statsvn/Main.java statsvn-0.4.1_patched/src/net/sf/statsvn/Main.java
---- statsvn-0.4.1/src/net/sf/statsvn/Main.java 2008-09-19 07:19:16.000000000 +0300
-+++ statsvn-0.4.1_patched/src/net/sf/statsvn/Main.java 2008-09-19 07:19:42.000000000 +0300
-@@ -295,7 +295,7 @@
- System.setProperty("java.awt.headless", "true");
-
- final ReportConfig config = new ReportConfig(content, ConfigurationOptions.getProjectName(), ConfigurationOptions.getOutputDir(), ConfigurationOptions
-- .getMarkupSyntax(), ConfigurationOptions.getCssHandler(), ConfigurationOptions.getCharSet());
-+ .getMarkupSyntax(), ConfigurationOptions.getCssHandler());
- config.setWebRepository(ConfigurationOptions.getWebRepository());
- config.setWebBugtracker(ConfigurationOptions.getWebBugtracker());
- config.setNonDeveloperLogins(ConfigurationOptions.getNonDeveloperLogins());
diff --git a/dev-vcs/statsvn/statsvn-0.4.1.ebuild b/dev-vcs/statsvn/statsvn-0.4.1.ebuild
deleted file mode 100644
index dd79a93923c8..000000000000
--- a/dev-vcs/statsvn/statsvn-0.4.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/statsvn/statsvn-0.4.1.ebuild,v 1.2 2010/06/22 18:51:00 arfrever Exp $
-
-EAPI=1
-JAVA_PKG_IUSE="doc source test"
-
-inherit eutils java-pkg-2 java-ant-2
-
-DESCRIPTION="StatSVN generates HTML reports from SVN repository logs."
-HOMEPAGE="http://www.statsvn.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-source.zip"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="
- >=dev-vcs/statcvs-0.3:0
- >=dev-java/backport-util-concurrent-3.0:0"
-
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip
- test?
- (
- dev-java/junit:0
- dev-java/jfreechart:1.0
- dev-java/jcommon:1.0
- )
- ${COMMON_DEPEND}"
-
-RDEPEND=">=virtual/jre-1.4
- >=dev-vcs/subversion-1.3.0
- dev-java/xerces:2
- ${COMMON_DEPEND}"
-
-EANT_GENTOO_CLASSPATH="statcvs,backport-util-concurrent"
-EANT_BUILD_TARGET="dist"
-JAVA_ANT_CLASSPATH_TAGS="javac java javadoc"
-JAVA_ANT_REWRITE_CLASSPATH="true"
-
-src_unpack() {
- unpack ${A}
- cd "${S}" || die
- einfo "Removing bundled jars."
- find . -name "*.jar" -print -delete
- rm -r "${S}"/bin/*
- epatch "${FILESDIR}"/${P}-build.xml.patch
- epatch "${FILESDIR}"/${P}-fixstatcvsusage.patch
-}
-
-src_test() {
- ewarn "Note that the tests require you to be online."
- eant -Dgentoo.classpath=$(java-pkg_getjars statcvs,backport-util-concurrent):$(java-pkg_getjars --build-only junit,jfreechart-1.0,jcommon-1.0) test
-}
-
-src_install() {
- java-pkg_dojar dist/${PN}.jar
-
- # jfreechart pulls in gnu-jaxp which doesn't work for statsvn so we need
- # to force another SAXParserFactory and DocumentBuilderFactory
- java-pkg_register-dependency xerces-2
- java-pkg_dolauncher statsvn --main net.sf.statsvn.Main \
- --java_args '-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl'
-
- use doc && java-pkg_dojavadoc doc
- use source && java-pkg_dosrc src/*
-}
-
-pkg_postinst() {
- elog "For instractions on how to use StatSVN see"
- elog "http://svn.statsvn.org/statsvnwiki/index.php/Main_Page"
- elog "You need to regenerate statistics"
- elog "if you update dev-java/jtreemap"
-}