pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc opera-acroread7: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b5f7d6faba7
branches:  trunk
changeset: 323059:8b5f7d6faba7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 02 22:13:27 2019 +0000

description:
opera-acroread7: remove

Depends on removed acroread7.

diffstat:

 doc/CHANGES-2019                    |   3 ++-
 www/Makefile                        |   3 +--
 www/opera-acroread7/DEINSTALL       |   8 --------
 www/opera-acroread7/DESCR           |   1 -
 www/opera-acroread7/INSTALL         |   9 ---------
 www/opera-acroread7/Makefile        |  18 ------------------
 www/opera-acroread7/Makefile.common |  32 --------------------------------
 7 files changed, 3 insertions(+), 71 deletions(-)

diffs (119 lines):

diff -r 5c9841324443 -r 8b5f7d6faba7 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Thu May 02 22:12:33 2019 +0000
+++ b/doc/CHANGES-2019  Thu May 02 22:13:27 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.1947 2019/05/02 22:12:33 wiz Exp $
+$NetBSD: CHANGES-2019,v 1.1948 2019/05/02 22:13:27 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -3150,3 +3150,4 @@
        Removed fonts/acroread9-jpnfont [wiz 2019-05-02]
        Removed fonts/acroread9-korfont [wiz 2019-05-02]
        Removed mail/amavis-perl [wiz 2019-05-02]
+       Removed www/opera-acroread7 [wiz 2019-05-02]
diff -r 5c9841324443 -r 8b5f7d6faba7 www/Makefile
--- a/www/Makefile      Thu May 02 22:12:33 2019 +0000
+++ b/www/Makefile      Thu May 02 22:13:27 2019 +0000
@@ -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-start
 SUBDIR+=       ocsigen-toolkit
 SUBDIR+=       opera
-SUBDIR+=       opera-acroread7
 SUBDIR+=       opera-plugins
 SUBDIR+=       otter-browser
 SUBDIR+=       p5-Alien-GvaScript
diff -r 5c9841324443 -r 8b5f7d6faba7 www/opera-acroread7/DEINSTALL
--- a/www/opera-acroread7/DEINSTALL     Thu May 02 22:12:33 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5c9841324443 -r 8b5f7d6faba7 www/opera-acroread7/DESCR
--- a/www/opera-acroread7/DESCR Thu May 02 22:12:33 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-This package provides the Adobe Acrobat Reader 7 plugin for the Opera package.
diff -r 5c9841324443 -r 8b5f7d6faba7 www/opera-acroread7/INSTALL
--- a/www/opera-acroread7/INSTALL       Thu May 02 22:12:33 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5c9841324443 -r 8b5f7d6faba7 www/opera-acroread7/Makefile
--- a/www/opera-acroread7/Makefile      Thu May 02 22:12:33 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 5c9841324443 -r 8b5f7d6faba7 www/opera-acroread7/Makefile.common
--- a/www/opera-acroread7/Makefile.common       Thu May 02 22:12:33 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index