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

commit 705e8b74485eedb7be472851cff6191dce15d64a
Author: James Buren <r...@frugalware.org>
Date:   Wed Jun 13 07:36:00 2012 -0500

piespy-0.4.0-2-x86_64
* remove package

diff --git a/source/network-extra/piespy/FrugalBuild 
b/source/network-extra/piespy/FrugalBuild
deleted file mode 100644
index 065f753..0000000
--- a/source/network-extra/piespy/FrugalBuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Compiling Time: 0.01 SBU
-# Maintainer: kikadf <kikadf...@gmail.com>
-# Contributor: BMH1980 <bmh1...@frugalware.org>
-
-pkgname=piespy
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="Inferring and Visualizing Social Networks on IRC"
-url="http://www.jibble.org/piespy/";
-license="GPL"
-up2date="lynx -dump $url | grep -m1 -o 'PieSpy-[0-9\.]\+.zip' | cut -d - -f 2 
| sed 's|.zip||'"
-source=(http://www.jibble.org/files/PieSpy-$pkgver.zip $pkgname.conf \
-       rc.$pkgname)
-sha1sums=('159630e9be31b3d0d7b10a244ed8ee4c7d88efc5' \
-          'f8c833ab4c4478dc4c6fdc38b0c131bbcac09e8e' \
-          '3689d4678c7764432926a7d340502e67dfefd70a')
-groups=('network-extra')
-archs=('i686' 'x86_64')
-depends=('j2re')
-backup=(etc/piespy.conf)
-
-build()
-{
-       # Installation
-       Fmkdir /usr/lib/$pkgname/{lib,org/jibble/socnet}
-       Fmkdir /var/lib/piespy/images
-       Ffile /etc/$pkgname.conf
-       Fexe /usr/lib/$pkgname/run.sh
-       sed -i "s|^java|`which java`|" $Fdestdir/usr/lib/$pkgname/run.sh
-       sed -i "s|./config.ini|/etc/$pkgname.conf|" 
$Fdestdir/usr/lib/$pkgname/run.sh
-       Ffile lib/pircbot.jar /usr/lib/$pkgname/lib/pircbot.jar
-       Ffile org/jibble/socnet/*.{java,class} 
/usr/lib/$pkgname/org/jibble/socnet/
-       Frcd2
-}
-
diff --git a/source/network-extra/piespy/piespy.conf 
b/source/network-extra/piespy/piespy.conf
deleted file mode 100644
index 6dcf995..0000000
--- a/source/network-extra/piespy/piespy.conf
+++ /dev/null
@@ -1,76 +0,0 @@
-# Configuration File
-#
-# PieSpy Social Networking Bot
-# http://www.jibble.org/piespy/
-# Copyright Paul Mutton
-
-
-# Server Settings:
-
-Nick = social
-Server = irc.freenode.net
-ServerPassword =
-Port = 6667
-ChannelSet = #piespy
-
-
-# Image creation settings:
-
-OutputWidth = 570
-OutputHeight = 300
-OutputDirectory = /var/lib/piespy/images/
-CreateCurrent = true
-CreateArchive = false
-CreateRestorePoints = false
-
-
-# Color settings:
-# Note: These settings (and some others) are cached in the restore.dat files,
-# so you must delete your restore.dat files for these changes to take effect.
-
-BackgroundColor = #ffffff
-ChannelColor = #ffffff
-LabelColor = #000000
-TitleColor = #ffffff
-NodeColor = #ffff00
-EdgeColor = #6666FF
-BorderColor = #ffffff
-
-
-# Administrator settings:
-
-Password = secret
-
-
-# Ignore set settings:
-
-IgnoreSet = PieSpy
-
-
-# Advanced Settings:
-# DO NOT CHANGE THESE UNLESS YOU KNOW WHAT THEY MEAN.
-# THE WORLD MAY END IF YOU GET SOMETHING WRONG HERE.
-
-TemporalDecayAmount = 0.02
-SpringEmbedderIterations = 1000
-K = 2
-C = 0.01
-MaxRepulsiveForceDistance = 6
-MaxNodeMovement = 0.5
-MinDiagramSize = 10
-BorderSize = 50
-NodeRadius = 5
-EdgeThreshold = 0
-ShowEdges = true
-Verbose = true
-Encoding = UTF-8
-
-
-# Heuristic Weightings:
-# BREAK AT YOUR OWN RISK.
-# These values are cached in each restore.dat file.
-
-org.jibble.socnet.AdjacencyInferenceHeuristic = 0
-org.jibble.socnet.BinarySequenceInferenceHeuristic = 1
-org.jibble.socnet.DirectAddressingInferenceHeuristic = 1
-org.jibble.socnet.IndirectAddressingInferenceHeuristic = 0.3
diff --git a/source/network-extra/piespy/piespy.install 
b/source/network-extra/piespy/piespy.install
deleted file mode 100644
index fd54fee..0000000
--- a/source/network-extra/piespy/piespy.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install()
-{
-       /usr/sbin/chkconfig --add rc.piespy
-}
-
-pre_remove()
-{
-       /usr/sbin/chkconfig --del rc.piespy
-}
-
-op=$1
-shift
-
-$op $*
-
-# vim: ft=sh
diff --git a/source/network-extra/piespy/rc.piespy 
b/source/network-extra/piespy/rc.piespy
deleted file mode 100644
index 1427355..0000000
--- a/source/network-extra/piespy/rc.piespy
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/bash
-
-# (c) 2009 Priyank Gosalia <priyan...@gmail.com>
-# rc.piespy for Frugalware
-# distributed under GPL License
-
-# chkconfig: 2345 99 01
-# description: Starting the PieSpy Social Network Bot
-
-source /lib/initscripts/functions
-
-actions=(start stop restart status)
-daemon=$"PieSpy"
-
-pid="ps -ef | grep 'java.*SocialNetworkBot' | grep -v grep | tr -s ' ' | cut 
-f2 -d ' '"
-
-rc_start()
-{
-       start_msg
-       if [ -z "$(eval $pid)" ]; then
-               cd /usr/lib/piespy && sh run.sh 2>&1 >> /var/log/piespy.log &
-               ok $?
-       else
-               ok 999
-       fi
-}
-
-rc_stop()
-{
-       stop_msg
-       if [ -n "$(eval $pid)" ]; then
-               kill $(eval $pid)
-               ok $?
-       else
-               ok 999
-       fi
-}
-
-rc_exec $1
-
-
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to