diff options
author | ler <ler@FreeBSD.org> | 2017-05-01 00:06:18 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2017-05-01 00:06:18 +0800 |
commit | 80906a516ab55965599d39e5f78434a5edb94e4f (patch) | |
tree | bf99dc714f27b6aa0859a1629f74740a028a12a4 | |
parent | 470e26d42d417b30a588cef354e3b86b1550d75a (diff) | |
download | freebsd-ports-gnome-80906a516ab55965599d39e5f78434a5edb94e4f.tar.gz freebsd-ports-gnome-80906a516ab55965599d39e5f78434a5edb94e4f.tar.zst freebsd-ports-gnome-80906a516ab55965599d39e5f78434a5edb94e4f.zip |
Remove expired port
Approved by: rene (Mentor)
2017-04-30 deskutils/epoch: Unfetchable for more than six months (google code has gone away)
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/epoch/Makefile | 36 | ||||
-rw-r--r-- | deskutils/epoch/distinfo | 2 | ||||
-rw-r--r-- | deskutils/epoch/pkg-descr | 5 |
5 files changed, 1 insertions, 44 deletions
@@ -9367,3 +9367,4 @@ graphics/iulib||2017-04-30|Has expired: Unfetchable for more than six months (go graphics/seam-carving-gui||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) graphics/py-pyggel||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) graphics/rubygem-gemojione2||2017-04-30|Has expired: Use graphics/rubygem-gemojione instead +deskutils/epoch||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away) diff --git a/deskutils/Makefile b/deskutils/Makefile index 9fc98f8c7fc2..558f57cbd121 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -41,7 +41,6 @@ SUBDIR += drivel SUBDIR += easystroke SUBDIR += egroupware - SUBDIR += epoch SUBDIR += etask SUBDIR += everygui SUBDIR += fbreader diff --git a/deskutils/epoch/Makefile b/deskutils/epoch/Makefile deleted file mode 100644 index 5543ae849b32..000000000000 --- a/deskutils/epoch/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# $FreeBSD$ - -PORTNAME= epoch -PORTVERSION= 1.6 -PORTREVISION= 2 -CATEGORIES= deskutils -MASTER_SITES= GOOGLE_CODE -DISTNAME= ${PORTNAME}${PORTVERSION}src - -MAINTAINER= vg@FreeBSD.org -COMMENT= Small and handy timeline application - -LINCENSE= GPLv3 -PROJECTHOST= gepoch - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -USES= qmake zip -USE_QT4= gui moc_build rcc_build - -PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.png - -WRKSRC= ${WRKDIR} - -DESKTOP_ENTRIES="Epoch" "Timeline application" \ - "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \ - "" true - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/epoch ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/images/epoha.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png - -.include <bsd.port.mk> diff --git a/deskutils/epoch/distinfo b/deskutils/epoch/distinfo deleted file mode 100644 index 86519f8d8663..000000000000 --- a/deskutils/epoch/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (epoch1.6src.zip) = f2b61ae51230f40846a0abd71977144f15d221e5a3ebf1087841d29d432bdcfe -SIZE (epoch1.6src.zip) = 1041304 diff --git a/deskutils/epoch/pkg-descr b/deskutils/epoch/pkg-descr deleted file mode 100644 index 40c0230e81cb..000000000000 --- a/deskutils/epoch/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Epoch is small and handy timeline application. The time scale is -accurate in the range from 1sec to several million years. Events -can be positioned absolutely or relatively linked to another era. - -WWW: http://code.google.com/p/gepoch/ |