public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/djview/
Date: Fri, 26 Jun 2020 10:12:42 +0000 (UTC)	[thread overview]
Message-ID: <1593166353.f41d776895f24cc4daa331abec4cdd23cd584e6b.asturm@gentoo> (raw)

commit:     f41d776895f24cc4daa331abec4cdd23cd584e6b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 26 10:03:29 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 26 10:12:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41d7768

app-text/djview: Drop 4.10.6-r1

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/djview/djview-4.10.6-r1.ebuild | 86 ---------------------------------
 1 file changed, 86 deletions(-)

diff --git a/app-text/djview/djview-4.10.6-r1.ebuild b/app-text/djview/djview-4.10.6-r1.ebuild
deleted file mode 100644
index 8bb483e1264..00000000000
--- a/app-text/djview/djview-4.10.6-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic nsplugins qmake-utils toolchain-funcs xdg-utils
-
-DESCRIPTION="Portable DjVu viewer using Qt"
-HOMEPAGE="http://djvu.sourceforge.net/djview4.html"
-SRC_URI="mirror://sourceforge/djvu/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-IUSE="debug nsplugin"
-
-RDEPEND="
-	>=app-text/djvu-3.5.22-r1
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtopengl:5
-	dev-qt/qtprintsupport:5
-	dev-qt/qtwidgets:5"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5
-	>=sys-devel/autoconf-2.67
-	virtual/pkgconfig
-	nsplugin? ( dev-libs/glib:2 )"
-
-DOCS=( README NEWS )
-
-PATCHES=( "${FILESDIR}/${P}-hidpi.patch" )
-
-src_prepare() {
-	default
-
-	# Force XEmbed instead of Xt-based mainloop (disable Xt autodep)
-	sed -e 's:\(ac_xt=\)yes:\1no:' -i configure* || die
-	sed 's/AC_CXX_OPTIMIZE/OPTS=;AC_SUBST(OPTS)/' -i configure.ac || die #263688
-	rm aclocal.m4 config/{libtool.m4,install-sh,ltmain.sh,lt*.m4} || die
-	AT_M4DIR="config" eautoreconf
-}
-
-src_configure() {
-	# See config/acinclude.m4
-	use debug || append-cppflags "-DNDEBUG"
-
-	QTDIR=$(qt5_get_libdir)/qt5 \
-	econf \
-		--with-x \
-		--disable-desktopfiles \
-		$(use_enable nsplugin nsdejavu)
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)"
-}
-
-src_install() {
-	emake DESTDIR="${D}" \
-		plugindir=/usr/$(get_libdir)/${PLUGINS_DIR} \
-			install
-
-	einstalldocs
-
-	insinto /usr/share/icons/hicolor/32x32/apps
-	newins desktopfiles/prebuilt-hi32-djview4.png djvulibre-djview4.png
-	insinto /usr/share/icons/hicolor/64x64/apps
-	newins desktopfiles/prebuilt-hi64-djview4.png djvulibre-djview4.png
-	insinto /usr/share/icons/hicolor/scalable/apps
-	newins desktopfiles/djview.svg djvulibre-djview4.svg
-	sed -e 's/Exec=djview4/Exec=djview/' \
-		-i desktopfiles/djvulibre-djview4.desktop || die
-	domenu desktopfiles/djvulibre-djview4.desktop
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}


             reply	other threads:[~2020-06-26 10:12 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-26 10:12 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-07 21:53 [gentoo-commits] repo/gentoo:master commit in: app-text/djview/ Conrad Kostecki
2020-06-26 10:12 Andreas Sturmlechner
2020-05-21 15:48 Andreas Sturmlechner
2020-05-21  9:52 Andreas Sturmlechner
2020-05-20 22:18 Andreas Sturmlechner
2018-01-26  0:53 Mikle Kolyada
2018-01-26  0:53 Mikle Kolyada
2018-01-20 23:43 Sergei Trofimovich
2017-12-27 23:57 Jonas Stein
2017-12-16 13:07 Sergei Trofimovich
2017-12-09 21:10 Andreas Sturmlechner
2017-12-09 21:10 Andreas Sturmlechner
2017-12-09 21:10 Andreas Sturmlechner
2017-12-05 22:14 Pacho Ramos
2017-11-26 19:06 Sergei Trofimovich
2017-11-02 21:16 Thomas Deutschmann
2017-10-30 23:33 Andreas Sturmlechner
2016-03-08  8:44 Alexis Ballier
2016-01-12  8:46 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1593166353.f41d776895f24cc4daa331abec4cdd23cd584e6b.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox