Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=352a0abd51293eea0d575e90a83caa56c440707c

commit 352a0abd51293eea0d575e90a83caa56c440707c
Author: James Buren <[email protected]>
Date:   Sun Aug 19 22:06:46 2012 -0500

udev-182-1-x86_64
* remove package

diff --git a/source/base/udev/65-permissions.rules 
b/source/base/udev/65-permissions.rules
deleted file mode 100644
index eae7580..0000000
--- a/source/base/udev/65-permissions.rules
+++ /dev/null
@@ -1,13 +0,0 @@
-# permissions for CD devices
-ENV{ID_CDROM}=="?*", GROUP="cdrom", MODE="660"
-
-# sound devices (sound=alsa, snd=oss)
-SUBSYSTEM=="sound|snd", GROUP="audio"
-
-# allow camera group to write (and not just read) usb devices, #3539
-SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="664"
-
-
-# permissions for IDE CD devices
-SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTR{removable}=="1", 
ATTRS{media}=="cdrom*", GROUP="cdrom"
-
diff --git a/source/base/udev/FrugalBuild b/source/base/udev/FrugalBuild
deleted file mode 100644
index 8af8d29..0000000
--- a/source/base/udev/FrugalBuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Compiling Time: 0.10 SBU
-# Maintainer: James Buren <[email protected]>
-
-pkgname=udev
-pkgver=182
-pkgrel=1
-pkgdesc="A userspace implementation of devfs"
-url="http://www.kernel.org/pub/linux/utils/kernel/hotplug";
-backup=(etc/sysconfig/blacklist)
-depends=('kmod>=7' 'pciutils')
-rodepends=('chkconfig>=1.3.30c-2' 'coreutils>=6.12-2' 'grep>=2.5.3-4' 'shadow')
-makedepends=('gperf' 'usbutils' 'gobject-introspection')
-groups=('base' 'core')
-archs=('i686' 'x86_64' 'arm')
-up2date="Flasttar $url"
-options=('force')
-source=($url/$pkgname-$pkgver.tar.xz blacklist README.Frugalware)
-sha1sums=('ad226ca222ada889621aae9bdb50fb6e90e77fd9' \
-          '4657cbad76a3d5c8aade4dba166b3f8704c7b07f' \
-          'ce5ba4e6bb049b23d42270facaa4516af8cbe7ae')
-
-subpkgs=('libgudev')
-subdescs=('Libraries for adding libudev support to applications that use 
glib.')
-subrodepends=("udev=$pkgver")
-subgroups=('lib')
-subarchs=('i686 x86_64 arm')
-suboptions=('force')
-
-# If you update this package, you MUST test it carefully, please do a
-# reboot on the test machine and see if you get no error message on
-# startup + the box still boots up fine!
-
-build()
-{
-       Fpatchall
-       Fconf --libexecdir=/lib --with-rootlibdir=/lib --with-rootprefix= \
-               --sbindir=/sbin --with-systemdsystemunitdir=/lib/systemd/system
-       make V=1 || return 1
-       Fmakeinstall
-       Fmkdir /lib/udev/devices
-       #mkdir -p rules/frugalware
-       #cp $Fsrcdir/*.rules rules/frugalware
-       # we don't have these archs
-       #rm rules/arch/40-{s390,ia64}.rules
-       #[ "$CARCH" != "ppc" ] && rm rules/arch/40-ppc.rules
-       # remove dir if it's empty
-       rmdir rules/arch 2>/dev/null
-       #for i in arch frugalware
-       for i in arch
-       do
-               [ -d $i ] && Ffilerel rules/$i/* /lib/udev/rules.d/
-       done
-       Ffile /etc/sysconfig/blacklist
-       Fmkdir /etc/modprobe.d /dev
-       Fln /etc/sysconfig/blacklist /etc/modprobe.d/blacklist.conf
-       Fdoc README.Frugalware
-
-       # split libgudev
-       Fsplit libgudev 
usr/{include/,lib/lib,lib/pkgconfig/,share/gtk-doc/html/}gudev\* lib/libgudev\* 
usr/{lib/girepository-\*,share/gir-\*}
-}
-
-# optimization ok
diff --git a/source/base/udev/README.Frugalware 
b/source/base/udev/README.Frugalware
deleted file mode 100644
index 3916d26..0000000
--- a/source/base/udev/README.Frugalware
+++ /dev/null
@@ -1,2 +0,0 @@
-`/lib/udev/devices` is the directory where packages or you can place
-real device nodes, which get copied over to `/dev` at every boot.
diff --git a/source/base/udev/blacklist b/source/base/udev/blacklist
deleted file mode 100644
index 11ecf22..0000000
--- a/source/base/udev/blacklist
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Listing a module here prevents the hotplug scripts from loading it.
-# Usually that'd be so that some other driver will bind it instead,
-# no matter which driver happens to get probed first.  Sometimes user
-# mode tools can also control driver binding.
-#
-# Syntax: see modprobe.conf(5), basically:
-#
-# blacklist foo
-# blacklist bar
diff --git a/source/base/udev/udev.install b/source/base/udev/udev.install
deleted file mode 100644
index 62b42437..0000000
--- a/source/base/udev/udev.install
+++ /dev/null
@@ -1,25 +0,0 @@
-pre_upgrade()
-{
-       /bin/systemctl stop udev.socket udev.service >/dev/null 2>&1 || :
-}
-
-pre_remove()
-{
-       pre_upgrade
-}
-
-post_upgrade()
-{
-       /bin/systemctl daemon-reload >/dev/null 2>&1 || :
-       /bin/systemctl start udev.service >/dev/null 2>&1 || :
-}
-
-post_install()
-{
-       post_upgrade
-}
-
-op=$1
-shift
-
-$op $*
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to