aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-06-02 02:50:44 +0800
committerrene <rene@FreeBSD.org>2018-06-02 02:50:44 +0800
commit04d4ea4849c3a0c667bff5babf81ae693a39511c (patch)
tree9953b19b610fdabe0df5d9de302e944cef5765b8 /emulators
parente0309a7e6c10d30dbb8ab632fb0b06ee13091bfa (diff)
downloadfreebsd-ports-gnome-04d4ea4849c3a0c667bff5babf81ae693a39511c.tar.gz
freebsd-ports-gnome-04d4ea4849c3a0c667bff5babf81ae693a39511c.tar.zst
freebsd-ports-gnome-04d4ea4849c3a0c667bff5babf81ae693a39511c.zip
Remove expired ports:
2018-05-31 net/rubygem-gitaly-proto083: Obsoleted by update of www/gitlab. Please use net/rubygem-gitaly-proto instead. 2018-05-31 net/rubygem-gitaly-proto084: Obsoleted by update of www/gitlab. Please use net/rubygem-gitaly-proto instead 2018-05-31 textproc/rubygem-github-linguist47: Obsoleted by update of www/gitlab. Please use textproc/rubygem-github-linguist instead 2018-05-31 textproc/rubygem-loofah20: Obsoleted by update of www/gitlab. Please use textproc/rubygem-loofah instead. 2018-05-31 www/npm-node4: Use www/npm instead 2018-05-31 emulators/qemu-launcher: Upstream is gone
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/qemu-launcher/Makefile30
-rw-r--r--emulators/qemu-launcher/distinfo2
-rw-r--r--emulators/qemu-launcher/files/patch-Makefile28
-rw-r--r--emulators/qemu-launcher/pkg-descr3
-rw-r--r--emulators/qemu-launcher/pkg-plist14
6 files changed, 0 insertions, 78 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 9f104ad9d54b..a822425d06c9 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -117,7 +117,6 @@
SUBDIR += qemu
SUBDIR += qemu-cheri
SUBDIR += qemu-devel
- SUBDIR += qemu-launcher
SUBDIR += qemu-ppcnv
SUBDIR += qemu-riscv
SUBDIR += qemu-sbruno
diff --git a/emulators/qemu-launcher/Makefile b/emulators/qemu-launcher/Makefile
deleted file mode 100644
index 2538561a3823..000000000000
--- a/emulators/qemu-launcher/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= qemu-launcher
-PORTVERSION= 1.7.4
-PORTREVISION= 6
-CATEGORIES= emulators
-MASTER_SITES= http://download.gna.org/qemulaunch/1.7.x/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK front-end to Qemu
-
-DEPRECATED= Upstream is gone
-EXPIRATION_DATE= 2018-05-31
-
-RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
- p5-Glade2>=0:x11-toolkits/p5-Glade2 \
- p5-Locale-gettext>=0:devel/p5-Locale-gettext
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-NO_BUILD= yes
-USE_GNOME= gtk20
-INSTALLS_ICONS= yes
-USES= gettext perl5
-
-post-patch:
- @${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' ${WRKSRC}/qemu-launcher.pl
- @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>
diff --git a/emulators/qemu-launcher/distinfo b/emulators/qemu-launcher/distinfo
deleted file mode 100644
index e7c15114f359..000000000000
--- a/emulators/qemu-launcher/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (qemu-launcher_1.7.4.tar.gz) = 6d55c6e15b1733ca5d580a8eca7505124acb0a15948429b99dc8f700bb05efe6
-SIZE (qemu-launcher_1.7.4.tar.gz) = 60011
diff --git a/emulators/qemu-launcher/files/patch-Makefile b/emulators/qemu-launcher/files/patch-Makefile
deleted file mode 100644
index b20c7e508ab6..000000000000
--- a/emulators/qemu-launcher/files/patch-Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.orig Fri Sep 29 14:04:21 2006
-+++ Makefile Mon Nov 13 15:29:22 2006
-@@ -3,12 +3,12 @@
-
- # Intall things to the following directories
- PREFIX = /usr/local
--MANDIR = $(PREFIX)/share/man/man1
-+MANDIR = $(PREFIX)/man/man1
- BINDIR = $(PREFIX)/bin
- SHAREDIR = $(PREFIX)/share/qemu-launcher
--PIXMAPSDIR = $(PREFIX)/share/pixmaps
--ICONSDIR = $(PREFIX)/share/icons/hicolor
--DOCSDIR = $(PREFIX)/share/doc/qemu-launcher
-+PIXMAPSDIR = $(SHAREDIR)/pixmaps
-+ICONSDIR = $(SHAREDIR)/icons/hicolor
-+DOCSDIR = $(SHAREDIR)/doc
- LOCALEDIR = $(PREFIX)/share/locale
- APPLICATIONSDIR = $(PREFIX)/share/applications
-
-@@ -50,7 +50,7 @@
-
- install -d $(DESTDIR)$(MANDIR)
- install -m644 $(MANPAGE) $(DESTDIR)$(MANDIR)
-- gzip --best $(DESTDIR)$(MANDIR)/$(MANPAGE)
-+ #gzip --best $(DESTDIR)$(MANDIR)/$(MANPAGE)
-
- install -d $(DESTDIR)$(APPLICATIONSDIR)
- install -m644 $(MENUFILE) $(DESTDIR)$(APPLICATIONSDIR)
diff --git a/emulators/qemu-launcher/pkg-descr b/emulators/qemu-launcher/pkg-descr
deleted file mode 100644
index fdac652de2c6..000000000000
--- a/emulators/qemu-launcher/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Qemu Launcher is a GTK front-end for the Qemu x86 PC emulator.
-
-WWW: https://gna.org/projects/qemulaunch
diff --git a/emulators/qemu-launcher/pkg-plist b/emulators/qemu-launcher/pkg-plist
deleted file mode 100644
index e594c7c9c46b..000000000000
--- a/emulators/qemu-launcher/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-bin/qemu-launcher
-man/man1/qemu-launcher.1.gz
-%%DATADIR%%/qemulauncher.png
-%%DATADIR%%/window-icon.png
-%%DATADIR%%/qemulauncher.glade
-%%DATADIR%%/doc/README
-%%DATADIR%%/doc/TODO
-share/applications/qemu-launcher.desktop
-share/locale/lt/LC_MESSAGES/qemu-launcher.mo
-%%DATADIR%%/pixmaps/qemu-launcher-16x16.xpm
-%%DATADIR%%/pixmaps/qemu-launcher-32x32.xpm
-%%DATADIR%%/icons/hicolor/scalable/apps/qemu-launcher.svg
-%%DATADIR%%/icons/hicolor/16x16/apps/qemu-launcher.png
-%%DATADIR%%/icons/hicolor/48x48/apps/qemu-launcher.png