diff options
author | wiz <wiz@pkgsrc.org> | 2019-05-02 22:13:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-05-02 22:13:27 +0000 |
commit | d14995c112204527f86c1b2c83ea2ee4e001353a (patch) | |
tree | 7f76dcb8c42d3cbe5cdd3174ae49ef09f7c7193b /www | |
parent | 985e4bb2843ef86aef8ec39cbd876b34391f74fe (diff) | |
download | pkgsrc-d14995c112204527f86c1b2c83ea2ee4e001353a.tar.gz |
opera-acroread7: remove
Depends on removed acroread7.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/opera-acroread7/DEINSTALL | 8 | ||||
-rw-r--r-- | www/opera-acroread7/DESCR | 1 | ||||
-rw-r--r-- | www/opera-acroread7/INSTALL | 9 | ||||
-rw-r--r-- | www/opera-acroread7/Makefile | 18 | ||||
-rw-r--r-- | www/opera-acroread7/Makefile.common | 32 |
6 files changed, 1 insertions, 70 deletions
diff --git a/www/Makefile b/www/Makefile index 8e8b98b0660..292a809e5cc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1381 2019/04/19 14:07:21 leot Exp $ +# $NetBSD: Makefile,v 1.1382 2019/05/02 22:13:27 wiz Exp $ # COMMENT= Packages related to the World Wide Web @@ -223,7 +223,6 @@ SUBDIR+= ocsigen-i18n SUBDIR+= ocsigen-start SUBDIR+= ocsigen-toolkit SUBDIR+= opera -SUBDIR+= opera-acroread7 SUBDIR+= opera-plugins SUBDIR+= otter-browser SUBDIR+= p5-Alien-GvaScript diff --git a/www/opera-acroread7/DEINSTALL b/www/opera-acroread7/DEINSTALL deleted file mode 100644 index 7e749771f57..00000000000 --- a/www/opera-acroread7/DEINSTALL +++ /dev/null @@ -1,8 +0,0 @@ -# $NetBSD: DEINSTALL,v 1.2 2012/03/09 14:16:57 obache Exp $ - -case "${STAGE}" in -DEINSTALL) - dest="${PKG_PREFIX}/lib/opera/plugins/nppdf.so" - ${RM} -f "$dest" - ;; -esac diff --git a/www/opera-acroread7/DESCR b/www/opera-acroread7/DESCR deleted file mode 100644 index 739f0c9b31d..00000000000 --- a/www/opera-acroread7/DESCR +++ /dev/null @@ -1 +0,0 @@ -This package provides the Adobe Acrobat Reader 7 plugin for the Opera package. diff --git a/www/opera-acroread7/INSTALL b/www/opera-acroread7/INSTALL deleted file mode 100644 index 0a96d6c8393..00000000000 --- a/www/opera-acroread7/INSTALL +++ /dev/null @@ -1,9 +0,0 @@ -# $NetBSD: INSTALL,v 1.2 2012/03/09 14:16:57 obache Exp $ - -case "${STAGE}" in -POST-INSTALL) - src="${PKG_PREFIX}/@ACROREAD@/@ACRO_SUBDIR@/@ACRO_PLATFORM@/nppdf.so" - dest="${PKG_PREFIX}/lib/opera/plugins/nppdf.so" - ${TEST} -f "$dest" || ${LN} -s "$src" "$dest" - ;; -esac diff --git a/www/opera-acroread7/Makefile b/www/opera-acroread7/Makefile deleted file mode 100644 index cb828cf7ca3..00000000000 --- a/www/opera-acroread7/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.16 2012/10/28 06:30:24 asau Exp $ - -DISTNAME= opera-acroread7-1.0 -PKGREVISION= 4 - -MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Acrobat Reader 7 plugin for opera - -DEPENDS+= acroread7-7.[0-9]*:../../print/acroread7 -CONFLICTS+= opera-acroread-[0-9]* -CONFLICTS+= opera-acroread3-[0-9]* -CONFLICTS+= opera-acroread5-[0-9]* - -ACROREAD= Acrobat7 -ACRO_SUBDIR= Browser - -.include "../../www/opera-acroread7/Makefile.common" -.include "../../mk/bsd.pkg.mk" diff --git a/www/opera-acroread7/Makefile.common b/www/opera-acroread7/Makefile.common deleted file mode 100644 index e7d7e58763d..00000000000 --- a/www/opera-acroread7/Makefile.common +++ /dev/null @@ -1,32 +0,0 @@ -# $NetBSD: Makefile.common,v 1.3 2014/10/05 16:41:09 wiz Exp $ -# -# used by www/opera-acroread7/Makefile - -PKGNAME= ${DISTNAME:C|MozillaFirebird|firefox|} -CATEGORIES= www print -MASTER_SITES= # empty -DISTFILES= # empty - -DEPENDS+= opera>=11.61:../../www/opera - -EMUL_PLATFORMS= linux-i386 -EMUL_MODULES.linux= motif -EMUL_REQD= suse>=7.3 - -ACRO_PLATFORM= intellinux - -WRKSRC= ${WRKDIR} -NO_CONFIGURE= YES -BUILD_DIRS= # empty -PLIST_SRC= # empty - -FILES_SUBST+= ACROREAD=${ACROREAD:Q} -FILES_SUBST+= ACRO_SUBDIR=${ACRO_SUBDIR:Q} -FILES_SUBST+= ACRO_PLATFORM=${ACRO_PLATFORM:Q} - -DEINSTALL_TEMPLATES+= ${PKGSRCDIR}/www/opera-acroread7/DEINSTALL -INSTALL_TEMPLATES+= ${PKGSRCDIR}/www/opera-acroread7/INSTALL - -INSTALLATION_DIRS+= ${PREFIX}/lib/opera/plugins - -do-install: # nothing |