Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=a606024cd89c6454cd9b4f123e96cac80c90dbec
commit a606024cd89c6454cd9b4f123e96cac80c90dbec Author: James Buren <[email protected]> Date: Sat Jun 9 01:38:00 2012 -0500 ivman-0.6.14-1-x86_64 * remove package diff --git a/source/x11-extra/ivman/00-ivman-0.6.5-config.patch b/source/x11-extra/ivman/00-ivman-0.6.5-config.patch deleted file mode 100644 index 915d328..0000000 --- a/source/x11-extra/ivman/00-ivman-0.6.5-config.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -Naur ivman-0.6.5-orig/src/IvmConfig/IvmConfigBase.xml ivman-0.6.5/src/IvmConfig/IvmConfigBase.xml ---- ivman-0.6.5-orig/src/IvmConfig/IvmConfigBase.xml 2005-11-06 02:23:40.000000000 +0100 -+++ ivman-0.6.5/src/IvmConfig/IvmConfigBase.xml 2005-11-14 18:38:41.000000000 +0100 -@@ -7,7 +7,7 @@ - - <!-- Whether or not to give debugging output. Warning, this is very - verbose! --> -- <ivm:Option name="debug" value="true" /> -+ <ivm:Option name="debug" value="false" /> - - <!-- whether or not system-wide ivman should sleep a little while before - mounting volumes. Default: true. --> -@@ -21,10 +21,10 @@ - - <!-- user for Ivman to run as. You can then setup sudo rules for this - user. --> -- <ivm:Option name="user" value="ivman" /> -+ <ivm:Option name="user" value="daemon" /> - - <!-- group for Ivman to run as. Should have permissions to run 'pmount'. --> -- <ivm:Option name="group" value="plugdev" /> -+ <ivm:Option name="group" value="daemon" /> - - <!-- mount command. default is autodetected. Must be specified with - umountcommand. --> diff --git a/source/x11-extra/ivman/01-ivman-volumemountpointfix.patch b/source/x11-extra/ivman/01-ivman-volumemountpointfix.patch deleted file mode 100644 index d688170..0000000 --- a/source/x11-extra/ivman/01-ivman-volumemountpointfix.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -Naur ivman-0.6.13.orig/src/manager.c ivman-0.6.13/src/manager.c ---- ivman-0.6.13.orig/src/manager.c 2006-12-02 01:30:15.000000000 +0100 -+++ ivman-0.6.13/src/manager.c 2007-01-03 09:31:40.000000000 +0100 -@@ -1042,19 +1042,24 @@ - "volume.mount_point", - NULL); - -- while (( !mount_point || (strlen(mount_point) < 2) ) -+ while (( !mount_point || (strlen(mount_point) < 1) ) - && (i < 5)) - { - sleep(1); - mount_point = (char *) - libhal_device_get_property_string(hal_ctx, udi, -- " volume.mount_point ", -+ "volume.mount_point ", - NULL); -+ if( dbus_error_is_set(&dbus_error) ) -+ { -+ ivm_check_dbus_error(&dbus_error); -+ break; -+ } - i++; - } - - -- if ( !mount_point || strlen(mount_point) < 2) -+ if ( !mount_point || strlen(mount_point) < 1) - { - DEBUG(_("Couldn't get mount point of device %s after " - "5 seconds\n"), device); diff --git a/source/x11-extra/ivman/FrugalBuild b/source/x11-extra/ivman/FrugalBuild deleted file mode 100644 index 5b88467..0000000 --- a/source/x11-extra/ivman/FrugalBuild +++ /dev/null @@ -1,35 +0,0 @@ -# Compiling time: 0.08 SBU -# Maintainer: CSÉCSY László <[email protected]> - -pkgname=ivman -pkgver=0.6.14 -pkgrel=1 -pkgdesc="A daemon to automount removable medias" -backup=('etc/ivman/IvmConfigActions.xml' \ - 'etc/ivman/IvmConfigConditions.xml' \ - 'etc/ivman/IvmConfigProperties.xml') -depends=('libxml2' 'pmount' 'hal>=0.5.7.1-3' 'dbus-glib>=0.71-2') -groups=('x11-extra') -archs=('i686' 'x86_64') -_F_sourceforge_ext=".tar.bz2" -Finclude sourceforge -source=($source \ - 00-$pkgname-0.6.5-config.patch rc.ivman rc.ivman-{de,hu}.po \ - 01-ivman-volumemountpointfix.patch) - -build() -{ - Fbuild - Fmkdir /media - Frcd2 - Fdoc README.Frugalware -} - -# optimization OK - -sha1sums=('7b0c72cd25de8afcd2a9ab70ed9254c9d00175e1'\ - '956e768a9f788fdc3e2bc2a1031e673b432d042b'\ - 'dcae4efb47206cc9ef455b49c7108dfdbf68dc0d'\ - '640459e9ce8f63e3337bd254c86584427bbc2617'\ - '0b7c927ad64d77d00d0247f7f8289b587f1f7d3e'\ - '53e2b7aa34215da3594be8029a9bd36d861c49ca') diff --git a/source/x11-extra/ivman/ivman.install b/source/x11-extra/ivman/ivman.install deleted file mode 100644 index 423c00e..0000000 --- a/source/x11-extra/ivman/ivman.install +++ /dev/null @@ -1,16 +0,0 @@ -post_install() -{ - /usr/sbin/chkconfig --add rc.ivman -} - -pre_remove() -{ - /usr/sbin/chkconfig --del rc.ivman -} - -op=$1 -shift - -$op $* - -# vim: ft=sh diff --git a/source/x11-extra/ivman/rc.ivman b/source/x11-extra/ivman/rc.ivman deleted file mode 100644 index 65f8c40..0000000 --- a/source/x11-extra/ivman/rc.ivman +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/bash - -# (c) 2005 Marcus Habermehl <[email protected]> -# (c) 2005 Laszlo Dvornik <[email protected]> -# rc.ivman for Frugalware -# distributed under GPL License - -# chkconfig: 2345 99 01 -# description: This is a daemon to automount removable medias. - -source /lib/initscripts/functions -TEXTDOMAIN=ivman -TEXTDOMAINDIR=/lib/initscripts/messages - -actions=(restart start status stop) -daemon=$"ivman daemon" - -pid="pidof ivman 2> /dev/null" - -rc_start() -{ - start_msg - if [[ "$(eval ${pid})" == "" ]] ; then - /usr/bin/ivman -s - ok $? - else - ok 999 - fi -} - -rc_stop() -{ - stop_msg - if [[ "$(eval ${pid})" != "" ]] ; then - killall ivman - ok $? - else - ok 999 - fi -} - -rc_exec $1 - -# vim: ft=sh diff --git a/source/x11-extra/ivman/rc.ivman-de.po b/source/x11-extra/ivman/rc.ivman-de.po deleted file mode 100644 index b8832ac..0000000 --- a/source/x11-extra/ivman/rc.ivman-de.po +++ /dev/null @@ -1,21 +0,0 @@ -# rc.ivman. -# Copyright (C) 2005 THE rc.ivman'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.ivman package. -# Marcus Habermehl <[email protected]>, 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: rc.ivman\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-16 09:47+0100\n" -"PO-Revision-Date: 2005-11-16 09:49+0100\n" -"Last-Translator: Marcus Habermehl <[email protected]>\n" -"Language-Team: German <[email protected]>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: rc.ivman:15 -msgid "ivman daemon" -msgstr "ivman Daemon" diff --git a/source/x11-extra/ivman/rc.ivman-hu.po b/source/x11-extra/ivman/rc.ivman-hu.po deleted file mode 100644 index b199905..0000000 --- a/source/x11-extra/ivman/rc.ivman-hu.po +++ /dev/null @@ -1,21 +0,0 @@ -# rc.ivman. -# Copyright (C) 2005 THE rc.ivman'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.ivman package. -# Marcus Habermehl <[email protected]>, 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: rc.ivman\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-16 09:47+0100\n" -"PO-Revision-Date: 2005-11-16 09:48+0100\n" -"Last-Translator: Marcus Habermehl <[email protected]>\n" -"Language-Team: Hungarian <[email protected]>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: rc.ivman:15 -msgid "ivman daemon" -msgstr "ivman démon" diff --git a/source/x11-extra/ivman/rc.ivman.pot b/source/x11-extra/ivman/rc.ivman.pot deleted file mode 100644 index 94578fd..0000000 --- a/source/x11-extra/ivman/rc.ivman.pot +++ /dev/null @@ -1,21 +0,0 @@ -# rc.ivman. -# Copyright (C) YEAR THE rc.ivman'S COPYRIGHT HOLDER -# This file is distributed under the same license as the rc.ivman package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: rc.ivman\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-16 09:47+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <[email protected]>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: rc.ivman:15 -msgid "ivman daemon" -msgstr ""
_______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
