summaryrefslogtreecommitdiffstats
path: root/gnome/evolution-webcal
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-10 16:08:07 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-10 16:08:07 +0100
commitc0f1c161cd53f60f384ec577198c7075ae00e35d (patch)
tree567a5557c6c06cf37ef7cbad69fddc1873c7becc /gnome/evolution-webcal
parent4fa5eef42be4ae01f4e88a0426e2e041696ef5b1 (diff)
downloadnutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.gz
nutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.bz2
nutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.xz
nutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.zip
gnome, suppression des ports
Diffstat (limited to 'gnome/evolution-webcal')
-rw-r--r--gnome/evolution-webcal/.footprint.i68612
-rw-r--r--gnome/evolution-webcal/.footprint.x86_6412
-rw-r--r--gnome/evolution-webcal/.md5sum.i6861
-rw-r--r--gnome/evolution-webcal/.md5sum.x86_641
-rwxr-xr-xgnome/evolution-webcal/Pkgfile20
-rwxr-xr-xgnome/evolution-webcal/post-install20
6 files changed, 0 insertions, 66 deletions
diff --git a/gnome/evolution-webcal/.footprint.i686 b/gnome/evolution-webcal/.footprint.i686
deleted file mode 100644
index cacc9db85..000000000
--- a/gnome/evolution-webcal/.footprint.i686
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/gconf/
-drwxr-xr-x root/root etc/gconf/schemas/
--rw-r--r-- root/root etc/gconf/schemas/evolution-webcal.schemas
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
--rwxr-xr-x root/root usr/lib/evolution-webcal
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/evolution-webcal.mo
diff --git a/gnome/evolution-webcal/.footprint.x86_64 b/gnome/evolution-webcal/.footprint.x86_64
deleted file mode 100644
index cacc9db85..000000000
--- a/gnome/evolution-webcal/.footprint.x86_64
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/gconf/
-drwxr-xr-x root/root etc/gconf/schemas/
--rw-r--r-- root/root etc/gconf/schemas/evolution-webcal.schemas
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
--rwxr-xr-x root/root usr/lib/evolution-webcal
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/evolution-webcal.mo
diff --git a/gnome/evolution-webcal/.md5sum.i686 b/gnome/evolution-webcal/.md5sum.i686
deleted file mode 100644
index 5e08c2f07..000000000
--- a/gnome/evolution-webcal/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-7b506d06c56b579977d4ebc56463ff23 evolution-webcal-2.28.0.tar.bz2
diff --git a/gnome/evolution-webcal/.md5sum.x86_64 b/gnome/evolution-webcal/.md5sum.x86_64
deleted file mode 100644
index 5e08c2f07..000000000
--- a/gnome/evolution-webcal/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-7b506d06c56b579977d4ebc56463ff23 evolution-webcal-2.28.0.tar.bz2
diff --git a/gnome/evolution-webcal/Pkgfile b/gnome/evolution-webcal/Pkgfile
deleted file mode 100755
index d3106e319..000000000
--- a/gnome/evolution-webcal/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Plugin pour la messagerie electronique de gnome evolution
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: gtkhtml, evolution
-# Run on: gtkhtml,evolution
-
-name=evolution-webcal
-version=2.28.0
-release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
-build() {
- cd $name-$version
- ./configure --prefix=$GNOME_PREFIX \
- --sysconfdir=/etc \
- --libexecdir=$GNOME_PREFIX/lib
-
- make
- make DESTDIR=$PKG install
-
-}
diff --git a/gnome/evolution-webcal/post-install b/gnome/evolution-webcal/post-install
deleted file mode 100755
index c35ba0844..000000000
--- a/gnome/evolution-webcal/post-install
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-port=evolution-webcal
-
-# gconf schemas
-SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`"
-
-for SCHEMA in $SCHEMAS
-do
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
-done
-
-# reload gconf caches
-if [ ! -z "`pidof gconfd-2`" ]
-then
- killall -HUP gconfd-2 > /dev/null
-fi
-
-# End of file