From 9ee6d97c2883d42f204a533a8bc1f4562df778fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 16 Sep 2020 09:32:48 +0100 Subject: gentoo resync : 16.09.2020 --- app-text/xdvik/Manifest | 1 - app-text/xdvik/xdvik-22.87.03-r1.ebuild | 109 -------------------------------- 2 files changed, 110 deletions(-) delete mode 100644 app-text/xdvik/xdvik-22.87.03-r1.ebuild (limited to 'app-text/xdvik') diff --git a/app-text/xdvik/Manifest b/app-text/xdvik/Manifest index 7d270e3a84ad..3a9b62acc97d 100644 --- a/app-text/xdvik/Manifest +++ b/app-text/xdvik/Manifest @@ -1,6 +1,5 @@ AUX xdvik-22.87.03-freetype2-config.patch 1019 BLAKE2B a675a238fb147dcb67eda572b9a3b1e1b1ab630726464eb740240be0815b9a9da5e5f7a8a6d404648f060995c64efb02acbb67fc907dd6139c6817f0bdb5a946 SHA512 be5b7de6957c5bb2ad884e5b3a6a21f074b84b6be08f519b80a24dacd8630b2bc75dc64e225dba388d17a01bfed6784b2862db2e6bab4b73a1f6d4aebf23a9c6 AUX xdvik.xpm 3125 BLAKE2B 97990fbd5b22e51319c3f55bfe16808b01f215a92185a170620c8c0ef1dc44906e38af48ad056d4fb40a1777f92a88afaa0f80c0b36e7dd770954f7009d261a3 SHA512 697c888c481d7cbe7b42980d2ae93a8d25d781f926970d9040f8fbc6a37545349fbdbe2e8c98fb686e5a5ebe9a7a5ff661793d3a264fd8641182b0397365517d DIST xdvik-22.87.03.tar.gz 4760306 BLAKE2B d242696fadf2980cd307d4a172d2af06d98d07b090279440117f869c9a623bcade8745d7a4d3c108c4eafbdeaadefb8d5ba1ea00bdf77d350cbf83c49c2ca0fb SHA512 d4d418d78658f16d4d278e387ed484b291afc8623b00acaf4110e9f123ed76568714ad50f80588373657f412e8fff36f3e76b3e43f69756d46f031c0f2269a88 -EBUILD xdvik-22.87.03-r1.ebuild 2771 BLAKE2B 90c06a6764d4c30792c7587c1a00aa8ad27bd6a31afc63b4baa261b588053575add7536ac29695f133d42a40b914652a3a6485ea410d2d61ac0309194a02ca96 SHA512 3504f7b69e668432635b6905fffe080f936f021125dc2caf1731416d2a0c8042745c71a30df5a170d273faa0ebaefdee3ba2ac2065987c5da9da407f5aa4e8e0 EBUILD xdvik-22.87.03-r2.ebuild 2896 BLAKE2B d8e3310ac58b7deb3de603719a8de3a2408481c3882dba14e27219607becb657f594b48664b4511f34e4ad1efa1345424ef27604d610861510cfee78466db12f SHA512 65eb8d3c8256efe25a8825a8e1fbbbfeaae3533f54d6ceda9900ce4008cdaa574ded9bbc79406b98f69be5b369b1706b8187b75f338405eb86a23143d35c8531 MISC metadata.xml 594 BLAKE2B 338b1aedaaf7426ed8bc2b9ae08e03f9fd6170b0714f938fc97a0f4555e8daa385635200bcbea4d0959604fad44db3212bd7436ac70b2e49ba353dd48713e7c6 SHA512 b1563a6578aec4be3df4b47c9914de3ad80a8859e60bce3a9b3e48f1b8bff3c38dd266523c913ab97bafa2c0804ab5003b5a449858582ef934044d80065c5cdd diff --git a/app-text/xdvik/xdvik-22.87.03-r1.ebuild b/app-text/xdvik/xdvik-22.87.03-r1.ebuild deleted file mode 100644 index cfe5d3eb3bbc..000000000000 --- a/app-text/xdvik/xdvik-22.87.03-r1.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit elisp-common eutils flag-o-matic multilib toolchain-funcs xdg-utils - -DESCRIPTION="DVI previewer for X Window System" -HOMEPAGE="http://xdvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -LICENSE="GPL-2" -IUSE="motif neXt Xaw3d emacs" - -RDEPEND="media-libs/freetype:2 - x11-libs/libX11 - x11-libs/libXi - x11-libs/libXmu - x11-libs/libXpm - x11-libs/libXt - emacs? ( >=app-editors/emacs-23.1:* ) - motif? ( >=x11-libs/motif-2.3:0 ) - !motif? ( - neXt? ( x11-libs/neXtaw ) - !neXt? ( - Xaw3d? ( x11-libs/libXaw3d ) - !Xaw3d? ( x11-libs/libXaw ) - ) - ) - dev-libs/kpathsea" -DEPEND="sys-devel/flex - virtual/yacc - virtual/pkgconfig - ${RDEPEND}" -RDEPEND="${RDEPEND} - virtual/latex-base - ! $i; done -} - -src_configure() { - has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" - - local toolkit - - if use motif ; then - toolkit="motif" - use neXt && ewarn "neXt USE flag ignored (superseded by motif)" - use Xaw3d && ewarn "Xaw3d USE flag ignored (superseded by motif)" - elif use neXt ; then - toolkit="neXtaw" - use Xaw3d && ewarn "Xaw3d USE flag ignored (superseded by neXt)" - elif use Xaw3d ; then - toolkit="xaw3d" - else - toolkit="xaw" - fi - - econf \ - --with-system-freetype2 \ - --with-system-kpathsea \ - --with-kpathsea-include="${EPREFIX}"/usr/include/kpathsea \ - --with-xdvi-x-toolkit="${toolkit}" \ - --x-includes="${SYSROOT}${EPREFIX}"/usr/include \ - --x-libraries="${SYSROOT}${EPREFIX}"/usr/$(get_libdir) -} - -src_compile() { - emake kpathsea_dir="${EPREFIX}/usr/include/kpathsea" - use emacs && elisp-compile xdvi-search.el -} - -src_install() { - dodir /usr/share/texmf-dist/dvips/config - - emake DESTDIR="${D}" install - - dosym ../../texmf-dist/xdvi/XDvi /usr/share/X11/app-defaults/XDvi - - dodoc BUGS FAQ README.* - - use emacs && elisp-install tex-utils *.el *.elc - - doicon "${FILESDIR}"/${PN}.xpm - make_desktop_entry xdvi "XDVI" xdvik "Graphics;Viewer" - echo "MimeType=application/x-dvi;" >> "${ED}"usr/share/applications/xdvi-"${PN}".desktop -} - -pkg_postinst() { - xdg_desktop_database_update - - if use emacs; then - elog "Add" - elog " (add-to-list 'load-path \"${EPREFIX}${SITELISP}/tex-utils\")" - elog " (require 'xdvi-search)" - elog "to your ~/.emacs file" - fi -} - -pkg_postrm() { - xdg_desktop_database_update -} -- cgit v1.2.3