Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e5e79eaf84c72da2cf56ee5e0bc7ff57a06b46d5

commit e5e79eaf84c72da2cf56ee5e0bc7ff57a06b46d5
Author: crazy <[email protected]>
Date:   Sun May 29 01:26:15 2016 +0200

jcommon-1.0.18-1-x86_64 - removed - repo cleanup

diff --git a/source/devel-extra/jcommon/FrugalBuild 
b/source/devel-extra/jcommon/FrugalBuild
deleted file mode 100644
index 68306fd..0000000
--- a/source/devel-extra/jcommon/FrugalBuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Compiling Time: 0.15 SBU
-# Maintainer: bouleetbil <[email protected]>
-
-pkgname=jcommon
-pkgver=1.0.18
-pkgrel=1
-pkgdesc="JCommon is a collection of useful classes used by JFreeChart, 
JFreeReport and other projects."
-_F_sourceforge_realname="3. JCommon"
-_F_sourceforge_dirname="jfreechart"
-Finclude sourceforge openjava
-depends=(${depends[@]} 'junit')
-groups=('devel-extra')
-archs=('i686' 'x86_64')
-url="http://www.jfree.org/jcommon/index.php";
-source=($source build.xml)
-sha1sums=('0d0c40f8839c596827fa89f5852f19ee312ec378' \
-          'a78c1bda83c9fd11215a15b3089cb7550d208ae9')
-
-build() {
-       Fcd
-       Fjavacleanup
-       cp $Fsrcdir/build.xml build.xml || Fdie
-       antflags="-Dproject.name=${pkgname} jar"
-       Fant ${antflags}
-       #install
-       Fjar dist/${pkgname}.jar
-}
diff --git a/source/devel-extra/jcommon/build.xml 
b/source/devel-extra/jcommon/build.xml
deleted file mode 100644
index 779aebf..0000000
--- a/source/devel-extra/jcommon/build.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!---
-   notes: Call using the following: Fant -Dpackage.name=${package name}
--->
-<project name="Frugalware" default="jar" basedir=".">
-   <property name="src" value="source"/>
-   <property name="build" value="build"/>
-   <property name="dist" value="dist"/>
-
-   <property name="pkg" value="${package.name}"/>
-   <property name="jar" value="${project.name}.jar"/>
-
-   <!-- Override any defined properties -->
-   <property file="build.properties"/>
-
-   <target name="init">
-      <tstamp/>
-      <mkdir dir="${build}"/>
-      <mkdir dir="${dist}"/>
-      <mkdir dir="${dist}/doc"/>
-   </target>
-
-   <target name="compile" depends="init">
-      <javac srcdir="${src}" destdir="${build}" classpath="${classpath}"/>
-   </target>
-
-   <target name="manifest" depends="init">
-      <manifest file="${build}/MANIFEST.MF" mode="update">
-         <attribute name="Built-By" value="Frugalware"/>
-      </manifest>
-   </target>
-
-   <target name="jar" depends="compile,manifest">
-      <jar jarfile="${dist}/${jar}" manifest="${build}/MANIFEST.MF">
-         <fileset dir="${build}"/>
-      </jar>
-   </target>
-
-   <target name="javadoc" depends="compile">
-      <javadoc sourcepath="${src}" destdir="${dist}/doc" 
packagenames="${pkg}"/>
-   </target>
-
-   <target name="clean">
-      <delete dir="${build}"/>
-      <delete dir="${dist}"/>
-   </target>
-</project>
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to