mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-tex/latex-beamer: remove old
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST latex-beamer-3.33.zip 4345792 SHA256 a0e59f464d69ed49d5998a674671209f6c7c1a6f095446c236b1144462bfa3b6 SHA512 c6fc019be08d9478b3b83a011d2ef726016581d93e67e37f12058ffd4b8c4889c25ab9c9e56f03d09505c5032fb5fccb7d3f9bf548988511aabe9c403afe42a8 WHIRLPOOL ecbf39035d29af073ca2df73a7689ca280f332d226fab5fa3859f332f76b2ca21e81ebd46d53a821892e9a02d2bdbab87a797bc887b8d44b1dbbdcd139fb05c2
|
||||
DIST latex-beamer-3.36.zip 4364333 SHA256 5bd5366da9942cec067dcf8a492d713ff45a73a4a48ff56151fd5ce01488bc63 SHA512 b93d91c2eb523d7e30ecee8fa1af625730bb465124da4f856f7708da32d31fc3bc68e5b57e120b8e39b8ed3b74fef0aeb208b92f4bbdf741c8bf377227fa84cf WHIRLPOOL 22df7b9fd3681b7ea0ada51ce1b71c16b3152e85fc52dfb3c096a1771232c3de7d1c0c2baa935b1d0814ce220208f49094a8a6c295a64d4ebcbe3b234eb11100
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit latex-package
|
||||
|
||||
DESCRIPTION="LaTeX class for creating presentations using a video projector"
|
||||
HOMEPAGE="https://bitbucket.org/rivanvx/beamer/wiki/Home"
|
||||
SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.zip"
|
||||
|
||||
LICENSE="GPL-2 FDL-1.2 LPPL-1.3c"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="doc examples"
|
||||
|
||||
DEPEND="app-arch/unzip
|
||||
dev-texlive/texlive-latex"
|
||||
RDEPEND=">=dev-tex/pgf-1.10
|
||||
dev-tex/xcolor
|
||||
!dev-tex/translator"
|
||||
|
||||
S=${WORKDIR}/beamer
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/texmf-site/tex/latex/beamer
|
||||
doins -r base
|
||||
|
||||
dodoc AUTHORS ChangeLog README TODO doc/licenses/LICENSE
|
||||
|
||||
if use doc ; then
|
||||
docinto doc
|
||||
dodoc -r doc/*
|
||||
fi
|
||||
|
||||
use examples && dodoc -r examples solutions
|
||||
}
|
||||
Reference in New Issue
Block a user