diff options
author | rene <rene@FreeBSD.org> | 2012-08-26 17:41:50 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-08-26 17:41:50 +0800 |
commit | 614d2ec55501fd5f26675079a4c11265dab50136 (patch) | |
tree | e39d17cbcc84635f94e1c6e360a3aae7da9e220c /x11-wm | |
parent | 15887076a01a304d862102c5b0caa08bb2e5d9c9 (diff) | |
download | freebsd-ports-gnome-614d2ec55501fd5f26675079a4c11265dab50136.tar.gz freebsd-ports-gnome-614d2ec55501fd5f26675079a4c11265dab50136.tar.zst freebsd-ports-gnome-614d2ec55501fd5f26675079a4c11265dab50136.zip |
Remove some expired ports:
2012-06-30 databases/php5-rrdtool: deprecated via upstream please use databases/pecl-rrd.
2012-07-31 graphics/evas-engine-xrender: Deprecated by enlightenment.org
2012-07-31 graphics/evas-loader-edb: Deprecated by enlightenment.org
2012-03-27 www/linux-f10-flashplugin10: has vulnerabilities and is EOL
2012-07-31 x11-wm/e17-module-efm_nav: Deprecated by enlightenment.org
2012-07-31 x11-wm/e17-module-efm_path: Deprecated by enlightenment.org
2012-07-31 x11-wm/e17-module-efm_pathbar: Deprecated by enlightenment.org
2012-07-31 x11-wm/e17-module-notification: Merged into x11-wm/enlightenment
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/e17-module-efm_nav/Makefile | 41 | ||||
-rw-r--r-- | x11-wm/e17-module-efm_nav/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/e17-module-efm_nav/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/e17-module-efm_nav/pkg-plist | 92 | ||||
-rw-r--r-- | x11-wm/e17-module-efm_path/Makefile | 41 | ||||
-rw-r--r-- | x11-wm/e17-module-efm_path/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/e17-module-efm_path/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/e17-module-efm_path/pkg-plist | 86 | ||||
-rw-r--r-- | x11-wm/e17-module-efm_pathbar/Makefile | 41 | ||||
-rw-r--r-- | x11-wm/e17-module-efm_pathbar/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/e17-module-efm_pathbar/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/e17-module-efm_pathbar/pkg-plist | 77 | ||||
-rw-r--r-- | x11-wm/e17-module-notification/Makefile | 41 | ||||
-rw-r--r-- | x11-wm/e17-module-notification/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/e17-module-notification/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/e17-module-notification/pkg-plist | 89 |
17 files changed, 0 insertions, 532 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 77db86931fdf..6ceaba01356e 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -42,9 +42,6 @@ SUBDIR += e17-module-diskio SUBDIR += e17-module-drawer SUBDIR += e17-module-e-tiling - SUBDIR += e17-module-efm_nav - SUBDIR += e17-module-efm_path - SUBDIR += e17-module-efm_pathbar SUBDIR += e17-module-elfe SUBDIR += e17-module-empris SUBDIR += e17-module-engage @@ -69,7 +66,6 @@ SUBDIR += e17-module-mpdule SUBDIR += e17-module-net SUBDIR += e17-module-news - SUBDIR += e17-module-notification SUBDIR += e17-module-penguins SUBDIR += e17-module-photo SUBDIR += e17-module-places diff --git a/x11-wm/e17-module-efm_nav/Makefile b/x11-wm/e17-module-efm_nav/Makefile deleted file mode 100644 index 07c3d0fbd0c4..000000000000 --- a/x11-wm/e17-module-efm_nav/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: e17-module-efm_nav -# Date created: 07 January 2010 -# Whom: Grzegorz Blach <magik@roorback.net> -# -# $FreeBSD$ -# - -PORTNAME= efm_nav -PORTVERSION= 20110129 -PORTREVISION= 1 -CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ -PKGNAMEPREFIX= e17-module- - -MAINTAINER= magik@roorback.net -COMMENT= An e17 module that allows a user to navigate through the filesystem - -BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment -RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment - -BROKEN= does not build with x11-wm/enlightenment 0.16.999.65643 or newer -DEPRECATED= Deprecated by enlightenment.org -EXPIRATION_DATE= 2012-07-31 - -DIST_SUBDIR= e17 -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig -USE_EFL= edje libtool_hack modarch_hack - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.mk> diff --git a/x11-wm/e17-module-efm_nav/distinfo b/x11-wm/e17-module-efm_nav/distinfo deleted file mode 100644 index 130d7aa159aa..000000000000 --- a/x11-wm/e17-module-efm_nav/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (e17/efm_nav-20110129.tar.bz2) = dc6ec9e936e73e3b3d5e2e53cea79955a663455b40f12f94bf96336811991c3f -SIZE (e17/efm_nav-20110129.tar.bz2) = 490473 diff --git a/x11-wm/e17-module-efm_nav/pkg-descr b/x11-wm/e17-module-efm_nav/pkg-descr deleted file mode 100644 index 4a8025022ef1..000000000000 --- a/x11-wm/e17-module-efm_nav/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A module that allows a user to navigate through the filesystem. - -WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-efm_nav/pkg-plist b/x11-wm/e17-module-efm_nav/pkg-plist deleted file mode 100644 index fcf1c510dc09..000000000000 --- a/x11-wm/e17-module-efm_nav/pkg-plist +++ /dev/null @@ -1,92 +0,0 @@ -lib/enlightenment/modules/efm_nav/module.desktop -lib/enlightenment/modules/efm_nav/e-module-efm_nav.edj -lib/enlightenment/modules/efm_nav/%%E17_ARCH%%/module.so -%%NLS%%lib/enlightenment/modules/efm_nav/locale/fr/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/nl/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/cs/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/ar/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/he/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/lt/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/es/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/pl/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/hu/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/nb/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/hr/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/bg/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/zh_CN/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/sk/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/tr/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/da/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/it/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/eo/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/sv/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/fi/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/ko/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/ru/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/pt/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/pt_BR/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/ja/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/de/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/uk/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/el/LC_MESSAGES/efm_nav.mo -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/el/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/el -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/uk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/uk -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/de/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/de -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ja/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ja -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/pt_BR/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/pt_BR -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/pt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/pt -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ru/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ru -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ko/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ko -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/fi/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/fi -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/sv/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/sv -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/eo/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/eo -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/it/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/it -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/da/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/da -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/tr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/tr -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/sk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/sk -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/zh_CN/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/zh_CN -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/bg/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/bg -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/hr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/hr -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/nb/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/nb -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/hu/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/hu -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/pl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/pl -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/es/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/es -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/lt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/lt -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/he/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/he -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ar/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ar -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/cs/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/cs -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/nl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/nl -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/fr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/fr -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale -@dirrm lib/enlightenment/modules/efm_nav/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/efm_nav -@dirrmtry lib/enlightenment/modules -@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-efm_path/Makefile b/x11-wm/e17-module-efm_path/Makefile deleted file mode 100644 index 300e630a4843..000000000000 --- a/x11-wm/e17-module-efm_path/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: e17-module-efm_path -# Date created: 07 January 2010 -# Whom: Grzegorz Blach <magik@roorback.net> -# -# $FreeBSD$ -# - -PORTNAME= efm_path -PORTVERSION= 20110129 -PORTREVISION= 1 -CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ -PKGNAMEPREFIX= e17-module- - -MAINTAINER= magik@roorback.net -COMMENT= An e17 module that allows a user to type a location into the filemanager - -BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment -RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment - -BROKEN= does not build with x11-wm/enlightenment 0.16.999.65643 or newer -DEPRECATED= Deprecated by enlightenment.org -EXPIRATION_DATE= 2012-07-31 - -DIST_SUBDIR= e17 -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig -USE_EFL= edje libtool_hack modarch_hack - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.mk> diff --git a/x11-wm/e17-module-efm_path/distinfo b/x11-wm/e17-module-efm_path/distinfo deleted file mode 100644 index 7ba9494d4a15..000000000000 --- a/x11-wm/e17-module-efm_path/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (e17/efm_path-20110129.tar.bz2) = c9b26cb4c771380b2a0ba18129ff72c421affd8733eedc5bc205a38e10785841 -SIZE (e17/efm_path-20110129.tar.bz2) = 465991 diff --git a/x11-wm/e17-module-efm_path/pkg-descr b/x11-wm/e17-module-efm_path/pkg-descr deleted file mode 100644 index f28d7f0aeb92..000000000000 --- a/x11-wm/e17-module-efm_path/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A module that allows a user to type a location into the filemanager. - -WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-efm_path/pkg-plist b/x11-wm/e17-module-efm_path/pkg-plist deleted file mode 100644 index 19a7b681c1f0..000000000000 --- a/x11-wm/e17-module-efm_path/pkg-plist +++ /dev/null @@ -1,86 +0,0 @@ -lib/enlightenment/modules/efm_path/%%E17_ARCH%%/module.so -lib/enlightenment/modules/efm_path/e-module-efm_path.edj -lib/enlightenment/modules/efm_path/module.desktop -%%NLS%%lib/enlightenment/modules/efm_path/locale/fr/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/nl/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/cs/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/pt/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/pt_BR/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/lt/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/he/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/ar/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/hu/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/pl/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/es/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/bg/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/hr/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/tr/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/sk/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/da/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/it/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/zh_CN/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/eo/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/fi/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/sv/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/ru/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/uk/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/de/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/ja/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/el/LC_MESSAGES/efm_path.mo -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/el/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/el -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/ja/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/ja -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/de/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/de -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/uk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/uk -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/ru/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/ru -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/sv/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/sv -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/fi/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/fi -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/eo/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/eo -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/zh_CN/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/zh_CN -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/it/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/it -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/da/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/da -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/sk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/sk -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/tr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/tr -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/hr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/hr -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/bg/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/bg -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/es/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/es -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/pl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/pl -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/hu/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/hu -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/ar/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/ar -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/he/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/he -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/lt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/lt -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/pt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/pt -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/pt_BR/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/pt_BR -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/cs/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/cs -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/nl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/nl -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/fr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/fr -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale -@dirrm lib/enlightenment/modules/efm_path/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/efm_path -@dirrmtry lib/enlightenment/modules -@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-efm_pathbar/Makefile b/x11-wm/e17-module-efm_pathbar/Makefile deleted file mode 100644 index 8aff3392f115..000000000000 --- a/x11-wm/e17-module-efm_pathbar/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: e17-module-efm_pathbar -# Date created: 07 January 2010 -# Whom: Grzegorz Blach <magik@roorback.net> -# -# $FreeBSD$ -# - -PORTNAME= efm_pathbar -PORTVERSION= 20110129 -PORTREVISION= 1 -CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ -PKGNAMEPREFIX= e17-module- - -MAINTAINER= magik@roorback.net -COMMENT= An e17 module that provides a pathbar gadget - -BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment -RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment - -BROKEN= does not build with x11-wm/enlightenment 0.16.999.65643 or newer -DEPRECATED= Deprecated by enlightenment.org -EXPIRATION_DATE= 2012-07-31 - -DIST_SUBDIR= e17 -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig -USE_EFL= edje libtool_hack modarch_hack - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.mk> diff --git a/x11-wm/e17-module-efm_pathbar/distinfo b/x11-wm/e17-module-efm_pathbar/distinfo deleted file mode 100644 index eae4427f0529..000000000000 --- a/x11-wm/e17-module-efm_pathbar/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (e17/efm_pathbar-20110129.tar.bz2) = 7f7e8980df91b77d6ee13c5c59f8f45e2b32ecd528f8dd569b9eb440d2f1e813 -SIZE (e17/efm_pathbar-20110129.tar.bz2) = 488092 diff --git a/x11-wm/e17-module-efm_pathbar/pkg-descr b/x11-wm/e17-module-efm_pathbar/pkg-descr deleted file mode 100644 index dc067d8c1638..000000000000 --- a/x11-wm/e17-module-efm_pathbar/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A module that provide a pathbar gadget to navigate through the filesystem. - -WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-efm_pathbar/pkg-plist b/x11-wm/e17-module-efm_pathbar/pkg-plist deleted file mode 100644 index 577bc050acd1..000000000000 --- a/x11-wm/e17-module-efm_pathbar/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -lib/enlightenment/modules/efm_pathbar/e-module-efm_pathbar.edj -lib/enlightenment/modules/efm_pathbar/module.desktop -lib/enlightenment/modules/efm_pathbar/%%E17_ARCH%%/module.so -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/pt_BR/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/lt/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/he/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/ar/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/cs/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/nl/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/fr/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/bg/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/hr/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/hu/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/pl/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/pt/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/es/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/eo/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/it/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/zh_CN/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/da/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/tr/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/sk/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/el/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/uk/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/ru/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/de/LC_MESSAGES/efm_pathbar.mo -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/de/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/de -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/ru/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/ru -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/uk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/uk -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/el/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/el -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/sk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/sk -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/tr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/tr -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/da/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/da -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/zh_CN/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/zh_CN -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/it/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/it -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/eo/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/eo -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/es/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/es -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/pl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/pl -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/pt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/pt -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/hu/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/hu -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/hr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/hr -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/bg/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/bg -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/fr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/fr -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/nl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/nl -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/cs/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/cs -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/ar/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/ar -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/he/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/he -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/lt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/lt -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/pt_BR/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/pt_BR -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale -@dirrm lib/enlightenment/modules/efm_pathbar/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/efm_pathbar -@dirrmtry lib/enlightenment/modules -@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-notification/Makefile b/x11-wm/e17-module-notification/Makefile deleted file mode 100644 index 6440419b0a29..000000000000 --- a/x11-wm/e17-module-notification/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: e17-module-notification -# Date created: 07 January 2010 -# Whom: Grzegorz Blach <magik@roorback.net> -# -# $FreeBSD$ -# - -PORTNAME= notification -PORTVERSION= 20110129 -PORTREVISION= 1 -CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ -PKGNAMEPREFIX= e17-module- - -MAINTAINER= magik@roorback.net -COMMENT= An e17 notification daemon module - -BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment -RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment - -BROKEN= does not build with x11-wm/enlightenment 0.16.999.65643 or newer -DEPRECATED= Merged into x11-wm/enlightenment -EXPIRATION_DATE= 2012-07-31 - -DIST_SUBDIR= e17 -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig -USE_EFL= edje libtool_hack modarch_hack - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.mk> diff --git a/x11-wm/e17-module-notification/distinfo b/x11-wm/e17-module-notification/distinfo deleted file mode 100644 index d67d2ed80f16..000000000000 --- a/x11-wm/e17-module-notification/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (e17/notification-20110129.tar.bz2) = b7ddeb2e6301782881e97345489391600dc36abb490456a5a890ec109dc1d272 -SIZE (e17/notification-20110129.tar.bz2) = 562271 diff --git a/x11-wm/e17-module-notification/pkg-descr b/x11-wm/e17-module-notification/pkg-descr deleted file mode 100644 index 37cbf7bd4980..000000000000 --- a/x11-wm/e17-module-notification/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This module provides a notification daemon for E17. - -WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-notification/pkg-plist b/x11-wm/e17-module-notification/pkg-plist deleted file mode 100644 index 5f603aca8f5a..000000000000 --- a/x11-wm/e17-module-notification/pkg-plist +++ /dev/null @@ -1,89 +0,0 @@ -lib/enlightenment/modules/notification/module.desktop -lib/enlightenment/modules/notification/e-module-notification.edj -lib/enlightenment/modules/notification/%%E17_ARCH%%/module.so -%%NLS%%lib/enlightenment/modules/notification/locale/it/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/en_GB/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/eo/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/tr/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/sk/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/ja/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/de/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/uk/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/el/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/sv/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/fi/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/pt/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/pt_BR/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/ru/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/cs/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/he/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/ar/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/lt/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/fr/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/nl/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/hr/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/bg/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/es/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/pl/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/fo/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/hu/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/zh_CN/LC_MESSAGES/notification.mo -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/zh_CN/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/zh_CN -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/hu/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/hu -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/fo/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/fo -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/pl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/pl -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/es/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/es -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/bg/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/bg -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/hr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/hr -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/nl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/nl -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/fr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/fr -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/lt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/lt -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/ar/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/ar -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/he/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/he -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/cs/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/cs -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/ru/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/ru -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/pt_BR/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/pt_BR -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/pt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/pt -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/fi/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/fi -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/sv/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/sv -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/el/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/el -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/uk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/uk -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/de/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/de -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/ja/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/ja -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/sk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/sk -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/tr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/tr -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/eo/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/eo -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/en_GB/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/en_GB -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/it/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/it -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale -@dirrm lib/enlightenment/modules/notification/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/notification -@dirrmtry lib/enlightenment/modules -@dirrmtry lib/enlightenment |