diff options
author | swills <swills@FreeBSD.org> | 2011-12-03 03:56:39 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-12-03 03:56:39 +0800 |
commit | 7844200bde4251149d0540d9a8d17906d5d8ad67 (patch) | |
tree | 44333796794fd6926b17cf1647b77974121a1757 | |
parent | 39bd75d3b759ba121eea1c1c59d3515189fc796a (diff) | |
download | freebsd-ports-gnome-7844200bde4251149d0540d9a8d17906d5d8ad67.tar.gz freebsd-ports-gnome-7844200bde4251149d0540d9a8d17906d5d8ad67.tar.zst freebsd-ports-gnome-7844200bde4251149d0540d9a8d17906d5d8ad67.zip |
2011-11-30 mail/gtray: Upcoming ruby-gnome update removes dependencies
Feature safe: yes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/gtray/Makefile | 30 | ||||
-rw-r--r-- | mail/gtray/distinfo | 2 | ||||
-rw-r--r-- | mail/gtray/pkg-descr | 6 | ||||
-rw-r--r-- | mail/gtray/pkg-plist | 10 |
6 files changed, 1 insertions, 49 deletions
@@ -3001,3 +3001,4 @@ japanese/zope-jamailhost||2011-11-27|Has expired: Zope has changed MailHost spec japanese/pycodec||2011-11-27|Has expired: Handled in Python-2.4 upwards net-im/py-turpial||2011-11-28|Renamed to net-im/turpial databases/p5-Mysql-Diff|databases/p5-MySQL-Diff|2011-11-28|Move to a better place via repocopy +mail/gtray||2011-12-02|Has expired: Upcoming ruby-gnome update removes dependencies diff --git a/mail/Makefile b/mail/Makefile index 602a59b62053..24b75c981b27 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -178,7 +178,6 @@ SUBDIR += grepmail SUBDIR += greyfix SUBDIR += greylite - SUBDIR += gtray SUBDIR += gubby SUBDIR += hashcash SUBDIR += hbiff diff --git a/mail/gtray/Makefile b/mail/gtray/Makefile deleted file mode 100644 index 8f305c8adb9f..000000000000 --- a/mail/gtray/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gtray -# Date created: 30 June 2004 -# Whom: Hye-Shik Chang -# -# $FreeBSD$ -# - -PORTNAME= gtray -PORTVERSION= 1.3 -PORTREVISION= 5 -CATEGORIES= mail gnome -MASTER_SITES= http://gnome-gtray.sourceforge.net/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tray applet that checks your GMail account status - -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtktrayicon.so:${PORTSDIR}/x11/ruby-gtktrayicon \ - ${RUBY_SITEARCHLIBDIR}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2 - -DEPRECATED= Upcoming ruby-gnome update removes dependencies -EXPIRATION_DATE=2011-11-30 - -USE_RUBY= yes -USE_GNOME= gtk20 -NO_BUILD= yes - -do-configure: - cd ${WRKSRC} && ${SH} configure ${PREFIX} - -.include <bsd.port.mk> diff --git a/mail/gtray/distinfo b/mail/gtray/distinfo deleted file mode 100644 index b7e8363c9bea..000000000000 --- a/mail/gtray/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gtray-1.3.tar.gz) = a0e2f0e18b5b4da0cdc3f110ab6fc32b93cab1c42d9d50a528bc00a5c22b4fd2 -SIZE (gtray-1.3.tar.gz) = 14308 diff --git a/mail/gtray/pkg-descr b/mail/gtray/pkg-descr deleted file mode 100644 index d26291b7f844..000000000000 --- a/mail/gtray/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GTray is a small notification area app to check the status of your -GMail account and display if you have any new email. It uses the -GNOME libraries but it uses the freedesktop.org standard for tray -apps, so it ought to work fine in KDE and other desktops. - -WWW: http://gnome-gtray.sourceforge.net/ diff --git a/mail/gtray/pkg-plist b/mail/gtray/pkg-plist deleted file mode 100644 index c8eb4fc19a97..000000000000 --- a/mail/gtray/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/gtray -lib/gtray/AboutDialog.rb -lib/gtray/GMailConnection.rb -lib/gtray/PreferencesDialog.rb -lib/gtray/TrayIcon.rb -lib/gtray/gmail-connecting.png -lib/gtray/gmail-idle.png -lib/gtray/gmail.png -lib/gtray/gtray -@dirrm lib/gtray |