commit: 5bbdc11e491360c6263eede7868be6a7a6c45502 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sun Jun 26 17:25:28 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun Jun 26 17:26:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbdc11e
app-text/apvlv: remove old Package-Manager: portage-2.3.0 app-text/apvlv/apvlv-0.1.5-r1.ebuild | 2 +- app-text/apvlv/apvlv-0.1.5.ebuild | 64 ------------------------------------ app-text/apvlv/metadata.xml | 3 -- 3 files changed, 1 insertion(+), 68 deletions(-) diff --git a/app-text/apvlv/apvlv-0.1.5-r1.ebuild b/app-text/apvlv/apvlv-0.1.5-r1.ebuild index a65bf32..d5fb56b 100644 --- a/app-text/apvlv/apvlv-0.1.5-r1.ebuild +++ b/app-text/apvlv/apvlv-0.1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-text/apvlv/apvlv-0.1.5.ebuild b/app-text/apvlv/apvlv-0.1.5.ebuild deleted file mode 100644 index 2af2744..0000000 --- a/app-text/apvlv/apvlv-0.1.5.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils cmake-utils gnome2-utils - -DESCRIPTION="Alf's PDF Viewer Like Vim" -HOMEPAGE="https://naihe2010.github.com/apvlv/" -SRC_URI="https://github.com/naihe2010/apvlv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug djvu html" - -RDEPEND=" - >=app-text/poppler-0.18:=[cairo,xpdf-headers(+)] - dev-libs/glib:2 - x11-libs/gtk+:3 - djvu? ( app-text/djvu:= ) - html? ( net-libs/webkit-gtk:3= ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - # preserve cflags - epatch "${FILESDIR}/${PN}-0.1.5-cflags.patch" -} - -src_configure() { - local mycmakeargs=( - -DSYSCONFDIR=/etc/${PN} - -DDOCDIR=/usr/share/${PN} - -DMANDIR=/usr/share/man - $(cmake-utils_use html APVLV_WITH_HTML) - -DAPVLV_WITH_UMD=OFF - -DAPVLV_WITH_TXT=ON - $(cmake-utils_use djvu APVLV_WITH_DJVU) - $(cmake-utils_use debug APVLV_ENABLE_DEBUG) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dodoc AUTHORS NEWS README THANKS TODO - newicon -s 32 icons/pdf.png ${PN}.png -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/app-text/apvlv/metadata.xml b/app-text/apvlv/metadata.xml index 5bcafe8..2985af6 100644 --- a/app-text/apvlv/metadata.xml +++ b/app-text/apvlv/metadata.xml @@ -2,9 +2,6 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <use> - <flag name="html">Build binary with html format support</flag> - </use> <upstream> <remote-id type="google-code">apvlv</remote-id> <remote-id type="github">naihe2010/apvlv</remote-id>
